From 9d35c80f58d7870bef69bbbd9f6d995c09fae666 Mon Sep 17 00:00:00 2001 From: borekon Date: Fri, 23 Jun 2023 09:34:01 +0000 Subject: [PATCH] Actualizar 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d328d78..6e8e780 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,8 @@ Bash script to test speed of DNS queries. It does it digging some servers. ## adblock_test.sh Command-line tool to test if a DNS server blocks ads (e.g. pihole). You can specify another DNS server (by default it reads entries from resolv.conf). -```curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash``` \ No newline at end of file +```curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash``` + +Execute with a custom DNS server: + +```curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash -s -- 1.1.1.1``` \ No newline at end of file