Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.
/ ztfw Public archive
forked from selvakn/p2p-port-forward

Command line utility to forward ports between two hosts across different networks/subnets, in a peer-to-peer fashion using zerotier, without sudo privileges

License

Notifications You must be signed in to change notification settings

traidento/ztfw

 
 

Repository files navigation

ztfw

Userspace libzt wrapper port forwarder.

usage: ztfw [<flags>]

Flags:
      --help                   Show context-sensitive help (also try --help-long and --help-man).
  -n, --network="8056c2e21c000001"  
                               zerotier network id
  -f, --forward-port="22"      port to forward (in listen mode)
  -a, --accept-port="2222"     port to accept (in connect mode)
  -u, --use-udp                UDP instead of TCP (TCP default)
  -c, --connect-to=CONNECT-TO  server (zerotier) ip to connect
      --version                Show application version.

About

Command line utility to forward ports between two hosts across different networks/subnets, in a peer-to-peer fashion using zerotier, without sudo privileges

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.1%
  • Go 14.7%
  • Dockerfile 0.2%