diff --git a/development/about/faq/index.html b/development/about/faq/index.html index a1509cf6c..e8394559c 100644 --- a/development/about/faq/index.html +++ b/development/about/faq/index.html @@ -4,4 +4,4 @@
nodes.ipv4 and nodes.ipv6 columns in the database and assign each node a unique IPv4 and IPv6 address. The following SQL statement assigns IP addresses based on the node ID: Nodes should reconnect within a few seconds and pickup their newly assigned IP addresses.
A Tailscale client collects logs about its operation and connection attempts with other clients and sends them to a central log service operated by Tailscale Inc.
Headscale, by default, instructs clients to disable log submission to the central log service. This configuration is applied by a client once it successfully connected with Headscale. See the configuration option logtail.enabled in the configuration file for details.
Alternatively, logging can also be disabled on the client side. This is independent of Headscale and opting out of client logging disables log submission early during client startup. The configuration is operating system specific and is usually achieved by setting the environment variable TS_NO_LOGS_NO_SUPPORT=true or by passing the flag --no-logs-no-support to tailscaled. See https://tailscale.com/docs/features/logging#opt-out-of-client-logging for details.