logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ddupdate.conf - ddupdate configuration file.

Basic File Format

The file is formatted according to the rules use by the python3 configparser module. Basically, this is a leading [update] line followed by by key=value lines. The key represents the command line option, and value the value of said option. The actual options available are documented in ddupdate(8).

Extended Format For Multiple Hosts

File has experimental support for updating multiple services. This is done using multiple [hostname] sections. The hostname is an arbitrary string without whitespace. Each section has the same syntax as the BASIC FILE FORMAT [update] section.

Name

ddupdate.conf - ddupdate configuration file.

See Also

ddupdate(8)https://github.com/leamas/ddupdate Project homesite and README https://docs.python.org/3/library/configparser.html More info on file format. ddupdate.comf Last change: Apr 2022 DDUPDATE.CONF(5)

Synopsis

The ddupdate.conf file holds default values for all ddupdate(8) options. Since ddupdate normally is invoked without command line parameters, this file then represents the used option values.

See Also