🚀 快速开始
几分钟内启动您的 TunGo 服务器和客户端。
🖥️ 服务器设置
1️⃣ 下载并安装
- Linux amd64
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-amd64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
2️⃣ 生成客户端配置
sudo tungo s gen
复制打印出的配置用于您的客户端。
3️⃣ 启动服务器
sudo tungo
Systemd 服务守护进程 (Linux)
请参阅此指南将 TunGo 作为 systemd 服务运行(开机自启/崩溃重启)。
🖥️ 客户端设置
1️⃣ 下载并安装
- Linux amd64
- Linux arm64
- macOS Apple Silicon
- macOS Intel
- Windows amd64
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-amd64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
Systemd 客户端守护进程 (Linux)
请参阅此指南将 TunGo 作为 systemd 服务运行(开机自启/崩溃重启)。
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-arm64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
Systemd 客户端守护进程 (Linux)
请参阅此指南将 TunGo 作为 systemd 服务运行(开机自启/崩溃重启)。
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-arm64
sudo mkdir -p /usr/local/bin
chmod +x tungo
sudo mv tungo /usr/local/bin/
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-amd64
sudo mkdir -p /usr/local/bin
chmod +x tungo
sudo mv tungo /usr/local/bin/
从发布页面下载并安装。
2️⃣ 启动隧道
- Linux/macOS
- Windows
sudo tungo
以管理员身份运行 TunGo。
恭喜!您的安全隧道已启动并运行。