Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages