Skip to content

Commit 1dc6319

Browse files
committed
readme 更新
1 parent 3af986c commit 1dc6319

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ POST /api/validate
6464
systemctl stop systemd-resolved.service
6565
systemctl disable systemd-resolved.service
6666
echo "nameserver 223.5.5.5" > /etc/resolv.conf
67+
68+
2. UDP53端口权限问题
69+
一般来说,在Linux系统中,监听UDP53端口需要root权限,
70+
如果担心安全问题,可以在Docker中运行或者使用端口转发。
6771
```
6872

6973
### 在Docker中运行

0 commit comments

Comments
 (0)