Skip to content

An extremely fast, clean and easy-to-use SOCKS5 proxy server written in Go.

License

Notifications You must be signed in to change notification settings

physacco/socks5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

socks5

This is an extremely fast, clean and easy-to-use SOCKS5 proxy server written in Go.

Installation

It is assumed that you have set GOPATH in your environment and added $GOPATH/bin to your PATH. Then you can use the following command to automatically download, compile and install this software:

go get github.com/physacco/socks5

If all goes well, there will be a newly compiled executable file named socks5 (or socks5.exe on Windows platform) in your $GOPATH/bin directory.

Usage

Start a SOCKS5 server:

socks5 [host]:port

To stop the server:

  • just press Ctrl-C, or
  • kill the process with this command: pkill -f socks5

Examples

  1. Listen on *:1080:

    socks5 :1080

  2. Listen on localhost:1080:

    socks5 localhost:1080

  3. Check if the server is working well:

    curl --socks5-hostname localhost:1080 http://www.google.com/

About

An extremely fast, clean and easy-to-use SOCKS5 proxy server written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages