Run a google reverse proxy using golang on Heroku.
- 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:
-
git clone https://github.com/fromxt/google-proxy-heroku.git
-
cd google-proxy-heroku ,then modify
main.go
upstream_server := "https://www.google.com"
-
heroku login -i
-
heroku create apps:
-
git add -A
-
git commit -m "init"
-
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.