https://github.com/rlapz/holytunnel
Bypass DPI censorship
https://github.com/rlapz/holytunnel
anticensorship go https tunnel
Last synced: 3 months ago
JSON representation
Bypass DPI censorship
- Host: GitHub
- URL: https://github.com/rlapz/holytunnel
- Owner: rlapz
- License: mit
- Created: 2023-04-08T16:54:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:42:42.000Z (over 1 year ago)
- Last Synced: 2024-10-20T22:41:27.887Z (over 1 year ago)
- Topics: anticensorship, go, https, tunnel
- Language: Go
- Homepage:
- Size: 209 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# holytunnel
Bypass DPI censorship, inspired by GreenTunnel.
## Note
For a better experience, please use `dnscrypt-proxy` too or another similar program since this program doesn't support (and probably never) Dot/Doh DNS query.
## How to build
```
go build
```
## How to run
```
./holytunnel [LISTEN_ADDR]:[LISTEN_PORT]
```
Example
```
./holytunnel 127.0.0.1:8001
```