From 6ed67daf6e1414c199524b3cb827a0de250ef6c9 Mon Sep 17 00:00:00 2001 From: guiadco Date: Thu, 22 Oct 2020 19:32:08 +0200 Subject: [PATCH] fix-24683 --- .../zh/docs/tasks/administer-cluster/dns-custom-nameservers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/administer-cluster/dns-custom-nameservers.md b/content/zh/docs/tasks/administer-cluster/dns-custom-nameservers.md index 3697aa9657..330416050c 100644 --- a/content/zh/docs/tasks/administer-cluster/dns-custom-nameservers.md +++ b/content/zh/docs/tasks/administer-cluster/dns-custom-nameservers.md @@ -250,7 +250,7 @@ To explicitly force all non-cluster DNS lookups to go through a specific nameser 指向该域名服务器,而不是 `/etc/resolv.conf`。 ``` -proxy . 172.16.0.1 +forward . 172.16.0.1 ```