Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 848 Bytes

UsingNgrok.md

File metadata and controls

13 lines (9 loc) · 848 Bytes

Using ngrok on ubuntu 18.04

Sometimes, my friends need help, and I would to write some programs, but I don't have a server. So this tool can help me much.

If you don't have account, please register by yourself. I have registered before. After login, you can create your free channel. according to guidance, you can complete it. I have no time to say more about this, because it's to easy, ngrok has its document.

Now, after downloading starter, and unzipping it, you can use it in terminal, liking ./sunny clientid yourChannelClientId. It seems ok, but I think it's a trouble, so edit a sh file to start it, but no operation to change clientId.

#!/bin/bash
/home/${USER}/bin/sunny clientid yourClientId

You can click here to learn more about ngrok.