From a68d08c51502419d9c8c4b36aebf303fb74116db Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 3 May 2024 17:40:01 +0300 Subject: [PATCH] dns-ecs-debug.bash: add warning about unbound eating ECS --- bash/dns-ecs-debug.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/dns-ecs-debug.bash b/bash/dns-ecs-debug.bash index 2730144..c3a99f8 100755 --- a/bash/dns-ecs-debug.bash +++ b/bash/dns-ecs-debug.bash @@ -6,7 +6,8 @@ # $@ takes all parameters so another DNS server can be specified # e.g. ./dns-ecs-debug.bash @9.9.9.11 -echo 'Remember the usage being ./dns-ecs-debug.bash @' +printf 'Remember the usage being ./dns-ecs-debug.bash @\n' +printf '\tWARNING! Unbound on localhost seems to eat the ECS!\n\n' # Let's get our own IPs first echo "Actual IP addresses"