SOCKS5 proxy server implementation in D
Project is under heavy development.
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
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