gluon-mesh-vpn-tunneldigger: Removed old announce.d scripts
This commit is contained in:
parent
4743883057
commit
eac4406009
@ -1,7 +0,0 @@
|
||||
local tunneldigger_enabled = uci:get_first('tunneldigger', 'broker', 'enabled')
|
||||
|
||||
if (tonumber(tunneldigger_enabled) == 1) then
|
||||
return { enabled = true }
|
||||
else
|
||||
return { enabled = false }
|
||||
end
|
@ -1,7 +0,0 @@
|
||||
local json = require 'luci.json'
|
||||
local ltn12 = require 'luci.ltn12'
|
||||
local nixio = require 'nixio'
|
||||
local site = require 'gluon.site_config'
|
||||
local uci = require('luci.model.uci').cursor()
|
||||
|
||||
return nil
|
Loading…
Reference in New Issue
Block a user