「Tailscale」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
(建立内容为“'''Tailscale'''是一個結合WireGuardVPN服務。 == 外部連結 == * {{Official|https://tailscale.com/}} {{en}}”的新页面)
 
無編輯摘要
行 1: 行 1:
'''Tailscale'''是一個結合[[WireGuard]]的[[VPN]]服務。
'''Tailscale'''是一個結合[[WireGuard]]的[[VPN]]服務。
== 安裝 ==
<syntaxhighlight lang="bash">
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -c -s).noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg > /dev/null; curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -c -s).tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list; sudo apt update; sudo apt install -y tailscale; sudo apt clean
</syntaxhighlight>


== 外部連結 ==
== 外部連結 ==


* {{Official|https://tailscale.com/}} {{en}}
* {{Official|https://tailscale.com/}} {{en}}

於 2023年3月31日 (五) 19:19 的修訂

Tailscale是一個結合WireGuardVPN服務。

安裝

curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -c -s).noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg > /dev/null; curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -c -s).tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list; sudo apt update; sudo apt install -y tailscale; sudo apt clean

外部連結