set_domain_redirect
ActiveTool of run.domani/domani
declared in 1.0.0
Forward 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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Target URL to forward to, e.g. https://brand.dev. Empty string clears the redirect."
},
"domain": {
"type": "string",
"description": "The domain to forward (must be one you own)"
},
"permanent": {
"type": "boolean",
"description": "true = permanent redirect (default), false = temporary"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries