23.06.2021, 15:32
hi,
I used to interact with openVPN Client by disabling by default the connection at server startup
is there a way to di the save for zerotier client?
I've tried to replace zerotier-one to openvpn but it was an unsuccesful tentative
thanks
I used to interact with openVPN Client by disabling by default the connection at server startup
Code:
require('uci')
uci.set('openvpn-lm', 'openvpn', 'enabled', 0)
uci.commit('openvpn-lm')
os.execute('/etc/init.d/openvpn-lm restart)
is there a way to di the save for zerotier client?
I've tried to replace zerotier-one to openvpn but it was an unsuccesful tentative
thanks