Add simple root server watcher (for our own new dashboard, but also for user use).

This commit is contained in:
Adam Ierymenko
2017-04-04 16:47:14 -07:00
parent 1b2cfd63e5
commit 6fabaae736
6 changed files with 293 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
"author": "ZeroTier, Inc. <contact@zerotier.com>",
"license": "GPL-3.0",
"dependencies": {
"pg": "^6.1.5"
"async": "^2.3.0",
"pg": "^6.1.5",
"zlib": "^1.0.5"
}
}