pve_node_dns
Reads a Proxmox node's DNS configuration, providing search domain and nameservers (dns1-dns3) for review.
Instructions
Read a Proxmox node's DNS configuration (read-only). Returns a dict with search domain and configured nameservers (dns1/dns2/dns3). Use pve_node_dns_set to change it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name; defaults to the configured node | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |