Skip to content

Commit 1cb64bf

Browse files
committed
fix(vpc): fix faq
1 parent 01d2f73 commit 1cb64bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/vpc/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ This is not currently possible. You may consider using a VPN tunnel to achieve t
4646

4747
Managed Databases do not currently support VPC routing - see our [dedicated documentation](/vpc/reference-content/understanding-routing/#limitations)
4848

49-
## Can I control traffic flow between my VPC's Private Networks?
49+
### Can I control traffic flow between my VPC's Private Networks?
5050

5151
Yes, use the [Network ACL feature](/vpc/how-to/manage-nacl) to filter packets flowing between the different Private Networks of your VPC. By default all traffic is allowed to pass, until you start to add rules to the VPC's NACL.
5252

5353
<Message type="important">
5454
NACLs are currently in Public Beta, and configurable only via the [VPC API](https://www.scaleway.com/en/developers/api/vpc/) and developer tools. This feature will be coming soon to the Scaleway console.
5555
</Message>
5656

57-
## How are NACLs different to security groups?
57+
#"# How are NACLs different to security groups?
5858

5959
[Security groups](/instances/how-to/use-security-groups/) filter **public** traffic on your Instances, whereas NACLs filter traffic to/from Private Networks only.
6060

0 commit comments

Comments
 (0)