My VPN .ovpn config (Text in the file):
remote de-fra.privatevpn.com 1194 udp
remote de-fra1.privatevpn.com 1194 ud
remote-random
pnobind
dev tun
Options
tun-ipv6
remote-cert-tls server
client
comp-lzo
persist-key
persist-tun
verb 3
Router
reneg-sec 0
auth-nocache
connection retry -1
route-delay
keepalive 3 10
resolv-retry infinite
auth-retry interact
ping-restart 0
ping-timer-rem
pull-filter ignore “auth-token”
log /etc/openvpn/openvpn.log
Crypto
cipher AES-128-GCM
auth SHA256
auth-user-pass VPN.auth
Cert
< ca>
-----BEGIN CERTIFICATE-----
[Put Your Cert-Code here, if is not provided form your vpn-provider and you can’t find the ovpn-file with the code in it]
-----END CERTIFICATE-----
</ ca>
< tls-auth>
-----BEGIN OpenVPN Static key V1-----
[Put Your Key-Code here, if is not provided form your vpn-provider and you can’t find the ovpn-file with the code in it]
-----END OpenVPN Static key V1-----
</ tls-auth>
key-direction 1