Skip to content

Instantly share code, notes, and snippets.

@pateketrueke
Created July 9, 2013 05:03
Show Gist options
  • Save pateketrueke/5954843 to your computer and use it in GitHub Desktop.
Save pateketrueke/5954843 to your computer and use it in GitHub Desktop.
Settings for local.dev

resolv.conf.d/virtual-hosts

nameserver 127.0.0.1

dhclient-enter-hooks.d/virtual-hosts

prepend domain-name-servers 127.0.0.1;

dnsmasq.d/virtual-hosts

listen-address=127.0.0.1
address=/.local/127.0.0.1
address=/.dev/127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment