coredns: docker compose stack with Vultr zone import
- Auto plugin loads zones-prepared/*.zone (regex zone-name extraction) - scripts/prepare-zones.sh transforms raw Vultr exports: * synthesizes SOA (omitted by Vultr; CoreDNS requires it) * prepends @ to leading-TAB apex lines to disambiguate owner inheritance * dot-terminates NS/MX/CNAME rdata so $ORIGIN doesn't double-suffix - DNS_PORT defaults to 1053 (5353=avahi, 53=libvirt dnsmasq on this host) - Forwards non-authoritative queries to 1.1.1.1/1.0.0.1/9.9.9.9 - Makefile targets: prep, up, down, reload, test, logs - 91 zones loaded
This commit is contained in:
commit
10867ee319
96 changed files with 1732 additions and 0 deletions
24
zones/westboise.org.zone
Normal file
24
zones/westboise.org.zone
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
; Zone file for westboise.org
|
||||
; Generated by mcp-vultr
|
||||
$ORIGIN westboise.org.
|
||||
$TTL 3600
|
||||
|
||||
300 IN NS ns1.vultr.com
|
||||
300 IN NS ns2.vultr.com
|
||||
300 IN A 74.91.22.234
|
||||
300 IN AAAA 2001:19f0:5:4dab:3eec:efff:feb9:f65e
|
||||
* 300 IN CNAME westboise.org
|
||||
300 IN MX 10 mail.supported.systems
|
||||
3600 IN TXT "v=spf1 mx a:mail.supported.systems ~all"
|
||||
_acme-challenge 300 IN TXT "05EbsyARBzLskBoEHUwM99Togj1S-p0KEjeU6qnuR7E"
|
||||
_acme-challenge 300 IN TXT "hk4LRncjXHz7HfpRM5euUNJjoj8i8srHZhoKoy6T36M"
|
||||
_acme-challenge 300 IN TXT "SHz7RNa2PcPyJvCqhTsQlGzIq1zZsjbqP-sifMoUsck"
|
||||
_acme-challenge 300 IN TXT "c2g2-PH3tzRNps7Ukk9Muj9WE80OgnbpziQ_09fWtrY"
|
||||
_acme-challenge 300 IN TXT "fKBh44BOUt-6GxQGePQ7mjwrPwqXuL_LMucPq5J9Fow"
|
||||
_acme-challenge 300 IN TXT "SVHf4t5RdDC1Xjbo8UnfgwXQsxNqqnii9Sz2TLFWavI"
|
||||
_acme-challenge 300 IN TXT "QrmB1SVn6DP17J6mMTjHQ4WbPUKloaPGSsvBHD03TBw"
|
||||
_acme-challenge 300 IN TXT "5C_jASC_w_Dl-8H0VeKTPQWneH4HY4ZFbzgUV9EuwJs"
|
||||
_acme-challenge 300 IN TXT "1SgYQJScXjkWRdST4WxXrjp8dSFxI-NWxhRkJDn1BfA"
|
||||
_acme-challenge 300 IN TXT "B00-RbjOp-mGxX_WkFng6tEoyxzhGe334bclADHMb-Y"
|
||||
_acme-challenge 300 IN TXT "du82JOyEWbbRXlyVSqPpl38uGzJ-ZfLin3cZ2oeuPEY"
|
||||
_acme-challenge 300 IN TXT "sYmya4OTlYsdu8b3X1k1es5GivxqKddOH52g2mGAfy4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue