I gave up and just put it in a Docker image, it's not as important as the beacons being statically compiled
51 lines
940 B
JSON
51 lines
940 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT * FROM beacon_listener WHERE listener_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "listener_id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "port",
|
|
"ordinal": 1,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "public_ip",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "domain_name",
|
|
"ordinal": 3,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "certificate",
|
|
"ordinal": 4,
|
|
"type_info": "Blob"
|
|
},
|
|
{
|
|
"name": "privkey",
|
|
"ordinal": 5,
|
|
"type_info": "Blob"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "e7dc753795b8976b14b5c4baec20d16eff715a4d2ffe93c6723bad368483fb69"
|
|
}
|