Skip to content

Commit 8ffbd04

Browse files
committed
Task 544781: Fix wildcard asterisk formatting in DNAT rule
- Changed five asterisks (*****) to single asterisk (\*) in Source field instruction - Properly escaped asterisk for markdown rendering - Corrects typographical error in DNAT rule configuration step AB#544781
1 parent b44d8e0 commit 8ffbd04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/firewall/tutorial-firewall-dnat-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ This rule allows inbound HTTP traffic from the Internet to reach the web server
240240
1. For **Rule collection group**, select **DefaultDnatRuleCollectionGroup**.
241241
1. Under **Rules**, for **Name**, type **http-dnat**.
242242
1. For **Source type**, select **IP address**.
243-
1. For **Source**, type ***** to allow traffic from any source.
243+
1. For **Source**, type **\*** to allow traffic from any source.
244244
1. For **Protocol**, select **TCP**.
245245
1. For **Destination Ports**, type **80**.
246246
1. For **Destination Type**, select **IP Address**.

0 commit comments

Comments
 (0)