mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 12:48:14 -05:00
14 lines
411 B
Bash
14 lines
411 B
Bash
cd /var/lib/zerotier-one && zerotier-idtool initmoon identity.public > moon.json
|
|
|
|
# 添加补丁
|
|
cd /opt/patch && python3 patch.py
|
|
cd /var/lib/zerotier-one && zerotier-idtool genmoon moon.json && mkdir moons.d && cp ./*.moon ./moons.d
|
|
|
|
# 生成世界
|
|
cd /opt/ZeroTierOne/attic/world/
|
|
sh build.sh
|
|
sleep 5s
|
|
./mkworld
|
|
|
|
ps -ef |grep 'zerotier-one -d' |grep -v grep |awk '{print $1}' |xargs kill -9
|
|
zerotier-one -d |