Actualizar README.md

This commit is contained in:
borekon 2024-07-24 13:05:19 +02:00
parent e96d87d46d
commit 1861df5d0a

View File

@ -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: 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``` ```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```