Advertisement
Malic

nooooo

Jan 10th, 2022
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2.  
  3. client
  4.  
  5. ;dev tap
  6. dev tun
  7.  
  8. ;dev-node MyTap
  9.  
  10. proto udp
  11. remote 77.125.121.234 1194
  12.  
  13. resolv-retry infinite
  14. # Most clients don't need to bind to
  15. # a specific local port number.
  16. nobind
  17. # Try to preserve some state across restarts.
  18. persist-key
  19. persist-tun
  20. ca ca.crt
  21. cert world1.crt
  22. key world1.key
  23.  
  24. cipher AES-256-CBC
  25. # Set log file verbosity.
  26. verb 3
  27. # Silence repeating messages
  28. ;mute 20
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement