Skip to content

Instantly share code, notes, and snippets.

@mdesantis
Created September 5, 2014 14:53
Show Gist options
  • Select an option

  • Save mdesantis/26004feee9a091237a0f to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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