fix(koi): expose tcp 5353 for sing-box

This commit is contained in:
alina 🌸 2024-05-12 12:45:08 +03:00
parent 5ba68e987d
commit 27ad995aa7
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -145,6 +145,6 @@ in {
};
};
networking.firewall.allowedTCPPorts = [ 7890 ];
networking.firewall.allowedTCPPorts = [ 5353 7890 ];
networking.firewall.allowedUDPPorts = [ 5353 ];
}