gpt4 book ai didi

ubuntu - 如何在 ubuntu 16.04 中使用 dnsmasq 通配符

转载 作者:太空宇宙 更新时间:2023-11-03 17:09:42 25 4
gpt4 key购买 nike

04我正在尝试在主机文件中配置通配符

127.0.0.1 *.example.com

所以我安装了dnsmasq我试过了

echo address=/example/127.0.0.1/ | sudo tee -a /etc/NetworkManager/dnsmasq.d/local
echo address=/.example/127.0.0.1/ | sudo tee -a /etc/NetworkManager/dnsmasq.d/local
sudo /etc/init.d/dnsmasq restart
sudo service network-manager restart

以下答案:

Wildcard Virtual Hosts Ubuntu

但到目前为止没有任何效果。

最佳答案

你能做的是

sudo echo 'address=/example.com/127.0.0.1'  >> /etc/dnsmasq.conf

相当于

*.example.com

*.*.*.example.com

并重启dnsmasq服务

sudo /etc/init.d/dnsmasq restart

我认为这会成功。

关于ubuntu - 如何在 ubuntu 16.04 中使用 dnsmasq 通配符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41854001/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com