mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 06:22:52 +08:00
更新 SmartDNS 配置
This commit is contained in:
+2
-2
@@ -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 安装包的临时目录
|
||||
|
||||
Reference in New Issue
Block a user