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/nielsens.world.zone
Normal file
25
zones/nielsens.world.zone
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
; Zone file for nielsens.world
|
||||
; Generated by mcp-vultr
|
||||
$ORIGIN nielsens.world.
|
||||
$TTL 3600
|
||||
|
||||
300 IN NS ns1.vultr.com
|
||||
300 IN NS ns2.vultr.com
|
||||
300 IN A 74.91.22.234
|
||||
* 300 IN CNAME nielsens.world
|
||||
300 IN MX 10 nielsens.world
|
||||
_acme-challenge 300 IN TXT "yp-IarvtiSb7qhW1xT6l3V7vZePbvgRmPJwYUKpT1uM"
|
||||
_acme-challenge 300 IN TXT "P0qX-6q0E2i8boMN2k2P9QEFL8no62uJyQXKU6cd748"
|
||||
_acme-challenge 300 IN TXT "Rp394t0XdkqnnJqfBQpGQwKpFAbQn9-XJAd1V_rVoyg"
|
||||
_acme-challenge 300 IN TXT "ZBgEGehwTzlYXC7smmb9pm-IniUenaqNBen2KTjNLNU"
|
||||
_acme-challenge 300 IN TXT "OG0jPLHom6gbx9SUe-o6MWJOpj8l_U8pSI6ny9rCmkg"
|
||||
_acme-challenge 300 IN TXT "dwrSDLbJqG1nViz6uo84xkUZ9wwHhT6i42Hj1XArihc"
|
||||
_acme-challenge 300 IN TXT "LM3MACdb2ceQcQKkyv8MQoSjqhMJIKLaa442DqRMFeQ"
|
||||
_acme-challenge 300 IN TXT "0wCC6f8E6EUYNwXoh0xXQupAAg97xXuLXeZ9Nlc81VQ"
|
||||
_acme-challenge 300 IN TXT "Ng2e0CTmRw9ajXB7KroV6jyRkqJ9pM3xVGGqfK8mgEc"
|
||||
_acme-challenge 300 IN TXT "iuoGYRQgI9bOUgGmIk8x_71-L0NnAH-tbMkR18ImmaU"
|
||||
_acme-challenge 300 IN TXT "5N-B9TqOnm7ax5s_MLb2eYkEJHu16pR_5XbyCc4Ws3M"
|
||||
_acme-challenge 300 IN TXT "cQD7ne1AEfylbTLsz0cu4WjzZTYYs4Sf2-Co5_xXyFc"
|
||||
_acme-challenge 300 IN TXT "-qb5Ano9xU1Z1aAtZ16kInYKpItqjX0fQwm2rRLHXwg"
|
||||
_acme-challenge 300 IN TXT "t8qVdInrTstes_A-Cub-pVyMkk7PivPxvtNE59HTMNM"
|
||||
_acme-challenge 300 IN TXT "CcZ2OuKYLR80GT1zf8CiHvkfwVz8QJras98kMQIasKw"
|
||||
Loading…
Add table
Add a link
Reference in a new issue