-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use a socks5 proxy? #103
Comments
Did you get it to work? |
I fixed it by cloning this repo and editting the Dockerfile |
I did not fix this, can you share your Dockerfile? |
Change ENTRYPOINT ["/usr/local/morty/morty"] to ENTRYPOINT ["/usr/local/morty/morty", "-socks5", "ip:port"] Its hardcoded but "command" does not seem to work either so. |
Thank you! I will try it soon. |
For me this works: |
I've seen in #70 that morty support using a socks5 proxy but I have not found any documentation on how to actually setup this proxy.
I have tried using:
But it does not proxy the traffic.
Am i missing something?
The text was updated successfully, but these errors were encountered: