From 647ff6e872fe9e1de936521acdb23373a610e68d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 30 Mar 2016 20:15:45 +0200 Subject: Update TODO --- README.md | 27 ++++++++++++++------------- 1 file 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 -- cgit v1.2.3