mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 16:14:05 +01:00
chore: adjust trusted ip ranges
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s
This commit is contained in:
parent
78a4661fcb
commit
86579fb58d
@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user