Introduction
A dedicated edge network gives your Private Cloud its own isolated edge zone with full control over caching, custom rules, and traffic visibility. This feature appears as the “Private network” card on your environment’s canvas. A dedicated edge network includes everything in the shared Cloud Edge Network, plus:- Rule builder: Create cache rules and custom rules with execution ordering inside each rule type.
- Custom rules: Match requests on conditions like path, IP, country, or headers, and apply a challenge, block, or IP access action.
- Cache rules: Override default caching with per-path control over cache eligibility, edge TTL, browser TTL, stale-while-revalidate, and ETag handling.
- Traffic visibility: Review the top IP addresses and paths hitting your edge over the last 24 hours, 7 days, or 30 days.
- Rule event counts: See how many requests matched each custom rule and rate limit rule in the last 24 hours.
Dedicated edge networks are available to Private Cloud customers. Contact Sales to request one.
Custom rules
Custom rules let you define request-matching conditions and apply an action to anything that matches. They are useful for blocking known-bad traffic, allowing specific clients, presenting challenges to suspicious requests, or restricting access by IP. Each custom rule has:- Conditions: Request properties to match against, including path, hostname, IP, country, user agent, headers, and query parameters.
- Action: What happens to a matching request. Available actions are challenge, block, and IP access (allow or block specific addresses or ranges).
- Name: A human-readable label for the rule.
Cache rules
Cache rules give you per-path control over how content is cached at the edge and override the default extension-based caching behavior described in the Cloud Edge Network documentation. Each cache rule applies to requests matching its conditions and lets you configure:- Cache eligibility: Whether matching responses are eligible for caching at all.
- Edge TTL: How long the response stays in the edge cache.
- Browser TTL: The cache lifetime served to the client browser.
- Serve stale while revalidating: Serve a stale response while a fresh copy is fetched in the background.
- Respect strong ETags: Honor strong ETag validators on origin responses.
Cache rules do not display per-rule hit counts. Use the traffic cards on the network overview to understand cache performance instead.

