aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d9a1d8..2d6ddc5 100644
--- a/README.md
+++ b/README.md
@@ -60,3 +60,20 @@ Total: 1 100 223.2 37 1424
docker build -t goxy .
docker run -d --name goxy -p 192.168.243.5:80:80 -p 192.168.243.5:443:443 --net testnet goxy
+
+## Mapping
+
+### Host scheme
+ http://host/path -> http only
+ https://host/path -> http redirect to https, cert required
+ ws, wss -- ?
+
+### Upstream scheme
+ http://backend/path
+ https://backend/path
+ ws://backend/path
+ wss://backend/path
+
+## TODO
+- rewrite for 2 (3?) independend mappings (http, https, ws, wss)
+- improve testing