From 27ad995aa7a557cbce463773f65a87ae9bd685d7 Mon Sep 17 00:00:00 2001 From: teidesu Date: Sun, 12 May 2024 12:45:08 +0300 Subject: [PATCH] fix(koi): expose tcp 5353 for sing-box --- hosts/koi/services/sing-box.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/koi/services/sing-box.nix b/hosts/koi/services/sing-box.nix index e99b24a..0c26549 100644 --- a/hosts/koi/services/sing-box.nix +++ b/hosts/koi/services/sing-box.nix @@ -145,6 +145,6 @@ in { }; }; - networking.firewall.allowedTCPPorts = [ 7890 ]; + networking.firewall.allowedTCPPorts = [ 5353 7890 ]; networking.firewall.allowedUDPPorts = [ 5353 ]; }