fix: remove double quotes from ip adresses
This commit is contained in:
parent
3bc0c32cca
commit
468a71d482
1 changed files with 7 additions and 5 deletions
|
|
@ -38,9 +38,11 @@ spec:
|
|||
port: 8123
|
||||
configuration:
|
||||
enabled: true
|
||||
forceInit: true
|
||||
trusted_proxies:
|
||||
- "10.42.0.0/16"
|
||||
- "192.168.0.0/16"
|
||||
- "::1"
|
||||
- "127.0.0.1"
|
||||
use_x_forwarded_for: true
|
||||
- 10.42.0.0/16
|
||||
- 10.0.0.0/8
|
||||
- 192.168.0.0/16
|
||||
- ::1
|
||||
- 127.0.0.1
|
||||
# use_x_forwarded_for: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue