diff --git a/Hetzner/axiomania.nix b/Hetzner/axiomania.nix index 796e94f..8943976 100644 --- a/Hetzner/axiomania.nix +++ b/Hetzner/axiomania.nix @@ -10,7 +10,7 @@ # ============================================================================ networking.firewall = { allowedTCPPorts = [ 22 80 443 2222 ]; - allowedUDPPorts = [ 51820 53 ]; # Wireguard, Adguard DNS + allowedUDPPorts = [ 51820 ]; # Wireguard checkReversePath = "loose"; # Required for WireGuard NAT };