jqqjj / socks5

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 100.0%