Code Change And Typing Issue

There was a code change and typing issue in the document which has been corrected. 

Problem1: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/1330
Problem2: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/2329
This commit is contained in:
ImranHabib 2019-04-03 22:23:39 +05:00 committed by GitHub
parent 23ce5fc53d
commit c55fa1f71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>