如何安装解锁
在VPS上运行Tailscale官方安装命令
curl -fsSL https://tailscale.com/install.sh | sh
启动Tailscale, 命令格式如下:(购买后客服会提供)
tailscale up --hostname xxxxx --auth-key xxxxxx
Tailscale启动后, 系统默认的DNS会被修改为100.100.100.100
可通过命令 cat /etc/resolv.conf
查看系统DNS是否有被修改成100.100.100.100。
Last updated