User Guide / Rules & Routing

DOMAIN vs DOMAIN-SUFFIX vs DOMAIN-KEYWORD

Rules & Routing · Updated 2025-11-22 · ~2 min read

The three domain rule types differ in match breadth, strictest first:

Choosing

Default to DOMAIN-SUFFIX when adding rules — its scope is predictable. Reach for KEYWORD only when the domains are too varied to enumerate (e.g. DOMAIN-KEYWORD,youtube covering the ytimg/youtube family), accepting the false-positive risk. Use DOMAIN when subdomains must route differently — e.g. a site's API subdomain direct while the main site goes through the proxy.