Documentation + skiff removal

This commit is contained in:
Remy Moll 2024-07-28 13:05:00 +02:00
parent ba74e801c1
commit d48d35caff
2 changed files with 9 additions and 27 deletions

View File

@ -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).

View File

@ -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.