mirror of
https://codeberg.org/shm0rt/ddns-pdns-updater.git
synced 2025-07-29 05:29:07 +02:00
11 lines
212 B
Text
11 lines
212 B
Text
|
|
||
|
# Infomaniak API
|
||
|
INFOMANIAK_TOKEN="YOUR-API-KEY"
|
||
|
INFOMANIAK_DOMAIN="YOUR-DOMAIN"
|
||
|
|
||
|
# PowerDNS Domains (space separated)
|
||
|
POWERDNS_DOMAINS="INTERNAL-DOMAIN1.com INTERNAL-DOMAIN2.com"
|
||
|
|
||
|
# TTL for DNS records
|
||
|
TTL=300
|