Accepting request 139255 from network

rework config patch, add example for selfhost (forwarded request 139222 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/139255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2012-10-26 15:00:18 +00:00 committed by Git OBS Bridge
commit a883f95516
2 changed files with 25 additions and 1 deletions

View File

@ -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

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