commit 411f2d9345e27123b5aa757ccd1dde70e0608710
parent 98b74f3528186c4e41ffb659fea6439d369ef668
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sat, 11 May 2024 19:45:31 +0200
Update production.yaml
Signed-off-by: Marcel <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 32 deletions(-)
diff --git a/config/production.yaml b/config/production.yaml
@@ -39,36 +39,6 @@ providers:
# A different limit for (non-)enterprise zone applies.
# See: https://developers.cloudflare.com/dns/manage-dns-records/reference/ttl
#min_ttl: 120
- powerdns_ns1:
- class: octodns_powerdns.PowerDnsProvider
- # The host on which PowerDNS api is listening (required)
- host: 65.21.116.72
- # The port on whih PowerDNS api is listening (optional, default 8081)
- port: 8082
- # The api key that grans access (required, example is using an env var)
- api_key: env/POWERDNS_API_KEY_NS1
- # Send DNS NOTIFY to secondary servers after change (optional, default false)
- # notify: false
- powerdns_ns2:
- class: octodns_powerdns.PowerDnsProvider
- # The host on which PowerDNS api is listening (required)
- host: 37.27.5.79
- # The port on whih PowerDNS api is listening (optional, default 8081)
- port: 8081
- # The api key that grans access (required, example is using an env var)
- api_key: env/POWERDNS_API_KEY_NS2
- # Send DNS NOTIFY to secondary servers after change (optional, default false)
- # notify: false
- powerdns_ns3_v2:
- class: octodns_powerdns.PowerDnsProvider
- # The host on which PowerDNS api is listening (required)
- host: 49.13.24.105
- # The port on whih PowerDNS api is listening (optional, default 8081)
- port: 8081
- # The api key that grans access (required, example is using an env var)
- api_key: env/POWERDNS_API_KEY_NS3
- # Send DNS NOTIFY to secondary servers after change (optional, default false)
- # notify: false
zones:
midnightthoughts.space.:
sources: [config]
@@ -81,5 +51,4 @@ zones:
miki.community.: &default
sources: [config]
processors: [spf]
- targets: [powerdns_ns1, powerdns_ns2, powerdns_ns3_v2]
- #targets: [powerdns_ns2, powerdns_ns3_v2]
+ targets: [cloudflare]