mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-02-21 10:00:09 +03:00
Add custom HTTP header feature for HTTP proxy
A custom HTTP header can be used to bypass certain restrictions imposed on the network or to avoid speed limitations applied by the QoS.
This commit is contained in:
@ -776,6 +776,8 @@ void RemoveShortcutKeyStrFromMenu(HMENU hMenu);
|
||||
UINT GetMenuNum(HMENU hMenu);
|
||||
void PrintMenu(HWND hWnd, HMENU hMenu);
|
||||
void LvRename(HWND hWnd, UINT id, UINT pos);
|
||||
void LvSetEnhanced(HWND hWnd, UINT id, bool enable);
|
||||
void EditBoxSetEnhanced(HWND hWnd, UINT id, bool enable);
|
||||
void AllowFGWindow(UINT process_id);
|
||||
HWND SearchWindow(wchar_t *caption);
|
||||
char *RemoteDlg(HWND hWnd, char *regkey, UINT icon, wchar_t *caption, wchar_t *title, char *default_host);
|
||||
|
||||
Reference in New Issue
Block a user