CF_SINGLE_REDIRECT
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
CF_SINGLE_REDIRECT('redirect www.example.com', 302, 'http.host eq "www.example.com"', 'concat("https://otherplace.com", http.request.uri.path)'),
CF_SINGLE_REDIRECT('redirect yyy.example.com', 302, 'http.host eq "yyy.example.com"', 'concat("https://survey.stackoverflow.co", "")'),
CF_TEMP_REDIRECT("*example.com/*", "https://contests.otherexample.com/$2"),
);CF_REDIRECT and CF_TEMP_REDIRECT
CF_REDIRECT and CF_TEMP_REDIRECTLast updated