Hi, why do I get the following error message?
Invalid config for [http]: not a valid value @ data[‘http’][‘trusted_proxies’][0]. Got ‘192.168.0.1/24’. (See /config/configuration.yaml, line 15).
Line 15 is the one Line (http:) from my .yaml
http:
cors_allowed_origins:
- example.net
use_x_forwarded_for: true
trusted_proxies:
- 192.168.0.1/24
- 172.30.33.0/24