From dd2fe959006ffe22d25ab6de70fbe884d6e82bf7 Mon Sep 17 00:00:00 2001 From: wweir Date: Tue, 15 Jan 2019 19:15:06 +0800 Subject: [PATCH] update readme architecture --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90421c1..fbae1cc 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Yet another cross platform transparent proxy tool | | parsr http(s) target url | | | | | | | +---------------------------+ | - | | + | shadow service | +--------^----------------------+ | request domain server - quic connection +----------> + quic / KCP / TCP +----------> | | +--------+---client+------+-----+ | | | - | | | + | shadow service | | | relay service | dns | | | server | | | | @@ -33,7 +33,7 @@ Yet another cross platform transparent proxy tool | +----------+ | | 2 1 1 2 + + + + - block request normal request + blocked request normal request ``` @@ -44,5 +44,5 @@ Yet another cross platform transparent proxy tool 4. add `127.0.0.1` as you first domain server ## todo -- [ ] authenticate +- [x] authenticate - [ ] broker \ No newline at end of file