From 42c821e1640a5da4b1f8f946f214441b9c9d93bc Mon Sep 17 00:00:00 2001 From: Ashish Kumar Sinha Date: Tue, 1 Oct 2019 22:23:08 +0530 Subject: [PATCH] Replace proxy with forward in coredns example (#8344) --- docs/federation/lookup/Corefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/federation/lookup/Corefile.example b/docs/federation/lookup/Corefile.example index 2168e1172..b44a848a6 100644 --- a/docs/federation/lookup/Corefile.example +++ b/docs/federation/lookup/Corefile.example @@ -7,5 +7,5 @@ prometheus cache 160 mydomain.com loadbalance - proxy . /etc/resolv.conf + forward . /etc/resolv.conf } \ No newline at end of file