diff --git a/README.md b/README.md index 442b10d..7e9959a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) a | `USE_HEADLESS` | `SeleniumBase default` | Use headless chromium. | | `PROXY` | None | Proxy to use in format: `protocol://username:password@host:port`. [SOCKS5 with authentication is not supported by Chrome](https://stackoverflow.com/questions/75602916/connection-to-private-proxy-socks5-with-chrome-webrequest-onauthrequired-and), see `compose.yaml` file for a workaround | +## Proxy Recommendation + +Recently I've partnered with a *new in town* proxy service - ProxyBase - to offer affordable proxy services that seems to work seamlessly with Byparr! Using my affiliate code `byparr` (case sensitive!) when signing up will not only get you access to their cost-effective (**$0.69/GB with occasional promotions**) proxy network but will also help support the continued development of this project. ProxyBase's proxies can significantly improve your success rate when bypassing anti-bot challenges. [Check out ProxyBase](https://discord.gg/perwbTBxGf) and enhance your Byparr experience! Just remember that it uses `socks5` protocol, so check [Options](#options) section for more details. + ## Tags - `v*.*.*`/`latest` - Releases considered stable diff --git a/compose.yaml b/compose.yaml index 8a68076..de26321 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,13 +5,13 @@ services: build: context: . dockerfile: Dockerfile - # environment: # Uncomment if using pproxy - # - proxy=http://pproxy:8080 + # environment: + # - PROXY=http://pproxy:8080 # Uncomment this line to use pproxy volumes: - ./screenshots:/app/screenshots # For screenshots when exception occurs ports: - "8191:8191" - # # Uncomment the following lines to enable pproxy + # # Uncomment the following lines to enable pproxy for socks5 proxy # pproxy: # tty: true # Required for pproxy to work # container_name: pproxy @@ -20,4 +20,4 @@ services: # command: # - -vv # - -l http://:8080 - # - -r socks5://host:port#username:password + # - -r socks5://host:port#username:password # Fill in your proxy credentials and address