Try to clarify that use should always be first in the config
This commit is contained in:
parent
ea46ea3c26
commit
c29919bb0f
1 changed files with 6 additions and 7 deletions
|
@ -130,8 +130,8 @@ ssl=yes # use ssl-support. Works with
|
||||||
## OrgDNS.org account-configuration
|
## OrgDNS.org account-configuration
|
||||||
##
|
##
|
||||||
# use=web, web=members.orgdns.org/nic/ip
|
# use=web, web=members.orgdns.org/nic/ip
|
||||||
|
# protocol=dyndns2
|
||||||
# server=www.orgdns.org \
|
# server=www.orgdns.org \
|
||||||
# protocol=dyndns2 \
|
|
||||||
# login=yourLoginName \
|
# login=yourLoginName \
|
||||||
# password=yourPassword \
|
# password=yourPassword \
|
||||||
# yourSubdomain.orgdns.org
|
# yourSubdomain.orgdns.org
|
||||||
|
@ -158,8 +158,7 @@ ssl=yes # use ssl-support. Works with
|
||||||
##
|
##
|
||||||
## Loopia (loopia.se)
|
## Loopia (loopia.se)
|
||||||
##
|
##
|
||||||
# use=web
|
# use=web, web=loopia
|
||||||
# web=loopia
|
|
||||||
# protocol=dyndns2
|
# protocol=dyndns2
|
||||||
# server=dns.loopia.se
|
# server=dns.loopia.se
|
||||||
# script=/XDynDNSServer/XDynDNS.php
|
# script=/XDynDNSServer/XDynDNS.php
|
||||||
|
@ -233,12 +232,12 @@ ssl=yes # use ssl-support. Works with
|
||||||
##
|
##
|
||||||
## MyOnlinePortal (http://myonlineportal.net)
|
## MyOnlinePortal (http://myonlineportal.net)
|
||||||
##
|
##
|
||||||
# protocol=dyndns2
|
|
||||||
# ssl=yes
|
|
||||||
# # ipv6=yes # optional
|
# # ipv6=yes # optional
|
||||||
# use=web, web=myonlineportal.net/checkip
|
# use=web, web=myonlineportal.net/checkip
|
||||||
# # use=if, if=eth0 # alternative to use=web
|
# # use=if, if=eth0 # alternative to use=web
|
||||||
# # if-skip=Scope:Link # alternative to use=web
|
# # if-skip=Scope:Link # alternative to use=web
|
||||||
|
# protocol=dyndns2
|
||||||
|
# ssl=yes
|
||||||
# login=your-myonlineportal-username
|
# login=your-myonlineportal-username
|
||||||
# password=your-myonlineportal-password
|
# password=your-myonlineportal-password
|
||||||
# domain.myonlineportal.net
|
# domain.myonlineportal.net
|
||||||
|
@ -246,8 +245,8 @@ ssl=yes # use ssl-support. Works with
|
||||||
##
|
##
|
||||||
## nsupdate.info IPV4(https://www.nsupdate.info)
|
## nsupdate.info IPV4(https://www.nsupdate.info)
|
||||||
##
|
##
|
||||||
#protocol=dyndns2
|
|
||||||
#use=web, web=http://ipv4.nsupdate.info/myip
|
#use=web, web=http://ipv4.nsupdate.info/myip
|
||||||
|
#protocol=dyndns2
|
||||||
#server=ipv4.nsupdate.info
|
#server=ipv4.nsupdate.info
|
||||||
#login=domain.nsupdate.info
|
#login=domain.nsupdate.info
|
||||||
#password='123'
|
#password='123'
|
||||||
|
@ -257,8 +256,8 @@ ssl=yes # use ssl-support. Works with
|
||||||
## nsupdate.info IPV6 (https://www.nsupdate.info)
|
## nsupdate.info IPV6 (https://www.nsupdate.info)
|
||||||
## ddclient releases <= 3.8.1 do not support IPv6
|
## ddclient releases <= 3.8.1 do not support IPv6
|
||||||
##
|
##
|
||||||
#protocol=dyndns2
|
|
||||||
#usev6=if, if=eth0
|
#usev6=if, if=eth0
|
||||||
|
#protocol=dyndns2
|
||||||
#server=ipv6.nsupdate.info
|
#server=ipv6.nsupdate.info
|
||||||
#login=domain.nsupdate.info
|
#login=domain.nsupdate.info
|
||||||
#password='123'
|
#password='123'
|
||||||
|
|
Loading…
Reference in a new issue