Skip to content

Commit d57a18f

Browse files
authored
fix: disable openvpn from check-in (#953)
* fix: disable openvpn from check-in * update changelog for debain deployment * feat: disable openvpn in ooniprobe ecs service
1 parent 9b86df4 commit d57a18f

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

api/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
ooni-api (1.0.95) unstable; urgency=medium
28

39
* return only 6,5 test helpers

api/ooniapi/probe_services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

ooniapi/services/ooniprobe/src/ooniprobe/routers/v1/probe_services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)