Sign inSign up

cwlu2001/wg-http-proxy

By cwlu2001

Updated about 1 year ago

🌎 A HTTP proxy server tunnelling through userspace wireguard

Image
0

10K+

cwlu2001/wg-http-proxy repository overview

docker-wg-http-proxy

This project is a fork of wg-http-proxy, rebuild with latest packages

Usage

  1. Place .env, compose.yaml in the same folder

  2. 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
    
  3. 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
    
  4. Start container with docker compose up -d

Credits

Tag summary

Content type

Image

Digest

sha256:750a5aaaf

Size

3.3 MB

Last updated

about 1 year ago

docker pull cwlu2001/wg-http-proxy