Skip to content

janvanbouwel/nodejs-ztpylon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node ZT Pylon

Clone of ZeroTier Pylon in Node.js to serve as an example project using libzt-node and to test the underlying bindings.

Installation

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>

Usage

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>

About

Node.js clone of ZeroTier Pylon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published