1
0
Fork 0
Go to file
Armon Dadgar 5437f80e57 Support for the CONNECT command 2014-01-23 13:42:35 -08:00
.gitignore Initial commit 2014-01-22 15:49:51 -08:00
LICENSE Initial commit 2014-01-22 15:49:51 -08:00
README.md Initial commit 2014-01-22 15:49:51 -08:00
auth.go Adding authentication handlers 2014-01-23 11:27:48 -08:00
auth_test.go Adding authentication handlers 2014-01-23 11:27:48 -08:00
credentials.go Adding simple credentials interface 2014-01-23 11:10:54 -08:00
credentials_test.go Adding credentials test 2014-01-23 11:12:28 -08:00
request.go Support for the CONNECT command 2014-01-23 13:42:35 -08:00
resolver.go Resolver uses net.IP 2014-01-23 13:07:13 -08:00
resolver_test.go Resolver uses net.IP 2014-01-23 13:07:13 -08:00
ruleset.go Use net.IP instead of IPAddr 2014-01-23 11:42:09 -08:00
ruleset_test.go Adding simple ruleset interface 2014-01-23 11:15:53 -08:00
socks5.go Support for the CONNECT command 2014-01-23 13:42:35 -08:00

README.md

go-socks5

SOCKS5 server in Golang