TinyProxy – Easy Proxy Server is a small HTTP proxy server and it is very easy to install and use. It is highly configurable and supports URL-based and domain-based filtering, custom headers and reverse proxying.
This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.
The connection to TinyProxy Server using Windows settings
- Launch VM through your Azure account. When starting the VM proxy server starts automatically
- To use the proxy server through the built-in Windows tools, you must open the settings
- In Settings select Network & Internet
- Go to the “Proxy” section and set the “Use a proxy server” switch to On
- In the Address field, enter the address of the VM, and in the Port field, specify 8888. Then click the Save button.
- To check the connection to the proxy server, open the https://www.myip.com/ website in any browser and check if your IP address has changed.
Attention:
There may be a problem that with enabled proxy, you will lose your Internet connection. To fix this problem, you should restart the proxy service manually.
- To restart the proxy you should connect to the server via ssh. For example, you can connect to a VM via PuTTY – Download.
- Run Putty, enter the VM address in the “Host” field, and click “Open” to connect.
- In the opened console you will need to enter a username and password that were specified while the VM has been creating.
- Next, you should enter the following commands:
> sudo service tinyproxy stop
> sudo service tinyproxy start