nickname76 / p2p-forwarder

P2P Forwarder - a tool for farwarding tcp/udp ports. Made using libp2p.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P2P Forwarder

Go Report Card

A tool for farwarding ports. Made using libp2p.

screenshot

How it works

  • A: opens desired ports ports inside P2P Forwarder
  • A: shares it's id from P2P Forwarder with B
  • B: connects to A's id inside P2P Forwarder
  • B: connect to opened ports on A's machine using address like 127.0.89.N:PORT_ON_A's_MACHINE

P.S. every edit field handles Ctrl+C and Ctrl+V. To exit the program, press Ctrl+Q

Project status

Project is on early beta stage. I recommend you to use it only for personal purposes like playing Minecraft with friends.

Current uis are cli and tui (clui).

Feel free to contribute to this project by opening an issue (it may be a question) or creating a pull request

Star this project if you liked it or found it useful for you :3

About

P2P Forwarder - a tool for farwarding tcp/udp ports. Made using libp2p.

License:MIT License


Languages

Language:Go 93.7%Language:Makefile 6.3%