Ddwrt-ddns-namecheap: Difference between revisions

From DrewWiki
Jump to navigation Jump to search
(Created page with "== NameCheap.com Dynamic DNS == DD-WRT DDNS Configuration Page <pre>DDNS Service: Custom DYNDNS Server: dynamicdns.park-your-domain.com Username: (Any jibberish can go here.)...")
 
(syntax for Ddwrt-ddns-namecheap)
 
Line 2: Line 2:
DD-WRT DDNS Configuration Page
DD-WRT DDNS Configuration Page


<pre>DDNS Service: Custom
<syntaxhighlight lang=bash>
DDNS Service: Custom
DYNDNS Server: dynamicdns.park-your-domain.com
DYNDNS Server: dynamicdns.park-your-domain.com
Username: (Any jibberish can go here.)
Username: (Any jibberish can go here.)
Line 8: Line 9:
Host Name: [Your subdomain ('www' for the standard, or '@' for no subdomain)]
Host Name: [Your subdomain ('www' for the standard, or '@' for no subdomain)]
URL: /update?domain=[your domain]&password=[your password]&host=
URL: /update?domain=[your domain]&password=[your password]&host=
Password 12345678901234567890123456789012</pre>
Password 12345678901234567890123456789012
</syntaxhighlight>


== Manually via curl ==
== Manually via curl ==
<pre>curl -s http://dynamicdns.park-your-domain.com/update?domain=readytoinvade.com&password=12345678901234567890123456789012&host=drewpi</pre>
<syntaxhighlight lang=bash>
curl -s http://dynamicdns.park-your-domain.com/update?domain=readytoinvade.com&password=12345678901234567890123456789012&host=drewpi
</syntaxhighlight>


External IP check for  domain: readytoinvade.com host: drewpi
External IP check for  domain: readytoinvade.com host: drewpi


* '''Note''' watch for trailing space on password!
* '''Note''' watch for trailing space on password!

Latest revision as of 00:39, 25 January 2018

NameCheap.com Dynamic DNS

DD-WRT DDNS Configuration Page

DDNS Service:	Custom
DYNDNS Server:	dynamicdns.park-your-domain.com
Username:	(Any jibberish can go here.)
Password:	[Your NameCheap-defined Dynamic DNS password]
Host Name:	[Your subdomain ('www' for the standard, or '@' for no subdomain)]
URL:		/update?domain=[your domain]&password=[your password]&host=
Password	12345678901234567890123456789012

Manually via curl

curl -s http://dynamicdns.park-your-domain.com/update?domain=readytoinvade.com&password=12345678901234567890123456789012&host=drewpi

External IP check for domain: readytoinvade.com host: drewpi

  • Note watch for trailing space on password!