Implement conjure as a pluggable transport
Get [the refraction networking client](https://github.com/refraction-networking/gotapdance)'s code into a pluggable transport for Tor. This issue tracks an MVP version of Conjure that is suitable to ship in alpha versions of Tor Browser. - [x] get familiar with the Go code https://github.com/refraction-networking/gotapdance - [x] create conjure repo in https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports for this new PT - https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/conjure - [x] implement a staging environment for testing (#3) - [x] implement a working PT (#1, #2) - [x] connect PT to production Conjure station (#6) - [x] deploy a Conjure bridge - [ ] secure the connection between the station and the bridge (#15) - [ ] reproducible builds in tor-browser-build (#14) - [ ] get IPv6 working (#13) - [ ] save phantom registrations for later use (#7) - [ ] protect the registration with either decoy routing or domain fronting
issue