Last active
July 26, 2017 14:19
-
-
Save vickoman/0d2510718da59787caa1937c8e6afb80 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
1.- Editamos el archivo de configuracion /usr/local/etc/dnsmasq.conf | |
Cambiamos: address=/knowblyhost/127.0.0.1 por address=/knowblyhost.local/127.0.0.1 | |
2.- Editamos nuestros archivos hosts: | |
En mac la ruta es: /private/etc/hosts | |
Agregamos la linea 127.0.0.1 knowblyhost.local | |
3.- Renombramos el resolver: | |
Comando para mac: | |
mv /etc/resolver/knowblyhost /etc/resolver/knowblyhost.local | |
4.- Reiniciamos dnsmasq: | |
sudo launchctl stop homebrew.mxcl.dnsmasq | |
sudo launchctl start homebrew.mxcl.dnsmasq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment