From 400087f9349443c14fa570d7fc583d905f926d1e Mon Sep 17 00:00:00 2001 From: Bluesaxorcist Date: Thu, 22 Aug 2019 09:29:22 -0500 Subject: fixed example of client to use a working port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 934f918..01defbb 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ The cert parameter is what is needed for the dispatcher client. ##### Client - bin/shapeshifter-dispatcher -transparent -client -state state -target 127.0.0.1:2222 -transports obfs4 -proxylistenaddr obfs4-127.0.0.1:443 -options '{"cert": "OfQAPDamjsRO90fDGlnZR5RNG659FZqUKUwxUHcaK7jIbERvNU8+EVF6rmdlvS69jVYrKw", "iatMode": "0"}' -logLevel DEBUG -enableLogging + bin/shapeshifter-dispatcher -transparent -client -state state -target 127.0.0.1:2222 -transports obfs4 -proxylistenaddr obfs4-127.0.0.1:1443 -options '{"cert": "OfQAPDamjsRO90fDGlnZR5RNG659FZqUKUwxUHcaK7jIbERvNU8+EVF6rmdlvS69jVYrKw", "iatMode": "0"}' -logLevel DEBUG -enableLogging This runs the client in transparent TCP proxy mode. The directory "state" is used to hold transport state. The address of the server is specified as -- cgit v1.2.3