daviddwlee84 / FRP-Heroku

Setup FRP server on Heroku and Client on Local (Ubuntu currently). Support FRP server on Ubuntu as well and other alternatives.
13 stars 24 forks source link

how to depoly this frps in heroku? #1

Closed alance123 closed 4 years ago

daviddwlee84 commented 4 years ago

Just deploy the entire repository with some customized configuration change if you want. But I haven't solved the limitation of Heroku that it doesn't allow custom port binding.

alance123 commented 4 years ago

binding

In the following github, https://github.com/jkutner/heroku-buildpack-ngrok, using the following command, heroku config:set AUX_PORT=5001, can get a aux port, maybe it works.

daviddwlee84 commented 4 years ago

Seem like it uses ngrok to do this feature. But the goal of my FRP is to expose my local ssh port. If I have to use ngrok, I might just use ngrok to expose my local port directly. Anyway, thanks for the information.