From 635e5c717c5f14d47320acff9e0c9316f08ed3c9 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Fri, 24 Oct 2025 11:32:03 -0500 Subject: [PATCH] edit `tailscale_vpn.md` for 10 * remove references to older versions * update repository to 10 * test that the repository exists and test install --- docs/guides/security/tailscale_vpn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/security/tailscale_vpn.md b/docs/guides/security/tailscale_vpn.md index b7d3f7b789..f0c73f5bc8 100644 --- a/docs/guides/security/tailscale_vpn.md +++ b/docs/guides/security/tailscale_vpn.md @@ -2,7 +2,7 @@ title: Tailscale VPN author: Neel Chauhan contributors: Steven Spencer, Ganna Zhyrnova -tested_with: 9.3 +tested_with: 10.0 tags: - security - vpn @@ -25,10 +25,10 @@ The following are minimum requirements for using this procedure: ## Installing Tailscale -To install Tailscale, we first need to add its `dnf` repository (note: if you are using Rocky Linux 8.x or 10.x, substitute in 8 or 10 respectively): +To install Tailscale, we first need to add its `dnf` repository: ```bash -dnf config-manager --add-repo https://pkgs.tailscale.com/stable/rhel/9/tailscale.repo +dnf config-manager --add-repo https://pkgs.tailscale.com/stable/rhel/10/tailscale.repo ``` Then install Tailscale: