fix Ubuntu service name (#1224)

Author: PikuZheng <cba321123@gmail.com>
Date:   Sat Dec 31 18:00:57 2022 +0800
This commit is contained in:
PikuZheng
2022-12-31 21:17:47 +08:00
committed by GitHub
parent fffe4caf08
commit f571b8714b
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ entware|ipkg update<br>ipkg install smartdns|软件源路径https://bin.entwa
```
**对于Ubuntu系统**
* `systemd-resolve`会占用TCP53和UDP53端口。你需要手动解决端口占用问题或者修改smartdns监听端口
* `systemd-resolved`会占用TCP53和UDP53端口。你需要手动解决端口占用问题或者修改smartdns监听端口
* 日志文件在`/var/log/smartdns/smartdns.log`
2. 修改配置

View File

@@ -196,7 +196,7 @@ https://github.com/pymumu/smartdns/releases
./install -i
```
**For Ubuntu system:**
* `systemd-resolve` occupies TCP53 and UDP53 ports. You need to manually resolve the port occupancy problem or modify the SmartDNS listening port
* `systemd-resolved` occupies TCP53 and UDP53 ports. You need to manually resolve the port occupancy problem or modify the SmartDNS listening port
* Log files in `/var/log/smartdns/smartdns.log`