[tor-bugs] #30006 [Applications/Quality Assurance and Testing]: Monitor "aliveness" of default bridges in Tor Browser

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Apr 3 20:31:25 UTC 2019


#30006: Monitor "aliveness" of default bridges in Tor Browser
-------------------------------------------------+-------------------------
 Reporter:  phw                                  |          Owner:  phw
     Type:  defect                               |         Status:
                                                 |  assigned
 Priority:  Medium                               |      Milestone:
Component:  Applications/Quality Assurance and   |        Version:
  Testing                                        |
 Severity:  Normal                               |     Resolution:
 Keywords:  default bridge                       |  Actual Points:
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by anarcat):

 the more i look at the list of bridges, the less happy i am. :) i was able
 to extract a list of host:port things with the atrocious:

 {{{
 curl -sSL 'https://gitweb.torproject.org/builders/tor-browser-
 build.git/plain/projects/tor-browser/Bundle-
 Data/PTConfigs/bridge_prefs.js' | sed -n '/default_bridge\.obfs/{s/.*obfs.
 //;s/ .*$//;p}'
 }}}

 ... but that's pretty nasty. ideally, we'd have a plain-text file listing
 each host, one per line, without anything else. then we could do a
 stronger regex that would sanitize the output for inclusion in the
 prometheus server. is there another, simpler data format, canonical source
 for this?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30006#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list