pfsense-api icon indicating copy to clipboard operation
pfsense-api copied to clipboard

DHCP NTP Options

Open crawc opened this issue 3 years ago • 0 comments

Is your feature request related to existing pfSense functionality that is missing from the API? Please describe. A URL or documentation about the requested functionality. Ex. /firewall_rule.php [...] /services_dhcp.php?if=opt1

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently unable to set these NTP options using the API

Describe the solution you'd like A clear and concise description of what you want to happen. Implement these fields when creating/updating DHCP services.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. After using the API to create the service I must use the pfSense interface (/services_dhcp.php?if=opt1) to set them and restart DHCP.

Additional context Add any other context or screenshots about the feature request here. Great work on this! Very helpful. Please see comment from https://github.com/jaredhendrickson13/pfsense-api/issues/176

Would it be possible to add the NTP servers too? "ntpserver": [ "0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org" ]

crawc avatar May 04 '22 12:05 crawc