- 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
14 lines
977 B
Dns
14 lines
977 B
Dns
; Zone file for qube-septic.com
|
|
; Generated by mcp-vultr
|
|
$ORIGIN qube-septic.com.
|
|
$TTL 3600
|
|
|
|
300 IN NS ns1.vultr.com
|
|
300 IN NS ns2.vultr.com
|
|
300 IN A 108.61.229.209
|
|
* 300 IN CNAME qube-septic.com
|
|
mail.supported.systems 300 IN MX 10 qube-septic.com
|
|
300 IN TXT "google-site-verification=TPaiTqkSCw0vRKrgXVBTua7kyIOHsJkfCf1RHfGTEWY"
|
|
300 IN TXT "v=spf1 mx a:mail.supported.systems ~all"
|
|
dkim._domainkey 300 IN TXT "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuVZGFAou8+E8B7wpmc6ck4Y8Ydewp3uppPnvGVxeTpU9g7XtuUHH74iQiVxwkaW6Rx6/3LMPdkYQ9vjAy9TVYNVuBamVrzmVh0SQKv5oqxZPk6yP5gCD40G20fx0NvUwWadkfnMI8/vlCZ6W68WFxCrS+zi6AJl3sIbFZ4bEXlAAGZu2MihhVOryo3CBY80m8ksH1XuujK8MuiReJjhsYtA39/zQGm2D5xMKFrp+JtOU2U8kzCz+DZ63H3iOE3BuKkhMtsABrmrOfEc0LrayF0YRIjtERYOWGMulVy7vuriCztLSoV0dLLyNlvDBTQGrZcICq8zFX40BiBQyGebtSQIDAQAB"
|
|
_dmarc 3600 IN TXT "v=DMARC1;p=reject;sp=reject;rua=mailto:dmarc-report@qubeseptic.com;ruf=mailto:dmarc-failures@qubeseptic.com;aspf=s;adkim=s;fo=1;" |