mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
![]() Now you can add rules to allow multiple protocols. For example you can add a rule to allow dport/sport for both TCP and UDP. There're two options to allow a port: Statement { Name: tcp Values: Key: dport Value: 1234 } Statement { Name: meta Values: Key: l4proto Value: tcp,udp Key: dport Value: 1234 } Closes #951. |
||
---|---|---|
.. | ||
common | ||
config | ||
iptables | ||
nftables | ||
rules.go |