dns-ecs-debug.bash: add warning about unbound eating ECS

This commit is contained in:
Aminda Suomalainen 2024-05-03 17:40:01 +03:00
parent b40b38c225
commit a68d08c515
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -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 @<server>'
printf 'Remember the usage being ./dns-ecs-debug.bash @<server>\n'
printf '\tWARNING! Unbound on localhost seems to eat the ECS!\n\n'
# Let's get our own IPs first
echo "Actual IP addresses"