aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-24 21:28:06 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-24 21:28:06 +0800
commit419fd10e5fa40ec8fcd66e18985eb2167c9b1f88 (patch)
treefac3549d2610fa7721277eed9099c0aaaa5ed094
parentMove <script> to the head (diff)
downloadpowxy-419fd10e5fa40ec8fcd66e18985eb2167c9b1f88.tar.gz
powxy-419fd10e5fa40ec8fcd66e18985eb2167c9b1f88.tar.zst
powxy-419fd10e5fa40ec8fcd66e18985eb2167c9b1f88.zip
README.md: Clearer statement of goals
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 19c4501..9f6ad69 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
# Powxy &ndash; 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