Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AddrType

import { AddrType } from "https://raw.githubusercontent.com/rclarey/socks5/main/client.ts";
enum AddrType {
IPv4 = 1,
DomainName = 3,
IPv6 = 4,
}

§Members

§
AddrType.DomainName = 3
[src]
§
AddrType.IPv4 = 1
[src]
§
AddrType.IPv6 = 4
[src]