Added information about broken IPv6 support (closes #6)

This commit is contained in:
Andreas Runfalk 2019-04-17 20:45:17 +02:00
parent 4d59aded15
commit 98e6e77fcb

View File

@ -14,6 +14,20 @@ If you are not comfortable with removing your drives from the NAS and manually
recover the data, this might not be for you.
Known issues
------------
* The ``Dns = x.x.x.x`` setting is unsupported. If you try it you will get the
following message:
``/usr/local/bin/wg-quick: line 31: resolvconf: command not found``
* IPv6 is probably not supported (at least not using ``wg-quick``). Due to the
system version of ``iproute2``
`being too old <https://lists.zx2c4.com/pipermail/wireguard/2018-April/002687.html>`_.
You'll get the error message
``Error: argument "suppress_prefixlength" is wrong: Failed to parse rule type``.
PRs that solve these issues are welcome.
Compatibility list
------------------
All models marked *Is working* have been confirmed by users to work. If your
@ -47,13 +61,6 @@ than that, WireGuard will not work. You can check your kernel version by
logging in through SSH and running the ``uname -a`` command.
Known issues
------------
* The ``Dns = x.x.x.x`` setting is unsupported. If you try it you will get the
following message:
``/usr/local/bin/wg-quick: line 31: resolvconf: command not found``
Installation
------------
Check the `releases <https://github.com/runfalk/synology-wireguard/releases>`_