aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d9a1d8..14e7def 100644
--- a/README.md
+++ b/README.md
@@ -60,3 +60,16 @@ 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