commit ae09d13b4fa4caa8d0a0dd07b1add66605466953 Author: Ximin Luo infinity0@torproject.org Date: Mon Jul 14 10:48:20 2014 +0100
Add fingerprint of the bridge we're running, to protect against MITM of the first hop. - To support multiple authenticated bridges, we will need to fix #10196 and #11574 --- torrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/torrc b/torrc index 61f8eb6..fa6db3b 100644 --- a/torrc +++ b/torrc @@ -3,12 +3,14 @@ ## tor -f torrc
UseBridges 1 + # The address and port are ignored by the client transport plugin. -Bridge flashproxy 0.0.1.0:1 -Bridge flashproxy 0.0.1.0:2 -Bridge flashproxy 0.0.1.0:3 -Bridge flashproxy 0.0.1.0:4 -Bridge flashproxy 0.0.1.0:5 +Bridge flashproxy 0.0.1.0:1 4D6C0DF6DEC9398A4DEF07084F3CD395A96DD2AD +Bridge flashproxy 0.0.1.0:2 4D6C0DF6DEC9398A4DEF07084F3CD395A96DD2AD +Bridge flashproxy 0.0.1.0:3 4D6C0DF6DEC9398A4DEF07084F3CD395A96DD2AD +Bridge flashproxy 0.0.1.0:4 4D6C0DF6DEC9398A4DEF07084F3CD395A96DD2AD +Bridge flashproxy 0.0.1.0:5 4D6C0DF6DEC9398A4DEF07084F3CD395A96DD2AD + # Change the second number here (9000) to the number of a port that can # receive connections from the Internet (the port for which you # configured port forwarding).
tor-commits@lists.torproject.org