Small script that gets data from the OONI project and shows in which countries the domain "dn42.dev" is censored the most. "dn42.dev" is one of the most popular mirrors of the dn42 wiki.

Marek Küthe f065a65302 Update link to ooni explorer 2 months ago
scripts ef52cee1ce Include script for checking domains on blocklists 3 months ago
.gitignore 16dd3d502f Remove Gemfile.lock 5 months ago
.rubocop.yml 74e6ca4144 Initial commit 5 months ago
Gemfile ef52cee1ce Include script for checking domains on blocklists 3 months ago
LICENSE 897733349f Initial commit 5 months ago
README.md f065a65302 Update link to ooni explorer 2 months ago
dn42_urls_batch.txt 062bb71b0c Add urls 2 months ago

README.md

dn42-censorship

Small script that gets data from the OONI project and shows in which countries the domain "dn42.dev" is censored the most. "dn42.dev" is one of the most popular mirrors of the dn42 wiki.

dn42 logo

Example

$ ./lib/dn42_censorship 
Querying strict countries from the I2P project.
Querying OONI measurements since 2023-07-25 until 2023-11-20.
OONI took 1.33 seconds to complete our request.

--------------------------------------------------
Countries that are classified as strict by the I2P project are marked with a "!".
Show all countries in which there was confirmed censorship or anomalies with more than five percent.

2023-08-01:
	Iran (!):             1 (0.46%) confirmed, 5 (2.3%) anomalies, 6 (2.76%) failures, 205 (94.47%) ok.
Affected countries: Iran

2023-09-01:
	Benin:                0 (0.0%) confirmed, 93 (89.42%) anomalies, 0 (0.0%) failures, 11 (10.58%) ok.
	Colombia:             0 (0.0%) confirmed, 4 (6.15%) anomalies, 0 (0.0%) failures, 61 (93.85%) ok.
	Iran (!):             1 (0.35%) confirmed, 5 (1.73%) anomalies, 11 (3.81%) failures, 272 (94.12%) ok.
Affected countries: Benin, Colombia, Iran

2023-10-01:
	Cyprus:               0 (0.0%) confirmed, 1 (6.67%) anomalies, 0 (0.0%) failures, 14 (93.33%) ok.
	Ethiopia (!):         0 (0.0%) confirmed, 1 (5.26%) anomalies, 0 (0.0%) failures, 18 (94.74%) ok.
	Myanmar (!):          0 (0.0%) confirmed, 2 (5.88%) anomalies, 0 (0.0%) failures, 32 (94.12%) ok.
Affected countries: Cyprus, Myanmar, Ethiopia

2023-11-01:
	China (!):            0 (0.0%) confirmed, 3 (5.66%) anomalies, 2 (3.77%) failures, 48 (90.57%) ok.
	Iran (!):             4 (3.64%) confirmed, 1 (0.91%) anomalies, 3 (2.73%) failures, 102 (92.73%) ok.
	Timor-Leste:          0 (0.0%) confirmed, 1 (25.0%) anomalies, 0 (0.0%) failures, 3 (75.0%) ok.
Affected countries: Timor-Leste, China, Iran

More data and more tests

I have compiled a list of some URLs that are related to dn42. To test them in OONI, click here.

Sort list, remove duplicates, remove blank lines:

cat dn42_urls_batch.txt | sort | uniq | sed '/^$/d'

Links