diff --git a/README.md b/README.md index 2d96a28..21a2b31 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,15 @@ If you use Google Domains as your DNS provider, set the `DNS_PROVIDER` to `googl If you use Linode as your DNS provider, set your `DNS_PROVIDER` to `linode` and configure `LINODE_TOKEN` with the value of an API token. The API token must have a scope which allows Read/Write access to "Domains". API tokens can be created in the Linode Control panel. +### Loopia + +If you use Loopia as your DNS provider, set your `DNS_PROVIDER` to `loopia` and configure `LOOPIA_API_USER` and `LOOPIA_API_PASSWORD`. The API user must be created at the [loopia customer zone](https://customerzone.loopia.com/api) with the following privileges: + +* addZoneRecord +* getZoneRecords +* removeZoneRecord +* removeSubdomain + ### Name.com Follow [these instructions](https://www.name.com/support/articles/360007597874-signing-up-for-api-access) from name.com support to enable api access. diff --git a/udm-le.env b/udm-le.env index 26f09cb..4d9efce 100644 --- a/udm-le.env +++ b/udm-le.env @@ -84,6 +84,11 @@ CLOUDFLARE_DNS_API_TOKEN="YOUR_CLOUDFLARE_API_TOKEN" #LINODE_TOKEN="" #LINODE_PROPAGATION_TIMEOUT="120" +# Loopia +#DNS_PROVIDER="loopia" +#LOOPIA_API_USER="YOUR_API_USER@loopiaapi" +#LOOPIA_API_PASSWORD="YOUR_API_PASSWORD" + # Gandi Live DNS (v5) #DNS_PROVIDER="gandiv5" #GANDIV5_API_KEY="AUTH_TOKEN"