An open API service indexing awesome lists of open source software.

https://github.com/richardschneider/peds

Privacy enabled DNS for Windows
https://github.com/richardschneider/peds

dns dns-client dns-over-tls privacy

Last synced: over 1 year ago
JSON representation

Privacy enabled DNS for Windows

Awesome Lists containing this project

README

          

# peds

Protects your privacy by intercepting all DNS queries are forwards them to a
[DNS over TLS](https://en.wikipedia.org/wiki/DNS_over_TLS) server.
See the [DNS privacy problem](https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+-+The+Problem) for background information.

## Features
- prevents man in the middle (MITM) attacks
- prevents the ISP from monitoring your activity
- prevents traffic analysis by using [EDNS padding](https://tools.ietf.org/html/rfc7830)

## Monitoring

### Counters

Performance counters are available to monitor the DNS requests to the PEDS server.

![Counters](doc/perfmon.png)

### Logging

TODO