Add support for proxy and fail2ban
This commit is contained in:
parent
ae2ddf20bf
commit
7cc5c4e2e8
@ -347,6 +347,16 @@ binary_sensor:
|
||||
platform: ping
|
||||
host: 192.168.60.14
|
||||
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 192.168.50.100
|
||||
- 192.168.50.101
|
||||
- 192.168.50.102
|
||||
- 192.168.50.103
|
||||
ip_ban_enabled: true
|
||||
login_attempts_threshold: 5
|
||||
|
||||
switch:
|
||||
# Living Room
|
||||
- platform: template
|
||||
|
Loading…
Reference in New Issue
Block a user