0646cda632
- Update to 3.10.0: * Added support for domaindiscount24.com * Added support for njal.la * Added support for Cloudflare API tokens * Added support for OVH DynHost. * Added support for ClouDNS. * Added support for dinahosting. * Added support for Gandi LiveDNS. * The freedns protocol (for https://freedns.afraid.org) now supports IPv6 addresses. * New ssl_ca_dir and ssl_ca_file options to specify the location of CA certificates. * New built-in IP discovery service shorthands: + googledomains from https://domains.google + he from https://he.net ip+4only.me, ip6only.me from http://whatismyv6.com + ipify-ipv4 and ipify-ipv6 from https://www.ipify.org + myonlineportal from https://myonlineportal.net + noip-ipv4 and noip-ipv6 from https://www.noip.com + nsupdate.info-ipv4 and nsupdate.info-ipv6 from + https://www.nsupdate.info + zoneedit from https://www.zoneedit.com * Added option -curl to access network with system Curl command instead of the Perl built-in IO::Socket classes. * Added option -{no}web-ssl-validate and -{no}fw-ssl-validateto provide option to disable SSL certificate validation. Note that these only apply for network access when obtaining an IP address with use=web or use=fw (any firewall). Network access to Dynamic DNS servers to set or retrieve IP address will always require certificate validation. * The fw-banlocal option is deprecated and no longer does anything. OBS-URL: https://build.opensuse.org/request/show/1045495 OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=64
45 lines
1.6 KiB
Diff
45 lines
1.6 KiB
Diff
--- ddclient-3.10.0/ddclient.conf.in.bak 2022-12-27 12:41:54.160794070 +0100
|
|
+++ ddclient-3.10.0/ddclient.conf.in 2022-12-27 12:43:39.501317859 +0100
|
|
@@ -18,10 +18,10 @@
|
|
######################################################################
|
|
daemon=300 # check every 300 seconds
|
|
syslog=yes # log update msgs to syslog
|
|
-mail=root # mail all msgs to root
|
|
+#mail=root # mail all msgs to root
|
|
mail-failure=root # mail failed update msgs to root
|
|
-pid=@runstatedir@/ddclient.pid # record PID in file.
|
|
-ssl=yes # use ssl-support. Works with
|
|
+pid=/run/ddclient/ddclient.pid # record PID in file.
|
|
+ssl=no # use ssl-support. Works with
|
|
# ssl-library
|
|
# postscript=script # run script after updating. The
|
|
# new IP is added as argument.
|
|
@@ -56,6 +56,9 @@
|
|
#
|
|
#use=ip, ip=127.0.0.1 # via static IP's
|
|
#use=if, if=eth0 # via interfaces
|
|
+#use=if, if=ippp0 # when using ISDN
|
|
+#use=if, if=ppp0 # when using DSL
|
|
+#use=if, if=tun0 # when using tunnel device
|
|
#use=web # via web
|
|
#
|
|
#protocol=dyndns2 # default protocol
|
|
@@ -69,6 +72,17 @@
|
|
#backupmx=yes|no # host is primary MX?
|
|
#wildcard=yes|no # add wildcard CNAME?
|
|
|
|
+## selfhost dynamic addresses
|
|
+## http://cms.selfhost.de/cgi-bin/selfhost?p=faq&show=113
|
|
+##
|
|
+# server=carol.selfhost.de, \
|
|
+# protocol=dyndns2, \
|
|
+# login=your-selfhost-login, \
|
|
+# password=your-selfhost-password \
|
|
+# your.selfhost.bz
|
|
+
|
|
+##
|
|
+
|
|
##
|
|
## dyndns.org dynamic addresses
|
|
##
|