FedericoCeratto / nim-socks5

Nim Socks5 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nim Socks5 library

badge tags License

Implement Socks5 client and server with and without authentication.

Installation

nimble install socks5

Usage

See the package nim doc

nim doc socks5.nim

There are also a server and client demo at the bottom of socks5.nim

nim c --hints:off -d:demoserver -o:server -r socks5.nim
and:
nim c --hints:off -d:democlient -o:client -r socks5.nim

About

Nim Socks5 library

License:Mozilla Public License 2.0


Languages

Language:Nim 100.0%