mirror of
https://codeberg.org/shm0rt/ddns-pdns-updater.git
synced 2025-07-27 04:39:06 +02:00
10 lines
212 B
Text
10 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
|