Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inside of this configuration file, please place the following lines:

Code Block
languagetext
-Dhttp.proxyHost=1.1.1.1
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=2.2.2.2
-Dhttps.proxyPort=8443

...

Edit the contents of /etc/init.d/unimus.
Change the following:

Code Block
languagetext
# 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"

...