1YADIFA(8) YADIFA YADIFA(8)
2
3
4
6 YADIFA is an utility for controlling YADIFAD
7
9 yadifa [--config|-c configfile] [-s host] [@host ] [-K key-name]
10 [--version|-V] [-h] [--verbose|-v] [-t] command [[-q] zone]
11
13 yadifa controls the operation of yadifad.
14
15 yadifa communicates with a name server over a TCP connection. The pro‐
16 tocol used between client - server is an extension of the DNS protocol.
17 The authentication is done by a mutual key between client and server.
18 This key has the same format as a TSIG. Authentication is not needed,
19 but provides more secure communication if used.
20
21 Several algorithms can be used for creating a TSIG:
22
23 * HMAC-MD5
24
25 * HMAC-SHA1
26
28 [--config|-c configfile]
29 Another config file will be used.
30
31 [--server|-s host] | [ @host ]
32 Host is the remote server to operate. If used with a different
33 port: e.g.: ./yadifa --server "192.0.2.1 port 5353"
34
35 [-k key-name]
36 Name of the key to be used for the controller.
37
38 [--verbose|-v]
39 verbose output.
40
41 [--version|-V]
42 Show version information.
43
44 [--help|-h]
45 Show a help text
46
48 [-t] freeze [-q] zone
49 disables updates to a zone.
50
51 [-t] unfreeze [-q] zone
52 enables updates to a zone.
53
54 [-t] reload [-q] zone
55 triggers the loading of the zone file(s) if the serial number
56 is incremented.
57
58 [-t] cfgreload
59 reload the settings from the configuration file.
60
61 [-t] zonecfgreload
62 [-q zone]
63 reload the zone information in the configuration file and
64 reload the zone file(s) with increased serial number. If a zone
65 is specified only that zone section is reloaded.
66
67 [-t] sync [-q] zone [--clean]
68 write the zone to disk and optionally removes the journal. The
69 extra [--clean] option will remove the journal.
70
71 [-t] querylog --enable|--disable
72 sets the log for queries on or off.
73
74 [-t] loglevel {--level|-l} level
75 sets the log level to the given value (0-15).
76
77 [-t] logreopen
78 close all log files and reopens them.
79
80 [-t] shutdown
81 shuts down the server.
82
84 yadifa
85 The name server remote client.
86
87 SYSCONFDIR/yadifa.conf
88 The default yadifa configuration file.
89
90 $HOME/.yadifa.rc
91 default rcfile.
92
93 yadifa.rc.5
94 Configuration man page for yadifa.
95
96 yadifa.8
97 This man page.
98
100 yadifa.rc(5) yadifad(8)
101
103 OpenSSL
104 yadifad requires OpenSSL version 0.9.8 or later.
105
107 Please check the ChangeLog file from the sources code.
108
110 Version: 2.3.9 of 2019-02-11.
111
113 There is a mailinglist for questions relating to any program in the
114 yadifa package:
115
116 * yadifa-users@mailinglists.yadifa.eu
117 for submitting questions/answers.
118
119 * http://www.yadifa.eu/mailing-list-users
120 for subscription requests.
121
122 If you would like to stay informed about new versions and official
123 patches send a subscription request to via:
124
125 * http://www.yadifa.eu/mailing-list-announcements
126
127 (this is a read-only list).
128
130 Copyright
131 (C)2011-2018, EURid
132 B-1831 Diegem, Belgium
133 info@yadifa.eu
134
136 Gery Van Emelen
137 Email: Gery.VanEmelen@EURid.eu
138 Eric Diaz Fernandez
139 Email: Eric.DiazFernandez@EURid.eu
140
141 WWW: http://www.EURid.eu
142
143YADIFA 2019-02-11 YADIFA(8)