fix: next try for home-assistant
This commit is contained in:
parent
54e54c0c34
commit
c5b80fdf9f
1 changed files with 7 additions and 6 deletions
|
|
@ -43,11 +43,12 @@ spec:
|
|||
configuration:
|
||||
enabled: true
|
||||
trusted_proxies:
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 192.168.0.0/16
|
||||
- ::1
|
||||
- 127.0.0.1
|
||||
- 172.23.0.0/16
|
||||
- "10.0.0.0/8"
|
||||
- "10.42.0.0/16"
|
||||
- "172.16.0.0/12"
|
||||
- "192.168.0.0/16"
|
||||
- "::1"
|
||||
- "127.0.0.1"
|
||||
- "172.23.0.0/16"
|
||||
use_x_forwarded_for: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue