source/projects/public-dns/src/resources/zonefiles/tirefireind.us.j2

37 lines
1.2 KiB
Text
Raw Normal View History

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.
@ {{ ttl }} IN TXT v=spf1 include:spf.messagingengine.com ?all
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 }}
2021-05-08 18:36:29 +00:00
{% endfor %}
# Gitlab
gitlab {{ ttl }} IN A {{ sroo.public_v4 }}
# Host records
## The hand-rolled hosts
sucker.h.dia0.site {{ ttl }} IN A 10.0.0.16
2021-10-31 16:59:45 +00:00
chisel.h.dia0.site {{ ttl }} IN A 10.0.0.20
feed.h.dia0.site {{ ttl }} IN A 10.0.0.21
heiroglyph.h.dia0.site {{ ttl }} IN A 10.0.0.22
## The modes
fuhok-migir.h.dia0.site {{ ttl }} IN A 10.0.0.24
kadib-mifin.h.dia0.site {{ ttl }} IN A 10.0.0.25
banat-kukol.h.dia0.site {{ ttl }} IN A 10.0.0.26
## The old blue laptop
gamis-nakag.h.dia0.site {{ ttl }} IN A 10.0.0.27