https://github.com/bitbeans/dnscrypt.toolbox
Some useful tools to work with dnscrypt-proxy
https://github.com/bitbeans/dnscrypt.toolbox
dnscrypt dnscrypt-proxy dnscrypt-proxy2
Last synced: 2 months ago
JSON representation
Some useful tools to work with dnscrypt-proxy
- Host: GitHub
- URL: https://github.com/bitbeans/dnscrypt.toolbox
- Owner: bitbeans
- License: mit
- Created: 2018-02-09T22:01:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T05:02:50.000Z (over 2 years ago)
- Last Synced: 2024-11-13T06:31:03.468Z (8 months ago)
- Topics: dnscrypt, dnscrypt-proxy, dnscrypt-proxy2
- Language: C#
- Homepage:
- Size: 6.76 MB
- Stars: 40
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DnsCrypt.Toolbox
## Status
### DNSCrypt Configuration
Is used to read and write the dnscrypt-proxy.toml configuration under .NET
https://github.com/bitbeans/SimpleDnsCrypt
https://github.com/DNSCrypt/dnscrypt-proxy
#### Verified and compatible versions
- [x] 2.0.42
- [x] 2.0.41
- [x] 2.0.36### DNSCrypt Measurement
##### 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)
[](https://www.nuget.org/packages/DnsCrypt.Blacklist/)#### DnsCrypt.Stamps (NuGet)
[](https://www.nuget.org/packages/DnsCrypt.Stamps/)## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)