summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/configuration/service/dns.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst
index 4391b453..7db0e6e2 100644
--- a/docs/configuration/service/dns.rst
+++ b/docs/configuration/service/dns.rst
@@ -307,6 +307,11 @@ hostnames, protocol and server.
When a ``custom`` DynDNS provider is used the `<server>` where update
requests are being sent to must be specified.
+.. cfgcmd:: set service dns dynamic interface <interface> ipv6-enable
+
+ Allow explicit IPv6 address for the interface.
+
+
Example:
^^^^^^^^
@@ -322,6 +327,19 @@ Use DynDNS as your preferred provider:
.. note:: Multiple services can be used per interface. Just specify as many
services per interface as you like!
+Example IPv6 only:
+^^^^^^^^^^^^^^^^^^
+
+.. code-block:: none
+
+ set service dns dynamic interface eth0 ipv6-enable
+ set service dns dynamic interface eth0 service dyndns6 login my-login
+ set service dns dynamic interface eth0 service dyndns6 password my-password
+ set service dns dynamic interface eth0 service dyndns6 host-name my-dyndns-hostname
+ set service dns dynamic interface eth0 service dyndns6 protocol dyndns2
+ set service dns dynamic interface eth0 service dyndns6 server dyndns-v6-server
+
+
Running Behind NAT
------------------