From 0b7cb0189aa06e8242926136e592100d6e462bdf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Sep 2021 22:54:04 +0200 Subject: [PATCH] Create DESCRIPTION.md --- doc/DESCRIPTION.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/DESCRIPTION.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..98abce4 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,3 @@ +AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that. + +It operates as a DNS server that re-routes tracking domains to a "black hole", thus preventing your devices from connecting to those servers. It's based on software we use for our public AdGuard DNS servers -- both share a lot of common code.