This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### SERVER SETUP @ Home/Cloud Linux Server (here Debian 9) | |
echo "deb http://download.zerotier.com/debian/stretch stretch main" | sudo tee /etc/apt/sources.list.d/zerotier.list | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1657198823E52A61 | |
sudo apt-get update | |
sudo apt-get install zerotier-one | |
sudo zerotier-idtool initmoon /var/lib/zerotier-one/identity.public >moon.json | |
nano -w moon.json | |
# change the line | |
"stableEndpoints": [] |