1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00
This commit is contained in:
Alex Band
2022-01-24 10:26:27 +01:00
parent 55ff04ad1c
commit 8e830850a9

View File

@ -45,12 +45,12 @@ To learn more about what kind of information is returned and how to influence
what is logged and where, refer to the :doc:`logging` section.
.. Attention:: On Linux systems there is an overlap between IPv4 and IPv6.
You cant bind to all interfaces on both address families,
i.e. ``0.0.0.0`` and ``[::]``, as it will result in a
*address already in use* error. Instead, to listen to both
IPv4 and IPv6 you can simply enter:
.. Attention:: On Linux systems there is an overlap between IPv4 and IPv6.
You cant bind to all interfaces on both address families,
i.e. ``0.0.0.0`` and ``[::]``, as it will result in a
*address already in use* error. Instead, to listen to both
IPv4 and IPv6 you can simply enter:
.. code-block:: text
.. code-block:: text
routinator server --rtr [::]:3323
routinator server --rtr [::]:3323