URL
Namecheap
This is a URL Redirect record with a type of "Unmasked", it creates a 302 redirect to the target.
You can read more at the Namecheap documentation
Porkbun
This creates a temporary (HTTP 302) redirect to the target URL. By default, it includes wildcard subdomains but does not include the URI path in redirection.
Example:
D("example.com", REG_PORKBUN, DnsProvider(DSP_PORKBUN),
URL("redirect", "https://example.org"),
);Last updated