forked from Lainports/freebsd-ports
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful,
multi-OS and easy-to-use multi-protocol VPN software. It supports
SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3
and EtherIP tunneling protocols and has a clone function to support
OpenVPN clients.
WWW: http://www.softether.org
PR: 188437
Submitted by: net@arrishq.net
Reviewed by: marino
20 lines
743 B
C
20 lines
743 B
C
--- src/Cedar/Client.h.orig 2014-06-08 06:19:15 UTC
|
|
+++ src/Cedar/Client.h
|
|
@@ -125,7 +125,7 @@
|
|
|
|
|
|
// Constants
|
|
-#define CLIENT_CONFIG_FILE_NAME "@vpn_client.config"
|
|
+#define CLIENT_CONFIG_FILE_NAME "/var/db/softether/vpn_client.config"
|
|
#define CLIENT_DEFAULT_KEEPALIVE_HOST "keepalive.softether.org"
|
|
#define CLIENT_DEFAULT_KEEPALIVE_PORT 80
|
|
#define CLIENT_DEFAULT_KEEPALIVE_INTERVAL KEEP_INTERVAL_DEFAULT
|
|
@@ -145,7 +145,7 @@
|
|
#define CLIENT_WIN32_EXE_FILENAME_X64 "vpnclient_x64.exe"
|
|
#define CLIENT_WIN32_EXE_FILENAME_IA64 "vpnclient_ia64.exe"
|
|
|
|
-#define CLIENT_CUSTOM_INI_FILENAME "@custom.ini"
|
|
+#define CLIENT_CUSTOM_INI_FILENAME "/var/db/softether/custom.ini"
|
|
|
|
#define CLIENT_GLOBAL_PULSE_NAME "clientglobalpulse"
|
|
|