ansible-roles/openvpn/templates/ovpn.conf.j2

14 lines
121 B
Plaintext
Raw Normal View History

2022-01-24 19:12:48 +01:00
client
dev tun
tls-client
proto udp
remote {{ ansible_fqdn }} 1194
nobind
2022-01-24 19:12:48 +01:00
persist-key
persist-tun
cipher AES-256-CBC