docs: Update README with the usage url and add docker on the TODO

This commit is contained in:
Sawyer 2025-07-23 01:14:17 -05:00
parent c604f5e4de
commit 24e8f79af0

View file

@ -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)