TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.54k stars 431 forks source link

[Feature Request] Disable/Enable Individual DHCP Reservations #464

Open gigantuar opened 2 years ago

gigantuar commented 2 years ago

I’m not sure how many others would use this feature but one thing keeping me on ISC DHCP (besides HA which is coming soon) is how easily I can disable/enable reservations by commenting part of the configuration.

My personal use case is some devices have both wired and wireless connections. If I need to change how one of them is connecting today I simply comment one MAC and uncomment the other.

It seems like the server will allow multiple reservations with the same IP address but I have not tested if it creates any issues. It still seems safer to have the ability to disable individual reservations when they are not needed.

Thanks for the great work on this project!

ShreyasZare commented 2 years ago

Thanks for the feature request. I too have similar scenario when wanting to switch between wired and wifi Ethernet. Will think over this to find a solution.