Fix SOA Record syntax
This commit is contained in:
parent
78d4e50d5c
commit
89d2894206
@ -1,11 +1,11 @@
|
||||
$TTL 604800
|
||||
@ IN SOA finallycoffee.eu. admin.finallycoffee.eu. {
|
||||
@ IN SOA finallycoffee.eu. admin.finallycoffee.eu. (
|
||||
1 ; Serial number, increase by one
|
||||
604800 ; Refresh interval
|
||||
86400 ; Retry interval
|
||||
2419200 ; Expire Interval
|
||||
604800 ; Negative Cache TTL
|
||||
};
|
||||
)
|
||||
|
||||
; Hosts
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
$TTL 604800
|
||||
@ IN SOA karlsruhe.flauschekatze.space. admin.karlsruhe.flauschekatze.space. {
|
||||
@ IN SOA karlsruhe.flauschekatze.space. admin.karlsruhe.flauschekatze.space. (
|
||||
1 ; Serial number, increase by one
|
||||
604800 ; Refresh interval
|
||||
86400 ; Retry interval
|
||||
2419200 ; Expire Interval
|
||||
604800 ; Negative Cache TTL
|
||||
};
|
||||
)
|
||||
|
||||
; Name servers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user