mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
const socket = await Deno.connect({
|
|
port: 4000,
|
|
hostname: '[fe80::1386:3003:9d30:6194]',
|
|
});
|
|
|
|
console.log(socket);
|