This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

ZeroTier Service via LUA
#1
hi,

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 Sad

thanks
Reply


Messages In This Thread
ZeroTier Service via LUA - by emme - 23.06.2021, 15:32
RE: ZeroTier Service via LUA - by Daniel - 23.06.2021, 15:35
RE: ZeroTier Service via LUA - by Evens - 26.08.2021, 18:29
RE: ZeroTier Service via LUA - by emme - 23.06.2021, 19:43
RE: ZeroTier Service via LUA - by admin - 25.06.2021, 11:35
RE: ZeroTier Service via LUA - by Daniel - 26.08.2021, 18:46
RE: ZeroTier Service via LUA - by gtsamis - 08.10.2021, 21:54
RE: ZeroTier Service via LUA - by admin - 09.10.2021, 09:24
RE: ZeroTier Service via LUA - by gtsamis - 09.10.2021, 10:05

Forum Jump: