AdGuard Home Configuration
HEAD'S UP
If you haven't read the primer on name server configuration, you should read that first as this page builds on the information presented there.
What is AdGuard Home?
AdGuard Home is a network-wide ad blocker which blocks DNS lookups for known ad and tracker domains. It additionally offers a DHCP server and DNS rewrites.
Fields
host string required
The host field is the URL at which to connect to your AdGuard Home instance's web interface.
Example:
toml
[name_servers.adguard_home_server]
service = "adguard-home"
host = "http://192.168.1.60"
username = "<username>"
password = "<password>"bash
DOCKNS_NS_ADGUARD_HOME_SERVER_SERVICE=adguard-home
DOCKNS_NS_ADGUARD_HOME_SERVER_HOST=http://192.168.1.60
DOCKNS_NS_ADGUARD_HOME_SERVER_USERNAME=<username>
DOCKNS_NS_ADGUARD_HOME_SERVER_PASSWORD=<password>username string required
The username you use to login to AdGuard Home's web interface.
password string required
The password you use to login to AdGuard Home's web interface.