mirror of
https://codeberg.org/shm0rt/ddns-pdns-updater.git
synced 2025-07-29 05:29:07 +02:00
populated repository
This commit is contained in:
parent
5a38cf342a
commit
def723b223
5 changed files with 420 additions and 2 deletions
10
ddns.conf
Normal file
10
ddns.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue