DDNS_CONFIG
Description
Get or Set DDNS (Dynmic Domain Name Server) configurations.
If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and Router's DDNS configurations will be returned.
Input Argument
n : if n = 1 (DDNS is disabled)
or
n,a,b,c,d : if n = 2 (DDNS is enabled)
where
n : DDNS_TYPE, 1: Disable, 2: Enable
a : DDNS_HOSTNAME, character string for host name of DDNS (< 128 bytes)
b : DDNS_SERVICE, name of DDNS service server, dyndns, qdns, ezip, pgpow, dhs, ods, tzo, easydns, justlinux, dyns, hn, zoneedit
c : DDNS_USERNAME, User Name to logon DDNS service server (< 32 bytes)
d : DDNS_PASSWORD, User Password to logon DDNS service server (< 32 bytes)
Attribute
Return of Message
DDNS_CONFIG='1,,dyndns,,'
OK: DDNS_CONFIG='1'
or
OK: DDNS_CONFIG='2,camera1.com,dyndns,root,123'
or
ERROR: DNS_CONFIG='1,,dyndns,,'
Applicability
Status
This URL is the new command for replacing the URL DDNS_TYPE, DDNS_HOSTNAME, DDNS_SERVICE, DDNS_USERNAME and DDNS_PASSWORD
See Also
DDNS, DDNS_TYPE, DDNS_HOSTNAME, DDNS_SERVICE, DDNS_USERNAME, DDNS_PASSWORD, V2_DDNS_CONFIG, WAN_STATUS, V2_WAN_STATUS
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_CONFIG
or
http://ip:port/cgi-bin/cmd/system?DDNS_CONFIG
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_CONFIG=1 http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_CONFIG=2,camera1.com,dyndns,root,123
or
http://ip:port/cgi-bin/cmd/system?DDNS_CONFIG=1,,dyndns,,
http://ip:port/cgi-bin/cmd/system?DDNS_CONFIG=2,camera1.com,dyndns,root,123
Back to