update_dhcp_server_config
Update DHCP server settings on pfSense, including IP pool range, lease times, gateway, DNS, and domain, with optional immediate apply.
Instructions
Update DHCP server configuration (pool range, lease times, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain name | |
| enable | No | Enable or disable the DHCP server | |
| gateway | No | Gateway IP override | |
| range_to | No | Pool end IP address | |
| interface | Yes | Interface name identifying the DHCP server (e.g., "lan", "opt1") | |
| dns_server | No | DNS server override | |
| range_from | No | Pool start IP address | |
| max_lease_time | No | Maximum lease time in seconds | |
| apply_immediately | No | Whether to apply changes immediately | |
| default_lease_time | No | Default lease time in seconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||