mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
root-watcher code
This commit is contained in:
parent
33c3af752b
commit
ff2b219abd
2 changed files with 19 additions and 0 deletions
5
root-watcher/zerotier-root-watcher.js
Normal file
5
root-watcher/zerotier-root-watcher.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
const pg = require('pg');
|
||||
const zlib = require('zlib');
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue