You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socks:
# Using Squid as an example here,# any SOCKS-compatible proxy works fine# N.B. you probably need to configure Squid to do SOCKS - by default it will only do HTTP proxyimage: ubuntu/squid:latestports:
- "3128:3128"restart: always# This will route the proxy's traffic through the `openconnect` service defined abovenetwork_mode: service:openconnect
Could you let the docker expose a SOCKS5 proxy?
I've tried to modify your code, but failed.
Thanks.
The text was updated successfully, but these errors were encountered: