"Tor cannot connect to the Internet if ReachableAddresses, ReachableORAddresses, or ReachableDirAddresses reject all addresses. Please accept some addresses in these options." when "FascistFirewall 1" is set
I start my Tor client running 0.2.9.3-alpha-dev (git-bfaded9143d127cb) with `FascistFirewall 1`, and it says:
```
Oct 06 15:32:11.620 [notice] Converting FascistFirewall config option to new format: "ReachableDirAddresses *:80"
Oct 06 15:32:11.620 [notice] Converting FascistFirewall config option to new format: "ReachableORAddresses *:443"
```
which is reasonable, but later it says
```
Oct 06 15:32:11.623 [warn] Tor cannot connect to the Internet if ReachableAddresses, ReachableORAddresses, or ReachableDirAddresses reject all addresses. Please accept some addresses in these options.
```
which is surprising.
issue