aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 04:09:44 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 04:09:44 +0800
commit888abff2b2fe464ef67694ce274c232953af8650 (patch)
tree2d6fde122ac483fedd3420f5764a7db179147aa6 /README.md
parentAdd link to source (diff)
downloadpowxy-888abff2b2fe464ef67694ce274c232953af8650.tar.gz
powxy-888abff2b2fe464ef67694ce274c232953af8650.tar.zst
powxy-888abff2b2fe464ef67694ce274c232953af8650.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e9a48e..a0f01e4 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler.
be lost.
- It does not work when duplex connections are needed, e.g. with Git's Smart
HTTP protocol.
+- We should probably use
+ [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.
## License