aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-03-29 20:06:58 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-03-29 20:06:58 +0200
commitc1cbde5c9670f8cd08894a3d46b3ba114a314657 (patch)
tree64e02016281ba1802360d7c93b13e579507146a4
parent17e9094ebc0ca4a7d5c20dccf39c48bfa08449fd (diff)
Add mapping notes
-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