Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeans committed Mar 5, 2018
1 parent f0a9942 commit e92cb41
Showing 1 changed file with 53 additions and 5 deletions.
58 changes: 53 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,60 @@
# DnsCrypt.Toolbox

## Status ##
wip
## Status

## Downloads ##
### DNSCrypt Measurement

#### DnsCrypt.Blacklist (NuGet) ####
##### Example

```
.\Measurement.exe -l "https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md"
Try downloading remote list . . .
measuring . . .
=====================================
64 Resolvers (fastest first)
Only DNSSEC: False
Only NoLogs: False
Only NoFilter: False
=====================================
39 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True
40 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True
40 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True
40 ms, 2.dnscrypt-cert.cryptostorm.is, NoLogs: True, NoFilter: False DNSSEC: False, Certificate Valid: True
41 ms, cleanbrowsing.org, NoLogs: True, NoFilter: False DNSSEC: True, Certificate Valid: True
41 ms, cleanbrowsing.org, NoLogs: True, NoFilter: False DNSSEC: True, Certificate Valid: True
42 ms, 2.dnscrypt-cert.babylon.network, NoLogs: True, NoFilter: True DNSSEC: False, Certificate Valid: True
42 ms, 2.dnscrypt-cert.opendns.com, NoLogs: False, NoFilter: False DNSSEC: False, Certificate Valid: True
42 ms, 2.dnscrypt-cert.opendns.com, NoLogs: False, NoFilter: False DNSSEC: False, Certificate Valid: True
[...]
Total processing time: 0 min 05.06 seconds
```

```
Usage: Measurement [OPTIONS]+
Options:
-l, --list=VALUE the path or url (starting with https://) to a
resolvers.md file
--nl, --nologs only test resolvers with NoLogs support enabled.
--nf, --nofilter only test resolvers with NoFilter support enabled.
-d, --dnssec only test resolvers with DNSSEC support enabled.
-j, --json print result as JSON.
-h, --help show this message and exit
```

## Downloads

#### DnsCrypt.Blacklist (NuGet)
[![NuGet](https://img.shields.io/nuget/dt/DnsCrypt.Blacklist.svg?style=flat-square)](https://www.nuget.org/packages/DnsCrypt.Blacklist/)

#### DnsCrypt.Stamps (NuGet) ####
#### DnsCrypt.Stamps (NuGet)
[![NuGet](https://img.shields.io/nuget/dt/DnsCrypt.Stamps.svg?style=flat-square)](https://www.nuget.org/packages/DnsCrypt.Stamps/)



## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)

0 comments on commit e92cb41

Please sign in to comment.