How is it possible to bypass the site blocking by the provider? Should there be any options?
1 answer
There are several ways:
- Vpn (English Virtual Private Network - virtual private network) - a generic name for technologies that allow you to provide one or more network connections (logical network) on top of another network (for example, the Internet).
For example, you buy a server from a foreign provider, or a provider that does not block access to your site, install a vpn server on it -> then on your PC you connect to a foreign server. And through it you go online. Thus, you get into the network from the network of a foreign provider whose access to the resource is not blocked.
There are paid and free sites that allow you to access sites through their servers. Those. they accept a request from you and send it on their own behalf to a blocked server and they give you an answer back. Thus, you communicate with the site, for example, through an intermediary server.
There are also tech and tor and i2p - which also allow you to "hide" your network requests from your provider.
- You will not force users to use a proxy. - steep
.htaccess
? - user194374