Skip to content

Commit 02b150f

Browse files
Merge pull request #125345 from changeworld/patch-59
Fix typo
2 parents 7479c0a + 080341b commit 02b150f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-wan/virtual-wan-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ There are two options to add DNS servers for the P2S clients. The first method i
8181
$P2SVpnGateway = Get-AzP2sVpnGateway -ResourceGroupName $rgName -Name $P2SvpnGatewayName
8282
$updatedP2SVpnGateway = Update-AzP2sVpnGateway -ResourceGroupName $rgName -Name $P2SvpnGatewayName -CustomDnsServer $customDnsServers
8383
84-
// Re-generate Vpn profile either from PS/Portal for Vpn clients to have the specified dns servers
84+
// Re-generate VPN profile either from PS/Portal for VPN clients to have the specified dns servers
8585
```
8686

8787
2. Or, if you're using the Azure VPN Client for Windows 10, you can modify the downloaded profile XML file and add the **\<dnsservers>\<dnsserver> \</dnsserver>\</dnsservers>** tags before importing it.

0 commit comments

Comments
 (0)