Update README.md

This commit is contained in:
Namhyeon Go 2024-02-26 22:31:22 +09:00 committed by GitHub
parent fa5a0558ad
commit 7182883da9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ You <-> Proxy client (Python) <-> Parasitized proxy server (Optional, PHP) <-> O
```
For example, build a simple web debugging proxy on the shared servers.
The default is stateless. You can use the stateful mode to avoid being constrained by transmission capacity limits (e.g., `max_upload_size`).
This project supports two modes of connection. The default is stateless. You can use the stateful mode to avoid being constrained by transfer capacity limits (e.g., `max_upload_size`).
### Spam filtering strategy
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test - Estimating whether the characters has been arranged by humans. (use [Have I Been Pwned](https://haveibeenpwned.com/Passwords))