David Stainton <dstainton...@gmail.com> writes:

> OK I tested obfsproxy obfs2 in managed mode with tor and it works...
> But I guess that doesn't really test my changes since I'd have to pass
> it a shared_secret
>
> """ - Client:
>       On the client-side we don't have a way to pass global parameters
>       to obfsproxy yet. If we ever need to, we can do it with
>       environment variables here too. """
>
> Are you saying that we cannot use a shared secret with obfs2 in
> managed mode with Tor?
>

No, it is possible.

You just need to use the k=v parameters of the Bridge line in your
torrc. These will be passed as per-connection parameters during the
SOCKS handshake from Tor to obfsproxy. In obfsproxy, the parameters
will be passed to your transport using handle_socks_args().

_______________________________________________
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Reply via email to