[NO TESTS] WIP

This commit is contained in:
Reid 'arrdem' McKenzie 2023-05-10 22:46:01 -06:00
commit b44f00bb4f
9 changed files with 132 additions and 100 deletions
projects/public_dns/src
python/arrdem/updater
resources/zonefiles

View file

@ -18,7 +18,8 @@ RECORD_LINE_PATTERN = re.compile(
r"(?P<rrset_ttl>\S+)\s+"
r"IN\s+"
r"(?P<rrset_type>\S+)\s+"
r"(?P<rrset_values>.+)$"
r"(?P<rrset_values>[^\s#]+)"
r"(?P<comment>\s*#.*?)$"
)

View file

@ -22,15 +22,13 @@ relay {{ ttl }} IN A {{ link }}
pxe {{ ttl }} IN A {{ link }}
{% endfor %}
# Secrets service
ssvc {{ ttl }} IN A 10.0.0.22
# Host records
## The hand-rolled hosts
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
## The modes
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
## The old blue laptop
gamis-nakag.host.dia0.site {{ ttl }} IN A 10.0.0.27
gamis-nikag.host.dia0.site {{ ttl }} IN A 10.0.0.27