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
- Host: GitHub
- URL: https://github.com/richardschneider/peds
- Owner: richardschneider
- License: mit
- Created: 2018-05-31T03:29:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T23:40:13.000Z (about 8 years ago)
- Last Synced: 2025-02-05T09:18:20.113Z (over 1 year ago)
- Topics: dns, dns-client, dns-over-tls, privacy
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

### Logging
TODO