diff --git a/src/pages/manage/networks/how-routing-peers-work.mdx b/src/pages/manage/networks/how-routing-peers-work.mdx index 67ad0614..b5f947d1 100644 --- a/src/pages/manage/networks/how-routing-peers-work.mdx +++ b/src/pages/manage/networks/how-routing-peers-work.mdx @@ -167,7 +167,7 @@ The Management service only flips an account to 22054 once every peer is on 0.59 ### Routing Peer DNS Resolution -Wildcard domain resources require [Routing Peer DNS Resolution](/manage/networks#enable-dns-wildcard-routing) to be enabled. With this setting on, DNS resolution happens on the routing peer rather than on the client. +Wildcard domain resources require [Routing Peer DNS Resolution](/manage/networks#enable-routing-peer-dns-resolution) to be enabled. With this setting on, DNS resolution happens on the routing peer rather than on the client. ### Pitfall: domains and IP ranges in the same network diff --git a/src/pages/manage/networks/index.mdx b/src/pages/manage/networks/index.mdx index 285ccadd..2c09a297 100644 --- a/src/pages/manage/networks/index.mdx +++ b/src/pages/manage/networks/index.mdx @@ -68,7 +68,7 @@ Resources are the machines, services, or subnets you want to access within your - Single IP addresses - IP ranges - Domain names (e.g., `example.com`) -- Wildcard domains (e.g., `*.company.internal`) when [DNS wildcard routing](#enable-dns-wildcard-routing) is enabled +- Wildcard domains (e.g., `*.company.internal`) when [routing peer DNS resolution](#enable-routing-peer-dns-resolution) is enabled
@@ -170,24 +170,24 @@ This additional policy ensures that the routing peer's input chain allows inboun
This is a common pitfall when the routing peer also runs local services. Remember: network resource policies control forwarded traffic (forward chain), while peer-to-peer access control policies control traffic to the peer itself (input chain). You need both if you want to access the routing peer **and** the resources behind it.
-## Enable DNS Wildcard Routing
+