# cache-domains.regex # # OPTIONAL. dstdom_regex patterns for glob-style hostnames that the leading-dot # matching in cache-domains.txt can't express (e.g. a wildcard INSIDE a label). # One POSIX extended regex per line, matched case-insensitively against the # request hostname. Full-line "#" comments only. # # Leave this file with comments only to disable it -- the entrypoint skips it # when there are no active entries (an empty ACL would otherwise error). # # Examples (uncomment / adapt): # ^mirror[0-9]+\.example\.com$ # ^cdn-.*\.fastly\.net$ # ^.*\.pkg\.dev$