From 53d2c6716e6fcedc9c21fb3933ffa4a007654dc2 Mon Sep 17 00:00:00 2001 From: Renken Date: Sat, 20 Jan 2024 21:26:36 +0100 Subject: split into two commits one for nftables and one for srb2kart --- config/shione/nftables/files/etc/nftables.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/shione/nftables/files/etc') 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 -- cgit v1.2.3