diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 04:38:19 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 04:38:19 +0800 |
commit | fe08e51e237b2e7c6ee33148a4b1bd0a8c1b965d (patch) | |
tree | 62a0eb0a6372aad4bc53cdd9200479b94a2440bd /README.md | |
parent | Fix error message (diff) | |
download | powxy-fe08e51e237b2e7c6ee33148a4b1bd0a8c1b965d.tar.gz powxy-fe08e51e237b2e7c6ee33148a4b1bd0a8c1b965d.tar.zst powxy-fe08e51e237b2e7c6ee33148a4b1bd0a8c1b965d.zip |
Limit request size todo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler. [net/http/httputil.NewSingleHostReverseProxy](https://pkg.go.dev/net/http/httputil#NewSingleHostReverseProxy) instead of hand-wiring a half-broken proxy. - We should probably add a JS/WASM version for browsers that support them. +- We should limit the request size. ## License |