ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
749 stars 142 forks source link

webconnectivitylte: expire DNS whoami results #2671

Closed bassosimone closed 4 months ago

bassosimone commented 4 months ago

We use a singleton and never expire the cache. Which means potentially we miss cases where the network changes. To avoid this issue, we need to implement expiring such that we issue whoami queries periodically.