105PM / docker-warproxy

22 stars 21 forks source link

Use Socks5 proxy #2

Closed GibMeMyPacket closed 1 year ago

GibMeMyPacket commented 1 year ago

Hello, I am using this docker image but i cannot get socks5 proxy usable.

I have the following in my docker-compose:

    ports:
      - 8008:8008
      - 8080:8080

But using curl --proxy socks5://127.0.0.1:8080 https://www.cloudflare.com/cdn-cgi/trace i get curl: (97) Unable to receive initial SOCKS5 response.

GibMeMyPacket commented 1 year ago

The solution is to use bind to 0.0.0.0 instead of 127.0.0.1 in wireproxy.conf

Fix it please, thanks a lot.