更新 SmartDNS 配置

This commit is contained in:
CallMeR
2023-07-16 01:52:45 +08:00
parent a8da3fa115
commit 60f0b0940c
+2 -2
View File
@@ -79,7 +79,7 @@ systemd-r 347 systemd-resolve 19u IPv4 13447 0t0 UDP localhost:domain
systemd-r 347 systemd-resolve 20u IPv4 13448 0t0 TCP localhost:domain (LISTEN)
```
当前系统 `53` 端口被 `systemd-resolved.service` 占用,会导致自建内网 DNS 服务时监听端口失败。
当前系统 `53` 端口被 `systemd-resolved.service` 占用,会导致设置 DNS 服务时监听端口失败。
为了正常使用 `53` 端口,需要对 `systemd-resolved.service` 进行配置,逐行执行以下命令。
@@ -186,7 +186,7 @@ $ sudo apt install smartdns
因此,更推荐使用其 Github 仓库中的最新稳定版进行安装,官方仓库请参阅 [pymumu/smartdns](https://github.com/pymumu/smartdns/releases) 。
下载 SmartDNS 最新版本时,请根据系统架构选择对应版本,逐行执行以下命令。
下载 SmartDNS 最新版本时,请根据系统架构选择合适的版本,逐行执行以下命令。
```bash
## 创建存放 SmartDNS 安装包的临时目录