We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af986c commit 1dc6319Copy full SHA for 1dc6319
README.md
@@ -64,6 +64,10 @@ POST /api/validate
64
systemctl stop systemd-resolved.service
65
systemctl disable systemd-resolved.service
66
echo "nameserver 223.5.5.5" > /etc/resolv.conf
67
+
68
+2. UDP53端口权限问题
69
+一般来说,在Linux系统中,监听UDP53端口需要root权限,
70
+如果担心安全问题,可以在Docker中运行或者使用端口转发。
71
```
72
73
### 在Docker中运行
0 commit comments