fix: add a missing ip
This commit is contained in:
parent
468a71d482
commit
9ab35b8b69
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ spec:
|
||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
- 10.42.0.0/16
|
- 10.42.0.0/16
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
|
- 127.16.0.0/12
|
||||||
- 192.168.0.0/16
|
- 192.168.0.0/16
|
||||||
- ::1
|
- ::1
|
||||||
- 127.0.0.1
|
- 127.0.0.1/8
|
||||||
# use_x_forwarded_for: true
|
# use_x_forwarded_for: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue