Http entry

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

Please see the sticky post for how to format code blocks.

However, the error is correct, 192.168.0.1/24 isn’t valid. That would either be 192.168.0.1 or 192.168.0.0/24