Skip to content

Instantly share code, notes, and snippets.

@pedroagabreu
Created September 4, 2014 17:48
Show Gist options
  • Save pedroagabreu/16e81ccccb768cc66777 to your computer and use it in GitHub Desktop.
Save pedroagabreu/16e81ccccb768cc66777 to your computer and use it in GitHub Desktop.
Configure dnsmasq to use specific nameservers for certain domains. In Ubuntu this file would go in /etc/NetworkManager/dnsmasq.d/.
server=/mydomain.local/192.168.1.253
server=/mydomain.local/192.168.1.254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment