From 5561216eef3309f045ec0f0fc5fe14a89728de66 Mon Sep 17 00:00:00 2001 From: Wis <149991443+glyzinie@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:47:26 +0900 Subject: [PATCH] Fix: typo Signed-off-by: Wis <149991443+glyzinie@users.noreply.github.com> --- mkdocs/docs/getting-started/tailnet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/getting-started/tailnet.md b/mkdocs/docs/getting-started/tailnet.md index 40ff4244..4a3d9527 100644 --- a/mkdocs/docs/getting-started/tailnet.md +++ b/mkdocs/docs/getting-started/tailnet.md @@ -111,7 +111,7 @@ To create an auth key: ionscale auth-key create --tailnet "my-first-tailnet" # Create an auth key with specific tags -ionscale auth-key create --tailnet "my-first-tailnet" --tags "tag:server" +ionscale auth-key create --tailnet "my-first-tailnet" --tag "tag:server" ``` The tags assigned to the key will determine what network access the device has once connected, based on your ACL rules. @@ -151,4 +151,4 @@ ionscale tailnet create --name "tailnet-c" ``` !!! note - Each tailnet is a separate network with its own devices, ACLs, and IAM policies. Devices in different tailnets cannot communicate with each other by default. \ No newline at end of file + Each tailnet is a separate network with its own devices, ACLs, and IAM policies. Devices in different tailnets cannot communicate with each other by default.