From ccb5a97de05b26cf451cf51c74a8eac76f369328 Mon Sep 17 00:00:00 2001 From: rubo77 Date: Wed, 24 Apr 2019 11:01:44 +0200 Subject: [PATCH] docs: clarify description for gluon-scheduled-domain-switch --- docs/package/gluon-scheduled-domain-switch.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/package/gluon-scheduled-domain-switch.rst b/docs/package/gluon-scheduled-domain-switch.rst index 0528e850..ffb06447 100644 --- a/docs/package/gluon-scheduled-domain-switch.rst +++ b/docs/package/gluon-scheduled-domain-switch.rst @@ -24,8 +24,8 @@ domain_switch : optional (needed for domains to switch) check_connection : targets : - - array of IPv6 addresses which are probed to determine if the node is - connected to the mesh + - array of IPv6 addresses which are probed to determine if the node can + reach any time-servers to acquire the correct time Example:: @@ -41,3 +41,6 @@ Example:: '2001:4860:4860::8844', }, }, + +Note: the package ``gluon-check-connection`` is installed as dependency but it can +also be used stand-alone, e.g. to detect if a connection to the internet is working.