Skip to content

Commit cfc4c27

Browse files
authored
[Docs] Replace IP Access rules in Dev Docs homepage (#16747)
1 parent b29927d commit cfc4c27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ const recommendedSection = {
188188
},
189189
},
190190
{
191-
title: "Create IP access rules",
192-
text: "Use IP Access rules to allowlist, block, and challenge traffic based on the visitor’s IP address, country, or Autonomous System Number (ASN).",
191+
title: "Allow traffic from specific countries only",
192+
text: "Block requests based on a list of allowed countries by configuring a custom rule in the Web Application Firewall (WAF).",
193193
cta: {
194-
title: "Create IP access rules",
195-
href: "/waf/tools/ip-access-rules/",
194+
title: "Allow traffic from specific countries only",
195+
href: "/waf/custom-rules/use-cases/allow-traffic-from-specific-countries/",
196196
},
197197
},
198198
],
@@ -251,4 +251,4 @@ const recommendedSection = {
251251
html:not([data-has-sidebar]) {
252252
--sl-content-width: 80rem;
253253
}
254-
</style>
254+
</style>

0 commit comments

Comments
 (0)