Skip to content

Instantly share code, notes, and snippets.

@mdesantis
Created September 5, 2014 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdesantis/26004feee9a091237a0f to your computer and use it in GitHub Desktop.
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)
#!/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
@superinj
Copy link

Anch'io ho lo stesso problema.
Come usi lo script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment