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.
- Host: GitHub
- URL: https://github.com/jqqjj/socks5
- Owner: jqqjj
- License: mit
- Created: 2020-04-29T17:25:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T17:48:03.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T11:59:52.116Z (over 1 year ago)
- Topics: go, golang, proxy, socks5, socks5-proxy, socks5-server
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 149
- Watchers: 4
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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