feat: add full Zonemaster stack with Docker and Spanish UI
- 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>
This commit is contained in:
54
zonemaster/test-zone-data/COMMON/arpa
Normal file
54
zonemaster/test-zone-data/COMMON/arpa
Normal file
@@ -0,0 +1,54 @@
|
||||
$ORIGIN arpa.
|
||||
$TTL 3600
|
||||
|
||||
@ SOA ns1. admin.xb. (
|
||||
2025110500 ; serial
|
||||
6h ; refresh
|
||||
1h ; retry
|
||||
1w ; expire
|
||||
1d ) ; minimum
|
||||
|
||||
NS ns1.
|
||||
NS ns2.
|
||||
|
||||
$ORIGIN 1.0.1.127.in-addr.arpa.
|
||||
@ PTR ns1.
|
||||
$ORIGIN 1.0.0.0.0.0.0.0.1.0.0.0.7.2.1.0.0.0.0.0.3.c.0.0.2.b.0.0.1.a.d.f.ip6.arpa.
|
||||
@ PTR ns1.
|
||||
$ORIGIN 2.0.1.127.in-addr.arpa.
|
||||
@ PTR ns2.
|
||||
$ORIGIN 2.0.0.0.0.0.0.0.1.0.0.0.7.2.1.0.0.0.0.0.3.c.0.0.2.b.0.0.1.a.d.f.ip6.arpa.
|
||||
@ PTR ns2.
|
||||
|
||||
$ORIGIN 11.0.2.127.in-addr.arpa.
|
||||
@ PTR ns1.xa.
|
||||
$ORIGIN 1.1.0.0.0.0.0.0.2.0.0.0.7.2.1.0.0.0.0.0.3.c.0.0.2.b.0.0.1.a.d.f.ip6.arpa.
|
||||
@ PTR ns1.xa.
|
||||
$ORIGIN 12.0.2.127.in-addr.arpa.
|
||||
@ PTR ns2.xa.
|
||||
$ORIGIN 2.1.0.0.0.0.0.0.2.0.0.0.7.2.1.0.0.0.0.0.3.c.0.0.2.b.0.0.1.a.d.f.ip6.arpa.
|
||||
@ PTR ns2.xa.
|
||||
|
||||
$ORIGIN 3.11.127.in-addr.arpa.
|
||||
@ NS ns1.address03.xa.
|
||||
@ NS ns2.address03.xa.
|
||||
$ORIGIN 3.0.0.0.1.1.0.0.7.2.1.0.0.0.0.0.3.c.0.0.2.b.0.0.1.a.d.f.ip6.arpa.
|
||||
@ NS ns1.address03.xa.
|
||||
@ NS ns2.address03.xa.
|
||||
|
||||
$ORIGIN 21.9.19.127.in-addr.arpa.
|
||||
@ PTR ns1.zone09.xa.
|
||||
$ORIGIN 1.2.0.0.9.0.0.0.9.1.0.0.7.2.1.0.0.0.0.0.3.c.0.0.2.b.0.0.1.a.d.f.ip6.arpa.
|
||||
@ PTR ns1.zone09.xa.
|
||||
$ORIGIN 22.9.19.127.in-addr.arpa.
|
||||
@ PTR ns2.zone09.xa.
|
||||
$ORIGIN 2.2.0.0.9.0.0.0.9.1.0.0.7.2.1.0.0.0.0.0.3.c.0.0.2.b.0.0.1.a.d.f.ip6.arpa.
|
||||
@ PTR ns2.zone09.xa.
|
||||
|
||||
$ORIGIN zone11.arpa.
|
||||
@ NS ns1.zone11.xa.
|
||||
@ NS ns2.zone11.xa.
|
||||
|
||||
$ORIGIN arpa. ; Reset to default
|
||||
|
||||
;EOF
|
||||
Reference in New Issue
Block a user