Fix custom firewall rules on frigate hosts
This commit is contained in:
parent
e6fe9af993
commit
c95c7d1308
1 changed files with 1 additions and 2 deletions
|
@ -22,5 +22,4 @@ firewall_in:
|
|||
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
||||
firewall_raw:
|
||||
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"
|
||||
- "-A INPUT -i eth1 -p vrrp -j ACCEPT"
|
||||
- "ip daddr 224.0.0.0/8 accept"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue