My former Karlstad University colleague Toke Høiland-Jørgensen generously offered to set up a default bridge, which also speaks IPv6. Let's use this ticket to coordinate this effort and eventually get the new bridge into tor-browser-launcher and tor-android-service.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
For the record, we ran into an issue with the IPv6 bridge because it was configured to be IPv6-only, meaning that it did not have an IPv4 address in its descriptor. This resulted in the bridge being unable to create its own descriptor and I was unable to bootstrap a connection over the bridge. We solved this problem by running an IPv4-only bridge and configuring a port forward from an IPv6 address to the IPv4 address.
Yes. In case anyone wants to replicate it, I setup the port using systemd sockets and netcat, using these two files:
/etc/systemd/system/tor-proxy-defaultbr.socket:
[Unit]Description=Socket for IPv6 proxying of Tor defaultbr[Socket]ListenStream=[2a0c:4d80:42:702::1]:27015BindIPv6Only=yesAccept=yesTriggerLimitIntervalSec=0[Install]WantedBy=multi-user.target
My task/32891 branch has a patch for tor-browser-build.
This looks good to me. I merged the patch to master with commit 215aed39ee177bd0a371e8e4b6d7de3fcf69ffed, and cherry-picked it to maint-9.0 as commit 82672d50af26c862214f3c1c2670897f94a9dbf9.
My task/32891 branch has a patch for tor-android-service.
This looks good to me too, however I don't have write access on this repository, so someone else (sysrqb?) will have to push it.
My task/32891 branch has a patch for tor-browser-build.
This looks good to me. I merged the patch to master with commit 215aed39ee177bd0a371e8e4b6d7de3fcf69ffed, and cherry-picked it to maint-9.0 as commit 82672d50af26c862214f3c1c2670897f94a9dbf9.
My task/32891 branch has a patch for tor-android-service.
This looks good to me too, however I don't have write access on this repository, so someone else (sysrqb?) will have to push it.
Thanks! Merged this as 18ba7d2780b1d5194cc5854d703655f6c9d3d196.
Trac: Status: needs_review to closed Resolution: N/Ato implemented
My task/32891 branch has a patch for tor-browser-build.
This looks good to me. I merged the patch to master with commit 215aed39ee177bd0a371e8e4b6d7de3fcf69ffed, and cherry-picked it to maint-9.0 as commit 82672d50af26c862214f3c1c2670897f94a9dbf9.
My task/32891 branch has a patch for tor-android-service.
This looks good to me too, however I don't have write access on this repository, so someone else (sysrqb?) will have to push it.
Thanks! Merged this as 18ba7d2780b1d5194cc5854d703655f6c9d3d196.
And merged on maint-9.0 as commit 0d50bcb46dc0ec08c7076d26da3eb561ba10d6b1.