如何在 Alpine Linux 中安装 tailscale
我的建议是直接使用社区仓库:
install_tailscale_alpine.sh
echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories
apk add -U tailscale现在你需要将 tailscaled 添加到自动启动列表,然后启动服务以便你现在可以使用它:
start_tailscale_alpine.sh
rc-update add tailscale
/etc/init.d/tailscale startCheck out similar posts by category:
Alpine Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow