we got git for history
This commit is contained in:
parent
0fe5bebe20
commit
e2da35add3
@ -8,7 +8,6 @@ badrequest() {
|
|||||||
|
|
||||||
echo 'Access-Control-Allow-Origin: *'
|
echo 'Access-Control-Allow-Origin: *'
|
||||||
|
|
||||||
#batctl if | cut -d: -f1 | grep -qxF "$QUERY_STRING" || badrequest
|
|
||||||
lua -e 'mesh = require(gluon.mesh); for interface, _ in ipairs(mesh.interfaces()) do print(interface .. "\n"); end;' | grep -qxF "$QUERY_STRING" || badrequest
|
lua -e 'mesh = require(gluon.mesh); for interface, _ in ipairs(mesh.interfaces()) do print(interface .. "\n"); end;' | grep -qxF "$QUERY_STRING" || badrequest
|
||||||
|
|
||||||
exec /usr/bin/gluon-neighbour-info -s neighbour -i "$QUERY_STRING" -d ff02::2:1001 -p 1001 -r nodeinfo
|
exec /usr/bin/gluon-neighbour-info -s neighbour -i "$QUERY_STRING" -d ff02::2:1001 -p 1001 -r nodeinfo
|
||||||
|
@ -8,7 +8,6 @@ badrequest() {
|
|||||||
|
|
||||||
echo 'Access-Control-Allow-Origin: *'
|
echo 'Access-Control-Allow-Origin: *'
|
||||||
|
|
||||||
#batctl if | cut -d: -f1 | grep -qxF "$QUERY_STRING" || badrequest
|
|
||||||
lua -e 'mesh = require(gluon.mesh); for interface, _ in ipairs(mesh.interfaces()) do print(interface .. "\n"); end;' | grep -qxF "$QUERY_STRING" || badrequest
|
lua -e 'mesh = require(gluon.mesh); for interface, _ in ipairs(mesh.interfaces()) do print(interface .. "\n"); end;' | grep -qxF "$QUERY_STRING" || badrequest
|
||||||
|
|
||||||
CMD="exec /lib/gluon/status-page/providers/stations '$QUERY_STRING'"
|
CMD="exec /lib/gluon/status-page/providers/stations '$QUERY_STRING'"
|
||||||
|
@ -8,8 +8,6 @@ mesh = require 'gluon.mesh'
|
|||||||
io.write("Access-Control-Allow-Origin: *\n")
|
io.write("Access-Control-Allow-Origin: *\n")
|
||||||
io.write("Content-type: application/json\n\n")
|
io.write("Content-type: application/json\n\n")
|
||||||
|
|
||||||
-- list = util.exec('batctl if')
|
|
||||||
|
|
||||||
interfaces = {}
|
interfaces = {}
|
||||||
|
|
||||||
for interface, _ in ipairs(mesh.interfaces()) do
|
for interface, _ in ipairs(mesh.interfaces()) do
|
||||||
|
Loading…
Reference in New Issue
Block a user