|
@@ -118,6 +118,8 @@ typedef struct config_var_t {
|
|
|
|
|
|
#define OBSOLETE(name) { name, CONFIG_TYPE_OBSOLETE, 0, NULL }
|
|
|
|
|
|
+
|
|
|
+
|
|
|
|
|
|
* abbreviations, order is significant, since the first matching option will
|
|
|
* be chosen first.
|
|
@@ -175,6 +177,8 @@ static config_var_t _option_vars[] = {
|
|
|
V(ExitNodes, STRING, NULL),
|
|
|
V(ExitPolicy, LINELIST, NULL),
|
|
|
V(ExitPolicyRejectPrivate, BOOL, "1"),
|
|
|
+ V(FallbackNetworkstatusFile, STRING,
|
|
|
+ DATADIR PATH_SEPARATOR "tor" PATH_SEPARATOR "fallback-consensus"),
|
|
|
V(FascistFirewall, BOOL, "0"),
|
|
|
V(FirewallPorts, CSV, ""),
|
|
|
V(FastFirstHopPK, BOOL, "1"),
|