From 1861df5d0a69daee6e768f113186995f62cf1e9e Mon Sep 17 00:00:00 2001 From: borekon Date: Wed, 24 Jul 2024 13:05:19 +0200 Subject: [PATCH] Actualizar README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a440116..ceea18c 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,12 @@ Command-line tool to test if a DNS server blocks ads (e.g. pihole). You can spec 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 +```curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash -s -- 1.1.1.1``` + +## new.sh + +```curl -s https://avc.cx/new | bash``` + +If ```curl``` is not available, try with ```wget``` + +```wget -q -O- https://avc.cx/new | bash``` \ No newline at end of file