Advertisement
florian2833z

Untitled

Jan 12th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. proto udp
  2. tun-mtu 1500
  3. fragment 1300
  4. mssfix
  5. cipher AES-256-CBC
  6. ignore-unknown-option ncp-disable # ovpn 2.3 to 2.4 transition
  7. ncp-disable
  8.  
  9. remote frankfurt.perfect-privacy.com 149
  10. remote frankfurt.perfect-privacy.com 1151
  11. remote frankfurt.perfect-privacy.com 1150
  12. remote frankfurt.perfect-privacy.com 1149
  13. remote frankfurt.perfect-privacy.com 1148
  14. remote frankfurt.perfect-privacy.com 148
  15. remote frankfurt.perfect-privacy.com 151
  16. remote frankfurt.perfect-privacy.com 150
  17.  
  18. auth SHA512
  19. auth-user-pass
  20. client
  21. compress
  22. dev tun
  23. #float
  24. hand-window 120
  25. inactive 604800
  26. mute-replay-warnings
  27. nobind
  28. #ns-cert-type server # deprecated in openvpn 2.5
  29. remote-cert-tls server # new
  30. persist-key
  31. persist-remote-ip
  32. persist-tun
  33. ping 5
  34. ping-restart 120
  35. redirect-gateway def1
  36. remote-random
  37. reneg-sec 3600
  38. resolv-retry 60
  39. route-delay 2
  40. route-method exe
  41. script-security 2
  42. tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-RSA-WITH-AES-256-CBC-SHA
  43. tls-timeout 5
  44. verb 4
  45. tun-ipv6
  46.  
  47. register-dns
  48.  
  49. key-direction 1
  50. <ca>
  51. -----BEGIN CERTIFICATE-----
  52. -----END CERTIFICATE-----
  53.  
  54. </ca>
  55.  
  56. <cert>
  57. -----BEGIN CERTIFICATE-----
  58. -----END CERTIFICATE-----
  59.  
  60. </cert>
  61.  
  62. <key>
  63. -----BEGIN PRIVATE KEY-----
  64. -----END PRIVATE KEY-----
  65.  
  66. </key>
  67.  
  68. <tls-auth>
  69. #
  70. # 2048 bit OpenVPN static key
  71. #
  72. -----BEGIN OpenVPN Static key V1-----
  73. -----END OpenVPN Static key V1-----
  74.  
  75. </tls-auth>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement