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 <
[email protected] > Tue, 1 Apr 2025 10:41:29 +0530
6
+
1
7
ooni-api (1.0.95) unstable; urgency=medium
2
8
3
9
* return only 6,5 test helpers
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ def check_in() -> Response:
280
280
# addressed the issue with the fast.ly based rendezvous method being broken
281
281
"torsf_enabled" : False ,
282
282
"vanilla_tor_enabled" : True ,
283
+ "openvpn_enabled" : False ,
283
284
}
284
285
)
285
286
Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ def check_in(
376
376
# addressed the issue with the fast.ly based rendezvous method being broken
377
377
"torsf_enabled" : False ,
378
378
"vanilla_tor_enabled" : True ,
379
+ "openvpn_enabled" : False ,
379
380
}
380
381
)
381
382
You can’t perform that action at this time.
0 commit comments