AdGuardHome/README.md

124 lines
5.8 KiB
Markdown
Raw Normal View History

2018-08-30 16:16:37 +01:00
[![Build Status](https://travis-ci.org/AdguardTeam/AdguardDNS.svg)](https://travis-ci.org/AdguardTeam/AdguardDNS)
2018-08-30 15:25:33 +01:00
# Self-hosted AdGuard DNS
2018-09-20 16:15:52 +01:00
AdGuard DNS is an alternative way to block ads, trackers and phishing websites, and also a parental control instrument.
2018-08-30 15:25:33 +01:00
## How does AdGuard DNS work?
2018-08-30 15:25:33 +01:00
2018-09-20 16:15:52 +01:00
If you configure your network to use this DNS server, every time a website sends an ad or phishing request, our server sends back a null ("empty") response. AdGuard has a database of domain names that serve for an ad, tracking or phishing purposes (and adult content, in case of parental control mode), and this database is regularly updated.
2018-08-30 15:25:33 +01:00
## How is this different from public AdGuard DNS servers?
2018-08-30 15:25:33 +01:00
Running your own AdGuard DNS offers you more options:
2018-09-20 16:15:52 +01:00
* Enable/disable ad blocking on the fly.
* Enable/disable blocking of phishing and malware websites.
* Enable/disable blocking of websites with adult content.
* Optional ability to enforce "Safe search" option in Google, Yandex and Bing.
* See DNS query log — it shows what requests were sent by which clients and why a request was blocked.
* Add your own custom filtering rules.
2018-08-30 15:25:33 +01:00
2018-09-20 16:15:52 +01:00
This repository describes how to set up and run your self-hosted instance of AdGuard DNS — it comes with a web dashboard that can be accessed via browser to control the DNS server and change its settings, it also allows to add your own filters written in both "hosts" and AdGuard syntaxes.
2018-08-30 15:25:33 +01:00
2018-09-20 16:15:52 +01:00
If this seems too complicated, you can always use our public AdGuard DNS servers — they are running the same code as in this repository and provide the same ad blocking/phishing protection/parental control functionality — https://adguard.com/en/adguard-dns/overview.html
2018-08-30 15:25:33 +01:00
## Installation
2018-08-30 15:25:33 +01:00
### Mac
2018-09-20 16:15:52 +01:00
Download this file: [AdguardDNS_0.1_MacOS.zip](https://github.com/AdguardTeam/AdguardDNS/releases/download/v0.1/AdguardDNS_0.1_MacOS.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below.
2018-08-30 15:25:33 +01:00
### Linux 64-bit Intel
2018-09-20 16:15:52 +01:00
Download this file: [AdguardDNS_0.1_linux_amd64.tar.gz](https://github.com/AdguardTeam/AdguardDNS/releases/download/v0.1/AdguardDNS_0.1_linux_amd64.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
2018-08-30 15:25:33 +01:00
### Linux 32-bit Intel
2018-09-20 16:15:52 +01:00
Download this file: [AdguardDNS_0.1_linux_386.tar.gz](https://github.com/AdguardTeam/AdguardDNS/releases/download/v0.1/AdguardDNS_0.1_linux_386.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
2018-08-30 15:25:33 +01:00
### Raspberry Pi (32-bit ARM)
2018-09-20 16:15:52 +01:00
Download this file: [AdguardDNS_0.1_linux_arm.tar.gz](https://github.com/AdguardTeam/AdguardDNS/releases/download/v0.1/AdguardDNS_0.1_linux_arm.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
2018-08-30 15:25:33 +01:00
## How to run
2018-09-20 16:15:52 +01:00
DNS works on port 53, which requires superuser privileges. Therefore, you need to run it with `sudo` in terminal:
2018-08-30 15:25:33 +01:00
```bash
sudo ./AdguardDNS
```
2018-09-20 16:15:52 +01:00
Now open the browser and navigate to http://localhost:3000/ to control your AdGuard DNS server.
2018-08-30 15:25:33 +01:00
### Running without superuser
2018-08-30 15:25:33 +01:00
2018-09-20 16:15:52 +01:00
You can run AdGuard DNS without superuser privileges, but you need to instruct it to use a different port rather than 53. You can do that by editing `AdguardDNS.yaml` and finding these two lines:
2018-08-30 15:25:33 +01:00
```yaml
coredns:
2018-09-20 16:15:52 +01:00
port: 53
2018-08-30 15:25:33 +01:00
```
2018-09-20 16:15:52 +01:00
You can change port 53 to anything above 1024 to avoid requiring superuser privileges.
If the file does not exist, create it in the same folder, type these two lines down and save.
2018-08-30 15:25:33 +01:00
### Additional configuration
2018-09-20 16:15:52 +01:00
Upon the first execution, a file named `AdguardDNS.yaml` will be created, with default values written in it. You can modify the file while your AdGuard DNS is not running. Otherwise, any changes to the file will be lost because the running program will overwrite them.
2018-09-20 16:15:52 +01:00
Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possible parameters that you can configure are listed below:
2018-09-20 16:15:52 +01:00
* `bind_host` — Web interface IP address to listen on
* `bind_port` — Web interface IP port to listen on
* `auth_name` — Web interface optional authorization username
* `auth_pass` — Web interface optional authorization password
* `coredns` — CoreDNS configuration section
* `port` — DNS server port to listen on
* `filtering_enabled` — Filtering of DNS requests based on filter lists
* `safebrowsing_enabled` — Filtering of DNS requests based on safebrowsing
* `safesearch_enabled` — Enforcing "Safe search" option for search engines, when possible
* `parental_enabled` — Parental control-based DNS requests filtering
* `parental_sensitivity` — Age group for parental control-based filtering, must be either 3, 10, 13 or 17
* `querylog_enabled` — Query logging (also used to calculate top 50 clients, blocked domains and requested domains for statistic purposes)
* `upstream_dns` — List of upstream DNS servers
* `filters` — List of filters, each filter has the following values:
* `url` — URL pointing to the filter contents (filtering rules)
* `enabled` — Current filter's status (enabled/disabled)
* `user_rules` — User-specified filtering rules
2018-09-20 16:15:52 +01:00
Removing an entry from settings file will reset it to the default value. Deleting the file will reset all settings to the default values.
2018-09-20 16:15:52 +01:00
## How to build from source
### Prerequisites
You will need:
2018-09-20 16:15:52 +01:00
* [go](https://golang.org/dl/)
* [node.js](https://nodejs.org/en/download/)
2018-09-20 16:15:52 +01:00
You can either install it via the provided links or use [brew.sh](https://brew.sh/) if you're on Mac:
```bash
brew install go node
```
### Building
2018-09-20 16:15:52 +01:00
Open Terminal and execute these commands:
2018-09-20 16:15:52 +01:00
```bash
git clone https://github.com/AdguardTeam/AdguardDNS
cd AdguardDNS
make
```
2018-08-30 15:25:33 +01:00
## Contributing
You are welcome to fork this repository, make your changes and submit a pull request — https://github.com/AdguardTeam/AdguardDNS/pulls
## Reporting issues
2018-09-20 16:15:52 +01:00
If you run into any problem or have a suggestion, head to [this page](https://github.com/AdguardTeam/AdguardDNS/issues) and click on the `New issue` button.