From f3e769e9664b8962557a03896160b590f81a4a4b Mon Sep 17 00:00:00 2001 From: Bluesaxorcist Date: Sun, 11 Aug 2019 22:19:13 -0500 Subject: updated README to troubleshoot problems --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5833ab9..ecf143d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you are looking for the transports is provides, they are here: The dispatcher implements the Pluggable Transports 2.1 draft 1 specification available here: - + The purpose of the dispatcher is to provide different proxy interfaces to using transports. Through the use of these proxies, application traffic can be sent @@ -160,7 +160,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 -bindaddr 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 -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