Go to file
Shengjing Zhu ad658fd99d docs: fix typo in README 2022-03-08 12:22:35 +08:00
internal/third_party/tailscale refactor: move third_party code to separate dir 2021-12-01 02:02:15 +08:00
.gitignore feat: new exit mode 2022-03-06 23:45:32 +08:00
LICENSE init 2021-10-07 17:14:14 +08:00
README.md docs: fix typo in README 2022-03-08 12:22:35 +08:00
conf.go feat: new exit mode 2022-03-06 23:45:32 +08:00
conn.go feat: new exit mode 2022-03-06 23:45:32 +08:00
go.mod refactor: move third_party code to separate dir 2021-12-01 02:02:15 +08:00
go.sum refactor: move third_party code to separate dir 2021-12-01 02:02:15 +08:00
main.go fix: remove default empty value in dns option 2022-03-07 01:05:38 +08:00
stats.go feat: new exit mode 2022-03-06 23:45:32 +08:00

README.md

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.