Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhsj/wghttp
Turn WireGuard to HTTP & SOCKS5 proxies
https://github.com/zhsj/wghttp
dns-over-https dns-over-tls http-proxy socks5-proxy userspace wireguard
Last synced: 2 days ago
JSON representation
Turn WireGuard to HTTP & SOCKS5 proxies
- Host: GitHub
- URL: https://github.com/zhsj/wghttp
- Owner: zhsj
- License: bsd-3-clause
- Created: 2021-10-07T08:18:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T13:19:21.000Z (6 months ago)
- Last Synced: 2024-10-08T18:29:34.189Z (about 1 month ago)
- Topics: dns-over-https, dns-over-tls, http-proxy, socks5-proxy, userspace, wireguard
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 161
- Watchers: 6
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wghttp
Turn WireGuard to HTTP & SOCKS5 proxies.
The HTTP & SOCKS5 proxies are served on same port. It runs in userspace,
without requirement of WireGuard kernel module or TUN device.In remote exit mode, the proxy is served on local network, and the traffic
from proxy server goes to WireGuard network.In local exit mode, the proxy is served on WireGuard network, and the traffic
from WireGuard goes to local network.For detailed usage, see .