fix useragent envvar and add gh.777.tf

このコミットが含まれているのは:
Arya Kiran 2023-03-11 20:17:47 +05:30
コミット b49c9ca666
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 842D12BDA50DF120
3個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -27,6 +27,7 @@ The ``master`` branch runs on the master branch of GotHub. This means that the i
| [gh.dev.odyssey346.dev](https://gh.dev.odyssey346.dev) | No | 🇫🇷 | OVHcloud (Trolling Solutions) | dev |
| [gothub.esmailelbob.xyz](https://gothub.esmailelbob.xyz) | No | 🇨🇦 | OVHcloud | dev |
| [dev.gh.akisblack.dev](https://dev.gh.akisblack.dev) | No | 🇩🇪 | OVHcloud | dev |
| [gh.777.tf](https://gh.777.tf) | No | 🇫🇮 | Own ISP | dev |
Have an instance you want on the list? Make an issue or PR!

ファイルの表示

@ -10,7 +10,7 @@ import (
type PrivacyInfo struct {
IPAddr string
ReqURL string
UserAgentLogged string
UserAgent string
Diagnostics string
Country string
Provider string
@ -19,7 +19,6 @@ type PrivacyInfo struct {
Version string
GoVersion string
FiberVersion string
UserAgent string
}
func HandleAbout(c *fiber.Ctx) error {

ファイルの表示

@ -12,7 +12,7 @@
<ul>
<li><b>IP Address logged:</b> {{.IPAddr}}</li>
<li><b>Request URL logged:</b> {{.ReqURL}}</li>
<li><b>User Agent logged:</b> {{.UserAgentLogged}}</li>
<li><b>User Agent logged:</b> {{.UserAgent}}</li>
<li><b>Diagnostic Information logged:</b> {{.Diagnostics}}</li>
</ul>
{{ if .PrivacyPolicy }}