Created
November 3, 2016 11:17
-
-
Save satanTime/cc99a25acf42a383bf744834c387db15 to your computer and use it in GitHub Desktop.
Configuration for dnsmasq to catch all dev domains and direct requests to local address
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no-resolv | |
address=/dev/172.16.0.1 | |
listen-address=172.16.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cat /etc/resolver/dev
nameserver 172.16.0.1