anthony62490

OVPN Config

Aug 25th, 2017
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. client
  2. dev tun
  3. proto udp
  4. remote ca-toronto.privateinternetaccess.com 1197
  5. # PLEX over WAN route
  6. route plex.tv 255.255.255.255 192.168.1.254
  7. resolv-retry infinite
  8. keepalive 10 60
  9. nobind
  10. persist-key
  11. persist-tun
  12. cipher aes-256-cbc
  13. auth sha256
  14. tls-client
  15. remote-cert-tls server
  16. auth-user-pass login.conf
  17. comp-lzo
  18. verb 1
  19. reneg-sec 0
  20. crl-verify crl.rsa.4096.pem
  21. ca ca.rsa.4096.crt
Advertisement
Add Comment
Please, Sign In to add comment