mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 08:26:38 +00:00
21 lines
436 B
Dns
21 lines
436 B
Dns
; SPDX-License-Identifier: LGPL-2.1-or-later
|
|
$TTL 86400
|
|
$ORIGIN unsigned.test.
|
|
|
|
@ IN SOA ns1.unsigned.test. root.unsigned.test. (
|
|
42 ; serial
|
|
3H ; refresh
|
|
15M ; retry
|
|
1W ; expire
|
|
1D ; minimum TTL
|
|
)
|
|
|
|
; NS info
|
|
@ NS ns1.unsigned.test.
|
|
ns1 A 10.0.0.1
|
|
|
|
@ MX 15 mail.unsigned.test.
|
|
|
|
A 10.0.0.101
|
|
mail A 10.0.0.111
|