From c3b46a038173162f8704bc873095cc04c9a20ae4 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 5 Jul 2024 22:24:09 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/license/_index.en.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/license/_index.en.md b/content/self-host/rustdesk-server-pro/license/_index.en.md index 34230bd..aab6da5 100644 --- a/content/self-host/rustdesk-server-pro/license/_index.en.md +++ b/content/self-host/rustdesk-server-pro/license/_index.en.md @@ -37,6 +37,8 @@ The license can be only used on one machine (for hbbs only, hbbr does not requir ### Proxy If your server can not access internet to verify license directly, you can add proxy. e.g. `proxy=http://username:password@example.com:8080 ./hbbs`. + Alternatively, you can add `proxy=http://username:password@example.com:8080` to `.env` file -under working directory (where `id_ed25519` / `db.sqlite3` files reside). `http` can be replaced with `https` or `socks5`. -If there is no `username` / `password` / `port`, it can be `proxy=http://example.com`. +under working directory (where `id_ed25519` / `db.sqlite3` files reside). + +`http` can be replaced with `https` or `socks5`. If there is no `username` / `password` / `port`, it can be `proxy=http://example.com`.