1DDUPDATE.CONF(5) File Formats Manual DDUPDATE.CONF(5)
2
3
4
6 ddupdate.conf - ddupdate configuration file.
7
8
10 The ddupdate.conf file holds default values for all ddupdate(8) op‐
11 tions. Since ddupdate normally is invoked without command line parame‐
12 ters, this file then represents the used option values.
13
14
16 The file is formatted according to the rules use by the python3 config‐
17 parser module. Basically, this is a leading [update] line followed by
18 by key = value lines. The key represents the command line option, and
19 value the value of said option.
20
21 The actual options available are documented in ddupdate(8).
22
23
25 File has experimental support for updating multiple services. This is
26 done using multiple [hostname] sections. The hostname is an arbitrary
27 string without whitespace. Each section has the same syntax as the BA‐
28 SIC FILE FORMAT [update] section.
29
30
32 ddupdate(8)
33
34 https://github.com/leamas/ddupdate
35 Project homesite and README
36
37 https://docs.python.org/3/library/configparser.html
38 More info on file format.
39
40
41
42
43ddupdate.comf Last change: Apr 2022 DDUPDATE.CONF(5)