(31.03.2022, 09:55)Daniel Wrote: 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)
I have add manually in my zerotier net but not work stay in waiting ip, correctly detects that the network is private but does not proceed.
Best regards