侧边栏壁纸
博主头像
随记 博主等级

行动起来,活在当下

  • 累计撰写 16 篇文章
  • 累计创建 1 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

安装zerotier

Administrator
2024-12-03 / 0 评论 / 0 点赞 / 11 阅读 / 0 字

Linux (DEB/RPM)

Debian and RPM based distributions including Debian, Ubuntu, CentOS, RHEL, Fedora, and others are supported via a script that adds the right repository and installs the package. Other Linux distributions may have their own packages. If not try building and installing from source.

If you’re willing to rely on SSL to authenticate the site, a one line install can be done with:

curl -s https://install.zerotier.com | sudo bash

If you have GPG installed, a more secure option is available:

curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \  
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi

After using the script, use apt or yum to manage future updates to zerotier-one

ZeroTierOne GitHub


0

评论区