An open API service indexing awesome lists of open source software.

https://github.com/jqqjj/socks5

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

go golang proxy socks5 socks5-proxy socks5-server

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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