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
20 authoritative name server. It listens to UDP and TCP DNS queries and
21 returns 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 Definition
38 IN 1 (Internet class)
39
40 yadifad supports following TYPES:
41
42 Type Value Defining RFC
43
44 A 1 1035
45 AAAA 28 3596
46 CNAME 5 1035
47 DNSKEY 48 4034
48 DS 43 4034
49 HINFO 12 1035
50 MX 15 1035
51 NAPTR 35 3403
52 NS 2 1035
53 NSEC 47 4034
54 NSEC3 50 5155
55 NSEC3PARAM 51 5155
56 PTR 12 1035
57 RRSIG 46 4034
58 SOA 6 1035
59 SRV 33 2782
60 SSHFP 44 4255
61 TLSA 52 6698
62 TXT 16 1035
63
64 Other tyes and pseudo resource records:
65
66 * 255 1035
67 AXFR 252 1035
68 IXFR 251 1035
69 OPT 41 6891
70
71
73 [--config|-c configfile]
74 Another config file will be used.
75
76 [--daemon|-d]
77 Starts the name server in daemon mode.
78
79 [--uid|-u uid]
80 Starts the name server with the given uid.
81
82 [--gid|-g gid]
83 Starts the name server with the given gid.
84
85 [-V]
86 Shows version information.
87
88 [--help|-h]
89 Shows a help text
90
92 SIGHUP reloads the zone and key sections in the configuration file and
93 reloads the zone file(s) with incremented serial number, and
94 close all log files and reopens them.
95
96 SIGINT shuts down the server
97
98 SIGTERM
99 (see SIGINT)
100
102 The yadifad.conf itself is mandatory, but can be empty. No options are
103 needed for using yadifad DNS name server.
104
105 The yadifad configuration options can be found in yadifad.conf.5 man
106 page. A complete description is provided in the YADIFA 2.3.9 Reference
107 Manual (YRM238).
108
110 yadifad.conf
111 The YADIFA configuration file.
112
113 yadifad
114 The name server binary.
115
116 yadifad.8
117 This man page.
118
119 yadifad.conf.5
120 Configuration man page for YADIFA.
121
123 yadifad.conf(5)
124
126 OpenSSL
127 yadifad requires OpenSSL version 0.9.8 or later.
128
130 Please check the ChangeLog file from the source code.
131
133 Version: 2.3.9 of 2019-02-11.
134
136 There is a mailinglist for questions relating to any program in the
137 yadifa package:
138
139 * yadifa-users@mailinglists.yadifa.eu
140 for submitting questions/answers.
141
142 * http://www.yadifa.eu/mailing-list-users
143 for subscription requests.
144
145 If you would like to stay informed about new versions and official
146 patches send a subscription request to via:
147
148 * http://www.yadifa.eu/mailing-list-announcements
149
150 (this is a read-only list).
151
153 Copyright
154 (C) 2011-2018, EURid vzw/asbl
155 B-1831 Diegem, Belgium
156 info@yadifa.eu
157
159 Gery Van Emelen
160 Email: Gery.VanEmelen@EURid.eu
161 Eric Diaz Fernandez
162 Email: Eric.DiazFernandez@EURid.eu
163
164 WWW: http://www.EURid.eu
165
166YADIFA 2019-02-11 YADIFAD(8)