docs: correct explanation of https proxy affect

This commit is contained in:
hieu-jan 2024-03-05 20:53:30 +09:00
parent 2cb3dbde24
commit 408fa12dd2

View File

@ -20,9 +20,13 @@ keywords:
## Why HTTPS Proxy?
HTTPS Proxy encrypts data between your browser and the internet, making it hard for outsiders to intercept or read. It also helps you to maintain your privacy and security while being able to bypass regional restrictions on internet.
:::note
Using an HTTPS proxy will affect your model's performance
When configuring Jan using an HTTPS proxy, the speed of downloading model may be affected due to the encryption and decryption process. It also depends on the networking of cloud provider.
:::
## Setting Up Your Own HTTPS Proxy Server
This guide provides a simple overview of setting up an HTTPS proxy server using **Squid**, a widely used open-source proxy software.
@ -39,6 +43,7 @@ We recommend using a well-known cloud provider service like:
- Microsoft Azure
- Digital Ocean
:::
2. Ensure that your server has a public IP address and is accessible from the internet.
### Step 2: Installing Squid