Skip to content

dcdunkan/deno-socks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).