Fix firewall

This commit is contained in:
maurice
2025-11-22 18:31:02 +01:00
parent 6fe819ad27
commit e72c9d9769

View File

@@ -84,7 +84,7 @@ table inet firewall {
# Allow MongoDB from LAN and VPN
ip saddr { $lan_net, $vpn_net } tcp dport 27017 accept
ip6 saddr { $lan_net, $vpn_net } tcp dport 27017 accept
ip6 saddr $lan_net6 tcp dport 27017 accept
# Allow Minecraft server access from LAN and VPN
ip saddr { $lan_net, $vpn_net } tcp dport 25565 accept