Guest User

client configuration

a guest
Feb 11th, 2023
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | Software | 0 0
  1. client
  2. dev tap
  3. proto udp
  4. remote XXXXX.XXXX.net 12974
  5. resolv-retry infinite
  6. nobind
  7. persist-key
  8. persist-tun
  9. ca ca.crt
  10. cert client.crt
  11. key client.key
  12. cipher AES-128-CBC
  13. verb 5
  14. tls-cipher "DEFAULT:@SECLEVEL=0"
  15. data-ciphers AES-128-CBC
  16. tls-version-min 1.0
  17.  
  18. route-gateway 10.0.2.2
  19.  
  20. ifconfig 10.66.77.1 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment