🛂: authorize Home Assistant to pull from OpenEVSE
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m6s
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m6s
This commit is contained in:
@@ -512,6 +512,18 @@ config rule
|
|||||||
option target 'ACCEPT'
|
option target 'ACCEPT'
|
||||||
option family 'ipv4'
|
option family 'ipv4'
|
||||||
|
|
||||||
|
# Allow Home Assitant to OpenEVSE
|
||||||
|
config rule
|
||||||
|
option name 'Allow-FORWARD-Home-Assistant-OpenEVSE'
|
||||||
|
option src 'dmz'
|
||||||
|
option src_ip '{{ lookup('dig', 'ha.mateu.be') }}'
|
||||||
|
list proto 'tcp'
|
||||||
|
option dest 'iot'
|
||||||
|
option dest_ip '{{ lookup('dig', 'evse.mateu.be') }}'
|
||||||
|
option dest_port '80'
|
||||||
|
option target 'ACCEPT'
|
||||||
|
option family 'ipv4'
|
||||||
|
|
||||||
### IoT Rules
|
### IoT Rules
|
||||||
## General Rules
|
## General Rules
|
||||||
# ICMP
|
# ICMP
|
||||||
|
Reference in New Issue
Block a user