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) |