summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBluesaxorcist <joshua@operatorfoundation.org>2019-08-22 09:31:01 -0500
committerBluesaxorcist <joshua@operatorfoundation.org>2019-08-22 09:31:01 -0500
commitf1a5b02d7804a5616e2d8c80a110c06258dcf798 (patch)
treeab1e1926926adcd17d908f150702065beb45a861
parent400087f9349443c14fa570d7fc583d905f926d1e (diff)
corrected an incorrect port example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01defbb..03c6330 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ used to hold transport state. The address of the server is specified as
127.0.0.1, port 2222. This is the same address as was specified on the server
command line above. For this demo to work, the dispatcher server needs to be
running on this host and port. The obfs4 transport is enabled and bound to the
-address 127.0.0.1 and the port 443. The -options parameter is different for
+address 127.0.0.1 and the port 1443. The -options parameter is different for
every transport. For obfs4, the "cert" and "iatMode" parameters are required.
These can be found in the obfs4_bridgeline.txt in the server state directory,
which is generated by the server the first time that it is run. It is important