Hello, I want my unrade to connect via proxy server that I have running.
I did try this in my config/go file
#!/bin/bash
http_proxy=http://xxx.xxx.xxx.xxx:xxxx
https_proxy=http://xxx.xxx.xxx.xxx:xxxx
echo "export http_proxy=\"http://xxx.xxx.xxx.xxx:xxxx\"" >> /root/.bash_profile
echo "export https_proxy=\"http://xxx.xxx.xxx.xxx:xxxx\"" >> /root/.bash_profile
# Start the Management Utility
/usr/local/sbin/emhttp &
But when I look at vpn manager, I can see that I not have the right IP I should have if I was via my proxy.
Can anyone help me to setup so my unraid machine connect to a proxy please.
Thanks.