From 92a5259fd0ed5f48e29d7f872153b883b1b706b4 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 1 Mar 2018 20:24:25 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26e4c77..828dc5f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ A simple tool to perform XOR as a TCP proxy. $ ./scramble -help Usage of ./scramble: -connect string - forward to ip and port + forward to ip and port (default ":8080") -key int key to xor the data (default 170) -listen string - listen on ip and port (default ":8000") + listen on ip and port (default ":8081") ``` ## Use with a SOCKS proxy