Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2014-01-04 17:00:08 +0400
committerdnobori <da.git@softether.co.jp>2014-01-04 17:00:08 +0400
commit749497dde0a1dd08c434a73b9d4e93dc3e3326d9 (patch)
tree7c83a55919c0f1aa1267c4dbcd008f1644f961ee /src/bin/hamcore/empty_sevpnclient.config
parentd433e567a561f8ae094a535025b02c7dc47026c6 (diff)
v4.03-9408-rtm
Diffstat (limited to 'src/bin/hamcore/empty_sevpnclient.config')
-rw-r--r--src/bin/hamcore/empty_sevpnclient.config77
1 files changed, 77 insertions, 0 deletions
diff --git a/src/bin/hamcore/empty_sevpnclient.config b/src/bin/hamcore/empty_sevpnclient.config
new file mode 100644
index 00000000..43aed949
--- /dev/null
+++ b/src/bin/hamcore/empty_sevpnclient.config
@@ -0,0 +1,77 @@
+# Software Configuration File
+#
+# You can edit this file when the program is not working.
+#
+declare root
+{
+ bool DontSavePassword false
+ byte EncryptedPassword +WzqGYrR3VYXrAhKPZLGEHcIwO8=
+ bool PasswordRemoteOnly false
+ string UserAgent Mozilla/4.0$20(compatible;$20MSIE$206.0;$20Windows$20NT$205.1;$20.NET$20CLR$201.1.4322)
+ uint UseSecureDeviceId 0
+
+ declare AccountDatabase
+ {
+ declare Account0
+ {
+ bool CheckServerCert false
+ uint64 CreateDateTime 1275214393898
+ uint64 LastConnectDateTime 0
+ bool StartupAccount false
+ uint64 UpdateDateTime 1275214393898
+
+ declare ClientAuth
+ {
+ uint AuthType 0
+ string Username public
+ }
+ declare ClientOption
+ {
+ string AccountName Public$20VPN$20&$20NAT$20in$20Japan$20(Sample)
+ uint AdditionalConnectionInterval 1
+ uint ConnectionDisconnectSpan 0
+ string DeviceName TEST
+ bool DisableQoS true
+ bool HalfConnection false
+ bool HideNicInfoWindow false
+ bool HideStatusWindow false
+ string Hostname public.softether.com
+ string HubName PUBLIC
+ uint MaxConnection 2
+ bool NoRoutingTracking false
+ bool NoTls1 false
+ uint NumRetry 4294967295
+ uint Port 443
+ uint PortUDP 0
+ string ProxyName $
+ byte ProxyPassword $
+ uint ProxyPort 0
+ uint ProxyType 0
+ string ProxyUsername $
+ bool RequireBridgeRoutingMode false
+ bool RequireMonitorMode false
+ uint RetryInterval 15
+ bool UseCompress false
+ bool UseEncrypt true
+ }
+ }
+ }
+ declare ClientManagerSetting
+ {
+ bool EasyMode false
+ bool LockMode false
+ }
+ declare Config
+ {
+ bool AllowRemoteConfig false
+ uint64 AutoDeleteCheckDiskFreeSpaceMin 104857600
+ string KeepConnectHost keepalive.softether.org
+ uint KeepConnectInterval 50
+ uint KeepConnectPort 80
+ uint KeepConnectProtocol 1
+ bool UseKeepConnect false
+ }
+ declare RootCA
+ {
+ }
+}