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 ]; }