Skip to content

Instantly share code, notes, and snippets.

@rapee
Last active August 29, 2015 13:57
Show Gist options
  • Save rapee/9428042 to your computer and use it in GitHub Desktop.
Save rapee/9428042 to your computer and use it in GitHub Desktop.
Easy proxy server with Node
# Install bouncy globally
sudo npm install -g bouncy
# Create config file
echo '{"timetravel.boonmeelab.com":8000}' > bouncy_routes.json
# Start proxy server as background process
sudo bouncy bouncy_routes.json 80 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment