# DynDNS

When the DynDNS feature is enabled at the [settings](/domains/settings.md#dyndns), the customer will be shown the DynDNS page at domain view.

<figure><img src="/files/ZYEYJFIrZp12kfVIc982" alt=""><figcaption></figcaption></figure>

A DynDNS connection defines a hostname (subdomain) plus key/update URL.\
The router calls that URL to update the hostname’s DNS records automatically:

* A for IPv4 (ip)
* AAAA for IPv6 (ip6)

So the connection is not the DNS record itself, but the mapping/update config that manages those records.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hostware.io/modules/domains/dyndns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
