DBP remote changes (suspended log in IR, updated packages)

This commit is contained in:
Dobromir Popov
2020-09-12 22:15:33 +03:00
parent fd499560b1
commit f871b492a4
4 changed files with 1259 additions and 18 deletions

View File

@@ -82,9 +82,9 @@ function GetDht() {
}
module.exports.html_handle_dht = function (req, res){
try {
console.log("body:"+util.inspect(req.body));
//!console.log("body:"+util.inspect(req.body));
var cmd = req.param('e');
console.log("cmd:" + cmd);
//!console.log("cmd:" + cmd);
//console.log("HEADERS:" + util.inspect(req.headers));
switch(cmd)
{