make adguard more safe/private

This commit is contained in:
GammaKinematics 2026-04-08 14:24:27 +07:00
parent de5e5bd73e
commit 588b4d53bd

View file

@ -10,7 +10,7 @@
# ============================================================================ # ============================================================================
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 22 80 443 2222 ]; allowedTCPPorts = [ 22 80 443 2222 ];
allowedUDPPorts = [ 51820 53 ]; # Wireguard, Adguard DNS allowedUDPPorts = [ 51820 ]; # Wireguard
checkReversePath = "loose"; # Required for WireGuard NAT checkReversePath = "loose"; # Required for WireGuard NAT
}; };