Skip to content
/ socks5 Public

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

License

Notifications You must be signed in to change notification settings

jqqjj/socks5

Repository files navigation

socks5

socks5 proxy server builds with go/golang

Features

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

Install

$ go install github.com/jqqjj/socks5@master

Usage

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages