Better install support for configuration files .

This commit is contained in:
Christoph 2020-03-13 21:58:27 +01:00
parent 5f73003638
commit a5bffa091d
2 changed files with 898 additions and 147 deletions

View File

@ -24,19 +24,24 @@ ORG_SHORTCUT=""
# - Name of the OpenVPN Service # - Name of the OpenVPN Service
# - # -
# - Example: 'so36' or 'home' or 'gw-ckubu' or 'opp' or 'opferperspektive' or.. # - Multiple names are posssible - List of blank separated names.
# -
# - Example: 'so36'
# - 'home'
# - 'gw-ckubu'
# - 'opp'
# - 'opferperspektive'
# - 'home gw-ckubu'
# - 'spr gw-ckubu'
# - # -
OPENVPN_NAME="" OPENVPN_NAME=""
# - OpenVPN Base Directory for Service # - OpenVPN Base Directory for Service
# -
# - Defaults to: OPENVPN_BASE_DIR="/etc/openvpn/server/${OPENVPN_NAME}"
# -
OPENVPN_BASE_DIR="" OPENVPN_BASE_DIR=""
# - OpenVPN Key Directory for Service
OPENVPN_KEY_DIR=""
# - OpenVPN Client Cofiguration Directory for Service
OPENVPN_CCD_DIR=""
# --- # ---
# - Parameters OpenVPN Configuration / KEY Creation # - Parameters OpenVPN Configuration / KEY Creation
# --- # ---
@ -92,9 +97,10 @@ LZO_COMPRESSION="no"
# - # -
SERVER_CIPHER="AES-256-CBC" SERVER_CIPHER="AES-256-CBC"
# - OpenVPN Network used for the connection. # - OpenVPN Network(s) used for this server.
# - # -
# - Eample: 10.0.217.0 # - Eample: "10.0.217.0"
# - "10.0.82.0 10.0.82.1"
# - # -
OPENVPN_NETWORK="" OPENVPN_NETWORK=""
@ -106,13 +112,13 @@ OPENVPN_NETWORK=""
# - # -
# - Example: '192.168.82.0/24 192.168.83.0' # - Example: '192.168.82.0/24 192.168.83.0'
# - # -
REMOTE_NETWORKS="none" REMOTE_NETWORKS="None"
# - IP-Address of DNS server to push from OpenVPN server to the client. # - IP-Address of DNS server to push from OpenVPN server to the client.
# - # -
# - "None" if no DNS Server should be pushed. # - "None" if no DNS Server should be pushed.
# - # -
DNS_SERVER="none" DNS_SERVER="None"
# - Search Domain(s) to push from OpenVPN server to the client. # - Search Domain(s) to push from OpenVPN server to the client.
# - # -

File diff suppressed because it is too large Load Diff