[tor-commits] [bridgedb/master] Disable obfs2 distribution.
isis at torproject.org
isis at torproject.org
Tue Dec 1 02:47:01 UTC 2015
commit c75ff1afb171af99a335f2492421cb4c814afcea
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue Feb 3 00:10:30 2015 +0000
Disable obfs2 distribution.
* FIXES #14685 https://bugs.torproject.org/14685
---
bridgedb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb.conf b/bridgedb.conf
index bc79b86..7805e15 100644
--- a/bridgedb.conf
+++ b/bridgedb.conf
@@ -265,7 +265,7 @@ TASKS = {
# SUPPORTED_TRANSPORTS is a dictionary mapping Pluggable Transport methodnames
# to booleans. If ``True``, the PT is distributed; if ``False``, it isn't.
SUPPORTED_TRANSPORTS = {
- 'obfs2': True,
+ 'obfs2': False,
'obfs3': True,
'obfs4': True,
'scramblesuit': True,
More information about the tor-commits
mailing list