dotdyntld

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
Last revisionBoth sides next revision
dotdyntld [2018-11-20T17:09:59Z] s4dotdyntld [2018-11-20T17:23:21Z] s4
Line 2: Line 2:
  
  
-The link in the box returns your current IP which is then set as the A-record for your *.dyn domain.+The link in the box on http://be.libre (domain management) returns your current IP which is then set as the A-record for your *.dyn domain.
  
-.dyn does not support  RFC-2136   but instead uses some URL-scheme instead.+.dyn does not support  RFC-2136   but instead uses some URL-scheme: a single bash line will update the address:
  
-a single bash line will update the address: +  python3 -c 'import urllib.request ; err=urllib.request.urlopen("http://api.opennicproject.org/ddns/web.dyn?user=XXX&auth=YYY").read().decode("utf8")'
- +
- +
-    python3 -c 'import urllib.request ; err=urllib.request.urlopen("http://api.opennicproject.org/ddns/web.dyn?user=XXX&auth=YYY").read().decode("utf8")'+
    
 with XXX replaced with user  YYY with the real secret with XXX replaced with user  YYY with the real secret