INSOCKSServer
INSOCKSServer copied to clipboard
SOCKS5 proxy server implementation in Objective-C
INSOCKSServer
SOCKS5 Proxy Server Implementation in Objective-C
Implements a proxy server using version 5 of the SOCKS protocol as defined in RFC 1928. Work in progress.
TODO
- GSSAPI Authentication
- Username/Password Authentication
- Port binding command
- UDP association command
Contributions
Contributions implementing anything in TODO or any bug fixes/improvements are much appreciated.
What works so far
- SOCKS5 proxy server using anonymous authentication and a TCP/IP connection
- Sample application that runs a simple SOCKS proxy
Dependencies
- GCDAsyncSocket (submodule)
License
Licensed under MIT.