aboutsummaryrefslogtreecommitdiffstats
path: root/config/shione/nftables/files/etc
diff options
context:
space:
mode:
authorRenken <renken@shione.net>2024-01-20 21:26:36 +0100
committerRenken <renken@shione.net>2024-05-12 16:49:35 +0200
commit53d2c6716e6fcedc9c21fb3933ffa4a007654dc2 (patch)
tree4db3ddcfb245efb08d259e9708f1b59248bd5282 /config/shione/nftables/files/etc
parentefd70116f17350310a7093b78faaa0eaafa471d5 (diff)
downloadshione-53d2c6716e6fcedc9c21fb3933ffa4a007654dc2.tar.gz
shione-53d2c6716e6fcedc9c21fb3933ffa4a007654dc2.zip
split into two commits one for nftables and one for srb2kart
Diffstat (limited to 'config/shione/nftables/files/etc')
-rw-r--r--config/shione/nftables/files/etc/nftables.conf2
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