Fix MITM window

This commit is contained in:
decolua
2026-03-16 09:11:19 +07:00
parent 65af4328fd
commit 62d7e61907
8 changed files with 105 additions and 136 deletions

View File

@@ -125,6 +125,7 @@ export async function spawnCloudflared(tunnelToken) {
const child = spawn(binaryPath, ["tunnel", "run", "--dns-resolver-addrs", "1.1.1.1:53", "--token", tunnelToken], {
detached: false,
windowsHide: true,
stdio: ["ignore", "pipe", "pipe"]
});