DownZemAll! can use a proxy server now.
A proxy server sits between your computer and the internet. Acting as a bridge between DownZemAll! or your web browser and internet services like websites and software-as-a-service (SaaS) platforms, a proxy server can potentially make your internet more private and secure. Here’s how to set up DownZemAll! so you can use a proxy server to your advantage.
What is a proxy server
A proxy server is a gateway between you and the internet. When you visit a website, the proxy server communicates with it on behalf of DZA. Then, when the website answers, the proxy forwards the data to you.
Proxy servers can do many jobs. These include scanning for viruses, acting as a firewall, speeding up your connection by caching, and hiding your public IP address.
How to set up your proxy server
Here’s how to set up your DZA! to use a proxy server :
Network Proxy
-
Go to Options > Preferences > Network
-
Enable proxying by changing the Type to SOCKS5 or HTTP
-
Fill the proxy address, port, and user authentification. Note that DZA stores the password in clear text
Type | Description |
---|---|
None | No proxying is used. |
SOCKS5 | based on RFC 1928 and RFC 1929. Generic proxy for any kind of connection. Supports TCP, UDP, binding to a port (incoming connections) and authentication. |
HTTP | A HTTP transparent proxying is used. Implemented using the “CONNECT” command, supports only outgoing TCP connections; supports authentication. |
Torrent Proxy
LibTorrent uses a separate settings storage, then to enable proxying with torrent, you should :
-
Go to Options > Preferences > Advanced
-
Filter with “proxy”
-
Fill the proxy address, port, and user authentification
Further reading
- Proxy server definition on Wikipedia
- Qt5 Proxy Documentation
- LibTorrent Proxy Documentation
The introduction of this article is largely inspired by a post from the Avast blog