2021-05-08 18:36:29 +00:00
|
|
|
# -*- mode: conf -*-
|
|
|
|
|
2021-09-07 03:12:10 +00:00
|
|
|
# Fastmail
|
2022-02-02 07:45:14 +00:00
|
|
|
@ {{ ttl }} IN MX 10 in1-smtp.messagingengine.com.
|
2021-09-07 03:12:10 +00:00
|
|
|
@ {{ ttl }} IN MX 20 in2-smtp.messagingengine.com.
|
|
|
|
fm1._domainkey {{ ttl }} IN CNAME fm1.tirefireind.us.dkim.fmhosted.com.
|
|
|
|
fm2._domainkey {{ ttl }} IN CNAME fm2.tirefireind.us.dkim.fmhosted.com.
|
|
|
|
fm3._domainkey {{ ttl }} IN CNAME fm3.tirefireind.us.dkim.fmhosted.com.
|
|
|
|
|
2022-10-19 15:52:18 +00:00
|
|
|
@ {{ ttl }} IN TXT "v=spf1 include:spf.messagingengine.com ?all"
|
2021-09-07 03:12:10 +00:00
|
|
|
|
2021-05-08 18:36:29 +00:00
|
|
|
# Core records
|
|
|
|
{% for link in local.public_v4s %}
|
|
|
|
@ {{ ttl }} IN A {{ link }}
|
|
|
|
www {{ ttl }} IN A {{ link }}
|
|
|
|
registry {{ ttl }} IN A {{ link }}
|
|
|
|
mirror {{ ttl }} IN A {{ link }}
|
|
|
|
buildcache {{ ttl }} IN A {{ link }}
|
2022-02-02 07:45:14 +00:00
|
|
|
feed {{ ttl }} IN A {{ link }}
|
2022-07-28 21:16:44 +00:00
|
|
|
ton {{ ttl }} IN A {{ link }}
|
2022-11-20 06:55:01 +00:00
|
|
|
relay {{ ttl }} IN A {{ link }}
|
2021-05-08 18:36:29 +00:00
|
|
|
{% endfor %}
|
|
|
|
|
2021-08-15 06:02:09 +00:00
|
|
|
# Host records
|
|
|
|
## The hand-rolled hosts
|
2022-11-26 21:20:22 +00:00
|
|
|
feed.host.dia0.site {{ ttl }} IN A 10.0.0.5
|
|
|
|
sucker.host.dia0.site {{ ttl }} IN A 10.0.0.16
|
|
|
|
chisel.host.dia0.site {{ ttl }} IN A 10.0.0.20
|
|
|
|
heiroglyph.host.dia0.site {{ ttl }} IN A 10.0.0.22
|
2021-08-15 06:02:09 +00:00
|
|
|
## The modes
|
2022-11-26 21:20:22 +00:00
|
|
|
fuhok-migir.host.dia0.site {{ ttl }} IN A 10.0.0.24
|
|
|
|
kadib-mifin.host.dia0.site {{ ttl }} IN A 10.0.0.25
|
|
|
|
banat-kukol.host.dia0.site {{ ttl }} IN A 10.0.0.26
|
2021-08-15 06:02:09 +00:00
|
|
|
## The old blue laptop
|
2022-11-26 21:20:22 +00:00
|
|
|
gamis-nakag.host.dia0.site {{ ttl }} IN A 10.0.0.27
|