From abb6674d603d9a175093a80d651e4489d8713376 Mon Sep 17 00:00:00 2001 From: Ethan Setnik Date: Thu, 8 Sep 2016 01:08:34 -0400 Subject: [PATCH 1/2] update sample config with functional cloudflare settings --- sample-etc_ddclient.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/sample-etc_ddclient.conf b/sample-etc_ddclient.conf index 8ef3fbe..77dd7b5 100644 --- a/sample-etc_ddclient.conf +++ b/sample-etc_ddclient.conf @@ -200,7 +200,6 @@ ssl=yes # use ssl-support. Works with ## #protocol=cloudflare, \ #zone=domain.tld, \ -#server=www.cloudflare.com, \ #login=your-login-email, \ #password=APIKey, \ #ttl=1 \ From a785948800ccbfbb184ea77f124ec167030ff050 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 14 Nov 2016 18:36:19 +0000 Subject: [PATCH 2/2] sample-etc_rc.d_init.d_ddclient.alpine: openrc uses openrc-run now, runscript is obsolete --- sample-etc_rc.d_init.d_ddclient.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-etc_rc.d_init.d_ddclient.alpine b/sample-etc_rc.d_init.d_ddclient.alpine index 9160823..bdfffdb 100755 --- a/sample-etc_rc.d_init.d_ddclient.alpine +++ b/sample-etc_rc.d_init.d_ddclient.alpine @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run description="ddclient Daemon for Alpine" command="/usr/sbin/ddclient" config_file="/etc/ddclient/ddclient.conf"