Skip to content
/ socks5d Public

SOCKS5 proxy server implementation in D

License

Notifications You must be signed in to change notification settings

nexor/socks5d

Repository files navigation

socks5d

SOCKS5 proxy server implementation in D

Build Status

Project is under heavy development.

Implemented features

Implemented authentication methods: No authentication, Username/password

TBD: GSS-API

Implemented connect commands: CONNECT

TBD: BIND, UDP ASSOCIATE

Implemented addressing types: IP v4 address, DOMAINNAME.

TBD: IP v6 address

Building

Socks5d is written using D language and dub package manager.

Compiling the application in debug mode:

dub build

Compiling the application in release mode:

dub build -b release