1YADIFAD(8) YADIFA YADIFAD(8)
2
3
4
6 YADIFAD - an authoritative Internet domain name server.
7
9 yadifad [--config|-c configfile] [--daemon|-d] [-u uid] [-g gid] [-V]
10 [-h]
11
13 yadifad is a Domain Name System (DNS) server, part of the YADIFA dis‐
14 tribution from EURid vzw/asbl. The latest version of YADIFA can be
15 found on:
16 http://www.yadifa.eu/download
17
18
19 yadifad reads the zone files from yadifad.conf, and starts up an au‐
20 thoritative name server. It listens to UDP and TCP DNS queries and re‐
21 turns answers from its own database.
22
23 yadifad knows the main DNS protocols:
24
25 * AXFR
26
27 * IXFR
28
29 * DNSSEC
30
31 * DNS Update
32
33 * NOTIFY
34
35 yadifad works only with 1 CLASS:
36
37 Class Value Defini‐
38 tion
39
40 IN 1 Internet
41 class
42
43 yadifad supports following TYPES:
44
45 Type Value Defining RFC
46
47 A 1 1035
48 AAAA 28 3596
49 CNAME 5 1035
50 DNSKEY 48 4034
51 DS 43 4034
52 HINFO 12 1035
53 MX 15 1035
54 NAPTR 35 3403
55 NS 2 1035
56 NSEC 47 4034
57 NSEC3 50 5155
58 NSEC3PARAM 51 5155
59 PTR 12 1035
60 RRSIG 46 4034
61 SOA 6 1035
62 SRV 33 2782
63 SSHFP 44 4255
64 TXT 16 1035
65
66 Other tyes and pseudo resource records:
67
68 Type Value Defining RFC
69
70 * 255 1035
71 AXFR 252 1035
72 IXFR 251 1035
73 OPT 41 6891
74
76 [--config|-c configfile]
77 Another config file will be used.
78
79 [--daemon|-d]
80 Starts the name server in daemon mode (default)
81
82 [--uid|-u uid]
83 Starts the name server with the given uid.
84
85 [--gid|-g gid]
86 Starts the name server with the given gid.
87
88 [-V]
89 Shows version information.
90
91 [--help|-h]
92 Shows a help text
93
95 SIGHUP reloads the zone and key sections in the configuration file and
96 reloads the zone file(s) with incremented serial number, and
97 close all log files and reopens them.
98
99 SIGINT shutdowns the server
100
101 SIGTERM
102 (see SIGINT)
103
105 The yadifad.conf itself is mandatory, but can be empty. No options is
106 needed for using yadifad DNS name server.
107
108 The yadifad configuration options can be found in yadifad.conf.5 man
109 page. A complete description is provided in the YADIFA 2.5.3 Reference
110 Manual (YM24).
111
113 yadifad.conf
114 The YADIFA configuration file.
115
116 yadifad
117 The name server binary.
118
119 yadifad.8
120 This man page.
121
122 yadifad.conf.5
123 Configuration man page for YADIFA.
124
126 yadifad.conf(5)
127
129 OpenSSL
130 yadifad requires OpenSSL version 1.1.1 or later.
131
133 Please check the README file from the source code.
134
136 Version: 2.5.3 of 2021-10-25.
137
139 There is a mailinglist for questions relating to any program in the
140 yadifa package:
141
142 * yadifa-users@mailinglists.yadifa.eu
143 for submitting questions/answers.
144
145 * http://www.yadifa.eu/mailing-list-users
146 for subscription requests.
147
148 If you would like to stay informed about new versions and official
149 patches send a subscription request to via:
150
151 * http://www.yadifa.eu/mailing-list-announcements
152
153 (this is a read-only list).
154
156 Copyright
157 (C)2011-2021, EURid vzw/asbl
158 B-1831 Diegem, Belgium
159 info@yadifa.eu
160
162 Gery Van Emelen
163 Email: Gery.VanEmelen@EURid.eu
164 Eric Diaz Fernandez
165 Email: Eric.DiazFernandez@EURid.eu
166
167 WWW: http://www.EURid.eu
168
169YADIFA 2021-10-25 YADIFAD(8)