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
37
zones/inspect.systems.zone
Normal file
37
zones/inspect.systems.zone
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
; Zone file for inspect.systems
|
||||
; Generated by mcp-vultr
|
||||
$ORIGIN inspect.systems.
|
||||
$TTL 3600
|
||||
|
||||
300 IN NS ns1.vultr.com
|
||||
300 IN NS ns2.vultr.com
|
||||
300 IN A 74.91.22.232
|
||||
properties 300 IN A 108.61.229.209
|
||||
nielsen-inspections 300 IN A 74.91.22.232
|
||||
vh.l 300 IN A 127.0.0.1
|
||||
api.vh.l 300 IN A 127.0.0.1
|
||||
pitch.l 300 IN A 127.0.0.1
|
||||
*.l 300 IN A 127.0.0.1
|
||||
vh 300 IN A 74.91.22.232
|
||||
*.vh 300 IN A 74.91.22.232
|
||||
maps 300 IN A 74.91.22.232
|
||||
*.pitch.l 300 IN A 127.0.0.1
|
||||
api.properties 300 IN CNAME properties.inspect.systems
|
||||
*.maps 300 IN CNAME maps.inspect.systems
|
||||
api 300 IN CNAME inspect.systems
|
||||
crm 300 IN CNAME inspect.systems
|
||||
*.crm 300 IN CNAME crm.inspect.systems
|
||||
300 IN MX 10 inspect.systems
|
||||
_acme-challenge.operate 300 IN TXT "OSIKGstLTQz9frXXRU-3-OvTlU8dLoWtcegc_CdGCbc"
|
||||
_acme-challenge.operate 300 IN TXT "WNomXhVF1Ymh5NrLhJ10vp2i9o8ia6KWHt_xIRlp4as"
|
||||
_acme-challenge 300 IN TXT "FiVckyB6dI47M5w-gljo2mK0P2xR3ydjJx0CtC4lHUM"
|
||||
_acme-challenge 300 IN TXT "f7O3WnchNtSv9AQ-zqMD-VoBYBE9iABSraeKadHMVD8"
|
||||
_acme-challenge 300 IN TXT "1qLCDrKw1nNkCQ5NWSZlkF2yU85qiBday89IaAd_QdA"
|
||||
_acme-challenge.rentcast 300 IN TXT "4QPeaV-7P8XwGKSARcgqil1IwWwnLvSO5t3RM0wnN8I"
|
||||
_acme-challenge.properties 300 IN TXT "2vdt3jDH9cnVlTURGi32dpT0fTMJxGLFTif8da_HwFo"
|
||||
google-site-verification 300 IN TXT "_EJ1YRy_aoJLEGhHK8QYyUgcOudM7TgQHiqr"
|
||||
300 IN TXT "google-site-verification=_EJ1YRy_aoJLEGhHK8QYyUgcOudM7TgQHiqry87x7Hk"
|
||||
_acme-challenge.hsp.l 300 IN TXT "85HMpvUyNzHQtvy9Z7vUE7Sfpe96kVYbkqeazdPEiGQ"
|
||||
_acme-challenge.auth.l 300 IN TXT "1I0ITcegP5yRd6dwevuw00WWyjSrGu7NQq2pxOnQhLY"
|
||||
_acme-challenge.api.properties 300 IN TXT "8LS8rK4pP-dJ7lVtXjXRWBEvPPBxC2CwEZ5SWuF-6Lw"
|
||||
_acme-challenge.mail.hsp.l 300 IN TXT "grD5BUnt_VxhvY200OOPZQQzZAZj06GtUK5kSap0jGQ"
|
||||
Loading…
Add table
Add a link
Reference in a new issue