docs: clarify description for gluon-scheduled-domain-switch

This commit is contained in:
rubo77 2019-04-24 11:01:44 +02:00 committed by Ruben Barkow
parent 7ae6552d80
commit ccb5a97de0
No known key found for this signature in database
GPG Key ID: 8BCC811299DBC5DF

View File

@ -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.