diff options
author | Astound <kirito@disroot.org> | 2024-08-12 07:57:38 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-12 07:57:38 +0800 |
commit | 82a8129ea720c5c92f9ba19b6a35e0e62f15dccf (patch) | |
tree | c3c3e6dde1c481d00fe5a163b8d96444f18e902a | |
parent | 9006906bec1227dba32e120bb531850b7c12a625 (diff) | |
download | resolvers-list-82a8129ea720c5c92f9ba19b6a35e0e62f15dccf.tar.lz resolvers-list-82a8129ea720c5c92f9ba19b6a35e0e62f15dccf.tar.xz resolvers-list-82a8129ea720c5c92f9ba19b6a35e0e62f15dccf.zip |
README.md: update
-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) |