Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 858 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 858 Bytes

google-proxy-heroku

Run a google reverse proxy using golang on Heroku.

Deploy

Installation

  • Deploy Button

Use the Deploy to Heroku button above to create a copy of the app, then Set UPSTREAM_SERVER config vars.

  • Git Deploy

Steps:

  1. git clone https://github.com/fromxt/google-proxy-heroku.git

  2. cd google-proxy-heroku ,then modify main.go

   upstream_server := "https://www.google.com"
  1. heroku login -i

  2. heroku create apps:

  3. git add -A

  4. git commit -m "init"

  5. git push heroku master

Note: If a VPS not available, you can sign up goormIDE account to insatll the Heroku CLI,which is a powerful cloud IDE service.