|
1 | 1 | # DnsCrypt.Toolbox
|
2 | 2 |
|
3 |
| -## Status ## |
4 |
| -wip |
| 3 | +## Status |
5 | 4 |
|
6 |
| -## Downloads ## |
| 5 | +### DNSCrypt Measurement |
7 | 6 |
|
8 |
| -#### DnsCrypt.Blacklist (NuGet) #### |
| 7 | +##### Example |
| 8 | + |
| 9 | +``` |
| 10 | +.\Measurement.exe -l "https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md" |
| 11 | +
|
| 12 | +Try downloading remote list . . . |
| 13 | +measuring . . . |
| 14 | +===================================== |
| 15 | +64 Resolvers (fastest first) |
| 16 | +Only DNSSEC: False |
| 17 | +Only NoLogs: False |
| 18 | +Only NoFilter: False |
| 19 | +===================================== |
| 20 | +
|
| 21 | +39 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True |
| 22 | +40 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True |
| 23 | +40 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True |
| 24 | +40 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True |
| 25 | +41 ms, cleanbrowsing.org, NoLogs: True, NoFilter: False DNSSEC: True, Certificate Valid: True |
| 26 | +41 ms, cleanbrowsing.org, NoLogs: True, NoFilter: False DNSSEC: True, Certificate Valid: True |
| 27 | +42 ms, 2.dnscrypt-cert.babylon.network, NoLogs: True, NoFilter: True DNSSEC: False, Certificate Valid: True |
| 28 | +42 ms, 2.dnscrypt-cert.opendns.com, NoLogs: False, NoFilter: False DNSSEC: False, Certificate Valid: True |
| 29 | +42 ms, 2.dnscrypt-cert.opendns.com, NoLogs: False, NoFilter: False DNSSEC: False, Certificate Valid: True |
| 30 | +
|
| 31 | +[...] |
| 32 | +
|
| 33 | +Total processing time: 0 min 05.06 seconds |
| 34 | +``` |
| 35 | + |
| 36 | +``` |
| 37 | +Usage: Measurement [OPTIONS]+ |
| 38 | +
|
| 39 | +Options: |
| 40 | + -l, --list=VALUE the path or url (starting with https://) to a |
| 41 | + resolvers.md file |
| 42 | + --nl, --nologs only test resolvers with NoLogs support enabled. |
| 43 | + --nf, --nofilter only test resolvers with NoFilter support enabled. |
| 44 | + -d, --dnssec only test resolvers with DNSSEC support enabled. |
| 45 | + -j, --json print result as JSON. |
| 46 | + -h, --help show this message and exit |
| 47 | +``` |
| 48 | + |
| 49 | +## Downloads |
| 50 | + |
| 51 | +#### DnsCrypt.Blacklist (NuGet) |
9 | 52 | [](https://www.nuget.org/packages/DnsCrypt.Blacklist/)
|
10 | 53 |
|
11 |
| -#### DnsCrypt.Stamps (NuGet) #### |
| 54 | +#### DnsCrypt.Stamps (NuGet) |
12 | 55 | [](https://www.nuget.org/packages/DnsCrypt.Stamps/)
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | +## License |
| 60 | +[MIT](https://en.wikipedia.org/wiki/MIT_License) |
0 commit comments