create_dns_host_override
Create a DNS host override entry to map a hostname to specific IP addresses in pfSense. Specify host, domain, IP list, optional aliases, and apply immediately.
Instructions
Create a DNS host override entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | List of IP addresses to resolve to (e.g., ["192.168.1.10"]) | |
| host | Yes | Hostname (e.g., "server1") | |
| descr | No | Optional description | |
| domain | Yes | Domain name (e.g., "example.com") | |
| aliases | No | Optional list of alias dicts, each with "host" and "domain" keys | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||