feat: use example.com

This commit is contained in:
Simon Cornet 2025-06-02 18:29:20 +02:00
commit e04471afc0

View file

@ -12,7 +12,7 @@ Manual authentication:
```shell ```shell
sudo tailscale up \ sudo tailscale up \
--login-server=https://vpn.mirahsimon.us \ --login-server=https://headscale.example.com \
--accept-routes \ --accept-routes \
--operator=simon \ --operator=simon \
--accept-dns --accept-dns
@ -22,7 +22,7 @@ Key-based authentication:
```shell ```shell
sudo tailscale up \ sudo tailscale up \
--login-server=https://vpn.mirahsimon.us \ --login-server=https://headscale.example.com \
--accept-routes \ --accept-routes \
--operator=simon \ --operator=simon \
--accept-dns \ --accept-dns \