diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 9d3fd976c..3edf23a48 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -863,7 +863,8 @@ typedef struct { int IgnoreVersion; /**< If true, run no matter what versions of Tor the * directory recommends. */ int RunAsDaemon; /**< If true, run in the background. (Unix only) */ - int FascistFirewall; /**< Whether to prefer ORs reachable on 80/443. */ + int FascistFirewall; /**< Whether to prefer ORs reachable on open ports. */ + smartlist_t *FirewallPorts; /** Which ports our firewall allows. */ int DirFetchPostPeriod; /**< How often do we fetch new directories * and post server descriptros to the directory * server? */ |