ansible-roles/openvpn/templates/ovpn.conf.j2
Jérémy Dubois 68017d8db9
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
openvpn: fix the client cipher configuration to match the server cipher configuration
2023-01-12 14:29:18 +01:00

14 lines
121 B
Django/Jinja

client
dev tun
tls-client
proto udp
remote {{ ansible_fqdn }} 1194
nobind
persist-key
persist-tun
cipher AES-256-GCM