1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update xscenet.conf.j2

This commit is contained in:
A Holt 2018-08-15 21:19:30 -04:00 committed by GitHub
parent a73e2aa3c9
commit c74857a2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,32 +1,24 @@
######################################### # Sample client-side OpenVPN config file for connecting to multi-client server.
# Sample client-side OpenVPN config file
# for connecting to multi-client server.
# #
# Adapted from http://openvpn.sourceforge.net/20notes.html # Adapted from http://openvpn.sourceforge.net/20notes.html
# #
# The server can be pinged at {{ openvpn_server_virtual_ip }} # The server can be pinged at {{ openvpn_server_virtual_ip }}
#
port {{ openvpn_server_port }} port {{ openvpn_server_port }}
dev tun dev tun
remote {{ openvpn_server }} remote {{ openvpn_server }}
# TLS parms # TLS parameters
tls-client tls-client
ca keys/ca.crt ca keys/ca.crt
cert keys/client1.crt cert keys/client1.crt
key keys/client1.key key keys/client1.key
# This parm is required for connecting # This parameter is required for connecting to a multi-client server.
# to a multi-client server. It tells # It tells the client to accept options which the server pushes to us.
# the client to accept options which
# the server pushes to us.
pull pull
# Scripts can be used to do various # Scripts can be used to do various things (change nameservers, for example).
# things (change nameservers, for
# example.
script-security 2 script-security 2
up scripts/announce up scripts/announce
down scripts/silence down scripts/silence