Custom DDNS for multiple subdomains
Hi, I have some suggestions regarding the Dynamic DNS services option.
I need to enable custom DDNS on multiple WAN ports, each one on a sub-domain of a unique domain.
---------------------
In Namecheap it should be set as:
dynamicdns[...]date?host=[host]&domain=[domain_name]&password=[ddns_password]&ip=[your_ip]
Host = @ (To dynamically update the IP address for a subdomain (test.yourdomain.tld), use test for Host (host=test)).
Domain Name = yourdomain.tld
Dynamic DNS Password = Domain List >> click Manage next to the domain >>Advanced DNS tab >> Dynamic DNS. If it is not enabled, enable it to check the password.
IP Address = optional value. If you don't specify any IP, the IP from which you are accessing this URL will be set for the domain.
----------------------
Because Namecheap URL does not require a [Username], I used it as the [Host], so it ended up like this:
dynamicd[...]pdate?host=[USERNAME]&domain=[DOMAIN]&password=[PASSWORD]&ip=
However I cannot create a DDNS for a different Wan port because the [DOMAIN] can`t be repeated.
I can see many ways it can be fixed, eliminating that rule entirely, making [DOMAIN] optional so it can be hard coded in the URL, creating another field or checkbox for it,etc.
*Having the possibility to create multiple URL strings for different services would be a bonus.
Thanks in advance.