V
V
vante_scribaxxi2018-03-19 14:06:41
Python
vante_scribaxxi, 2018-03-19 14:06:41

How to make an http server anonymous in Python?

Sometimes it is necessary to set up an http server on my computer, but I need to make sure that my ip does not burn. How can it be covered with proxies and is it possible at all?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2018-03-19
@sergey-gornostaev

You can rent a server somewhere (VPS, Amazon EC2, Heroku) and deploy an application on it that proxies requests to your computer. Or you can buy the services of some service, such as Cloudflare.

L
levckin_danil, 2018-03-19
@levckin_danil

There is such an option https://habrahabr.ru/post/101336/
But for gray and black schemes, it does not work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question