linux-wifi-hotspot
linux-wifi-hotspot copied to clipboard
Add option to log DNS requests to a file with dnsmasq
Currently, there is no way to pass additional configuration options to dnsmasq
via create_ap
.
These changes add an option to log DNS requests to a file, using dnsmasq.conf
, similar to the current --logfile
option.
Please let me know if any other changes are required.
Thanks, Zack
This is great, let me test it. Thanks