Skip to content

Commit e92cb41

Browse files
committed
Add example
1 parent f0a9942 commit e92cb41

File tree

1 file changed

+53
-5
lines changed

1 file changed

+53
-5
lines changed

README.md

+53-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,60 @@
11
# DnsCrypt.Toolbox
22

3-
## Status ##
4-
wip
3+
## Status
54

6-
## Downloads ##
5+
### DNSCrypt Measurement
76

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)
952
[![NuGet](https://img.shields.io/nuget/dt/DnsCrypt.Blacklist.svg?style=flat-square)](https://www.nuget.org/packages/DnsCrypt.Blacklist/)
1053

11-
#### DnsCrypt.Stamps (NuGet) ####
54+
#### DnsCrypt.Stamps (NuGet)
1255
[![NuGet](https://img.shields.io/nuget/dt/DnsCrypt.Stamps.svg?style=flat-square)](https://www.nuget.org/packages/DnsCrypt.Stamps/)
56+
57+
58+
59+
## License
60+
[MIT](https://en.wikipedia.org/wiki/MIT_License)

0 commit comments

Comments
 (0)