By not executing all scripts from gluon.announce themselves, both should be considerably faster and lighter on RAM usage.
9 lines
151 B
Bash
Executable File
9 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
Access-Control-Allow-Origin: *
|
|
Content-type: application/json
|
|
|
|
EOF
|
|
exec gluon-neighbour-info -d ::1 -p 1001 -t 1 -c 1 -r nodeinfo
|