Skip to content

Instantly share code, notes, and snippets.

@mvneves
Created February 23, 2021 21:49
Show Gist options
  • Save mvneves/c9557a02c99d8d24a53c0dd374c70194 to your computer and use it in GitHub Desktop.
Save mvneves/c9557a02c99d8d24a53c0dd374c70194 to your computer and use it in GitHub Desktop.

Reloading dnsmasq hosts

To reload after changes in /etc/hosts, send SIGHUP to dnsmasq like this:

sudo pkill -SIGHUP dnsmasq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment