mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
Even though dnsmasq only listened to requests from 127.0.0.1, port 53 was visible using nmap. We only use dnsmasq as a local resolver, so we can safely change the config to bind to loopback instead, and at the same time get less noise from nmap scans. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>