A minimalist dynamic DNS service
dns-01 challenge support for TLS certificates from CAs like Let's Encryptyour-name.myaddr.toolsyour-name.myaddr.dev (on the HSTS preload list)your-name.myaddr.ioFirst, claim your name. If the name is available, you will be given a secret key.
This secret key gives whoever holds it control over that name. If you lose the secret key, you lose the name.
With your secret key, you can call the Update API to manage your DNS records.
Manage DNS records
URL: https://myaddr.tools/update
The /update endpoint is forgiving, meaning it:
GET, POST, and PUT requests as equivalent update requestsPOST and PUT bodiesPOST and PUT bodies can be application/x-www-form-urlencoded or application/jsonOK and status code 200 on success4xx otherwise
To add or update an IP address, send a GET, POST, or PUT request to /update.
Specify key and ip parameters.
Set ip to any valid IPv4 or IPv6 address, or set ip=self to use the requester's IP address.
Use host ipv4.myaddr.tools or ipv6.myaddr.tools to force IPv4 or IPv6.
Adding an IPv4 address will replace any existing IPv4 address, and similar for IPv6.
To add an ACME dns-01 challenge, send a GET, POST, or PUT request to /update.
Specify key and acme_challenge parameters.
The acme_challenge value will be served as a TXT record on all _acme-challenge subdomains.
Challenge TXT records are automatically removed after a few minutes.
A DELETE request to /update with key removes both IPv4 and IPv6 addresses.
Always responds with status code 204.
Manage your registration
URL: https://myaddr.tools/reg
To immediately and permanently delete your registration and release your name, send a DELETE request to /reg.
Specify key.
Users of this service will not engage in distributing malware, abusively operating botnets, phishing, piracy, trademark or copyright infringement, fraudulent or deceptive practices, counterfeiting, or otherwise engaging in activity contrary to applicable law. Such behavior may lead to the deactivation of the subdomain.
Please send reports of unacceptable use to .
No personal data is collected.
Powered by addr.tools