OpenWRT DDNS: Difference between revisions

mNo edit summary
Line 403: Line 403:
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
server IPAddressOrURLofWhatEverDNSServer (Example: 1.2.3.4 My.DNSServer.com)
server IPAddressOrURLofWhatEverDNSServer (Example: 1.2.3.4 My.DNSServer.com)
key WhatEverAlgorithm:KeyName KeySecret (Example hmac-sha256:DDNS weiu1-9{}@#$!adk==)
debug yes
debug yes
zone WhatEverZoneName.Whatever (Example: google.com)
zone WhatEverZoneName.Whatever (Example: google.com)
Line 410: Line 411:
</syntaxhighlight>
</syntaxhighlight>


*Run the Command: nsupdate -k WhatEverKeyFileName -v WhatScriptFileName -y
*Run the Command: nsupdate -v WhatScriptFileName -y
*Or ''exclude'' the above key directive in the 'Script File", then run the Command: nsupdate -k WhatEverKeyFileName -v WhatScriptFileName -y


====Funky Errors with NSUPDATE?====
====Funky Errors with NSUPDATE?====