随笔分类 - DNS
Rocky Linux 9 SmartDNS 部署
摘要:1、下载并安装 # 下载 wget https://github.com/pymumu/smartdns/releases/download/Release43/smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz # 解压并安装 tar xf sma
阅读全文
Rocky Linux 9 Dnsmasq 部署
摘要:1、安装 dnf -y install dnsmasq 2、配置文件修改 # vim /etc/dnsmasq.conf ... resolv-file=/etc/resolv.dnsmasq.conf strict-order user=dnsmasq group=dnsmasq listen-a
阅读全文