mkdns
Create a DNS host override in Unbound to map a hostname and domain to a specific IP address.
Instructions
Add a DNS host override in Unbound
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname (without domain, e.g. 'myserver') | |
| domain | Yes | Domain (e.g. 'local' or 'example.com') | |
| server | Yes | IP address this hostname resolves to | |
| description | No | Optional description | |
| enabled | No | Whether the override is active (default: true) |