Let It Be Known: Dyndns Without Email

3 months ago 1

Any subdomain can be yours! Pick it, a password to protect further updates, and point it wherever you'd like.

Processing…


API Usage with curl

Get subdomain

curl https://$SUBDOMAIN:[email protected]

Update subdomain

# Update to your current IP # Replace libk.org with 6.libk.org for your IPv4 or 4.libk.org for your IPv6. curl -X POST https://$SUBDOMAIN:[email protected] # Update to specific IPs curl -X POST https://$SUBDOMAIN:[email protected] \ -H To:127.0.0.1,::1 # Update with a password change curl -X POST https://$SUBDOMAIN:[email protected] \ -H To:127.0.0.1,::1 \ -H NewPassword:$NEW_PASSWORD

Delete subdomain

curl -X DELETE https://$SUBDOMAIN:[email protected]

Disclaimer

We reserve the right to update or remove any record at our discretion.
Content illegal in Europe, spam, abuse are not tolerated.


Read Entire Article