From a101f1f84ca078cea09181fffdd8ce1844a051c5 Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Mon, 24 Feb 2025 03:14:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a75f3e5..e96cc75 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ docker run -d --name ssh-tunnel-tailscale \ > - Only usefull if you want your ports to be exposed to the local network. {.is-info} -> Without a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet. +> Without [Registering new nodes using OAuth credentials](https://tailscale.com/kb/1215/oauth-clients#registering-new-nodes-using-oauth-credentials) or a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet. > {.is-warning} @@ -198,7 +198,7 @@ services: > - Only usefull if you want your ports to be exposed to the local network. {.is-info} -> Without a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet. +> Without [Registering new nodes using OAuth credentials](https://tailscale.com/kb/1215/oauth-clients#registering-new-nodes-using-oauth-credentials) or a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet. > {.is-warning} ---