- 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>
25 lines
764 B
Dns
25 lines
764 B
Dns
$TTL 3600
|
|
@ IN SOA ns0.secubox.in. admin.secubox.in. (
|
|
2026030301 ; Serial
|
|
3600 ; Refresh
|
|
1800 ; Retry
|
|
604800 ; Expire
|
|
3600 ) ; Negative Cache TTL
|
|
|
|
; Nameservers
|
|
@ IN NS ns0.secubox.in.
|
|
|
|
; Internal IPs for LAN access
|
|
@ IN A 192.168.255.1
|
|
* IN A 192.168.255.1
|
|
gk2 IN A 192.168.255.1
|
|
*.gk2 IN A 192.168.255.1
|
|
|
|
; Mail goes to mail container
|
|
mail IN A 192.168.255.30
|
|
mail.gk2 IN A 192.168.255.30
|
|
|
|
; Jellyfin
|
|
jellyfin IN A 192.168.255.31
|
|
jellyfin.gk2 IN A 192.168.255.31
|