diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d9da22 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +list-ag-sdns.txt @@ -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) |