32.diff (1536B)
1 diff --git a/config/nordgedanken.dev.yaml b/config/nordgedanken.dev.yaml 2 index bd1fc2a..fdf5604 100644 3 --- a/config/nordgedanken.dev.yaml 4 +++ b/config/nordgedanken.dev.yaml 5 @@ -20,12 +20,6 @@ 6 value: 7 exchange: mail.nordgedanken.dev. 8 preference: 10 9 - - ttl: 600 10 - type: NS 11 - values: 12 - - ns1.nordgedanken.dev. 13 - - ns2.nordgedanken.dev. 14 - - ns3.nordgedanken.dev. 15 - ttl: 1800 16 type: TXT 17 values: 18 @@ -189,29 +183,6 @@ local: 19 type: AAAA 20 value: 2a01:4f9:c010:9436::1 21 22 -# Nameserver 23 -ns1: 24 - - ttl: 1800 25 - type: A 26 - value: 65.21.116.72 27 - - ttl: 1800 28 - type: AAAA 29 - value: 2a01:4f9:4a:451c:2::5 30 -ns2: 31 - - ttl: 1800 32 - type: A 33 - value: 37.27.5.79 34 - - ttl: 1800 35 - type: AAAA 36 - value: '2a01:4f9:c012:54d3::' 37 -ns3: 38 - - ttl: 1800 39 - type: A 40 - value: 49.13.24.105 41 - - ttl: 1800 42 - type: AAAA 43 - value: 2a01:4f8:c012:492::1 44 - 45 _acme-challenge: 46 ttl: 15 47 type: TXT 48 diff --git a/config/production.yaml b/config/production.yaml 49 index 5f21a89..d00ef7a 100644 50 --- a/config/production.yaml 51 +++ b/config/production.yaml 52 @@ -74,9 +74,12 @@ zones: 53 sources: [config] 54 processors: [spf] 55 targets: [cloudflare] 56 - nordgedanken.dev.: &default 57 + nordgedanken.dev.: 58 + sources: [config] 59 + processors: [spf] 60 + targets: [cloudflare] 61 + miki.community.: &default 62 sources: [config] 63 processors: [spf] 64 targets: [powerdns_ns1, powerdns_ns2, powerdns_ns3_v2] 65 #targets: [powerdns_ns2, powerdns_ns3_v2] 66 - miki.community.: *default