working code

This commit is contained in:
2021-08-18 00:18:18 +02:00
parent 33a744ff7f
commit 329747db1b
6 changed files with 654 additions and 0 deletions

44
nonpuzzle.yaml Normal file
View File

@@ -0,0 +1,44 @@
---
providers:
config:
class: octodns.provider.yaml.YamlProvider
directory: ./config/nonpuzzle
default_ttl: 3600
enforce_order: False
dnsimple:
class: octodns.provider.dnsimple.DnsimpleProvider
account: env/DNSIMPLE_ACCOUNT
token: env/DNSIMPLE_TOKEN
zones:
# Note: there are subsections for puzzle / puzzle.ch / puzzle.ch-dynamic / nonpuzzle domains
# Nonpuzzle Domains:
nivendis.com.:
sources:
- config
targets:
- dnsimple
nivendis.ch.:
sources:
- config
targets:
- dnsimple
teest.ch.:
sources:
- config
targets:
- dnsimple
egi-aei.ch.:
sources:
- config
targets:
- dnsimple
fmsx.ch.:
sources:
- config
targets:
- dnsimple
fmsx.de.:
sources:
- config
targets:
- dnsimple