mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 20:58:14 -05:00
10 lines
305 B
Bash
10 lines
305 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
|
||
|
./mkworld
|