Merge pull request #3149 from joinimran/patch-16

Code Change And Typing Issue
This commit is contained in:
Jeanie Decker
2019-04-04 05:43:26 -07:00
committed by GitHub

View File

@ -151,7 +151,7 @@ If set to True, this DomainName rule will trigger the VPN
By default, this value is false. By default, this value is false.
Value type is bool. Persistent Value type is bool.
<a href="" id="vpnv2-profilename-domainnameinformationlist-dnirowid-persistent"></a>**VPNv2/***ProfileName***/DomainNameInformationList/***dniRowId***/Persistent** <a href="" id="vpnv2-profilename-domainnameinformationlist-dnirowid-persistent"></a>**VPNv2/***ProfileName***/DomainNameInformationList/***dniRowId***/Persistent**
Added in Windows 10, version 1607. A boolean value that specifies if the rule being added should persist even when the VPN is not connected. Value values: Added in Windows 10, version 1607. A boolean value that specifies if the rule being added should persist even when the VPN is not connected. Value values:
@ -624,10 +624,10 @@ Profile example
</Authentication> </Authentication>
<RoutingPolicyType>SplitTunnel</RoutingPolicyType> <RoutingPolicyType>SplitTunnel</RoutingPolicyType>
</NativeProfile> </NativeProfile>
<DomainNameInformation> <DomainNameInformationList>
<DomainName>.contoso.com</DomainName> <DomainName>.contoso.com</DomainName>
<DNSServers>10.5.5.5</DNSServers> <DNSServers>10.5.5.5</DNSServers>
</DomainNameInformation> </DomainNameInformationList>
<TrafficFilter> <TrafficFilter>
<App>%ProgramFiles%\Internet Explorer\iexplore.exe</App> <App>%ProgramFiles%\Internet Explorer\iexplore.exe</App>
</TrafficFilter> </TrafficFilter>