Skip to content

Commit

Permalink
Add torsf feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Oct 16, 2023
1 parent 5f74d1c commit d8bb646
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions api/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ooni-api (1.0.77) unstable; urgency=medium

* Add torsf feature flag
https://github.com/ooni/backend/issues/742

-- Federico Ceratto <[email protected]> Wed, 11 Oct 2023 13:49:36 +0200

ooni-api (1.0.72) unstable; urgency=medium

* Fix probe registration iat
Expand Down
2 changes: 1 addition & 1 deletion api/ooniapi/probe_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def check_in() -> Response:
test_items = []

metrics.gauge("check-in-test-list-count", len(test_items))
conf: Dict[str, Any] = dict(features={})
conf: Dict[str, Any] = dict(features={"torsf_enabled": True})

# set webconnectivity_0.5 feature flag for some probes
octect = extract_probe_ipaddr_octect(1, 0)
Expand Down

0 comments on commit d8bb646

Please sign in to comment.