mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
15 lines
363 B
Dns
15 lines
363 B
Dns
$TTL 86400
|
|
@ IN SOA etcdns.local. root.etcdns.local. (
|
|
100500 ; Serial
|
|
604800 ; Refresh
|
|
86400 ; Retry
|
|
2419200 ; Expire
|
|
86400 ) ; Negative Cache TTL
|
|
IN NS ns.etcdns.local.
|
|
IN A 127.0.0.1
|
|
|
|
ns IN A 127.0.0.1
|
|
m1 IN A 127.0.0.1
|
|
m2 IN A 127.0.0.1
|
|
m3 IN A 127.0.0.1
|