Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
opennic:dot:dyn [2018-06-03T21:44:06Z] – old revision restored (2017-04-07T18:33:28Z) fuslopennic:dot:dyn [2020-08-05T12:13:20Z] (current) – [Example Script] HTTPS instead of HTTP Stemby
Line 22: Line 22:
 === Example Script === === Example Script ===
   #!/bin/sh   #!/bin/sh
-  wget -qO- "http://api.opennicproject.org/ddns/example.dyn?user=myUserName&auth=myAuthCode" > /dev/null+  wget -qO- "https://api.opennicproject.org/ddns/example.dyn?user=myUserName&auth=myAuthCode" > /dev/null
  
 Replace the URI with the exact line you are given for your domain. This script loads the URI but does not save any output. Replace the URI with the exact line you are given for your domain. This script loads the URI but does not save any output.
  
 Domains registered under .dyn are required to be used or they will expire. Refreshing your IP by calling the URI will automatically renew your domain. If you do not refresh your address or manually renew your domain within 28 days, the domain will be deleted. Even if your IP address does not change often, you should refresh it at least once a day to keep your domain active. Domains registered under .dyn are required to be used or they will expire. Refreshing your IP by calling the URI will automatically renew your domain. If you do not refresh your address or manually renew your domain within 28 days, the domain will be deleted. Even if your IP address does not change often, you should refresh it at least once a day to keep your domain active.
  • /wiki/data/attic/opennic/dot/dyn.1528062246.txt.gz
  • Last modified: 6 years ago
  • by fusl