Skip to content

Commit 04091fc

Browse files
authored
Merge pull request #24688 from guiadco/fix-24683
fix-24683
2 parents b0bf75c + 6ed67da commit 04091fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/administer-cluster/dns-custom-nameservers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ To explicitly force all non-cluster DNS lookups to go through a specific nameser
250250
指向该域名服务器,而不是 `/etc/resolv.conf`。
251251
252252
```
253-
proxy . 172.16.0.1
253+
forward . 172.16.0.1
254254
```
255255
256256
<!--

0 commit comments

Comments
 (0)