mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Delete party-line.conf.j2.deprecated
This commit is contained in:
parent
85d4cf5d7b
commit
1a150926b6
1 changed files with 0 additions and 41 deletions
|
@ -1,41 +0,0 @@
|
||||||
# REPLACED BY xscenet.conf.j2 -> /etc/openvpn/xscenet.conf
|
|
||||||
|
|
||||||
#########################################
|
|
||||||
# Sample client-side OpenVPN config file
|
|
||||||
# for connecting to multi-client server.
|
|
||||||
#
|
|
||||||
# Adapted from http://openvpn.sourceforge.net/20notes.html
|
|
||||||
#
|
|
||||||
# The server can be pinged at 10.8.0.1.
|
|
||||||
#
|
|
||||||
# This configuration can be used by multiple
|
|
||||||
# clients, however each client should have
|
|
||||||
# its own cert and key files.
|
|
||||||
#
|
|
||||||
# tun-style tunnel
|
|
||||||
|
|
||||||
port {{ openvpn_server_port }}
|
|
||||||
dev tun
|
|
||||||
remote {{ openvpn_server }}
|
|
||||||
|
|
||||||
# TLS parms
|
|
||||||
|
|
||||||
tls-client
|
|
||||||
ca keys/ca.crt
|
|
||||||
cert keys/client1.crt
|
|
||||||
key keys/client1.key
|
|
||||||
|
|
||||||
# This parm is required for connecting
|
|
||||||
# to a multi-client server. It tells
|
|
||||||
# the client to accept options which
|
|
||||||
# the server pushes to us.
|
|
||||||
pull
|
|
||||||
|
|
||||||
# Scripts can be used to do various
|
|
||||||
# things (change nameservers, for
|
|
||||||
# example.
|
|
||||||
#up scripts/ifup-post
|
|
||||||
#down scripts/ifdown-post
|
|
||||||
|
|
||||||
verb 4
|
|
||||||
comp-lzo yes
|
|
Loading…
Reference in a new issue