1
Fork 0
satellite/scripts/dns/dns.txt

72 lines
2.7 KiB
Plaintext
Raw Normal View History

2024-05-09 04:12:28 +02:00
$ORIGIN moonythm.dev. ; designates default origin
$TTL 600 ; expiration time in ms
; ==========================================================================================
; Main dns records
; Actual (tailscale internal) IPs
lapetus IN A 100.93.136.59
lapetus IN AAAA fd7a:115c:a1e0::e75d:883b
2024-05-09 04:12:28 +02:00
; lapetus services
actual IN CNAME lapetus
api.intray IN CNAME lapetus
api.smos IN CNAME lapetus
cal IN CNAME lapetus
2024-05-11 01:09:43 +02:00
diptime IN CNAME lapetus
docs.smos IN CNAME lapetus
grafana IN CNAME lapetus
2024-06-13 15:47:36 +02:00
guacamole IN CNAME lapetus
intray IN CNAME lapetus
irc IN CNAME lapetus
2024-05-21 01:49:20 +02:00
jupyter IN CNAME lapetus
lab IN CNAME lapetus
2024-05-11 01:33:02 +02:00
lapetus.syncthing IN CNAME lapetus ; TODO: might change this to syncthing.lapetus
media IN CNAME lapetus
prometheus IN CNAME lapetus
qbit IN CNAME lapetus
redlib IN CNAME lapetus
rss IN CNAME lapetus
search IN CNAME lapetus
smos IN CNAME lapetus
warden IN CNAME lapetus
yt IN CNAME lapetus
*.irc IN CNAME irc
; Tunnel used by lapetus
tunnel.lapetus IN CNAME 347d9ead-a523-4f8b-bca7-3066e31e2952.cfargotunnel.com
; lapetus services using cloudflare tunnels
bin IN CNAME tunnel.lapetus
2024-05-28 03:49:40 +02:00
git IN CNAME tunnel.lapetus
2024-06-13 15:47:36 +02:00
jupyter IN CNAME tunnel.lapetus
2024-05-28 03:49:40 +02:00
; github pages
doffycup IN CNAME prescientmoon.github.io.
erratic-gate IN CNAME prescientmoon.github.io.
2024-05-09 04:12:28 +02:00
; ==========================================================================================
; Migadu mail setup
; Mail MX records
@ IN MX 10 aspmx1.migadu.com.
@ IN MX 20 aspmx2.migadu.com.
2024-05-10 21:50:07 +02:00
orbit IN MX 10 aspmx1.migadu.com.
orbit IN MX 20 aspmx2.migadu.com.
2024-05-09 04:12:28 +02:00
; Mail CNAME records
key1._domainkey IN CNAME key1.moonythm.dev._domainkey.migadu.com.
key2._domainkey IN CNAME key2.moonythm.dev._domainkey.migadu.com.
key3._domainkey IN CNAME key3.moonythm.dev._domainkey.migadu.com.
key1._domainkey.orbit IN CNAME key1.orbit.moonythm.dev._domainkey.migadu.com.
key2._domainkey.orbit IN CNAME key2.orbit.moonythm.dev._domainkey.migadu.com.
key3._domainkey.orbit IN CNAME key3.orbit.moonythm.dev._domainkey.migadu.com.
; Other mail stuff
@ IN TXT "hosted-email-verify=kfkhyexd"
@ IN TXT "v=spf1 include:spf.migadu.com -all"
2024-05-10 21:50:07 +02:00
_dmarc IN TXT "v=DMARC1; p=quarantine;"
orbit IN TXT "hosted-email-verify=24s7lnum"
orbit IN TXT "v=spf1 include:spf.migadu.com -all"
2024-05-10 21:50:07 +02:00
_dmarc.orbit IN TXT "v=DMARC1; p=quarantine;"