diff --git a/ddclient-3.8.1-config.patch b/ddclient-3.8.1-config.patch index 2e09ff9..ee45b5b 100644 --- a/ddclient-3.8.1-config.patch +++ b/ddclient-3.8.1-config.patch @@ -21,7 +21,7 @@ Index: sample-etc_ddclient.conf # ssl-library # postscript=script # run script after updating. The # new IP is added as argument. -@@ -56,10 +60,17 @@ ssl=yes # use ssl-support. Works wi +@@ -56,10 +60,18 @@ ssl=yes # use ssl-support. Works wi ## get banned from their service. #use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address # @@ -33,12 +33,30 @@ Index: sample-etc_ddclient.conf #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 #proxy=fasthttp.sympatico.ca:80 # default proxy #server=members.dyndns.org # default server +@@ -72,6 +84,16 @@ ssl=yes # use ssl-support. Works wi + #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 + ## + ## (supports variables: wildcard,mx,backupmx) Index: ddclient =================================================================== --- ddclient.orig diff --git a/ddclient.changes b/ddclient.changes index 538c259..778f822 100644 --- a/ddclient.changes +++ b/ddclient.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 24 21:30:01 UTC 2012 - chris@computersalat.de + +- rework config patch + * ddclient.conf: add example for selfhost (http://selfhost.de) + ------------------------------------------------------------------- Tue Sep 25 04:03:07 UTC 2012 - binli@opensuse.org