https://github.com/fourdim/http2socks5
Transfer protocol from http to socks5
https://github.com/fourdim/http2socks5
Last synced: 8 months ago
JSON representation
Transfer protocol from http to socks5
- Host: GitHub
- URL: https://github.com/fourdim/http2socks5
- Owner: fourdim
- License: mit
- Created: 2020-11-26T14:21:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T15:11:56.000Z (over 5 years ago)
- Last Synced: 2025-03-23T02:14:16.223Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http2socks5
Transfer protocol from http to socks5
## TODOS
- TODO: Resolve chrome DNS requests with random DNS names(prevent DNS hijacking).
- TODO: Make the ports changeable.
This program can be used normally without these featrues.
## Dependencies
- golang.org/x/net
## Build
```
$ go get -u golang.org/x/net
$ cd http2socks5
$ go build
```
## Ports
By default
127.0.0.1:8080 for http in
127.0.0.1:51837 for socks5 out
You can change it in the source code.