Accepting request 139222 from home:computersalat:devel:network

rework config patch, add example for selfhost

OBS-URL: https://build.opensuse.org/request/show/139222
OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=21
This commit is contained in:
Marcus Meissner 2012-10-25 10:25:02 +00:00 committed by Git OBS Bridge
parent bee57ea19d
commit 9b9c7927b8
2 changed files with 25 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Index: sample-etc_ddclient.conf
# ssl-library # ssl-library
# postscript=script # run script after updating. The # postscript=script # run script after updating. The
# new IP is added as argument. # 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. ## get banned from their service.
#use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address #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=eth0 # via interfaces
+#use=if, if=ippp0 # when using ISDN +#use=if, if=ippp0 # when using ISDN
+#use=if, if=ppp0 # when using DSL +#use=if, if=ppp0 # when using DSL
+#use=if, if=tun0 # when using tunnel device
#use=web # via web #use=web # via web
# #
+###################################################################### +######################################################################
#protocol=dyndns2 # default protocol #protocol=dyndns2 # default protocol
#proxy=fasthttp.sympatico.ca:80 # default proxy #proxy=fasthttp.sympatico.ca:80 # default proxy
#server=members.dyndns.org # default server #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 Index: ddclient
=================================================================== ===================================================================
--- ddclient.orig --- ddclient.orig

View File

@ -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 Tue Sep 25 04:03:07 UTC 2012 - binli@opensuse.org