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
25
zones/tatemalloy.com.zone
Normal file
25
zones/tatemalloy.com.zone
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
; Zone file for tatemalloy.com
|
||||
; Generated by mcp-vultr
|
||||
$ORIGIN tatemalloy.com.
|
||||
$TTL 3600
|
||||
|
||||
300 IN NS ns1.vultr.com
|
||||
300 IN NS ns2.vultr.com
|
||||
300 IN A 74.91.22.234
|
||||
* 300 IN CNAME tatemalloy.com
|
||||
mail 300 IN CNAME mail.supported.systems
|
||||
300 IN MX 10 mail.supported.systems
|
||||
3600 IN TXT "v=spf1 mx a:mail.supported.systems ~all"
|
||||
_acme-challenge 300 IN TXT "zoUmIIDLDdYsMwc-o_q89XJqguhxdh-GG2f1Ry35Mzg"
|
||||
_acme-challenge 300 IN TXT "GR_EICKHgxOHXGzU26ZrmuqES-RQk4KTRbT9ackqIIQ"
|
||||
_acme-challenge 300 IN TXT "E1znurfm5S4wzw9xP6OXRIyJ3qqOnyivRkqcBdB5i0k"
|
||||
_acme-challenge 300 IN TXT "awFpsYesAe_VwgfvB2RtmI65ztjdn7gqaO4yQbnF5sQ"
|
||||
_acme-challenge 300 IN TXT "uv7KKRaIZSjmlk9GSIRK2LYdsEDxfs8q21UGAEebZkQ"
|
||||
_acme-challenge 300 IN TXT "lMRXG74T_Or-bevXlL-BLaNMXoA3-Myg5lW0dF_Hop0"
|
||||
_acme-challenge 300 IN TXT "DCBBi9Ei5A8C94kKohMewkrskPtxVwrgEdSrIg6jutY"
|
||||
_acme-challenge 300 IN TXT "hCCRByRVG2b7X65qUOqwyXfmNfI8QKzyRLKnR2xvCYg"
|
||||
_acme-challenge 300 IN TXT "U4lSaBVa8-UIBwQ5zS3_YuozLTWZ6KRrkdP2RWF0INM"
|
||||
_acme-challenge 300 IN TXT "ima5uh3kXccKFf35ZCLfalZT4XbQJB05GnyvtAIqYTw"
|
||||
_acme-challenge 300 IN TXT "LWUF146g8xiEiWdYY6pWb2iwCm5bE4i1vLjt2w9Mx2U"
|
||||
_acme-challenge 300 IN TXT "SHktbBbFNl-03DimuwNBin1NyL7x7GD5vN7jNlhs0wU"
|
||||
_acme-challenge 300 IN TXT "5yvO_8LolWXqsy8PxrqBL-RWaWzKnccWN0L4XiFWwgE"
|
||||
Loading…
Add table
Add a link
Reference in a new issue