[tor-commits] [torspec/master] Fix port in USERADDR example

nickm at torproject.org nickm at torproject.org
Mon Feb 25 18:35:46 UTC 2019


commit d05176bb4a6489747e0e63471a21e17a58c7470b
Author: sergeyfrolov <sergey.frolov at colorado.edu>
Date:   Fri Jul 13 17:56:03 2018 -0400

    Fix port in USERADDR example
---
 proposals/196-transport-control-ports.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/196-transport-control-ports.txt b/proposals/196-transport-control-ports.txt
index 4ef7840..afe6f11 100644
--- a/proposals/196-transport-control-ports.txt
+++ b/proposals/196-transport-control-ports.txt
@@ -100,7 +100,7 @@ Implemented-In: 0.2.5.2-alpha
   pluggable transport proxy. A Tor bridge SHOULD use that address to
   collect statistics about its clients.  Recognized formats are:
     1.2.3.4:5678
-    [1:2::3:4]::5678
+    [1:2::3:4]:5678
 
   (Current Tor versions may accept other formats, but this is a bug:
   transports MUST NOT send them.)





More information about the tor-commits mailing list