Files
fedora-infra_ansible/roles/openvpn/client/files/client.conf
Michal Konecny be433f7221 [openvpn] Remove bastion-iad01 from client conf
IAD2 is no more, let's remove the bastion from openvpn conf.
2025-07-25 09:48:40 +02:00

26 lines
253 B
Plaintext

client
dev tun
proto udp
# Specify multiple vpn servers here
remote gateway
remote bastion02
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
comp-lzo
#route 10.5.126.0 255.255.255.0
keepalive 10 60