
commit 2257559aa25d33c5176dc4a30ae4855decdd256b Author: aagbsn <aagbsn@extc.org> Date: Wed Jun 6 01:07:57 2012 -0700 4568 - Add option EXTRA_INFO_FILE to bridgedb.conf Adds a configuration option 'EXTRA_INFO_FILE' to specify the location of extra-info descriptors. --- bridgedb.conf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/bridgedb.conf b/bridgedb.conf index 81a2688..f044ee6 100644 --- a/bridgedb.conf +++ b/bridgedb.conf @@ -29,6 +29,10 @@ STATUS_FILE = "networkstatus-bridges" # Either a file that contains blocked bridges list or None #COUNTRY_BLOCK_FILE = "./blocked-bridges" +# File from which we read extra-info entries, for learning pluggable +# transports +EXTRA_INFO_FILE = "extra-infos" + # Only consider routers whose purpose matches this string. BRIDGE_PURPOSE = "bridge" # File to store persistent info in.