mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-09 04:04:13 +00:00
.
This commit is contained in:
parent
08da4b8c7b
commit
ae2eeff5c6
@ -52,7 +52,7 @@ var ZEROTIER_IDTOOL = '/usr/local/bin/zerotier-idtool';
|
||||
var redis = require('redis');
|
||||
var DB = redis.createClient();
|
||||
DB.on("error",function(err) {
|
||||
console.error('Redis query error: '+err);
|
||||
console.error('redis query error: '+err);
|
||||
});
|
||||
|
||||
// Encoding-compatible with Dictionary.hpp in ZeroTier One C++ code base
|
||||
|
Loading…
x
Reference in New Issue
Block a user