Merge pull request #108 from simplypeachy/patch-1

Update config.rst to include ignoreDevice element
This commit is contained in:
Jakob Borg
2016-01-19 15:16:15 -08:00
+9
View File
@@ -285,6 +285,15 @@ IPv6 address and port (``[2001:db8::23:42]:12345``)
``dynamic``
The word ``dynamic`` means to use local and global discovery to find the
device.
IgnoredDevice Element
---------------------
.. code-block:: xml
<ignoredDevice>5SYI2FS-LW6YAXI-JJDYETS-NDBBPIO-256MWBO-XDPXWVG-24QPUM4-PDW4UQU</ignoredDevice>
This optional element lists device IDs that have been specifically ignored. One element must be present for each device ID. Connection attempts from these devices are logged to the console but never displayed in the web GUI.
GUI Element
-----------