home-assistant. README.md fix. #73

Merged
skobkin merged 1 commits from feature_70_home_assistant into master 2023-10-02 11:17:12 +00:00
1 changed files with 4 additions and 4 deletions

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'
```