Dnsmasq stopped working for no reason

天涯浪子 提交于 2019-12-01 09:54:44

问题


I started using Dnsmasq on OSX Yosemite to resolve all *.dev domains to 192.168.10.10 IP address, which is Laravel Homestead's default.

It worked for me, but after sleeping and waking my Macbook, it stopped working.

I have followed steps of this tutorial, at first and it worked. It seems like all needed files are still there, but now when I go to anything.dev, it loads forever and then timeouts.

I do have a dev file at /etc/resolver with following content:

nameserver 192.168.10.10

Please help.

来源:https://stackoverflow.com/questions/32091959/dnsmasq-stopped-working-for-no-reason

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!