[QUESTION]: need help
angousana opened this issue · 1 comments
angousana commented
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
- processing: httpbin.org/get
- Trying 127.0.0.1:8000...
- Connected to 127.0.0.1 (127.0.0.1) port 8000
- SOCKS4 communication to httpbin.org:80
- SOCKS4 non-blocking resolve of httpbin.org
- connection to proxy closed
- Closing connection
curl: (97) connection to proxy closed
im new to docker pls help
Code of Conduct & PII Redaction
- I have verified that this feature request is not a duplicate and is not not addressed by the FAQ and Troubleshooting.
- This is not a bug report or feature request.
- I agree to follow this project's Code of Conduct.
- I have removed any sensitive personally identifying information(PII) and secrets from in this issue report.
angousana commented
nevermind, i found 'https://github.com/pufferffish/wireproxy' and it works fine.