- 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>
17 lines
524 B
Dns
17 lines
524 B
Dns
$TTL 300
|
|
@ IN SOA ns1.sb.local. admin.sb.local. (
|
|
2026020601 ; Serial
|
|
3600 ; Refresh
|
|
900 ; Retry
|
|
604800 ; Expire
|
|
300 ) ; Negative Cache TTL
|
|
|
|
IN NS ns1.sb.local.
|
|
|
|
; Wildcard for *.gk2.sb.local
|
|
*.gk2 IN A 192.168.255.1
|
|
gk2 IN A 192.168.255.1
|
|
|
|
; Direct records
|
|
ns1 IN A 192.168.255.1
|