31.03.2022, 09:55
Run this script, this will give you node ID which you can use in Zerotier to add manually
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