Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masx200/socks5-go-server
https://github.com/jqqjj/socks5
https://github.com/masx200/socks5-go-server
Last synced: 6 days ago
JSON representation
https://github.com/jqqjj/socks5
- Host: GitHub
- URL: https://github.com/masx200/socks5-go-server
- Owner: masx200
- License: mit
- Created: 2024-02-25T11:33:57.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-25T12:37:01.000Z (9 months ago)
- Last Synced: 2024-06-21T04:50:17.340Z (5 months ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 get github.com/jqqjj/socks5
```## Usage
* -p
* port on listen (default 1080)
* -user (option)
* username
* -pwd (option)
* password