From cce6a71538930228c44970aa5cf9d430a5683cce Mon Sep 17 00:00:00 2001 From: Jakub Orchowski Date: Thu, 20 Feb 2025 22:59:11 +0100 Subject: [PATCH] [skip ci] update TODO and fix None as default for Proxy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d3e674..46e819e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) a | -------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------- | | `USE_XVFB` | `SeleniumBase default` | Use virtual desktop with Xvfb. (Linux only) (Can cause performance hog [#14](https://github.com/ThePhaseless/Byparr/issues/14)) | | `USE_HEADLESS` | `SeleniumBase default` | Use headless chromium. | -| `PROXY` | `` | Proxy to use. (format: `username:password@host:port`) | +| `PROXY` | None | Proxy to use. (format: `username:password@host:port`) | ## Tags @@ -68,5 +68,5 @@ uv sync && ./cmd.sh - [x] Add more anti-bot challenges - [x] Add doc strings - [x] Implement versioning -- [ ] Proxy support +- [x] Proxy support - [x] Add more architectures support