Update public DNS from the first time through Ba'azel
This commit is contained in:
parent
5e9878742c
commit
961710961d
2 changed files with 19 additions and 0 deletions
|
@ -11,3 +11,17 @@ buildcache {{ ttl }} IN A {{ link }}
|
||||||
|
|
||||||
# Gitlab
|
# Gitlab
|
||||||
gitlab {{ ttl }} IN A {{ sroo.public_v4 }}
|
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
|
||||||
|
|
5
projects/public-dns/update.sh
Executable file
5
projects/public-dns/update.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
exec bazel run :updater -- \
|
||||||
|
--config $(realpath ./config.yml) \
|
||||||
|
--templates $(realpath src/resources/zonefiles)
|
Loading…
Reference in a new issue