From 24e8f79af0f5e3e69a12941ad14b8030cb282229 Mon Sep 17 00:00:00 2001 From: Sawyer Date: Wed, 23 Jul 2025 01:14:17 -0500 Subject: [PATCH] docs: Update README with the usage url and add docker on the TODO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a89f0..19aa680 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ playwright install ## Usage -Run `proxy.py`, and your proxy will be available on port 32323. +Run `proxy.py`, and make a request to `localhost:32323/?url=https://ifconfig.me`. You can also pass several arguments. @@ -52,6 +52,7 @@ This proxy has no authentication, and I don't plan to add any (PRs welcome thoug ## TODO +[ ] Docker image [ ] Custom Chromium binary locations [ ] More CLI arguments to control ChromeDriver behavior [ ] Error handling (404, 403, 429)