home-assistant. README.md fix.
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2023-10-02 14:16:21 +03:00
parent 0af1267343
commit ee4d41a5b8
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -9,9 +9,9 @@ To achieve that edit `configuration.yaml` after it was generated at first launch
```yaml
# config/configuration.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- '127.0.0.1'
http:
use_x_forwarded_for: true
trusted_proxies:
- '127.0.0.1'
- '::1'
```