Created
August 13, 2016 01:14
-
-
Save we4tech/f607366159ea69a9026076f0fca93dc9 to your computer and use it in GitHub Desktop.
Tunnel for PayPal IPN
This file contains hidden or 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
#!/usr/bin/env bash | |
ssh -v -nNT -R 9999:localhost:3000 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment