From 525693fcdc44f532da8335cd2b4e4a39af808fed Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Fri, 2 Sep 2022 16:40:58 +0200 Subject: [PATCH] revert to tailscale-hosted control plane --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 91e8a47..c2b24c3 100644 --- a/index.html +++ b/index.html @@ -43,8 +43,8 @@ const { loginURL, ipStack } = await init({ netMapCallback: showPeers, dnsIp: "8.8.8.8", - controlURL: "https://headscale.yuri.space", - exitNodeIp: "100.64.0.3", + //controlURL: "https://headscale.yuri.space", + exitNodeIp: "100.113.180.66", }); showLoginURL(loginURL); const { listen, connect, bind, parseIP } = await ipStack;