OONI Probe CLI v3.8.0
iOS
pod 'oonimkall', :podspec => 'https://dl.bintray.com/ooni/ios/oonimkall-2021.03.15-152119.podspec'
Android
implementation 'org.ooni:oonimkall:2021.03.15-152735'
Generic build instructions
go run ./internal/cmd/getresources
go build -v $extraBuildFlags ./cmd/ooniprobe
Changes
-
🐛 👀 rename stun_reachability to stunreachability
-
🐛 👀 stunreachability: fix goroutine spin and memleaks (see ooni/probe#1403)
-
🐛 sessionresolver: honor proxy settings
-
🐛 geolocate: disable proxy when discovering IP address
-
🔨 android: stop pinning to specific NDK version
-
🔨 miniooni: introduce
--version
and--limit
-
🔨 refactor, document, and simplify oonimkall code