Created
September 5, 2014 14:53
-
-
Save mdesantis/26004feee9a091237a0f to your computer and use it in GitHub Desktop.
Bypass Heroku connection on 5000 port (useful for troubled networks, such as italian ISP Fastweb)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo 127.0.0.1 rendezvous-eu-west-1-a.runtime.heroku.com >> /etc/hosts | |
ssh -L 5000:rendezvous-eu-west-1-a.runtime.heroku.com:5000 remoteuser@remoteserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anch'io ho lo stesso problema.
Come usi lo script?