Advertisement
Guest User

Untitled

a guest
Oct 17th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. client
  2.  
  3. dev tap
  4.  
  5. proto udp //что делает прото
  6.  
  7. remote XXX.XXX.XXX.XXX 1194 // рандомный хост?
  8.  
  9. float //что это значит?
  10.  
  11. remote-random
  12.  
  13. resolv-retry infinite //бескончно подключаться?
  14.  
  15. nobind // ??????
  16.  
  17. persist-key //тоже непонятно что за настройка
  18. persist-tun
  19.  
  20. ;http-proxy-retry # retry on connection failures
  21. ;http-proxy [proxy server] [proxy port #]
  22.  
  23.  
  24. ;mute-replay-warnings
  25. ca "cacert.pem"
  26. cert "C44E940771630B4B.pem"
  27. key "artus2.pem"
  28.  
  29. tls-remote vpn-vpn.xxx //что это?
  30.  
  31.  
  32. ;ns-cert-type server //???
  33.  
  34. ;tls-auth ta.key 1
  35.  
  36.  
  37. ;cipher x //?
  38.  
  39.  
  40. comp-lzo //?
  41.  
  42. verb 3 // ?
  43.  
  44. explicit-exit-notify 3 //?
  45.  
  46. ;mute 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement