当前位置:   article > 正文

【macos】dnsmasq搭建DNS服务器

【macos】dnsmasq搭建DNS服务器
  1. dnsmasq安装
brew install dnsmasq
brew info dnsmasq

//每次配置完,重启服务
sudo brew services restart dnsmasq
  • 1
  • 2
  • 3
  • 4
  • 5
  1. 修改 /usr/local/etc/dnsmasq.conf
log-queries
log-facility=/var/log/dnsmasq.log
bogus-nxdomain=119.29.29.29
cache-size=2048
port=53
no-resolv
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  1. /private/etc/hosts ,使用no-resolv走的就是host的配置(使用gas mask软件可以快速修改host)
123.123.123.123 www.xxx.com
  • 1
  1. 手机设置dns地址为电脑ip,使用NetAnalyzer查看dns

PS: .zshrc中可以配置别名,快速查看本机ip地址

alias ip='curl ifconfig.me'
alias ip2='ifconfig | grep inet | grep -v inet6 | grep -v 127'
alias ip3='ifconfig | grep inet'
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/569902
推荐阅读
相关标签
  

闽ICP备14008679号