summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBluesaxorcist <joshua@operatorfoundation.org>2019-08-22 09:29:22 -0500
committerBluesaxorcist <joshua@operatorfoundation.org>2019-08-22 09:29:22 -0500
commit400087f9349443c14fa570d7fc583d905f926d1e (patch)
treeaa1004924ba6059b4549a48ec621984b3f8ced3a
parent218248bcc5b3655251870667b63a54326189f585 (diff)
fixed example of client to use a working port
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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