https://github.com/doorbash/socks5-server
https://github.com/doorbash/socks5-server
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doorbash/socks5-server
- Owner: doorbash
- Created: 2021-07-25T13:38:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T11:41:04.000Z (over 4 years ago)
- Last Synced: 2025-06-04T19:20:29.831Z (11 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
```
go build
```
## Usage
```
socks5-server [OPTIONS] address
Application Options:
--dns= custom dns. Example: 8.8.8.8:53
Help Options:
-h, --help Show this help message
```
## Example
```
./socks5-server 0.0.0.0:1080
./socks5-server localhost:1080
./socks5-server --dns=8.8.8.8:53 0.0.0.0:1080
```