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
# explicitly define host-ip mappings | |
# dnsmasq entries are always wildcard entries, so this maps both myapp.local and *.myapp.local | |
address=/myapp.local/219.219.219.125 | |
# set the upstream resolver for people running Linux; this allows all other DNS to be resolved: | |
server=1.1.1.1 | |
server=1.0.0.1 |