From 58a5567b6d0b7c499f51a125d236a5241965dfdd Mon Sep 17 00:00:00 2001 From: Thirawyn91 <118353412+Thirawyn91@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:05:22 +0100 Subject: [PATCH] Change default PORT from 8196 to 8191 (#267) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335a575..e83bc60 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Built with [camoufox](https://camoufox.com/) and [FastAPI](https://fastapi.tiang | Environment Variable | Default | Description | | -------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `HOST` | `0.0.0.0` | Host address to bind the server to. Use `0.0.0.0` to bind to all IPv4 interfaces, `::` for all IPv6 interfaces, or `127.0.0.1`/`localhost` for local access only. | -| `PORT` | `8196` | Port to bind the server to. | +| `PORT` | `8191` | Port to bind the server to. | | `PROXY_SERVER` | None | Proxy to use in format: `protocol://host:port`. | | `PROXY_USERNAME` | None | Username for proxy authentication. | | `PROXY_PASSWORD` | None | Password for proxy authentication. |