From 8fb38254c3f077b1b5f56e683a8d2ef7f42d8aa6 Mon Sep 17 00:00:00 2001 From: Dem0ns Date: Wed, 16 Mar 2022 19:34:25 +0800 Subject: [PATCH] =?UTF-8?q?readme=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d3a505..7134030 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ POST /api/validate systemctl stop systemd-resolved.service systemctl disable systemd-resolved.service echo "nameserver 223.5.5.5" > /etc/resolv.conf + +2. UDP53端口权限问题 +一般来说,在Linux系统中,监听UDP53端口需要root权限, +如果担心安全问题,可以在Docker中运行或者使用端口转发。 ``` ### 在Docker中运行