Fix mqtt + fotos firewall rules

This commit is contained in:
Mark Janssen 2024-07-25 10:42:25 +02:00
parent cce26a4395
commit 631e09ff74
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
3 changed files with 10 additions and 0 deletions

View file

@ -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