dns

DNS Deployment for nordgedanken.dev infra.
git clone git://archive.git.mtrnord.blog/Nordgedanken/dns.git
Log | Files | Refs

commit ced96493c53b0a8759f1485a1895db6551bf59fe
parent cd0622f799a8acdfaf4dd4f6f933fef8ec5949a0
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 28 Apr 2024 13:10:08 +0200

Merge pull request #32 from Nordgedanken/cloudflare

Cloudflare
Diffstat:
Mconfig/nordgedanken.dev.yaml | 29-----------------------------
Mconfig/production.yaml | 7+++++--
2 files changed, 5 insertions(+), 31 deletions(-)

diff --git a/config/nordgedanken.dev.yaml b/config/nordgedanken.dev.yaml @@ -20,12 +20,6 @@ value: exchange: mail.nordgedanken.dev. preference: 10 - - ttl: 600 - type: NS - values: - - ns1.nordgedanken.dev. - - ns2.nordgedanken.dev. - - ns3.nordgedanken.dev. - ttl: 1800 type: TXT values: @@ -189,29 +183,6 @@ local: type: AAAA value: 2a01:4f9:c010:9436::1 -# Nameserver -ns1: - - ttl: 1800 - type: A - value: 65.21.116.72 - - ttl: 1800 - type: AAAA - value: 2a01:4f9:4a:451c:2::5 -ns2: - - ttl: 1800 - type: A - value: 37.27.5.79 - - ttl: 1800 - type: AAAA - value: '2a01:4f9:c012:54d3::' -ns3: - - ttl: 1800 - type: A - value: 49.13.24.105 - - ttl: 1800 - type: AAAA - value: 2a01:4f8:c012:492::1 - _acme-challenge: ttl: 15 type: TXT diff --git a/config/production.yaml b/config/production.yaml @@ -74,9 +74,12 @@ zones: sources: [config] processors: [spf] targets: [cloudflare] - nordgedanken.dev.: &default + nordgedanken.dev.: + sources: [config] + processors: [spf] + targets: [cloudflare] + miki.community.: &default sources: [config] processors: [spf] targets: [powerdns_ns1, powerdns_ns2, powerdns_ns3_v2] #targets: [powerdns_ns2, powerdns_ns3_v2] - miki.community.: *default