lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.01k stars 278 forks source link

Add option to log DNS requests to a file with dnsmasq #375

Closed Zedeldi closed 4 months ago

Zedeldi commented 5 months ago

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

lakinduakash commented 4 months ago

This is great, let me test it. Thanks