From 961710961d3d56735be521197582ad84c86f89b3 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sun, 15 Aug 2021 00:02:09 -0600 Subject: [PATCH] Update public DNS from the first time through Ba'azel --- .../src/resources/zonefiles/tirefireind.us.j2 | 14 ++++++++++++++ projects/public-dns/update.sh | 5 +++++ 2 files changed, 19 insertions(+) create mode 100755 projects/public-dns/update.sh diff --git a/projects/public-dns/src/resources/zonefiles/tirefireind.us.j2 b/projects/public-dns/src/resources/zonefiles/tirefireind.us.j2 index 6138966..783bed5 100644 --- a/projects/public-dns/src/resources/zonefiles/tirefireind.us.j2 +++ b/projects/public-dns/src/resources/zonefiles/tirefireind.us.j2 @@ -11,3 +11,17 @@ buildcache {{ ttl }} IN A {{ link }} # 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 +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 +## The two dells +rijay-bojib.h.dia0.site {{ ttl }} IN A 10.0.0.28 +kisuf-manag.h.dia0.site {{ ttl }} IN A 10.0.0.29 diff --git a/projects/public-dns/update.sh b/projects/public-dns/update.sh new file mode 100755 index 0000000..987449c --- /dev/null +++ b/projects/public-dns/update.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +exec bazel run :updater -- \ + --config $(realpath ./config.yml) \ + --templates $(realpath src/resources/zonefiles)