26.01.2022, 10:01
Connecting to another network should work as it worked for me.
To add it back you must use Node ID and you could get it after connecting to another network.
Run this script to get Node ID and add manually your LM.
To add it back you must use Node ID and you could get it after connecting to another network.
Run this script to get Node ID and add manually your LM.
Code:
info = io.readproc('zerotier-cli -D/var/lib/zerotier-one_default/ -j info')
address = require('json').pdecode(info).address
log(address)
------------------------------
Ctrl+F5
Ctrl+F5