/socks5

(支持UDP和TCP的纯Go/Golang socks5服务器) socks5 proxy server builds with go/golang, which UDP and TCP are supported.

Primary LanguageGoMIT LicenseMIT

socks5

socks5 proxy server builds with go/golang

Features

  • Both TCP and UDP supported
  • "No Auth" authentication supported
  • User/Password authentication supported

Install

$ go get github.com/jqqjj/socks5

Usage

  • -p
    • port on listen (default 1080)
  • -user (option)
    • username
  • -pwd (option)
    • password