tprasadtp / protonvpn-docker

ProtonVPN Wireguard Docker Image. Supports ARMv8 (64-bit ) and x86 (64-Bit).
GNU General Public License v3.0
276 stars 24 forks source link

[QUESTION]: need help #303

Closed angousana closed 3 months ago

angousana commented 3 months ago

Version

e87e8e91892d5f3e9d8df53d7f0d47fb8fab72a33c97cfce5230a66b37491ee3

Support Request

installed protonwire with 'docker pull ghcr.io/tprasadtp/protonwire:latest'

chmod 600 /var/tmp/private-key.txt

and ran docker run \ -it \ --rm \ --init \ --publish 8000:80 \ --name protonwire \ --cap-add NET_ADMIN \ --env PROTONVPN_SERVER=REDACTED \ --sysctl net.ipv4.conf.all.rp_filter=2 \ --mount type=tmpfs,dst=/tmp \ --mount type=bind,src=/var/tmp/private-key.txt,dst=/etc/protonwire/private-key,readonly \ ghcr.io/tprasadtp/protonwire:latest

opened a new tab and ran curl -v --proxy socks://127.0.0.1:8000 httpbin.org/get

but i got

im new to docker pls help

Code of Conduct & PII Redaction

angousana commented 3 months ago

nevermind, i found 'https://github.com/pufferffish/wireproxy' and it works fine.