Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

FedericoCeratto/nim-socks5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

29 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages