From e872cf378845f5f3682dad64f5a71b4836cda1c7 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 28 May 2025 12:36:12 +0200 Subject: [PATCH] Changed tunnel address --- 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 49e321a..458d4de 100644 --- a/hosts/20212060/configuration.nix +++ b/hosts/20212060/configuration.nix @@ -17,7 +17,7 @@ services.wstunnel = { enable = true; clients.wg-tunnel = { - connectTo = "wss://wstunnel.bulthuis.dev:443"; + connectTo = "wss://tunnel.bulthuis.dev:443"; localToRemote = [ "udp://51820:10.10.40.100:51820" ];