source/projects/public_dns/src/resources/zonefiles/tirefireind.us.j2

37 lines
1.3 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.
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 }}
2023-06-04 01:07:41 +00:00
tentacles {{ 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 }}
2023-03-21 00:50:00 +00:00
pxe {{ ttl }} IN A {{ link }}
2023-12-25 03:31:54 +00:00
vpn {{ ttl }} IN A {{ link }}
hass {{ ttl }} IN A {{ link }}
2021-05-08 18:36:29 +00:00
{% endfor %}
2023-05-11 04:46:01 +00:00
# Secrets service
ssvc {{ ttl }} IN A 10.0.0.22
# 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
2023-05-11 04:46:01 +00:00
gamis-nikag.host.dia0.site {{ ttl }} IN A 10.0.0.27