diff options
Diffstat (limited to 'features/support')
-rw-r--r-- | features/support/config.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/features/support/config.rb b/features/support/config.rb index ce3c048..89fa1ba 100644 --- a/features/support/config.rb +++ b/features/support/config.rb @@ -74,20 +74,6 @@ SERVICES_EXPECTED_ON_ALL_IFACES = ] # OpenDNS SOME_DNS_SERVER = "208.67.222.222" -TOR_AUTHORITIES = - # List grabbed from Tor's sources, src/or/config.c:~750. - [ - "86.59.21.38", - "128.31.0.39", - "194.109.206.212", - "82.94.251.203", - "199.254.238.52", - "131.188.40.189", - "193.23.244.244", - "208.83.223.34", - "171.25.193.9", - "154.35.175.225", - ] VM_XML_PATH = "#{Dir.pwd}/features/domains" TAILS_SIGNING_KEY = cmd_helper(". #{Dir.pwd}/config/amnesia; echo ${AMNESIA_DEV_KEYID}").tr(' ', '').chomp |