GitXplorerGitXplorer
z

wghttp

public
165 stars
18 forks
0 issues

Commits

List of commits on branch master.
Unverified
d904433c8f75f5d0bc20b6108f44f1e9d0b84249

refactor: use UnmarshalFlag interface to parse options

zzhsj committed 2 years ago
Unverified
56268e4ae65ad20cdaaa435477aaa9202faff489

fix: unmap ipv4-mapped ipv6 address

zzhsj committed 2 years ago
Unverified
45f802ec6fbe69734a34034c3ca2b979239d8442

chore: build arm/v5 image

zzhsj committed 2 years ago
Unverified
6962a4bdc69a09455b0105c3b4b733e90738aaac

feat: show version in stats

zzhsj committed 2 years ago
Unverified
74a362f8030a6e0153bf9ed21356da91fd2c53ac

docs: add ddns and dot/doh usage

zzhsj committed 2 years ago
Unverified
140e39f0c01914474a12df4e63d8c3daafd9de14

docs: add install document

zzhsj committed 2 years ago

README

The README file for this repository.

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 https://github.com/zhsj/wghttp/tree/master/docs.