infusion / node-dhcp

A DHCP server and client written in pure JavaScript
https://raw.org/article/a-pure-javascript-dhcp-implementation/
MIT License
301 stars 75 forks source link

Add ignore range to options #70

Open phoomin2012 opened 3 years ago

phoomin2012 commented 3 years ago

If ignore range is set to true, the server will ignore to reply the client. This is for the dhcp server that want to give static ip address to specific mac address only.