linux zerotier安装配置
1、在线安装zerotier
curl -s https://install.zerotier.com | sudo bash
2、添加开机自启
sudo systemctl enable zerotier-one.service
3、启动zerotier-one.service
sudo systemctl start zerotier-one.service
4、加入网络
sudo zerotier-cli join 节点ID
本文出自 蓝鹰博客,转载时请注明出处及相应链接。
本文永久链接: http://www.lanyingblog.com/blog/3022.html