From cdffa0767531ae6976cd5571111aa5589e3a39cb Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 29 May 2025 09:59:09 +0200 Subject: [PATCH] Reenable timeout --- hosts/20212060/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/20212060/configuration.nix b/hosts/20212060/configuration.nix index cc48fc2..4c3cd0b 100644 --- a/hosts/20212060/configuration.nix +++ b/hosts/20212060/configuration.nix @@ -29,7 +29,7 @@ clients.wg-tunnel = { connectTo = "wss://tunnel.bulthuis.dev:443"; localToRemote = [ - "udp://51820:10.10.40.100:51820?timeout_sec=0" + "udp://51820:10.10.40.100:51820" ]; }; };