An open API service indexing awesome lists of open source software.

https://github.com/dcdunkan/deno-socks

Deno port of https://github.com/JoshGlazebrook/socks
https://github.com/dcdunkan/deno-socks

Last synced: 4 months ago
JSON representation

Deno port of https://github.com/JoshGlazebrook/socks

Awesome Lists containing this project

README

          

# Deno Socks

> Deno port of [JoshGlazebrook/socks](https://github.com/JoshGlazebrook/socks).

Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5.
Includes Bind and Associate functionality.

```ts
import { SocksClient } from "https://deno.land/x/deno_socks/mod.ts";
```

**Documentation**:
[JoshGlazebrook/socks](https://github.com/JoshGlazebrook/socks)

Includes tests. Run `deno test` to run tests (100% Passes).