revert to tailscale-hosted control plane

This commit is contained in:
Yuri Iozzelli 2022-09-02 16:40:58 +02:00 committed by Carlo Piovesan
parent 1cf3683ff2
commit 525693fcdc

View file

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