diff --git a/scripts/setup/machine-setup/lib/tailscale.sh b/scripts/setup/machine-setup/lib/tailscale.sh index 625a7034..b8257534 100644 --- a/scripts/setup/machine-setup/lib/tailscale.sh +++ b/scripts/setup/machine-setup/lib/tailscale.sh @@ -117,11 +117,12 @@ tailscale_networks_help() { echo " protocol to be locked into, because there is no offscale protocol." echo "" echo " Clients: stock Tailscale on computers. On iPhone, iPad and Android" - echo " there is our own app — our implementation of the same protocol" - echo " rather than a wrapper around theirs. That matters more than it" - echo " sounds: getting the official mobile app to talk to a self-hosted" - echo " server is the part of running headscale people give up at. Desktop" - echo " apps of our own are not there yet." + echo " there is our own app — the Tailscale client, our branding, and one" + echo " real difference: it takes an invite from the server directly. That" + echo " is the part of running headscale people give up at, because the" + echo " official app has to be talked into using a server that is not" + echo " Tailscale's. Desktop apps of our own are not there yet; on a" + echo " computer you point the official client at your own server." echo "" echo " What it does that plain headscale does not:" echo " · installs in one command, with the certificates handled"