Deno Socks
Deno port of JoshGlazebrook/socks.
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
import { SocksClient } from "https://deno.land/x/deno_socks/mod.ts";
Documentation: JoshGlazebrook/socks
Includes tests. Run deno test
to run tests (100% Passes).