From a9b59f074a9c316ff5897d77f9d872933e0fe177 Mon Sep 17 00:00:00 2001 From: Matt Welke Date: Wed, 12 Feb 2025 18:21:44 -0500 Subject: [PATCH] remove +tcp from commands for records from each CoreDNS Signed-off-by: Matt Welke --- docs/local.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/local.md b/docs/local.md index d51e331fab..c5f6a25a29 100644 --- a/docs/local.md +++ b/docs/local.md @@ -93,8 +93,8 @@ k3d-test-gslb2-agent-0 172.20.0.5 Or you can ask specific CoreDNS instance for its local targets: ```sh -dig -p 5053 +tcp @localhost localtargets-roundrobin.cloud.example.com && \ -dig -p 5054 +tcp @localhost localtargets-roundrobin.cloud.example.com +dig -p 5053 @localhost localtargets-roundrobin.cloud.example.com && \ +dig -p 5054 @localhost localtargets-roundrobin.cloud.example.com ``` As expected result you should see **two A records** divided between both clusters. ```sh