mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
30 lines
316 B
Plaintext
30 lines
316 B
Plaintext
client
|
|
|
|
dev tun
|
|
|
|
proto udp
|
|
|
|
# Specify multiple vpn servers here
|
|
remote gateway
|
|
remote bastion02
|
|
|
|
resolv-retry infinite
|
|
|
|
nobind
|
|
|
|
persist-key
|
|
|
|
#up /etc/openvpn/fix-routes.sh
|
|
#up-restart
|
|
|
|
cipher AES-256-CBC
|
|
auth SHA512
|
|
ca ca.crt
|
|
cert client.crt
|
|
key client.key
|
|
|
|
comp-lzo
|
|
|
|
#route 10.5.126.0 255.255.255.0
|
|
keepalive 10 60
|