Network-wide ads & trackers blocking DNS server
Find a file
2019-05-17 18:33:34 +03:00
client * client: add link to the update error 2019-05-17 18:33:34 +03:00
dhcpd
dnsfilter use maxDialCacheSize constant 2019-05-15 12:03:20 +03:00
dnsforward - dns query log: robust file flushing mechanism 2019-05-15 13:12:03 +03:00
openapi Bump version to v0.95 2019-04-23 20:23:39 +03:00
scripts
.codecov.yml
.gitattributes
.gitignore
.golangci.yml
.gometalinter.json
.travis.yml
AGHTechDoc.md + doc: Update algorithm 2019-05-17 15:34:55 +03:00
app.go + set config.runningAsService 2019-05-17 15:37:38 +03:00
build_docker.sh
clients.go
config.go * go linter 2019-05-17 15:39:56 +03:00
control.go + /control/update handler 2019-05-17 15:37:38 +03:00
control_install.go - install: immediately schedule filters update procedure after installation is complete 2019-04-23 19:56:21 +03:00
control_test.go
control_tls.go
control_update.go * control: /version.json: use new JSON format 2019-05-17 15:37:38 +03:00
control_update_test.go + /control/update handler 2019-05-17 15:37:38 +03:00
dhcp.go
dns.go
docker-compose.yml Optimize Docker image layers; comment out runtime user; add sample docker-compose.yml 2019-05-08 21:17:14 +02:00
Dockerfile Optimize Docker image layers; comment out runtime user; add sample docker-compose.yml 2019-05-08 21:17:14 +02:00
Dockerfile.travis Optimize Docker image layers; comment out runtime user; add sample docker-compose.yml 2019-05-08 21:17:14 +02:00
filter.go
go.mod
go.sum
helpers.go * control: don't use custom resolver for tests 2019-05-17 15:34:55 +03:00
helpers_test.go
i18n.go
issue_template.md
LICENSE.txt
Makefile
os_unix.go
os_windows.go
README.md
release.sh
service.go
syslog_others.go
syslog_windows.go
upgrade.go * app: optimize config file reading 2019-05-17 15:37:38 +03:00
upgrade_test.go
version.json Bump version to v0.95-hotfix 2019-04-24 14:38:00 +03:00

 

AdGuard Home

Privacy protection center for you and your devices

Free and open source, powerful network-wide ads & trackers blocking DNS server.

AdGuard.com | Wiki | Reddit | Twitter | Telegram

Build status Code Coverage Go Report Card GolangCI Latest release



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.

Getting Started

Please read the Getting Started article on our Wiki to learn how to install AdGuard Home, and how to configure your devices to use it.

Alternatively, you can use our official Docker image.

Guides

How to build from source

Prerequisites

You will need:

You can either install it via the provided links or use brew.sh if you're on Mac:

brew install go node

Building

Open Terminal and execute these commands:

git clone https://github.com/AdguardTeam/AdGuardHome
cd AdGuardHome
make

Contributing

You are welcome to fork this repository, make your changes and submit a pull request — https://github.com/AdguardTeam/AdGuardHome/pulls

How to update translations

If you want to help with AdGuard Home translations, please learn more about translating AdGuard products here: https://kb.adguard.com/en/general/adguard-translations

Here is a direct link to AdGuard Home project: http://translate.adguard.com/collaboration/project?id=153384

Before updating translations you need to install dependencies:

cd scripts/translations
npm install

Create file oneskyapp.json in scripts/translations folder.

Example of oneskyapp.json

{
    "url": "https://platform.api.onesky.io/1/projects/",
    "projectId": <PROJECT ID>,
    "apiKey": <API KEY>,
    "secretKey": <SECRET KEY>
}

Upload translations

node upload.js

Download translations

node download.js

Reporting issues

If you run into any problem or have a suggestion, head to this page and click on the New issue button.

Acknowledgments

This software wouldn't have been possible without:

You might have seen that CoreDNS was mentioned here before — we've stopped using it in AdGuardHome. While we still use it on our servers for AdGuard DNS service, it seemed like an overkill for Home as it impeded with Home features that we plan to implement.

For a full list of all node.js packages in use, please take a look at client/package.json file.