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
- Host: GitHub
- URL: https://github.com/dcdunkan/deno-socks
- Owner: dcdunkan
- Created: 2022-07-11T00:02:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T17:20:12.000Z (about 2 years ago)
- Last Synced: 2026-01-14T05:44:24.779Z (5 months ago)
- Language: TypeScript
- Homepage: https://deno.land/x/deno_socks
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).