8000 GitHub - Thordin/go-socks-server: Socks5 server in go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Thordin/go-socks-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-socks-server

Socks5 server in go. This was written in idiomatic Go with 2 goroutines per connection. One for handling inbound and another for outbound traffic.

Binaries are provided on the release page.

https://github.com/Thordin/go-socks-server/releases

Usage

socks [optional binding address. Default is 127.0.0.1:8085]

Example

socks 127.0.0.1:1234

Not Implemented

  • Authentication
  • IPV6
  • Port Binding
  • UDP

About

Socks5 server in go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0