From 77f9f83b57330a87ca9135e407e049dcfe9a97b0 Mon Sep 17 00:00:00 2001 From: Jiekai Date: Mon, 25 Apr 2016 15:30:09 +0800 Subject: [PATCH] update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2a894b..4619ded 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Run this inside the GFW -`$ ./relay -l 0.0.0.0:12345 -r :12345 -w` - +`$ ./relay -l 0.0.0.0:12345 -r :12345 -w -logtostderr` Run this outside the GFW @@ -14,8 +13,8 @@ Run this outside the GFW #### v0.0.1 * A working encrypted TCP relay in less than 100 lines of code -#### v0.1.* -* WIP +#### v0.1.0 +* A monitor package showing how many TCP connections are open ### See Also