File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
ooniapi/services/ooniprobe/src/ooniprobe/routers/v1 Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ooni-api (1.0.96) unstable; urgency=medium
2+
3+ * disable openvpn from check-in
4+
5+ -- Mehul <mehul@ooni.org> Tue, 1 Apr 2025 10:41:29 +0530
6+
17ooni-api (1.0.95) unstable; urgency=medium
28
39 * return only 6,5 test helpers
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ def check_in() -> Response:
280280 # addressed the issue with the fast.ly based rendezvous method being broken
281281 "torsf_enabled" : False ,
282282 "vanilla_tor_enabled" : True ,
283+ "openvpn_enabled" : False ,
283284 }
284285 )
285286
Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ def check_in(
376376 # addressed the issue with the fast.ly based rendezvous method being broken
377377 "torsf_enabled" : False ,
378378 "vanilla_tor_enabled" : True ,
379+ "openvpn_enabled" : False ,
379380 }
380381 )
381382
You can’t perform that action at this time.
0 commit comments