githubEdit

AdGuard Home

This is the provider for AdGuardHomearrow-up-right.

Important notes

This provider only supports the following record types.

Configuration

To use this provider, add an entry to creds.json with TYPE set to ADGUARDHOME.

Required fields include:

  • username and password: Authentication information

  • host: The hostname/address of AdGuard Home instance

Example:

creds.json
{
  "adguard_home": {
    "TYPE": "ADGUARDHOME",
    "username": "admin",
    "password": "your-password",
    "host": "https://foo.com"
  }
}

Usage

An example configuration:

Last updated