安装
安装命令
bash <(curl -sSL "https://scripts.zeroteam.top/NATPlugin/install.sh") --license example --nodeid 1 --api https://example.com/modules/addons --id 1 --secret example # 自行根据下方参数说明更换参数
参数说明
License
--license 授权码
示例
--license example
Api
--api 面板同步接口地址
示例
--api https://example.com/modules/addons/....
NodeId
--nodeid 节点ID
示例
--nodeid 1
Proxy
此参数可选
--proxy 代理链接
示例
--proxy socks5://127.0.0.1:1080
--proxy socks5://username:[email protected]:1080
Service
此参数可选
--service 系统服务名称
示例
--service NATPlugin
Mirror
此参数可选
--mirror 安装源地址
示例
--mirror https://pkg.zeroteam.top
Version
此参数可选
--version 指定版本号
示例
--version 1.1.6
Offline
此参数可选
--offline
离线安装
如果出现 curl: command not found
的错误
- CentOS / Alma Linux / Rocky Linux / Oracle Linux / Fedora / 其他 RHEL 系
yum update -y
yum install curl wget unzip tar gz sudo -y
- Ubuntu / Debian / Armbian
apt-get update -y
apt-get install curl wget unzip tar gz sudo -y
然后再重新执行命令即可