Hi everyone,
<div><br></div><div>I've been working on:</div><div><ul><li>Making tor connect to the pt combiner directly instead of connecting to the first pt as it did before. Now when tor sends a socks request to the combiner, the socks request is intercepted and a connection is made to the first pt instead of the requested bridge. The last pt has its destination set as the original requested bridge  address so when the last pt is finally given the data to obfuscate, it will forward it to the actual bridge.</li>
<li>Added a configuration file reader to the pt combiner server</li><li>Turned the obfs3_flashproxy method into a configuration file and set it as the default configuration file if one is not specified.</li><li>Worked on rearranging the project structure into a python and go project [0]</li>
</ul><div>You can see my progress at [1]</div><div><br></div><div>[0] <a href="https://trac.torproject.org/projects/tor/ticket/12215">https://trac.torproject.org/projects/tor/ticket/12215</a></div></div><div>[1] <a href="https://github.com/infinity0/obfs-flash">https://github.com/infinity0/obfs-flash</a></div>