From 06b2398492cd24a4cc8214891a48c5670ac290b0 Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 12 Jun 2023 10:56:09 +0000 Subject: [PATCH] Actualizar 'README.md' Added adblock_test --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f28a76..da0e3bd 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,6 @@ Colección de scripts para automatizar tareas en Debian. * **ifaces.sh** --> Añade dirección ip de los interfaces de red físicos a la pantalla de inicio de sesión * _curl https://gitea.avc.cx/borekon/scripts/raw/branch/main/ifaces.sh | bash_ * **test_dns.sh** --> Bash script to test speed of DNS queries. It does it digging some servers. -* **vnstati.sh** --> script to send vnstati graph to mail. Can be executed as cronjob (recommended). Dont forget to change mailfrom and mail-to \ No newline at end of file +* **vnstati.sh** --> script to send vnstati graph to mail. Can be executed as cronjob (recommended). Dont forget to change mailfrom and mail-to +* **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 https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash_ \ No newline at end of file