v0.18.0
Packages
-
ios:
pod 'oonimkall', :podspec => 'https://dl.bintray.com/ooni/ios/oonimkall-2020.10.06-103613.podspec'
-
android:
implementation 'org.ooni:oonimkall:2020.10.06-103820'
Improvements
experiment/dnscheck
: new experiment (still in alpha) that should help to more easily replicate past investigations, e.g., https://ooni.org/post/2020-iran-dot.
Bug Fixes
-
Make sure we honour the
include_asn
setting correctly: scrubprobe_network_name
,resolver_asn
,resolver_network_name
when this setting isfalse
by setting them respectively to""
,"AS0"
, and""
. This issue has been noticed when investigating ooni/explorer#495. -
Make the code more strict and set
resolver_ip
andtest_keys.client_resolver
to"127.0.0.2"
unlessinclude_ip
istrue
. This issue has been noticed when investigating ooni/explorer#495.