chore: adjust trusted ip ranges
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s

This commit is contained in:
LRVT 2025-05-28 16:14:31 +02:00 committed by GitHub
parent 78a4661fcb
commit 86579fb58d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@
"ForwardedOptions": {
"ForwardedHeaders": 7,
"ForwardLimit": 1,
"TrustedNetworks": ["192.168.12.0/8"]
"TrustedNetworks": ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
}
}