mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
8 lines
344 B
Dns
8 lines
344 B
Dns
example. 3600 IN SOA ns1.example. aaa.bbb.example. 1 3600 300 3600000 3600
|
|
example. 3600 IN NS ns1.example.
|
|
example. 3600 IN NS ns2.example.
|
|
ns1.example. 3600 IN A 192.0.2.1
|
|
ns2.example. 3600 IN AAAA ::1
|
|
example. 3600 IN MX 1 xx.example.
|
|
*.c.example. 3600 IN CNAME ttt-example.
|
|
dsync.example. 3600 IN DSYNC CDS NOTIFY 5360 CdS-scaNNer.exAmPLe.
|