Documentation + skiff removal
This commit is contained in:
		| @@ -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). | ||||||
| @@ -1,15 +1,7 @@ | |||||||
| '': | '': | ||||||
|   - type: ALIAS |   - type: ALIAS | ||||||
|     value: homepage.kluster.moll.re. |     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': | '*.kluster': | ||||||
|   ttl: 60 |   ttl: 60 | ||||||
| @@ -17,13 +9,6 @@ | |||||||
|   value: kluster.moll.re. |   value: kluster.moll.re. | ||||||
|  |  | ||||||
|  |  | ||||||
| '_dmarc': |  | ||||||
|   ttl: 300 |  | ||||||
|   type: TXT |  | ||||||
|   values: |  | ||||||
|     - v=DMARC1\; p=reject\; pct=100\; adkim=s\; aspf=s |  | ||||||
|  |  | ||||||
|  |  | ||||||
| '_ssh._tcp': | '_ssh._tcp': | ||||||
|   type: SRV |   type: SRV | ||||||
|   values: |   values: | ||||||
| @@ -38,14 +23,3 @@ | |||||||
|   type: CNAME |   type: CNAME | ||||||
|   value: shlink.kluster.moll.re. |   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. |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user