Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default OBFS4 bridges on build #205

Closed
tladesignz opened this issue Jul 14, 2019 · 1 comment
Closed

Update default OBFS4 bridges on build #205

tladesignz opened this issue Jul 14, 2019 · 1 comment
Assignees

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@tladesignz
Copy link
Contributor

@tladesignz tladesignz commented Jul 14, 2019

There's a source of truth for current default OBFS4 bridges:

https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/DefaultBridges

Here is a file which is updated from that in time, which seems more easily parsable:

https://gitweb.torproject.org/builders/tor-browser-build.git/tree/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js

We should have a script which reads that and integrate that in OB to use before new releases.

tladesignz pushed a commit that referenced this issue Dec 3, 2019
…d instead of having outdated bridges hardcoded.
@mtigas mtigas self-assigned this Dec 3, 2019
@mtigas
Copy link
Member

@mtigas mtigas commented Dec 3, 2019

Looks good to me.

#224 is related: I took out OnionManager.obfs4BridgesIPv6 since the only bridge in that array was offlined recently (and removed from that bridge list you're parsing out). Also removes meek-amazon. (I'd be more hesitant to just do that & change users' bridge configs if you were using that bridge... But meek-amazon has been offline since the middle of 2018.) Bridge config looking pretty clean now.

(I'm cool with keeping meek-azure hard-coded since the meek bridges aren't supposed to change at all. Any change to that one would possibly need string changes anyway.)

@mtigas mtigas closed this Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment