add SECoP udp port 10767 to firewall

This commit is contained in:
DIL5
2026-08-04 11:13:12 +02:00
parent c4b38df57a
commit 16513e79ba
+1
View File
@@ -29,6 +29,7 @@ table inet filter {
# activate the following line to accept common local services
tcp dport { %s } ct state new accept
udp dport { 10767 } ct state new accept
# ICMPv6 packets which must not be dropped, see https://tools.ietf.org/html/rfc4890#section-4.4.1
meta nfproto ipv6 icmpv6 type { destination-unreachable, packet-too-big, time-exceeded, parameter-problem, echo-reply, echo-request, nd-router-solicit, nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert, 148, 149 } accept