GitHub Readme.md
Run a google reverse proxy using golang on Heroku.
Use the Deploy to Heroku button above to create a
copy of the app, then Set UPSTREAM_SERVER
config vars.
Steps:
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.