aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-03-30 20:15:45 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-03-30 20:15:45 +0200
commit647ff6e872fe9e1de936521acdb23373a610e68d (patch)
treeeb4fc622cd607671caa73084632d9c0715d194b8
parent90122bed2b361f1587fcefcb03b299829a9510f2 (diff)
Update TODO
-rw-r--r--README.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/README.md b/README.md
index 6224406..32230de 100644
--- a/README.md
+++ b/README.md
@@ -61,25 +61,26 @@ 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
+## Debug links
+
+- http://goxy.moccu:8080/debug/route
+- http://goxy.moccu:8080/debug/pprof
+- http://goxy.moccu:8080/debug/rpc
+
+## TODO
+
+- rewrite for 2 (3?) independend mappings (http, https, ws, wss)
+- improve testing
+
+### Mapping
-### Host scheme
+#### Host scheme
http://host/path -> http only
https://host/path -> http redirect to https, cert required
ws, wss -- ?
-### Upstream scheme
+#### 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
-
-## Debug links
-
-- http://goxy.moccu:8080/debug/route
-- http://goxy.moccu:8080/debug/pprof
-- http://goxy.moccu:8080/debug/rpc