Hello,
I have a HTTP and a SOCKS proxy running on my Ubuntu in a Docker container running in network: host
mode (proxy is available on 127.0.0.1:1080 or 3128 for HTTP) on my Ubuntu, how can I set a Multipass instance to use it?
I have found my host ip to be 10.168.138.17
and tried setting an env var for it export HTTPS_PROXY=http://10.168.138.17 :3128
but I get Failed to connect to 10.168.138.17 port 3128 after 0 ms: Connection refused
when I do a curl
test!