Advertisement
Guest User

SoftEtherVPN linux client conf

a guest
Jun 18th, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # VPN Client VPN Connection Setting File
  2. #
  3. # This file is exported using the VPN Client Manager.
  4. # The contents of this file can be edited using a text editor.
  5. #
  6. # When this file is imported to the Client Connection Manager
  7. # it can be used immediately.
  8.  
  9. declare root
  10. {
  11. bool CheckServerCert false
  12. uint64 CreateDateTime 0
  13. uint64 LastConnectDateTime 0
  14. bool StartupAccount false
  15. uint64 UpdateDateTime 0
  16.  
  17. declare ClientAuth
  18. {
  19. uint AuthType 1
  20. byte HashedPassword REDACTED
  21. string Username jaime
  22. }
  23. declare ClientOption
  24. {
  25. string AccountName Viper
  26. uint AdditionalConnectionInterval 1
  27. uint ConnectionDisconnectSpan 0
  28. string DeviceName tun0
  29. bool DisableQoS false
  30. bool HalfConnection false
  31. bool HideNicInfoWindow false
  32. bool HideStatusWindow false
  33. string Hostname 73.9X.X.X
  34. string HubName VPN
  35. uint MaxConnection 1
  36. bool NoRoutingTracking false
  37. bool NoTls1 false
  38. bool NoUdpAcceleration false
  39. uint NumRetry 4294967295
  40. uint Port 443
  41. uint PortUDP 0
  42. string ProxyName $
  43. byte ProxyPassword $
  44. uint ProxyPort 0
  45. uint ProxyType 0
  46. string ProxyUsername $
  47. bool RequireBridgeRoutingMode false
  48. bool RequireMonitorMode false
  49. uint RetryInterval 15
  50. bool UseCompress false
  51. bool UseEncrypt true
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement