-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from Snawoot/opt_override_proxy_address
Opt override proxy address
- Loading branch information
Showing
2 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: `<http\|https\|socks5\|socks5h>://[login:password@]host[:port]` Examples: `http://user:[email protected]:3128`, `socks5://10.0.0.1:1080` | | ||
| refresh | Duration | login refresh interval (default 4h0m0s) | | ||
| refresh-retry | Duration | login refresh retry interval (default 5s) | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters