Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/dyndns/update-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,13 @@ Both the multi-IP syntax and the ``preserve`` rule apply as above.
If nothing is found or an empty value provided, the ``AAAA`` record will be
deleted.

When using the ``myip`` parameter, a mixed-type list of both IPv4 and IPv6
addresses may be given.
When using the ``myip`` or ``ip`` parameters, a mixed-type list of both IPv4
and IPv6 addresses may be given.

In some cases, it is useful to only update the network prefix of existing A
or AAAA records. To achieve this, append the prefix length to the IP address
query parameter, such as ``ipv6=2a01:a:b:c::1/64``.
query parameter, such as ``ipv6=2a01:a:b:c::/64``, ``myipv4=1.2.3.0/24``, etc.
The host part of the value is ignored.

.. warning::
**It is recommended to always specify query string parameters for both IP
Expand Down