AdGuardHome/README.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

2017-10-05 17:35:47 +01:00
# AdGuard DNS (beta)
2017-07-12 17:02:07 +01:00
[![](https://travis-ci.org/AdguardTeam/AdguardDNS.svg?branch=master)](https://travis-ci.org/AdguardTeam/AdguardDNS)
2016-07-20 13:48:20 +01:00
2017-10-22 13:57:22 +01:00
Default mode (ad & trackers blocking):
* *176.103.130.130*
* *176.103.130.131*
* *2a00:5a60::ad1:0ff*
* *2a00:5a60::ad2:0ff*
Family protection (default + blocking adult websites + enforcing safe search):
* *176.103.130.132*
* *176.103.130.134*
* *2a00:5a60::bad1:0ff*
* *2a00:5a60::bad2:0ff*
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
### What is AdGuard DNS?
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
AdGuard DNS is an alternative way to block ads, trackers and phishing websites, and also a parental control instrument.
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
### How does AdGuard DNS work?
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
If you configure your network to use our DNS servers, every time a website sends an ad or phishing request, our server sends back a null response. AdGuard has a database of domain names that serve for ad, tracking or phishing purposes, and this database is regularly updated.
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
AdGuard DNS works in two modes:
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
- 'Default' mode blocks ads, various trackers and malware & phishing websites.
- 'Family protection' does the same, but also blocks websites with adult content.
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
This repository contains filters used by AdGuard DNS server.
2016-07-20 15:13:46 +01:00
2017-10-05 17:35:47 +01:00
#### DNSCrypt
2016-07-20 15:13:46 +01:00
2017-10-05 17:35:47 +01:00
AdGuard supports DNSCrypt — a special protocol that encrypts communication with the DNS server, thus preventing tampering and tracking by any third party, including your ISP. Read more about DNSCrypt [here](https://dnscrypt.org/).
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
### How to use AdGuard DNS?
2016-07-20 13:48:20 +01:00
2017-10-05 17:35:47 +01:00
The detailed guide can be found on [our website](https://adguard.com/en/adguard-dns/instruction.html#instruction).
If you come across any problem, or have a suggestion, head to [this page](https://github.com/AdguardTeam/AdguardDNS/issues) and click on the *New issue* button.
2016-07-20 15:13:46 +01:00
2016-07-20 13:48:20 +01:00
### What's next?
2017-10-05 17:35:47 +01:00
We plan to make AdGuard DNS open source in the near future.