forked from Mirrors/freeswitch
d8c4d22d40
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10802 d0543943-73ff-0310-b7d9-9358b9ac24b2
14 lines
178 B
Dns
14 lines
178 B
Dns
$TTL 86400
|
|
@ IN SOA localhost. root.localhost (
|
|
1 ; serial
|
|
28800 ; refresh
|
|
7200 ; retry
|
|
604800 ; expire
|
|
86400 ; ttk
|
|
)
|
|
|
|
|
|
@ IN NS localhost.
|
|
|
|
1 IN PTR localhost.
|