Comment on page
CF_TEMP_REDIRECT
CF_TEMP_REDIRECT
uses Cloudflare-specific features ("Forwarding URL" Page Rules) to generate a HTTP 302 temporary redirect.If any
CF_REDIRECT
or CF_TEMP_REDIRECT
functions are used then dnscontrol
will manage all "Forwarding URL" type Page Rules for the domain. Page Rule types other than "Forwarding URL” will be left alone.WARNING: Cloudflare does not currently fully document the Page Rules API and this interface is not extensively tested. Take precautions such as making backups and manually verifying
dnscontrol preview
output before running dnscontrol push
. This is especially true when mixing Page Rules that are managed by DNSControl and those that aren't.dnsconfig.js
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
CF_TEMP_REDIRECT("example.example.com/*", "https://otherplace.yourdomain.com/$1"),
);
Last modified 5mo ago