summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2014-10-01 19:00:30 +0000
committerYawning Angel <yawning@torproject.org>2014-10-01 19:00:30 +0000
commit6cd81ec42f203585c59e610dc16728cb0a5d1455 (patch)
tree28e16d3446e40c2ad6a1b2d5aa46006704a616fb /README.md
parent213495d3b9f6d41771751f5ab76711a225f05d9b (diff)
Change the bridge line format to be more compact.
Instead of "node-id" and "public-key" that are Base16 encoded, use "cert" which contains the "node-id" and "public-key" in Base64 encoded form. This is more compact and cuts the length down by 49 characters.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fdcb34b..40d092d 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,8 @@ ServerTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy
appropriate.
* The autogenerated obfs4 bridge parameters are placed in
- `DataDir/pt_state/obfs4_state.json`. An obfs4 bridge line requires the
- `node-id`, `public-key` and `iat-mode` arguments.
+ `DataDir/pt_state/obfs4_state.json`. To ease deployment, the client side
+ bridge line is written to `DataDir/pt_state/obfs4_bridgeline.txt`.
### Thanks