update and fix adguard setup on vps

This commit is contained in:
GammaKinematics 2026-04-23 11:44:34 +07:00
parent 588b4d53bd
commit a8e818f5da
3 changed files with 18 additions and 16 deletions

View file

@ -12,6 +12,7 @@
allowedTCPPorts = [ 22 80 443 2222 ];
allowedUDPPorts = [ 51820 ]; # Wireguard
checkReversePath = "loose"; # Required for WireGuard NAT
interfaces.wg0.allowedUDPPorts = [ 53 ]; # AdGuard DNS for VPN clients
};
# ============================================================================