diff --git a/README.md b/README.md index e69de29..614f61b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +# Central DNS management + +## Overview +This repository contains the configuration for managing the DNS records for `moll.re` and other domains. + +It uses [octodns](https://github.com/octodns/octodns/) along with submodules for cloudflare and ddns. + +This configuration is applied through a cron job on the k8s cluster, configured under [https://git.kluster.moll.re/remoll/k3s-infra](https://git.kluster.moll.re/remoll/k3s-infra). \ No newline at end of file diff --git a/config/moll.re.yaml b/config/moll.re.yaml index 7a94fe0..ae86746 100644 --- a/config/moll.re.yaml +++ b/config/moll.re.yaml @@ -1,15 +1,7 @@ '': - type: ALIAS value: homepage.kluster.moll.re. - - ttl: 300 - type: MX - values: - - exchange: inbound-smtp.skiff.com. - preference: 0 - - ttl: 300 - type: TXT - values: - - v=spf1 include:tlfind3ul99o2wi.spf.skiff.com -all + '*.kluster': ttl: 60 @@ -17,13 +9,6 @@ value: kluster.moll.re. -'_dmarc': - ttl: 300 - type: TXT - values: - - v=DMARC1\; p=reject\; pct=100\; adkim=s\; aspf=s - - '_ssh._tcp': type: SRV values: @@ -38,14 +23,3 @@ type: CNAME value: shlink.kluster.moll.re. - -'skiff1._domainkey': - ttl: 300 - type: CNAME - value: skiff1.tlfind3ul99o2wi.dkim.skiff.com. - - -'skiff2._domainkey': - ttl: 300 - type: CNAME - value: skiff2.tlfind3ul99o2wi.dkim.skiff.com.