From e04471afc0c1b763a42035b01acd8624291074e5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 2 Jun 2025 18:29:20 +0200 Subject: [PATCH] feat: use example.com --- docs/tailscale/client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tailscale/client.md b/docs/tailscale/client.md index e8adc96..fa65f31 100644 --- a/docs/tailscale/client.md +++ b/docs/tailscale/client.md @@ -12,7 +12,7 @@ Manual authentication: ```shell sudo tailscale up \ - --login-server=https://vpn.mirahsimon.us \ + --login-server=https://headscale.example.com \ --accept-routes \ --operator=simon \ --accept-dns @@ -22,7 +22,7 @@ Key-based authentication: ```shell sudo tailscale up \ - --login-server=https://vpn.mirahsimon.us \ + --login-server=https://headscale.example.com \ --accept-routes \ --operator=simon \ --accept-dns \