Fix mqtt + fotos firewall rules
This commit is contained in:
parent
cce26a4395
commit
631e09ff74
3 changed files with 10 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
|||
|
||||
nft_group_rules:
|
||||
- { version: "ip6", from: [ '2001:470:7f95::/48' ], port: "1883" }
|
||||
|
||||
group_nft_input:
|
||||
- ip saddr @trusted4 tcp dport { 1883 } accept
|
||||
- ip6 saddr @trusted6 tcp dport { 1883 } accept
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue