- Clone all 5 Zonemaster component repos (LDNS, Engine, CLI, Backend, GUI) - Dockerfile.backend: 8-stage multi-stage build LDNS→Engine→CLI→Backend - Dockerfile.gui: Astro static build served via nginx - docker-compose.yml: backend (internal) + frontend (port 5353) - nginx.conf: root redirects to /es/, /api/ proxied to backend - zonemaster-gui/config.ts: defaultLanguage set to 'es' (Spanish) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
79 lines
2.6 KiB
Dns
79 lines
2.6 KiB
Dns
$ORIGIN zone11.xa.
|
|
$TTL 3600
|
|
|
|
@ SOA ns1 admin.zone11.xa. (
|
|
2025080400 ; serial
|
|
6h ; refresh
|
|
1h ; retry
|
|
1w ; expire
|
|
1d ) ; minimum
|
|
|
|
NS ns1
|
|
NS ns2
|
|
|
|
ns1 A 127.19.11.21
|
|
AAAA fda1:b2:c3:0:127:19:11:21
|
|
ns2 A 127.19.11.22
|
|
AAAA fda1:b2:c3:0:127:19:11:22
|
|
|
|
ns1.child A 127.19.11.31
|
|
AAAA fda1:b2:c3::127:19:11:31
|
|
ns2.child A 127.19.11.32
|
|
AAAA fda1:b2:c3::127:19:11:32
|
|
ns3.child A 127.19.11.33
|
|
AAAA fda1:b2:c3::127:19:11:33
|
|
|
|
good-spf-1 NS ns1.child
|
|
NS ns2.child
|
|
|
|
good-spf-2 NS ns1.child
|
|
NS ns2.child
|
|
|
|
same-spf-different-txt NS ns1.child
|
|
NS ns2.child
|
|
|
|
no-txt NS ns1.child
|
|
NS ns2.child
|
|
|
|
no-spf-txt NS ns1.child
|
|
NS ns2.child
|
|
|
|
invalid-syntax-1 NS ns1.child
|
|
NS ns2.child
|
|
|
|
invalid-syntax-2 NS ns1a.invalid-syntax-2
|
|
NS ns1b.invalid-syntax-2
|
|
NS ns2.invalid-syntax-2
|
|
|
|
;; NOTE: ns1a.invalid-syntax-2 deliberately has the same IPv4 and IPv6
|
|
;; addresses as ns1b.invalid-syntax-2. This is not a typo.
|
|
ns1a.invalid-syntax-2 A 127.19.11.31
|
|
AAAA fda1:b2:c3::127:19:11:31
|
|
ns1b.invalid-syntax-2 A 127.19.11.31
|
|
AAAA fda1:b2:c3::127:19:11:31
|
|
ns2.invalid-syntax-2 A 127.19.11.32
|
|
AAAA fda1:b2:c3::127:19:11:32
|
|
|
|
invalid-syntax-3 NS ns1.child
|
|
NS ns2.child
|
|
|
|
non-auth-txt NS ns1.child
|
|
NS ns2.child
|
|
|
|
servfail NS ns1.child
|
|
NS ns2.child
|
|
|
|
inconsistent-spf NS ns1.child
|
|
NS ns2.child
|
|
|
|
spf-missing-on-one NS ns1.child
|
|
NS ns2.child
|
|
NS ns3.child
|
|
|
|
all-different-spf NS ns1.child
|
|
NS ns2.child
|
|
NS ns3.child
|
|
|
|
multiple-spf-records NS ns1.child
|
|
NS ns2.child
|