mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 08:42:37 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
server 172.16.1.0 255.255.255.0
|
||||
#server-ipv6 fd2a:aef:608:1::/64
|
||||
|
||||
dev athq_sheppyvpn
|
||||
dev-type {{ dev_type }}
|
||||
|
||||
proto {{ proto }}
|
||||
port {{ port }}
|
||||
|
||||
{% if dev_type == "tap" %}
|
||||
topology subnet
|
||||
client-to-client
|
||||
{% endif %}
|
||||
|
||||
# disable logging
|
||||
#log /dev/null
|
||||
#status /dev/null
|
||||
|
||||
script-security 2
|
||||
tls-server
|
||||
mode server
|
||||
#duplicate-cn
|
||||
|
||||
persist-key
|
||||
persist-tun
|
||||
|
||||
keepalive 10 60
|
||||
|
||||
user nobody
|
||||
group nogroup
|
||||
|
||||
data-ciphers AES-256-CBC
|
||||
data-ciphers-fallback AES-256-CBC
|
||||
auth SHA512
|
||||
|
||||
ca /data/certificate-manager/keys/ca.crt
|
||||
cert vpn.atlantishq.de.crt
|
||||
key vpn.atlantishq.de.key
|
||||
dh dh.param
|
||||
|
||||
crl-verify /data/certificate-manager/crl.pem
|
||||
|
||||
client-config-dir /data/certificate-manager/client-config-dir
|
||||
ccd-exclusive
|
||||
management 0.0.0.0 {{ openvpn_management_port }} {{ openvpn_management_passfile }}
|
||||
Reference in New Issue
Block a user