소스 검색

revert to tailscale-hosted control plane

Yuri Iozzelli 2 년 전
부모
커밋
525693fcdc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      index.html

+ 2 - 2
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;