dns_intern: fix broken dns delegation
use "@" instead of "" to prevent this from happening again
This commit is contained in:
parent
744aed3b60
commit
29d008ca04
@ -1,19 +1,19 @@
|
|||||||
$ORIGIN binary.kitchen ; base for unqualified names
|
$ORIGIN binary.kitchen ; base for unqualified names
|
||||||
$TTL 1h ; default time-to-live
|
$TTL 1h ; default time-to-live
|
||||||
@ IN SOA ns1.binary.kitchen. hostmaster.binary.kitchen. (
|
@ IN SOA ns1.binary.kitchen. hostmaster.binary.kitchen. (
|
||||||
2024100600; serial
|
2024111500; serial
|
||||||
1d; refresh
|
1d; refresh
|
||||||
2h; retry
|
2h; retry
|
||||||
4w; expire
|
4w; expire
|
||||||
1h; minimum time-to-live
|
1h; minimum time-to-live
|
||||||
)
|
)
|
||||||
IN NS ns1.binary.kitchen.
|
@ IN NS ns1.binary.kitchen.
|
||||||
IN NS ns2.binary.kitchen.
|
@ IN NS ns2.binary.kitchen.
|
||||||
; Subdomains
|
; Subdomains
|
||||||
users IN NS ns1.binary.kitchen.
|
users IN NS ns1.binary.kitchen.
|
||||||
users IN NS ns2.binary.kitchen.
|
users IN NS ns2.binary.kitchen.
|
||||||
; External
|
; External
|
||||||
IN A 213.166.246.4
|
@ IN A 213.166.246.4
|
||||||
www IN A 213.166.246.4
|
www IN A 213.166.246.4
|
||||||
; Aliases
|
; Aliases
|
||||||
3dprinter IN A 172.23.3.251
|
3dprinter IN A 172.23.3.251
|
||||||
|
Loading…
Reference in New Issue
Block a user