From 436f2e59f01dfcbd6944d4e8956365ddaf77f24f Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 22 Nov 2022 12:09:51 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 009684b0..792c2fe2 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -70,7 +70,7 @@ networking.firewall = { allowedTCPPorts = [ 5000 22 53 80 443 8080 12000 ]; - allowedUDPPorts = [ 5000 22 53 80 8080 18900 19900 ]; + allowedUDPPorts = [ 53 80 8080 18900 19900 ]; }; #_______________________________Begin-VPN1-Server____________________________________