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

13 lines
114 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
persist-key
persist-tun
cipher AES-256-CBC