v2.8.3
Deno port of https://github.com/JoshGlazebrook/socks
Repository
Current version released
5 months ago
Dependencies
deno.land/x
Versions
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).