Let It Be Known

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:$PASSWORD@libk.org

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:$PASSWORD@libk.org

# Update to specific IPs
curl -X POST https://$SUBDOMAIN:$PASSWORD@libk.org \
  -H To:127.0.0.1,::1

# Update with a password change
curl -X POST https://$SUBDOMAIN:$PASSWORD@libk.org \
  -H To:127.0.0.1,::1 \
  -H NewPassword:$NEW_PASSWORD

Delete subdomain

curl -X DELETE https://$SUBDOMAIN:$PASSWORD@libk.org

Disclaimer

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