fix: spoofing of X-Forwarded-For

This commit is contained in:
Henrique Dias
2024-10-21 08:15:19 +02:00
parent 8c49af0b68
commit d500716f29
3 changed files with 20 additions and 11 deletions
+1
View File
@@ -33,6 +33,7 @@ type Config struct {
Prefix string
NoSniff bool
NoPassword bool
BehindProxy bool
Log Log
CORS CORS
Users []User