From 9e0fe2a23eb6dcf0029a89c9b2002697122b059d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 6 Sep 2019 15:29:25 +0000 Subject: [PATCH] Disable ping response --- networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/networking.nix b/networking.nix index a4c9844..7631180 100644 --- a/networking.nix +++ b/networking.nix @@ -41,6 +41,7 @@ in { # iptables -A OUTPUT -d 192.0.2.17 -j ACCEPT ${secrets.iptables} ''; + allowPing = false; }; # User without vpn-only restrictions (for captive portals)