Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbraad/socks2http
https://github.com/gbraad/socks2http
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbraad/socks2http
- Owner: gbraad
- License: agpl-3.0
- Created: 2023-04-02T10:50:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-02T10:50:49.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:23:54.195Z (7 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOCKS2HTTP
Proxy SOCKS5 server to HTTP server
```bash
./s2h
-h string
HTTP Address to listen (default ":1081")
-s string
SOCKS5 Address to connect (default "127.0.0.1:1080")
-spass string
SOCKS5 password to connect
-suser string
SOCKS5 user to connect
```