Skip to content

Commit e683b66

Browse files
RoRoJnerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 2942b30 commit e683b66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/vpc/reference-content/understanding-nacls.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ However, an Instance on Private Network B is blocked from sending a packet to an
4343

4444
## NACL rule configuration
4545

46-
When defining an NACL rule, you must enter the following settings:
46+
When defining a NACL rule, you must enter the following settings:
4747

4848
- **IP version**: Either IPv4 or IPv6. The rule will apply only to traffic matching this IP version, meaning that in effect, each VPC has two NACLs: one for IPv4 and one for IPv6. If you want to create an equivalent rule for the other IP version, you must do so separately.
4949

5050
- **Protocol**: Either `TCP`, `UDP`, or `ICMP`. The rule will apply only to traffic matching this protocol. Alternatively, you can choose to apply it to traffic matching any protocol.
5151

52-
- **Source** and **destination**: The rule will apply to traffic originating from this source and being sent to this destination. For both, enter an IP range range in [CIDR format](/vpc/concepts/#cidr-block), and a port or port range. Alternatively, you can opt for the rule to apply to all IPs and/or all ports.
52+
- **Source** and **destination**: The rule will apply to traffic originating from this source and being sent to this destination. For both, enter an IP range in [CIDR format](/vpc/concepts/#cidr-block), and a port or port range. Alternatively, you can opt for the rule to apply to all IPs and/or all ports.
5353

5454
- **Action**: The NACL will either **Allow** (accept) or **Deny** (drop) traffic that matches the rule, to proceed to its destination.
5555

@@ -73,7 +73,7 @@ Nonetheless, you can choose to set your default rule to **Allow** if you wish. I
7373

7474
## NACL example
7575

76-
The table below shows an example of an NACL for IPv4 traffic:
76+
The table below shows an example of a NACL for IPv4 traffic:
7777

7878
<Lightbox src="scaleway-nacl-example.webp" alt="A table shows a number of NACL rules" />
7979

0 commit comments

Comments
 (0)