lockness-Ko / tun

Quickly share files with friends using ngrok

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tun

Quickly share files with friends using ngrok

> Installation

To install, you will need a few things

  • An ngrok account
  • ngrok binary for your system
  • Running linux (as of v0.0.1a. You can try windows, but it is untested)

> Windows

TODO: This!

> Linux

Put linux in your path with this command:

sudo cp $PWD/ngrok /usr/bin/ngrok

Authenticate with ngrok (check out their site for your token):

ngrok auth <token>

You're good to go! Check out the usage by running:

./tun

About

Quickly share files with friends using ngrok

License:GNU General Public License v3.0


Languages

Language:Go 88.2%Language:Makefile 11.8%