Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartvauder authored Nov 14, 2024
1 parent 61a3c19 commit 3672c6b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,17 @@ A simple interface for easy using pyngrok tunnel port forwarding. Useful if you
4) Enter the port you need to tunnel and select your protocol
5) Click `Create Tunnel` button and double-click on the link that appears below
6) To delete a tunnel, select it below and click `Delete Selected Tunnel` button
7) To check the status of your connections, click `Web Inspection Interface` button

### Optional: You can create one free [domain](https://dashboard.ngrok.com/domains) for your tunnel and enter it. For greater security, you can enter your login and password to enter your tunnel. You can also choose one of three languages ​​and change the theme
### Optional: You can create one free [domain](https://dashboard.ngrok.com/domains) for your tunnel and enter it. For greater security, you can enter your login and password (Not from Ngrok account) to enter your tunnel. You can also choose one of three languages ​​and change the theme and region. Also you can save/load your tunnel config file.

### If you want to use `SSH Tunnel`:

1. Generate SSH key: `ssh-keygen -t rsa -b 4096 -C "[email protected]"`
2. View your public key: `cat ~/.ssh/id_rsa.pub`
3. Go to [this](https://dashboard.ngrok.com/ssh-keys) and Add New SSH Key
4. Paste your public key and save
5. Now you can use `Create SSH Tunnel` button

## Acknowledgment to developers

Expand Down

0 comments on commit 3672c6b

Please sign in to comment.