1YADIFA-RC(5)                        YADIFA                        YADIFA-RC(5)
2
3
4

NAME

6       yadifa.rc is the configuration file for yadifa(8).
7

SYNOPSIS

9       ${HOME}/.yadifa.rc
10

DESCRIPTION

12       The configuration of yadifa has several containers:
13
14       <yadifa-ctrl>
15               Controller module settings
16
17       <key>
18               TSIG keys
19
20       The configuration supports included files.
21       example: include /home/yadifa/yadifa-keys.conf
22
23       The configuration files can be nested.
24
25       The configuration consists of:
26
27       *      Container,  which  starts  with  <container  name> and ends with
28              </container name>
29
30       *      Variable name
31
32       *      1 or 2 arguments
33
34       *      Arguments can contain 1 or more comma separated values.
35
36       eg.
37
38       <container>
39           # variable  argument
40           variable    value1
41
42           # variable  argument1       argument2
43           variable    value1          value2
44
45           # variable  argument1
46           variable    value1,value2
47       </container>
48
49

EXAMPLES

51       Examples of containers defined for a configuration file.
52
53       *      Controller
54
55       <yadifa-ctrl>
56           server        "192.0.2.1 port 53"
57           tsig-key-name controller
58       </yadifa-ctrl>
59
60
61       *      KEY, controller key definition (the name is arbitrary)
62
63       <key>
64           name        controller
65           algorithm   hmac-md5
66           secret      WorthlessKeyForExample==
67       </key>
68
69

FILES

71       yadifa
72               The name server remote client.
73
74       ${SYSCONFDIR}/yadifa.conf
75               default conf file.
76
77       ${HOME}/.yadifa.rc
78               default rcfile.
79
80       yadifa.rc.5
81               This man page.
82
83       yadifa.8
84               Man page for yadifa.
85

SEE ALSO

87       yadifa.conf(5) yadifa(8)
88

NOTES

90       Since unquoted leading whitespace is generally  ignored  in  the  .yad‐
91       ifa.rc you can indent everything to taste.
92

CHANGES

94       Please check the file README from the sources.
95

VERSION

97       Version: 2.5.3 of 2021-10-25
98

MAILING LISTS

100       There exists a mailinglist for questions relating to any program in the
101       yadifa package:
102
103       *      yadifa-users@mailinglists.yadifa.eu
104              for submitting questions/answers.
105
106       *      http://www.yadifa.eu/mailing-list-users
107              for subscription requests.
108
109       If you would like to stay informed  about  new  versions  and  official
110       patches send a subscription request to via:
111
112       *      http://www.yadifa.eu/mailing-list-announcements
113
114       (this is a readonly list).
115
117       Copyright
118              (C)2011-2021, EURid
119              B-1831 Diegem, Belgium
120              info@yadifa.eu
121

AUTHORS

123       Gery Van Emelen
124       Email: Gery.VanEmelen@EURid.eu
125       Eric Diaz Fernandez
126       Email: Eric.DiazFernandez@EURid.eu
127
128       WWW: http://www.EURid.eu
129
130YADIFA                            2021-10-25                      YADIFA-RC(5)
Impressum