File: example.zone

package info (click to toggle)
dkim-rotate 1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 832; sh: 324; makefile: 55
file content (21 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$TTL 3600
@ 86400 SOA soa-origin.ns.example.com. hostmaster.example.com. (
			1;!SERIAL
			600		;refresh
			1200		;retry
			7200		;expire
			300		;minimum (ncache)
	)

@		86400	NS	prim.ns.example.com.
@		86400	NS	sec0.ns.example.com.
@		86400	NS	sec1.ns.example.com.

; You may want to uncomment this:
; ! mta_group -

; Local Variables:
; dns-mode-soa-auto-increment-serial: nil
; End:
; ^ this doesn't work well at the time of writing (Emacs 26)
;   because this variable isn't marked safe for specifying in files.