🌎 A HTTP proxy server tunnelling through userspace wireguard
10K+
This project is a fork of wg-http-proxy, rebuild with latest packages
Place .env, compose.yaml in the same folder
Config file: .env
WG_PUBLIC_KEY=<base64-encoded-key>
WG_PRIVATE_KEY=<base64-encoded-key>
WG_LOCAL_IPV4_ADDRESS=<ip>
WG_DNS_ADDRESS=<ip>
WG_ENDPOINT=<ip>:<port>
PROXY_LISTEN_ADDRESS=:8080
Compose file: compose.yaml:
services:
wg-http-proxy:
image: cwlu2001/wg-http-proxy
container_name: wg-http-proxy
ports:
- 8080:8080/tcp
env_file: .env
Start container with docker compose up -d
Content type
Image
Digest
sha256:750a5aaaf…
Size
3.3 MB
Last updated
about 1 year ago
docker pull cwlu2001/wg-http-proxy