fix: trusted proxies
This commit is contained in:
@@ -3,10 +3,6 @@
|
|||||||
# This is a sample configuration. Please create a configuration.production.yml for production use.
|
# This is a sample configuration. Please create a configuration.production.yml for production use.
|
||||||
default_config:
|
default_config:
|
||||||
|
|
||||||
# Text to speech
|
|
||||||
tts:
|
|
||||||
- platform: google_translate
|
|
||||||
|
|
||||||
automation: !include automations.yaml
|
automation: !include automations.yaml
|
||||||
script: !include scripts.yaml
|
script: !include scripts.yaml
|
||||||
scene: !include scenes.yaml
|
scene: !include scenes.yaml
|
||||||
@@ -14,4 +10,4 @@ scene: !include scenes.yaml
|
|||||||
http:
|
http:
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
- 172.18.0.0/12
|
- 172.18.0.0/16
|
||||||
|
|||||||
Reference in New Issue
Block a user