gluon-yggdrasil: fix
This commit is contained in:
parent
f4ccb80226
commit
d3cdc40e02
@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/lua
|
#!/usr/bin/lua
|
||||||
|
|
||||||
|
local uci = require('simple-uci').cursor()
|
||||||
|
local site = require 'gluon.site'
|
||||||
|
|
||||||
-- TODO: maybe restrict multicast to mesh?
|
-- TODO: maybe restrict multicast to mesh?
|
||||||
-- TODO: userpeers with user prefix (u_) in id plus config-mode webui for that
|
-- TODO: userpeers with user prefix (u_) in id plus config-mode webui for that
|
||||||
-- similar to static dns list field
|
-- similar to static dns list field
|
||||||
@ -17,3 +20,5 @@ if site.mesh.yggdrasil.enabled(false) then
|
|||||||
else
|
else
|
||||||
os.execute('/etc/init.d/yggdrasil disable')
|
os.execute('/etc/init.d/yggdrasil disable')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
uci:save('yggdrasil')
|
||||||
|
Loading…
Reference in New Issue
Block a user