test: harden no-isolate gateway auth and pairing

This commit is contained in:
Peter Steinberger
2026-03-22 15:15:12 -07:00
parent 91cd38f4d4
commit 6d34d62795
15 changed files with 279 additions and 129 deletions

View File

@@ -76,7 +76,6 @@ const readConnectChallengeNonce = async (ws: WebSocket) => {
const openTailscaleWs = async (port: number) => {
const ws = new WebSocket(`ws://127.0.0.1:${port}`, {
headers: {
origin: "https://gateway.tailnet.ts.net",
"x-forwarded-for": "100.64.0.1",
"x-forwarded-proto": "https",
"x-forwarded-host": "gateway.tailnet.ts.net",