1mydnscheck(8) System Administrator's Manual mydnscheck(8)
2
3
4
6 mydnscheck - Check zone data for consistency and syntax.
7
9 mydnscheck [-c, --consistency] [-C, --consistency-only] [-D, --data‐
10 base=dbname] [-h, --host=hostname] [-p, --password[=password]] [-u,
11 --user=username] [-v, --verbose] [--help] [--version] [ZONE...]
12
13
14
16 mydnscheck scans the zones named on the command line for syntax. If no
17 zones are specified, all zones are scanned. If the -c (or -C) option
18 is specified, additional database consistency checks are performed.
19
20 The program writes all results to stdout in a format that both humans
21 and computers should be able to read. Each problem found is listed on
22 a separate line, with a TAB character in between each field.
23
24 The fields listed are:
25
26 MESSAGE .. SOA ID .. RR ID .. NAME .. TTL .. TYPE .. DATA
27
28 If stderr is a terminal, a progress meter is displayed if scanning all
29 zones.
30
31
33 -c, --consistency
34 Perform database consistency checks in addition to the usual
35 syntax checks
36
37
38 -C, --consistency-only
39 Skip the syntax checks and only perform the database consistency
40 checks.
41
42
43 -D, --database=dbname
44 Use the database called dbname.
45
46
47 -h, --host=hostname
48 Connect to database server at hostname.
49
50
51 -p, --pass=password
52 Supply password when connecting to the database server. If the
53 password argument is omitted, it will be prompted on the tty.
54
55
56 -u, --user=username
57 Use username when connecting to the database server.
58
59
60 -v, --verbose
61 Enable verbose output while running.
62
63
64 --help Display program help and exit.
65
66
67 --version
68 Output version number and exit.
69
70
71
73 Don Moore <bboy@bboy.net> Howard Wilkinson <howard@cohtech.com>
74
75
76
78 http://mydns.bboy.net
79
80
81
83 mydns(8), mydns.conf(5), mydnsexport(8), mydnsimport(8)
84
85
86
87
88
89mydns 1.2.8.32 Feb 2019 mydnscheck(8)