How to connect from Google App Engine via static IP

We make the application in Google App Engine, but it must connect from a static IP address to another service. I am looking for a better way to route traffic through a static IP address.

I thought the easiest way is to install a proxy server in the Google Compute Engine, but maybe someone has a better idea.

Have you ever done something like this? What is the easiest approach?

+4
source share
1 answer

Node proxy server http / https

  • Get a VPS with a static IP address.
  • Install Node JS
  • Follow the instructions for this github project and you will quickly launch a high performance proxy server.

https://github.com/TellusTalk/Node_Proxy

0

Source: https://habr.com/ru/post/1548598/


All Articles