How to access HTTP/SOCKS5 proxies running on host

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!

Sorry for the late reply! We will look into it and get back to you soon.