Skip to content

Instantly share code, notes, and snippets.

@mrofi
Last active September 1, 2019 02:22
Show Gist options
  • Save mrofi/e72f23ee412f2ce389052a4728e5a1d8 to your computer and use it in GitHub Desktop.
Save mrofi/e72f23ee412f2ce389052a4728e5a1d8 to your computer and use it in GitHub Desktop.
DNS MASQ conf
#/etc/dhcp/dhclient.conf
prepend domain-name-servers 127.0.0.1;
#/etc/dnsmasq.conf
address=/localhost/127.0.0.1
address=/web/127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment