Running unning Unimus behind a HTTP(S) proxy is fully supported, but requires additional configuration.
...
Edit the contents of /etc/init.ddefault/unimus.
Change the followingIf the file doesn't exist, simply create it.
Insert this into the file:
Code Block | ||
---|---|---|
| ||
# Optional arguments to start Unimus with ARGS="-Dhttp.proxyHost=1.1.1.1 -Dhttp.proxyPort=8080 -Dhttps.proxyHost=2.2.2.2 -Dhttps.proxyPort=8443" |
Insert proper values behind each configuration argument.
...