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-11-20T16:30:14Z] – [Charter] dude, people need to know 161.97.219.84 ns2.opennic.glue s4opennic:dot:dyn [2020-08-05T12:13:20Z] (current) – [Example Script] HTTPS instead of HTTP Stemby
Line 1: Line 1:
 ====== .dyn TLD ====== ====== .dyn TLD ======
 ===== Charter ===== ===== Charter =====
- 
-controlled by nameserver:  **161.97.219.84    ns2.opennic.glue**  
- 
 Domains registered in .dyn serve as dynamic DNS pointers. These domains are restricted in functionality and require frequent validation to remain active. Unused domains will be removed after 28 days. Domains registered in .dyn serve as dynamic DNS pointers. These domains are restricted in functionality and require frequent validation to remain active. Unused domains will be removed after 28 days.
  
Line 25: 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/pages/opennic/dot/dyn.txt
  • Last modified: 4 years ago
  • by Stemby