diff options
Diffstat (limited to 'config/shione/nftables/files')
-rw-r--r-- | config/shione/nftables/files/etc/nftables.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/shione/nftables/files/etc/nftables.conf b/config/shione/nftables/files/etc/nftables.conf index 516718d..3365e34 100644 --- a/config/shione/nftables/files/etc/nftables.conf +++ b/config/shione/nftables/files/etc/nftables.conf @@ -8,6 +8,7 @@ define wg_port = 51820 define dns_port = 53 define srt_input_udp_port = 60001 define srt_output_port = 60000 +define srb2kart_port = 5029 table inet filter { chain input_ipv4 { @@ -66,6 +67,7 @@ table inet filter { udp dport { $srt_output_port, + $srb2kart_port, } accept # allow loopback traffic, anything else jump to chain for further evaluation |