From 971f28eea21d77f8f301da89ee7a93b61d8dfb0b Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Wed, 12 Nov 2014 17:03:01 +0100 Subject: Example file for proxy config file. Proxy config file MUST be stored as "/opt/openslx/proxy/config". --- src/main/java/org/openslx/network/config.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/java/org/openslx/network/config.example (limited to 'src/main/java/org/openslx/network/config.example') diff --git a/src/main/java/org/openslx/network/config.example b/src/main/java/org/openslx/network/config.example new file mode 100644 index 0000000..522dfdd --- /dev/null +++ b/src/main/java/org/openslx/network/config.example @@ -0,0 +1,14 @@ +# proxy configuration: +# 3 options for proxy configuration: AUTO = autmatically, YES, NO. If nothing is +# set, the default automatically will be choosen. +PROXY_CONF=AUTO +# If PROXY_CONF = YES some more information for connection are necessary: +# PROXY_ADDR = destination addres +PROXY_ADDR=1.2.3.4 + +# PROXY_PORT = port for proxy connection +PROXY_PORT=1080 + +# Username and password are optional, if empty, it is assumed that not necessary: +PROXY_USERNAME=test +PROXY_PASSWORD=password -- cgit v1.2.3-55-g7522