Comment 41 for bug 998712

Revision history for this message
Thomas Hood (jdthood) wrote :

When dnsmasq is malfunctioning, does sending the dnsmasq process a SIGHUP fix it?

    sudo kill -HUP $(pidof dnsmasq)

This signal causes dnsmasq to clear its cache, but I imagine it might also kick dnsmasq out of whatever faulty state it has got into.