make adguard more safe/private
This commit is contained in:
parent
de5e5bd73e
commit
588b4d53bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue