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