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>
15               General container
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       *      YADIFA, General
54
55              1.     Config with Key
56
57                     # start .yadifa.rc
58                     <yadifa>
59                         server        "192.0.2.1 port 53"
60                         tsig-key-name Admin-key
61                     </yadifa>
62
63                     # end .yadifa.rc
64
65
66       *      KEY, TSIG-key configuration
67
68              1.     Admin-key key definition (the name is arbitrary)
69                     <key>
70                         name        Admin-key
71                         algorithm   hmac-md5
72                         secret      WorthlessKeyForExample==
73                     </key>
74
75

FILES

77       yadifa
78               The name server remote client.
79
80       $HOME/.yadifa.rc
81               default rcfile.
82
83       yadifa.rc.5
84               This man page.
85
86       yadifa.8
87               Man page for yadifa.
88

SEE ALSO

90       yadifa(8)
91

NOTES

93       Since unquoted leading whitespace is generally  ignored  in  the  .yad‐
94       ifa.rc you can indent everything to taste.
95

CHANGES

97       Please check the file README from the sources.
98

VERSION

100       Version: 2.3.11 of 2020-10-07.
101

MAILING LISTS

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

AUTHORS

126       Gery Van Emelen
127       Email: Gery.VanEmelen@EURid.eu
128       Eric Diaz Fernandez
129       Email: Eric.DiazFernandez@EURid.eu
130
131       WWW: http://www.EURid.eu
132
133YADIFA                            2020-10-07                      YADIFA-RC(5)
Impressum