Merge pull request #138 from rhansen/dyndns-za-net
Replace dydns.za.net with dyndns.za.net
This commit is contained in:
commit
01a746c773
2 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ Dynamic DNS services currently supported include:
|
||||||
Zoneedit - See http://www.zoneedit.com for details.
|
Zoneedit - See http://www.zoneedit.com for details.
|
||||||
EasyDNS - See http://www.easydns.com for details.
|
EasyDNS - See http://www.easydns.com for details.
|
||||||
NameCheap - See http://www.namecheap.com for details
|
NameCheap - See http://www.namecheap.com for details
|
||||||
ConCont - See http://www.dydns.za.net for details
|
ConCont - See http://www.dyndns.za.net for details
|
||||||
DslReports - See http://www.dslreports.com for details
|
DslReports - See http://www.dslreports.com for details
|
||||||
Sitelutions - See http://www.sitelutions.com for details
|
Sitelutions - See http://www.sitelutions.com for details
|
||||||
Loopia - See http://www.loopia.se for details
|
Loopia - See http://www.loopia.se for details
|
||||||
|
|
10
ddclient
10
ddclient
|
@ -2952,11 +2952,11 @@ o 'concont'
|
||||||
|
|
||||||
The 'concont' protocol is the protocol used by the content management
|
The 'concont' protocol is the protocol used by the content management
|
||||||
system ConCont's dydns module. This is currently used by the free
|
system ConCont's dydns module. This is currently used by the free
|
||||||
dynamic DNS service offered by Tyrmida at www.dydns.za.net
|
dynamic DNS service offered by Tyrmida at www.dyndns.za.net
|
||||||
|
|
||||||
Configuration variables applicable to the 'concont' protocol are:
|
Configuration variables applicable to the 'concont' protocol are:
|
||||||
protocol=concont ##
|
protocol=concont ##
|
||||||
server=www.fqdn.of.service ## for example www.dydns.za.net (for most add a www)
|
server=www.fqdn.of.service ## for example www.dyndns.za.net (for most add a www)
|
||||||
login=service-login ## login registered with the service
|
login=service-login ## login registered with the service
|
||||||
password=service-password ## password registered with the service
|
password=service-password ## password registered with the service
|
||||||
mx=mail.server.fqdn ## fqdn of the server handling domain\'s mail (leave out for none)
|
mx=mail.server.fqdn ## fqdn of the server handling domain\'s mail (leave out for none)
|
||||||
|
@ -2966,8 +2966,8 @@ Configuration variables applicable to the 'concont' protocol are:
|
||||||
Example ${program}.conf file entries:
|
Example ${program}.conf file entries:
|
||||||
## single host update
|
## single host update
|
||||||
protocol=concont, \\
|
protocol=concont, \\
|
||||||
login=dydns.za.net, \\
|
login=dyndns.za.net, \\
|
||||||
password=my-dydns.za.net-password, \\
|
password=my-dyndns.za.net-password, \\
|
||||||
mx=mailserver.fqdn, \\
|
mx=mailserver.fqdn, \\
|
||||||
wildcard=yes \\
|
wildcard=yes \\
|
||||||
myhost.hn.org
|
myhost.hn.org
|
||||||
|
@ -4025,7 +4025,7 @@ Configuration variables applicable to the 'dtdns' protocol are:
|
||||||
Example ${program}.conf file entries:
|
Example ${program}.conf file entries:
|
||||||
## single host update
|
## single host update
|
||||||
protocol=dtdns, \\
|
protocol=dtdns, \\
|
||||||
password=my-dydns.za.net-password, \\
|
password=my-dyndns.za.net-password, \\
|
||||||
client=ddclient \\
|
client=ddclient \\
|
||||||
myhost.dtdns.net
|
myhost.dtdns.net
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue