public-dns -> public_dns
This commit is contained in:
parent
c5670e3d25
commit
4c0be2bc4d
10 changed files with 45 additions and 8 deletions
37
projects/public_dns/config.yml
Normal file
37
projects/public_dns/config.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
gandi:
|
||||
key: "Z2eUpJ6X2eBKYkgPVyedyoas"
|
||||
|
||||
meraki:
|
||||
key: "606ad50af474d47465b18425f039b15c5bf8afec"
|
||||
organization: "875638"
|
||||
#organization: "arrdem"
|
||||
network: "L_634444597505822900"
|
||||
router_serial: "Q2PN-WV3P-ZEGK"
|
||||
|
||||
tasks:
|
||||
# My zones
|
||||
- template: arrdem.com.j2
|
||||
zones:
|
||||
- arrdem.com
|
||||
- arrdem.me
|
||||
- reidmckenzie.com
|
||||
|
||||
- paren.party
|
||||
|
||||
# Parked domains
|
||||
- template: park.j2
|
||||
zones:
|
||||
- paren.town
|
||||
- paren.space
|
||||
|
||||
- template: tirefireind.us.j2
|
||||
zones:
|
||||
- tirefireind.us
|
||||
- tirefire.industries
|
||||
|
||||
bindings:
|
||||
ttl: 300 # 5min TTL on records
|
||||
local:
|
||||
public_v4s:
|
||||
- 67.166.27.157
|
|
@ -23,13 +23,13 @@ relay {{ ttl }} IN A {{ link }}
|
|||
|
||||
# Host records
|
||||
## The hand-rolled hosts
|
||||
feed.h.dia0.site {{ ttl }} IN A 10.0.0.5
|
||||
sucker.h.dia0.site {{ ttl }} IN A 10.0.0.16
|
||||
chisel.h.dia0.site {{ ttl }} IN A 10.0.0.20
|
||||
heiroglyph.h.dia0.site {{ ttl }} IN A 10.0.0.22
|
||||
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.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
|
||||
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.h.dia0.site {{ ttl }} IN A 10.0.0.27
|
||||
gamis-nakag.host.dia0.site {{ ttl }} IN A 10.0.0.27
|
Loading…
Reference in a new issue