Pull request: Configuration: add bind_hosts

Merge in DNS/adguard-home-wiki from 1401-bind-hosts to master

* commit '399455146478664e773a8c150f53fe43019e06cd':
  Configuration: add bind_hosts
Ainar Garipov 2021-03-23 12:44:42 +03:00
commit 36b636d935
1 changed files with 5 additions and 2 deletions

@ -142,7 +142,10 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib
- `dns` — DNS configuration section.
- **General settings**
- `bind_host` - DNS interface IP address to listen on.
- `bind_host` (**before v0.106.0**) - IP address on which to serve DNS
queries.
- `bind_hosts` (**after v0.106.0**) - IP addresses on which to serve DNS
queries. The addresses must be on different interfaces.
- `port` — DNS server port to listen on.
- `statistics_interval` - time interval for statistics (in days)
- **Protection settings**