Closed pbertera closed 9 years ago
Hi,
seems that the DNS option has been forgotten to be implemented.
a line like:
response += self.tlvEncode(6, socket.inet_aton(self.dnsserver)) #DNS
Should be added in the craftOptions method
This is a bug I was aware of and is fixed in #65, which I believe is due to be merged after #59
Actually this is probably quite a large bug, so I will get it merged with #59. Thanks for catching this!
Hi,
seems that the DNS option has been forgotten to be implemented.
a line like:
Should be added in the craftOptions method