From 48e3f2f858754f2e30b96b74452f84d509d5819f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 29 Mar 2023 22:21:16 +0300 Subject: [PATCH] add comment about firewall --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9eb27ed..cc91fd7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -612,7 +612,7 @@ in { ]; allowedUDPPortRanges = coturn; logRefusedConnections = false; - checkReversePath = "loose"; # tailscale insists on this + checkReversePath = "loose"; # for tailscale }; };