diff options
Diffstat (limited to 'root-watcher/zerotier-root-watcher.js')
-rw-r--r-- | root-watcher/zerotier-root-watcher.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/root-watcher/zerotier-root-watcher.js b/root-watcher/zerotier-root-watcher.js new file mode 100644 index 00000000..c6ce6be0 --- /dev/null +++ b/root-watcher/zerotier-root-watcher.js @@ -0,0 +1,5 @@ +'use strict'; + +const pg = require('pg'); +const zlib = require('zlib'); + |