diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 21:28:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 21:28:06 +0800 |
commit | 419fd10e5fa40ec8fcd66e18985eb2167c9b1f88 (patch) | |
tree | fac3549d2610fa7721277eed9099c0aaaa5ed094 | |
parent | Move <script> to the head (diff) | |
download | powxy-419fd10e5fa40ec8fcd66e18985eb2167c9b1f88.tar.gz powxy-419fd10e5fa40ec8fcd66e18985eb2167c9b1f88.tar.zst powxy-419fd10e5fa40ec8fcd66e18985eb2167c9b1f88.zip |
README.md: Clearer statement of goals
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,12 @@ # Powxy – anti-scraper reverse proxy -Powxy is a reverse proxy that sits in front of your upstream service and -enforces a SHA-256 proof-of-work challenge. The goal is to discourage scraping, -as it becomes expensive for a client to perform en masse. +Powxy is a reverse proxy that protects your upstream service by challenging +clients with SHA-256 proof-of-work. + +The goal is to discourage scraping, as it becomes expensive for a client to +perform en masse. This is especially useful at protecting things like Git +forges where scrapers do silly things like fetching each file in each commit +every hour. ## Demo |