A .gitignore => .gitignore +1 -0
@@ 0,0 1,1 @@
+list-ag-sdns.txt
M README.md => README.md +6 -0
@@ 21,6 21,12 @@ Legacy format
minisign -S -l -m extra-resolvers.md
```
+## AdGuard
+
+```console
+grep -o 'sdns://[^ ]*' extra-resolvers.md > list-ag-sdns.txt
+```
+
### License
This work is licensed under the [GNU GPLv3+](LICENSE)