Set Domain Redirect
set_domain_redirectForward a domain you own to another URL (e.g. brand.com -> brand.dev). The domain must point at domani's nameservers/parking IP. Permanent (308) by default, or temporary (307). Send an empty url to stop forwarding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to forward to, e.g. https://brand.dev. Empty string clears the redirect. | |
| domain | Yes | The domain to forward (must be one you own) | |
| permanent | No | true = permanent redirect (default), false = temporary |