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
{{ message }}
This repository was archived by the owner on Nov 19, 2023. It is now read-only.
# leave proxy_url blank if you don't want to use any proxy
When I leave the proxy_url blank in configuration file, the $http_proxy variable is still being set.
I think that during installation the template linuxmuster-proxy.sh is copied to /etc/profile.d/linuxmuster-proxy.sh, so it doesn't matter if the script onboot.sh creates that file or not (based in the configuration file). Maybe the script should erase the file when proxy_url is blank.
So, to disable the proxy I needed to leave proxy_url blank and remove the file /etc/profile.d/linuxmuster-proxy.sh