klugerama / webmin-dnsmasq

A Webmin module for managing dnsmasq
6 stars 1 forks source link

Can't add or edit IP reservation #62

Open behrlevi opened 4 days ago

behrlevi commented 4 days ago

I'm trying to use the form to record a reservation, but the new entry is not getting written in the config file.

The plugin can read the config, I also see the entries I wrote manually, and it can also activate/deactivate an entry by commenting out the given line so it can write the file.

I was thinking, that maybe I should write the values in the form in a specific format, like instead of entering 1 in the id field, I should enter id:1, or "1". Or I should fill out all the fields. Leave the Ignore Client ID unchecked or checked. I was trying to find a combination which would work.

What am possibly doing wrong?

Screenshot from 2024-10-29 11-22-21