settings: GatewayBypassLocal TRUE by default

This commit is contained in:
Benoît LeBlanc 2014-04-29 17:34:34 -04:00
parent d7b587161d
commit 53694fbeba
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ rdpSettings* freerdp_settings_new(DWORD flags)
settings->SaltedChecksum = TRUE;
settings->ServerPort = 3389;
settings->GatewayPort = 443;
settings->GatewayBypassLocal = TRUE;
settings->DesktopResize = TRUE;
settings->ToggleFullscreen = TRUE;
settings->DesktopPosX = 0;