Hi,
On 10 May 2020, at 12:07, Roger Dingledine arma@torproject.org wrote:
On Sat, May 09, 2020 at 01:15:46PM -0700, Eddie wrote:
Bridge obfs4 <IP ADDRESS>:<PORT> <FINGERPRINT> cert=<CERTIFICATE> iat-mode=0 I have all the parts mentioned in the text except for <PORT>.
It's the port from this line: ServerTransportListenAddr obfs4 0.0.0.0:<port> where the odfs4 is listening.
Right. Or if you didn't set a ServerTransportListenAddr line in your torrc file, then you can get it either from the log line:
[notice] Registered server transport 'obfs4' at '[::]:46396'
or from a corresponding line the 'state' file in your DataDirectory.
Or you should be able to find the complete bridge line in: DataDir/pt_state/obfs4_bridgeline.txt
https://github.com/Yawning/obfs4#tips-and-tricks
T