From d44584cc41edd5c89be7aab0e16df1260c7c9540 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 27 Jan 2025 15:01:05 +0200 Subject: [PATCH] upd docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb3599b..5675fe2 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ eu3.sec-tunnel.com,77.111.244.22,443 | init-retry-interval | Duration | delay between initialization retries (default 5s) | | list-countries | - | list available countries and exit | | list-proxies | - | output proxy list and exit | +| override-proxy-address | string | use fixed proxy address instead of server address returned by SurfEasy API | | proxy | String | sets base proxy to use for all dial-outs. Format: `://[login:password@]host[:port]` Examples: `http://user:password@192.168.1.1:3128`, `socks5://10.0.0.1:1080` | | refresh | Duration | login refresh interval (default 4h0m0s) | | refresh-retry | Duration | login refresh retry interval (default 5s) |