fix useragent envvar and add gh.777.tf
このコミットが含まれているのは:
コミット
b49c9ca666
@ -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 }}
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする