Open-source DNS provider, specialising in the blocking of ads, trackers and malicious domains. They have been independently audited and do not keep logs.
AdGuard Privacy Policy
Privacy Policy Summary
- This service is only available to users over 16 years old
- Your private content may be accessed by people working for the service
- Matomo and Google Analytics are used for statistics on their website
- Your personal data is not sold
- This service respects your browser's Do Not Track (DNT) headers on their website
- The court of law governing the terms is in Cyprus
- There is a date of the last update of the agreements
- The cookies used by this service do not contain information that would personally identify you
- Logs are deleted after 24 hours
- Only necessary logs are kept by the service to ensure quality
Score
Documents
- Website Privacy PolicyCreated 10 Feb 21, Last modified 1 year ago
- General Privacy PolicyCreated 10 Feb 21, Last modified 1 year ago
- Browser Extension Privacy NoticeCreated 10 Feb 21, Last modified 1 year ago
- Content BlockerCreated 10 Feb 21, Last modified 1 year ago
- End User Licence AgreementCreated 10 Feb 21, Last modified 1 year ago
- Privacy Policy AdGuard DNSCreated 09 Jan 23, Last modified 1 year ago
- Home Privacy NoticeCreated 10 Feb 21, Last modified 1 year ago
Domains Covered by Policy
- adguard.com
- adtidy.org
About the Data
This data is kindly provided by tosdr.org. Read full report at: #2776
AdGuard Source Code
Author
Description
Public DNS resolver that protects you from ad trackers
Homepage
https://adguard-dns.io/Repository
- LicenseAGPL-3.0
- Created12 Dec 18
- Primary languageGo
- Size7,571 KB
- Stars950
- Forks82
- Watchers950
Recent Commits
Ainar Garipov(20 Jul 26)
Sync v2.23.0
Ainar Garipov(28 May 26)
Sync v2.22.0
Ainar Garipov(17 Apr 26)
Sync v2.21.0
Andrey Meshkov(28 Feb 26)
Sync v2.20
Andrey Meshkov(22 Dec 25)
Sync v2.19.0
Andrey Meshkov(07 Dec 25)
Sync v2.18.0
Andrey Meshkov(07 Nov 25)
Sync v2.17.0
Andrey Meshkov(29 Sept 25)
Sync v2.16.0
Andrey Meshkov(01 Sept 25)
Sync v2.15.1
Andrey Meshkov(25 Jul 25)
Sync v2.15.0
Andrey Meshkov(15 Jun 25)
Sync v2.14.0
Andrey Meshkov(31 Mar 25)
Sync v2.13.0
Andrey Meshkov(07 Mar 25)
Sync v2.12.0
Andrey Meshkov(05 Dec 24)
Sync v2.11.0
Andrey Meshkov(08 Nov 24)
Sync v2.10.0
Andrey Meshkov(14 Oct 24)
Sync v2.9.0
Andrey Meshkov(10 Jul 24)
Sync v2.8.0
Andrey Meshkov(07 Jun 24)
Sync v2.7.0
Andrey Meshkov(11 Mar 24)
Sync v2.6.0
Andrey Meshkov(04 Jan 24)
Sync v2.5.1
Andrey Meshkov(06 Sept 23)
Sync v2.3
Andrey Meshkov(08 Aug 23)
Sync v2.2.1
Andrey Meshkov(11 Jun 23)
Sync v2.2.0
Andrey Meshkov(18 Mar 23)
issue templates
Andrey Meshkov(18 Mar 23)
Sync v2.1.6
Andrey Meshkov(03 Feb 23)
Sync v2.1.5
Andrey Meshkov(30 Dec 22)
Sync v2.1.4 part 2
Andrey Meshkov(29 Dec 22)
Sync v2.1.4
Andrey Meshkov(29 Nov 22)
Sync v2.1.2
Andrey Meshkov(07 Nov 22)
Sync v2.1.1
AdGuard Security
AdGuard Website
Website
Redirects
Redirects to https://adguard-dns.io/welcome.html
Security Checks
1 security checks failed (64 passed)
- External Redirect Detected
Server Details
- IP Address104.18.188.9
- LocationSan Francisco,California,United States of America,NA
- ISPCloudFlare Inc.
- ASNAS13335
Associated Countries
US
CA
Safety Score
Website marked as safe
100%
Blacklist Check
adguard.com was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
AdGuard Docker
Container Info
adguard
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. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.
View on DockerHub
adguard/adguardhome:latestRun Command
docker run -d \
-p 53:53/tcp \
-p 53:53/udp \
-p 67:67/udp \
-p 68:68/tcp \
-p 68:68/udp \
-p 80:80/tcp \
-p 443:443/tcp \
-p 853:853/tcp \
-p 3000:3000/tcp \
-e PUID=${PUID} \
-e PGID=${PGID} \
-e CONTEXT_PATH=${CONTEXT_PATH} \
-v /portainer/Files/AppData/Adguard/Workdir:/opt/adguardhome/work \
-v /portainer/Files/AppData/Adguard/Conf:/opt/adguardhome/conf \
--restart=unless-stopped \
adguard/adguardhome:latestCompose File
version: 3.8
services:
adguard:
image: "adguard/adguardhome:latest"
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp"
- "68:68/tcp"
- "68:68/udp"
- "80:80/tcp"
- "443:443/tcp"
- "853:853/tcp"
- "3000:3000/tcp"
environment:
PUID: 1000
PGID: 100
CONTEXT_PATH: adguard home
volumes:
- "/portainer/Files/AppData/Adguard/Workdir:/opt/adguardhome/work"
- "/portainer/Files/AppData/Adguard/Conf:/opt/adguardhome/conf"
restart: unless-stoppedEnvironment Variables
- Var NameDefault
- PUID1000
- PGID100
- CONTEXT_PATHadguard home
Port List
- 53:53/tcp
- 53:53/udp
- 67:67/udp
- 68:68/tcp
- 68:68/udp
- 80:80/tcp
- 443:443/tcp
- 853:853/tcp
- 3000:3000/tcp
Volume Mounting
- Container PathHost Bind
- /opt/adguardhome/work/portainer/Files/AppData/Adguard/Workdir
- /opt/adguardhome/conf/portainer/Files/AppData/Adguard/Conf
AdGuard Reviews
More DNS Providers
One of the most performant options, Cloudflare's DNS supports DoH and DoT, and has a Tor implementation, providing world-class protection. They have native cross-platform apps, for easy set-up.
An ad-blocking, privacy-protecting, censorship-bypassing DNS. Also comes with analytics, and the ability to shield kids from adult content.
About the Data: AdGuard
Change History
- Amended (github) #608
Edit AdGuard Data
You can edit AdGuard's entry in this section of awesome-privacy.yml by submitting a PR to our GitHub repo.
Note that some of the information shown above has been aggregated from external
sources, a list of these can be found data documentation.
Origin Data
Modify Data
API
You can access AdGuard's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/adguardThe REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share AdGuard
Help your friends compare DNS Providers, and pick privacy-respecting software and services.
Share AdGuard and Awesome Privacy with your network!