Commit ae09d13b authored by Ximin Luo's avatar Ximin Luo
Browse files

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
parent 564e75cd
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -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).