[tor-commits] [ooni-probe/master] Add e16.whatsapp.net to the endpoints tested
art at torproject.org
art at torproject.org
Fri Jan 13 12:39:57 UTC 2017
commit 1130da41e4ef8dc8198b14b2019a72061c574c3b
Author: Arturo Filastò <arturo at filasto.net>
Date: Wed Nov 23 12:45:07 2016 +0000
Add e16.whatsapp.net to the endpoints tested
---
ooni/nettests/blocking/whatsapp.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/nettests/blocking/whatsapp.py b/ooni/nettests/blocking/whatsapp.py
index c8b16c8..07cb3f8 100644
--- a/ooni/nettests/blocking/whatsapp.py
+++ b/ooni/nettests/blocking/whatsapp.py
@@ -264,7 +264,7 @@ class WhatsappTest(httpt.HTTPTest, dnst.DNSTest):
description = ("This test checks to see if the servers used by whatsapp "
"messenger are reachable")
author = "Arturo Filastò"
- version = "0.3.1"
+ version = "0.4.0"
requiresRoot = False
requiresTor = False
@@ -407,7 +407,7 @@ class WhatsappTest(httpt.HTTPTest, dnst.DNSTest):
self.report['tcp_connect'] = []
- possible_endpoints = map(lambda x: "e%s.whatsapp.net" % x, range(1, 16))
+ possible_endpoints = map(lambda x: "e%s.whatsapp.net" % x, range(1, 17))
whatsapp_network = WhatsAppNetwork()
to_test_endpoints = []
if self.localOptions.get('all-endpoints', False):
More information about the tor-commits
mailing list