1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-05-18 19:41:16 +03:00

Fix server manager setting compatibility since build 9658

This commit is contained in:
Yihong Wu
2021-12-25 13:13:10 +08:00
parent 82b6422821
commit 51585e63e3
5 changed files with 249 additions and 7 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ struct WPC_CONNECT
UINT ProxyPort; // Proxy server port number
char ProxyUsername[MAX_USERNAME_LEN + 1]; // Proxy server user name
char ProxyPassword[MAX_USERNAME_LEN + 1]; // Proxy server password
char CustomHttpHeader[HTTP_CUSTOM_HEADER_MAX_SIZE + 1]; // Custom HTTP header
char CustomHttpHeader[HTTP_CUSTOM_HEADER_MAX_SIZE]; // Custom HTTP header
bool UseCompress; // Use of compression
bool DontCheckCert; // Do not check the certificate
};
@@ -45,7 +45,7 @@ struct INTERNET_SETTING
UINT ProxyPort; // Proxy server port number
char ProxyUsername[MAX_USERNAME_LEN + 1]; // Proxy server user name
char ProxyPassword[MAX_USERNAME_LEN + 1]; // Proxy server password
char CustomHttpHeader[HTTP_CUSTOM_HEADER_MAX_SIZE + 1]; // Custom HTTP header
char CustomHttpHeader[HTTP_CUSTOM_HEADER_MAX_SIZE]; // Custom HTTP header
};
// URL