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

sendAck with custom options #32

Open roccomuso opened 6 years ago

roccomuso commented 6 years ago

How to send an ACK packet with custom options?

infusion commented 6 years ago

Why do you want to send custom options with ACK only? You can use forceOptions to send options on all requests.

roccomuso commented 6 years ago

To emulate a WPAD (https://findproxyforurl.com/wpad-introduction/) i need this custom ack packet.