Feat : Gitbook

This commit is contained in:
decolua
2026-05-11 11:50:24 +07:00
parent 7ad538bcf2
commit fd92af77a0
124 changed files with 34154 additions and 4 deletions
+1 -2
View File
@@ -570,8 +570,7 @@ export function startLogin(hostname) {
return;
}
// Force re-auth on Win when device may have been removed from tailnet
const args = tsArgs("up", "--accept-routes", "--force-reauth");
const args = tsArgs("up", "--accept-routes");
if (hostname) args.push(`--hostname=${hostname}`);
const child = spawn(bin, args, {
stdio: ["ignore", "pipe", "pipe"],