diff --git a/src/content/docs/cloudflare-one/traffic-policies/packet-filtering/best-practices/minimal-ruleset.mdx b/src/content/docs/cloudflare-one/traffic-policies/packet-filtering/best-practices/minimal-ruleset.mdx
index e272b7c8133b3be..3396d6376c010f2 100644
--- a/src/content/docs/cloudflare-one/traffic-policies/packet-filtering/best-practices/minimal-ruleset.mdx
+++ b/src/content/docs/cloudflare-one/traffic-policies/packet-filtering/best-practices/minimal-ruleset.mdx
@@ -29,6 +29,8 @@ This is a suggested list and not an exhaustive list. Review your environment and
**Match**: `(ip.proto eq "hopopt") or (not ip.proto in {"esp" "tcp" "udp" "gre" "icmp"})`
**Action**: Block
+The recommended rules are part of the managed rules.
+
## Traffic and port types
The information below covers traffic type, how the port is used, and reasons for blocking the port.
diff --git a/src/content/docs/magic-firewall/best-practices/minimal-ruleset.mdx b/src/content/docs/magic-firewall/best-practices/minimal-ruleset.mdx
index b8d07d05810e927..8548ca154fca1a2 100644
--- a/src/content/docs/magic-firewall/best-practices/minimal-ruleset.mdx
+++ b/src/content/docs/magic-firewall/best-practices/minimal-ruleset.mdx
@@ -30,6 +30,8 @@ This is a suggested list and not an exhaustive list. Review your environment and
**Match**: `(ip.proto eq "hopopt") or (not ip.proto in {"esp" "tcp" "udp" "gre" "icmp"})`
**Action**: Block
+The recommended rules are part of the managed rules.
+
## Traffic and port types
The information below covers traffic type, how the port is used, and reasons for blocking the port.