From f3dd6e19935954f367cee329df71580e6aa3ddaa Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sun, 10 Nov 2024 17:33:01 +0800 Subject: [PATCH] update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 766c030..a84e3fb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # rxr_docker_compose +## DNS + +linux添加dns服务器时记得使用 + +``` +echo "nameserver " | sudo tee -a /etc/resolv.conf +```