feat(unstable): fetch tunnel proxy

This commit is contained in:
snek 2025-09-18 17:05:05 +02:00
parent ebcb2fa294
commit 2e9daab3ea
No known key found for this signature in database
10 changed files with 81 additions and 25 deletions

View file

@ -6387,6 +6387,9 @@ declare namespace Deno {
cid: number;
/** The port of the vsock to connect to. */
port: number;
} | {
transport: "tunnel";
kind: "agent";
};
/**