gandi: improve documentation
This commit is contained in:
parent
5ec8bfe141
commit
846ab59e68
2 changed files with 12 additions and 12 deletions
|
@ -197,10 +197,10 @@ ssl=yes # use ssl-support. Works with
|
||||||
## Gandi (gandi.net)
|
## Gandi (gandi.net)
|
||||||
##
|
##
|
||||||
## Single host update
|
## Single host update
|
||||||
# protocol=gandi, \
|
# protocol=gandi
|
||||||
# zone=example.com, \
|
# zone=example.com
|
||||||
# password=my-gandi-api-key, \
|
# password=my-gandi-api-key
|
||||||
# ttl=3h \
|
# ttl=10800 # optional
|
||||||
# myhost.example.com
|
# myhost.example.com
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
16
ddclient.in
16
ddclient.in
|
@ -7339,20 +7339,20 @@ Available configuration variables:
|
||||||
Required.
|
Required.
|
||||||
* zone: The DNS zone to be updated. Required.
|
* zone: The DNS zone to be updated. Required.
|
||||||
* ttl: The time-to-live value associated with the updated DNS record.
|
* ttl: The time-to-live value associated with the updated DNS record.
|
||||||
Optional; uses Gandi's default (3h) if unset.
|
Optional; uses Gandi's default (10800) if unset.
|
||||||
|
|
||||||
Example ${program}.conf file entries:
|
Example ${program}.conf file entries:
|
||||||
## Single host update.
|
## Single host update.
|
||||||
protocol=gandi, \\
|
protocol=gandi
|
||||||
zone=example.com, \\
|
zone=example.com
|
||||||
password=my-gandi-api-key, \\
|
password=my-gandi-api-key
|
||||||
host.example.com
|
host.example.com
|
||||||
|
|
||||||
## Multiple host update.
|
## Multiple host update.
|
||||||
protocol=gandi, \\
|
protocol=gandi
|
||||||
zone=example.com, \\
|
zone=example.com
|
||||||
password=my-gandi-api-key, \\
|
password=my-gandi-api-key
|
||||||
ttl=1h \\
|
ttl=3600 # optional
|
||||||
hosta.example.com,hostb.sub.example.com
|
hosta.example.com,hostb.sub.example.com
|
||||||
EoEXAMPLE
|
EoEXAMPLE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue