secubox-openwrt/config-backups/bind/zones/sblocal.zone
CyberMind-FR ff8f4944ea feat(config-backups): Add BIND DNS configuration backups
- Add named.conf and named.conf.zones from router
- Add all zone files (maegia.tv, ganimed.fr, secubox.in, etc.)
- Include README with sync instructions
- Fixed zone path in named.conf.zones for LuCI DNS Master compatibility
- Added ganimed.fr zone declaration to BIND config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-09 11:20:51 +01:00

18 lines
420 B
Dns

$TTL 86400
@ IN SOA ns1.sblocal. admin.sblocal. (
2026021101 ; Serial
3600 ; Refresh
1800 ; Retry
604800 ; Expire
86400 ) ; Minimum TTL
IN NS ns1.sblocal.
; SecuBox Mesh nodes
ns1 IN A 192.168.255.1
c3box IN A 192.168.255.1
@ IN A 192.168.255.1
; Wildcard for services
* IN A 192.168.255.1