Clone of ZeroTier Pylon in Node.js to serve as an example project using libzt-node and to test the underlying bindings.
Not (yet) on npm, so first clone this repo and cd into it, then:
npm ci
npm run build
Global install:
npm install -g .
npm uninstall -g ztpylon
Ephemeral:
npx ztpylon <args>
Or simply:
node dist/index.js <args>
See the original ZeroTier Pylon. Currently only implements pylon refract
, without relay and without the option to specify UDP port.
ztpylon refract <nwid> --listen-addr <0.0.0.0|address> --listen-port <port>