Changed tunnel address

This commit is contained in:
Jan-Bulthuis 2025-05-28 12:36:12 +02:00
parent f4d938073c
commit e872cf3788

View File

@ -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"
];