From 542e31cd96c6f1a790dbd4a3d0671beb6b3b79c4 Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Sun, 31 Jan 2021 13:34:39 -0800 Subject: [PATCH] add doc --- doc/dir-spec.txt | 3625 ++ doc/example-descriptors/consensus.txt | 35335 ++++++++++++++++ ...iptor-4frkg4jpbmbjhlsrbyjpbmu3slphz7ts.txt | 59 + .../introduction-point.txt | 45 + ...7b1f850344d7876491a54892f904934e4eb85d.txt | 54 + doc/rend-spec.txt | 1075 + doc/tor-spec.txt | 1612 + 7 files changed, 41805 insertions(+) create mode 100644 doc/dir-spec.txt create mode 100644 doc/example-descriptors/consensus.txt create mode 100644 doc/example-descriptors/hidden-service-descriptor-4frkg4jpbmbjhlsrbyjpbmu3slphz7ts.txt create mode 100644 doc/example-descriptors/introduction-point.txt create mode 100644 doc/example-descriptors/server-descriptor-847b1f850344d7876491a54892f904934e4eb85d.txt create mode 100644 doc/rend-spec.txt create mode 100644 doc/tor-spec.txt diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt new file mode 100644 index 0000000..a9ead75 --- /dev/null +++ b/doc/dir-spec.txt @@ -0,0 +1,3625 @@ + + Tor directory protocol, version 3 + +0. Scope and preliminaries + + This directory protocol is used by Tor version 0.2.0.x-alpha and later. + See dir-spec-v1.txt for information on the protocol used up to the + 0.1.0.x series, and dir-spec-v2.txt for information on the protocol + used by the 0.1.1.x and 0.1.2.x series. + + This document merges and supersedes the following proposals: + + 101 Voting on the Tor Directory System + 103 Splitting identity key from regularly used signing key + 104 Long and Short Router Descriptors + + XXX timeline + XXX fill in XXXXs + + The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL + NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and + "OPTIONAL" in this document are to be interpreted as described in + RFC 2119. + +0.1. History + + The earliest versions of Onion Routing shipped with a list of known + routers and their keys. When the set of routers changed, users needed to + fetch a new list. + + The Version 1 Directory protocol + -------------------------------- + + Early versions of Tor (0.0.2) introduced "Directory authorities": servers + that served signed "directory" documents containing a list of signed + "server descriptors", along with short summary of the status of each + router. Thus, clients could get up-to-date information on the state of + the network automatically, and be certain that the list they were getting + was attested by a trusted directory authority. + + Later versions (0.0.8) added directory caches, which download + directories from the authorities and serve them to clients. Non-caches + fetch from the caches in preference to fetching from the authorities, thus + distributing bandwidth requirements. + + Also added during the version 1 directory protocol were "router status" + documents: short documents that listed only the up/down status of the + routers on the network, rather than a complete list of all the + descriptors. Clients and caches would fetch these documents far more + frequently than they would fetch full directories. + + The Version 2 Directory Protocol + -------------------------------- + + During the Tor 0.1.1.x series, Tor revised its handling of directory + documents in order to address two major problems: + + * Directories had grown quite large (over 1MB), and most directory + downloads consisted mainly of server descriptors that clients + already had. + + * Every directory authority was a trust bottleneck: if a single + directory authority lied, it could make clients believe for a time + an arbitrarily distorted view of the Tor network. (Clients + trusted the most recent signed document they downloaded.) Thus, + adding more authorities would make the system less secure, not + more. + + To address these, we extended the directory protocol so that + authorities now published signed "network status" documents. Each + network status listed, for every router in the network: a hash of its + identity key, a hash of its most recent descriptor, and a summary of + what the authority believed about its status. Clients would download + the authorities' network status documents in turn, and believe + statements about routers iff they were attested to by more than half of + the authorities. + + Instead of downloading all server descriptors at once, clients + downloaded only the descriptors that they did not have. Descriptors + were indexed by their digests, in order to prevent malicious caches + from giving different versions of a server descriptor to different + clients. + + Routers began working harder to upload new descriptors only when their + contents were substantially changed. + + +0.2. Goals of the version 3 protocol + + Version 3 of the Tor directory protocol tries to solve the following + issues: + + * A great deal of bandwidth used to transmit server descriptors was + used by two fields that are not actually used by Tor routers + (namely read-history and write-history). We save about 60% by + moving them into a separate document that most clients do not + fetch or use. + + * It was possible under certain perverse circumstances for clients + to download an unusual set of network status documents, thus + partitioning themselves from clients who have a more recent and/or + typical set of documents. Even under the best of circumstances, + clients were sensitive to the ages of the network status documents + they downloaded. Therefore, instead of having the clients + correlate multiple network status documents, we have the + authorities collectively vote on a single consensus network status + document. + + * The most sensitive data in the entire network (the identity keys + of the directory authorities) needed to be stored unencrypted so + that the authorities can sign network-status documents on the fly. + Now, the authorities' identity keys are stored offline, and used + to certify medium-term signing keys that can be rotated. + +0.3. Some Remaining questions + + Things we could solve on a v3 timeframe: + + The SHA-1 hash is showing its age. We should do something about our + dependency on it. We could probably future-proof ourselves here in + this revision, at least so far as documents from the authorities are + concerned. + + Too many things about the authorities are hardcoded by IP. + + Perhaps we should start accepting longer identity keys for routers + too. + + Things to solve eventually: + + Requiring every client to know about every router won't scale forever. + + Requiring every directory cache to know every router won't scale + forever. + + +1. Outline + + There is a small set (say, around 5-10) of semi-trusted directory + authorities. A default list of authorities is shipped with the Tor + software. Users can change this list, but are encouraged not to do so, + in order to avoid partitioning attacks. + + Every authority has a very-secret, long-term "Authority Identity Key". + This is stored encrypted and/or offline, and is used to sign "key + certificate" documents. Every key certificate contains a medium-term + (3-12 months) "authority signing key", that is used by the authority to + sign other directory information. (Note that the authority identity + key is distinct from the router identity key that the authority uses + in its role as an ordinary router.) + + Routers periodically upload signed "routers descriptors" to the + directory authorities describing their keys, capabilities, and other + information. Routers may also upload signed "extra info documents" + containing information that is not required for the Tor protocol. + Directory authorities serve server descriptors indexed by router + identity, or by hash of the descriptor. + + Routers may act as directory caches to reduce load on the directory + authorities. They announce this in their descriptors. + + Periodically, each directory authority generates a view of + the current descriptors and status for known routers. They send a + signed summary of this view (a "status vote") to the other + authorities. The authorities compute the result of this vote, and sign + a "consensus status" document containing the result of the vote. + + Directory caches download, cache, and re-serve consensus documents. + + Clients, directory caches, and directory authorities all use consensus + documents to find out when their list of routers is out-of-date. + (Directory authorities also use vote statuses.) If it is, they download + any missing server descriptors. Clients download missing descriptors + from caches; caches and authorities download from authorities. + Descriptors are downloaded by the hash of the descriptor, not by the + relay's identity key: this prevents directory servers from attacking + clients by giving them descriptors nobody else uses. + + All directory information is uploaded and downloaded with HTTP. + +1.1. What's different from version 2? + + Clients used to download multiple network status documents, + corresponding roughly to "status votes" above. They would compute the + result of the vote on the client side. + + Authorities used to sign documents using the same private keys they used + for their roles as routers. This forced them to keep these extremely + sensitive keys in memory unencrypted. + + All of the information in extra-info documents used to be kept in the + main descriptors. + +1.2. Document meta-format + + Server descriptors, directories, and running-routers documents all obey the + following lightweight extensible information format. + + The highest level object is a Document, which consists of one or more + Items. Every Item begins with a KeywordLine, followed by zero or more + Objects. A KeywordLine begins with a Keyword, optionally followed by + whitespace and more non-newline characters, and ends with a newline. A + Keyword is a sequence of one or more characters in the set [A-Za-z0-9-]. + An Object is a block of encoded data in pseudo-Open-PGP-style + armor. (cf. RFC 2440) + + More formally: + + NL = The ascii LF character (hex value 0x0a). + Document ::= (Item | NL)+ + Item ::= KeywordLine Object* + KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL + Keyword = KeywordChar+ + KeywordChar ::= 'A' ... 'Z' | 'a' ... 'z' | '0' ... '9' | '-' + ArgumentChar ::= any printing ASCII character except NL. + WS = (SP | TAB)+ + Object ::= BeginLine Base64-encoded-data EndLine + BeginLine ::= "-----BEGIN " Keyword "-----" NL + EndLine ::= "-----END " Keyword "-----" NL + + The BeginLine and EndLine of an Object must use the same keyword. + + When interpreting a Document, software MUST ignore any KeywordLine that + starts with a keyword it doesn't recognize; future implementations MUST NOT + require current clients to understand any KeywordLine not currently + described. + + Other implementations that want to extend Tor's directory format MAY + introduce their own items. The keywords for extension items SHOULD start + with the characters "x-" or "X-", to guarantee that they will not conflict + with keywords used by future versions of Tor. + + In our document descriptions below, we tag Items with a multiplicity in + brackets. Possible tags are: + + "At start, exactly once": These items MUST occur in every instance of + the document type, and MUST appear exactly once, and MUST be the + first item in their documents. + + "Exactly once": These items MUST occur exactly one time in every + instance of the document type. + + "At end, exactly once": These items MUST occur in every instance of + the document type, and MUST appear exactly once, and MUST be the + last item in their documents. + + "At most once": These items MAY occur zero or one times in any + instance of the document type, but MUST NOT occur more than once. + + "Any number": These items MAY occur zero, one, or more times in any + instance of the document type. + + "Once or more": These items MUST occur at least once in any instance + of the document type, and MAY occur more. + + For forward compatibility, each item MUST allow extra arguments at the + end of the line unless otherwise noted. So if an item's description below + is given as: + "thing" int int int NL + then implementations SHOULD accept this string as well: + "thing 5 9 11 13 16 12" NL + but not this string: + "thing 5" NL + and not this string: + "thing 5 10 thing" NL + . + + Whenever an item DOES NOT allow extra arguments, we will tag it with + "no extra arguments". + +1.3. Signing documents + + Every signable document below is signed in a similar manner, using a + given "Initial Item", a final "Signature Item", a digest algorithm, and + a signing key. + + The Initial Item must be the first item in the document. + + The Signature Item has the following format: + + [arguments] NL SIGNATURE NL + + The "SIGNATURE" Object contains a signature (using the signing key) of + the PKCS1-padded digest of the entire document, taken from the + beginning of the Initial item, through the newline after the Signature + Item's keyword and its arguments. + + Unless otherwise, the digest algorithm is SHA-1. + + All documents are invalid unless signed with the correct signing key. + + The "Digest" of a document, unless stated otherwise, is its digest *as + signed by this signature scheme*. + +1.4. Voting timeline + + Every consensus document has a "valid-after" (VA) time, a "fresh-until" + (FU) time and a "valid-until" (VU) time. VA MUST precede FU, which MUST + in turn precede VU. Times are chosen so that every consensus will be + "fresh" until the next consensus becomes valid, and "valid" for a while + after. At least 3 consensuses should be valid at any given time. + + The timeline for a given consensus is as follows: + + VA-DistSeconds-VoteSeconds: The authorities exchange votes. + + VA-DistSeconds-VoteSeconds/2: The authorities try to download any + votes they don't have. + + VA-DistSeconds: The authorities calculate the consensus and exchange + signatures. + + VA-DistSeconds/2: The authorities try to download any signatures + they don't have. + + VA: All authorities have a multiply signed consensus. + + VA ... FU: Caches download the consensus. (Note that since caches have + no way of telling what VA and FU are until they have downloaded + the consensus, they assume that the present consensus's VA is + equal to the previous one's FU, and that its FU is one interval after + that.) + + FU: The consensus is no longer the freshest consensus. + + FU ... (the current consensus's VU): Clients download the consensus. + (See note above: clients guess that the next consensus's FU will be + two intervals after the current VA.) + + VU: The consensus is no longer valid. + + VoteSeconds and DistSeconds MUST each be at least 20 seconds; FU-VA and + VU-FU MUST each be at least 5 minutes. + +2. Router operation and formats + +2.1. Uploading server descriptors and extra-info documents + + ORs SHOULD generate a new server descriptor and a new extra-info + document whenever any of the following events have occurred: + + - A period of time (18 hrs by default) has passed since the last + time a descriptor was generated. + + - A descriptor field other than bandwidth or uptime has changed. + + - Bandwidth has changed by a factor of 2 from the last time a + descriptor was generated, and at least a given interval of time + (20 mins by default) has passed since then. + + - Its uptime has been reset (by restarting). + + [XXX this list is incomplete; see router_differences_are_cosmetic() + in routerlist.c for others] + + ORs SHOULD NOT publish a new server descriptor or extra-info document + if none of the above events have occurred and not much time has passed + (12 hours by default). + + After generating a descriptor, ORs upload them to every directory + authority they know, by posting them (in order) to the URL + + http:///tor/ + + Server descriptors may not exceed 20,000 bytes in length; extra-info + documents may not exceed 50,000 bytes in length. If they do, the + authorities SHOULD reject them. + +2.1.1. Server descriptor format + + Server descriptors consist of the following items. For backward + compatibility, there should be an extra NL at the end of each router + descriptor. + + In lines that take multiple arguments, extra arguments SHOULD be + accepted and ignored. Many of the nonterminals below are defined in + section 2.1.3. + + "router" nickname address ORPort SOCKSPort DirPort NL + + [At start, exactly once.] + + Indicates the beginning of a server descriptor. "nickname" must be a + valid router nickname as specified in section 2.1.3. "address" must + be an IPv4 + address in dotted-quad format. The last three numbers indicate the + TCP ports at which this OR exposes functionality. ORPort is a port at + which this OR accepts TLS connections for the main OR protocol; + SOCKSPort is deprecated and should always be 0; and DirPort is the + port at which this OR accepts directory-related HTTP connections. If + any port is not supported, the value 0 is given instead of a port + number. (At least one of DirPort and ORPort SHOULD be set; + authorities MAY reject any descriptor with both DirPort and ORPort of + 0.) + + "identity-ed25519" NL "-----BEGIN ED25519 CERT-----" NL certificate + "-----END ED25519 CERT-----" NL + + [At most once, in second position in document.] + [No extra arguments] + + The certificate is a base64-encoded Ed25519 certificate (see + cert-spec.txt) with terminating =s removed. When this element + is present, it MUST appear as the first or second element in + the router descriptor. + + The certificate has CERT_TYPE of [04]. It must include a + signed-with-ed25519-key extension (see cert-spec.txt, + section 2.2.1), so that we can extract the master identity key. + + "master-key-ed25519" SP MasterKey NL + + [At most once] + + Contains the base-64 encoded ed25519 master key as a single + argument. If it is present, it MUST match the identity key + in the identity-ed25519 entry. + + "bandwidth" bandwidth-avg bandwidth-burst bandwidth-observed NL + + [Exactly once] + + Estimated bandwidth for this router, in bytes per second. The + "average" bandwidth is the volume per second that the OR is willing to + sustain over long periods; the "burst" bandwidth is the volume that + the OR is willing to sustain in very short intervals. The "observed" + value is an estimate of the capacity this relay can handle. The + relay remembers the max bandwidth sustained output over any ten + second period in the past day, and another sustained input. The + "observed" value is the lesser of these two numbers. + + "platform" string NL + + [At most once] + + A human-readable string describing the system on which this OR is + running. This MAY include the operating system, and SHOULD include + the name and version of the software implementing the Tor protocol. + + "published" YYYY-MM-DD HH:MM:SS NL + + [Exactly once] + + The time, in UTC, when this descriptor (and its corresponding + extra-info document if any) was generated. + + "fingerprint" fingerprint NL + + [At most once] + + A fingerprint (a HASH_LEN-byte of asn1 encoded public key, encoded in + hex, with a single space after every 4 characters) for this router's + identity key. A descriptor is considered invalid (and MUST be + rejected) if the fingerprint line does not match the public key. + + [We didn't start parsing this line until Tor 0.1.0.6-rc; it should + be marked with "opt" until earlier versions of Tor are obsolete.] + + "hibernating" bool NL + + [At most once] + + If the value is 1, then the Tor relay was hibernating when the + descriptor was published, and shouldn't be used to build circuits. + + [We didn't start parsing this line until Tor 0.1.0.6-rc; it should be + marked with "opt" until earlier versions of Tor are obsolete.] + + "uptime" number NL + + [At most once] + + The number of seconds that this OR process has been running. + + "onion-key" NL a public key in PEM format + + [Exactly once] + [No extra arguments] + + This key is used to encrypt CREATE cells for this OR. The key MUST be + accepted for at least 1 week after any new key is published in a + subsequent descriptor. It MUST be 1024 bits. + + The key encoding is the encoding of the key as a PKCS#1 RSAPublicKey + structure, encoded in base64, and wrapped in "-----BEGIN RSA PUBLIC + KEY-----" and "-----END RSA PUBLIC KEY-----". + + "onion-key-crosscert" NL a RSA signature in PEM format. + + [At most once, required when identity-ed25519 is present] + [No extra arguments] + + + This element contains an RSA signature, generated using the + onion-key, of the following: + + A SHA1 hash of the RSA identity key, + i.e. RSA key from "signing-key" (see below) [20 bytes] + The Ed25519 identity key, + i.e. Ed25519 key from "master-key-ed25519" [32 bytes] + + If there is no Ed25519 identity key, or if in some future version + there is no RSA identity key, the corresponding field must be + zero-filled. + + Parties verifying this signature MUST allow additional data + beyond the 52 bytes listed above. + + This signature proves that the party creating the descriptor + had control over the secret key corresponding to the + onion-key. + + "ntor-onion-key" base-64-encoded-key + + [At most once] + + A curve25519 public key used for the ntor circuit extended + handshake. It's the standard encoding of the OR's curve25519 + public key, encoded in base 64. The trailing '=' sign MAY be + omitted from the base64 encoding. The key MUST be accepted + for at least 1 week after any new key is published in a + subsequent descriptor. + + "ntor-onion-key-crosscert" SP Bit NL + "-----BEGIN ED25519 CERT-----" NL certificate + "-----END ED25519 CERT-----" NL + + [At most once, required when identity-ed25519 is present] + [No extra arguments] + + A signature created with the ntor-onion-key, using the + certificate format documented in cert-spec.txt, with type + [0a]. The signed key here is the master identity key. + + Bit must be "0" or "1". It indicates the sign of the ed25519 + public key corresponding to the ntor onion key. + + To compute the ed25519 public key corresponding to a + curve25519 key, see appendix C. + + This signature proves that the party creating the descriptor + had control over the secret key corresponding to the + ntor-onion-key. + + "signing-key" NL a public key in PEM format + + [Exactly once] + [No extra arguments] + + The OR's long-term RSA identity key. It MUST be 1024 bits. + + The encoding is as for "onion-key" above. + + "accept" exitpattern NL + "reject" exitpattern NL + + [Any number] + + These lines describe an "exit policy": the rules that an OR follows + when deciding whether to allow a new stream to a given address. The + 'exitpattern' syntax is described below. There MUST be at least one + such entry. The rules are considered in order; if no rule matches, + the address will be accepted. For clarity, the last such entry SHOULD + be accept *:* or reject *:*. + + "ipv6-policy" SP ("accept" / "reject") SP PortList NL + + [At most once.] + + An exit-policy summary as specified in sections 3.4.1 and 3.8.2, + summarizing + the router's rules for connecting to IPv6 addresses. A missing + "ipv6-policy" line is equivalent to "ipv6-policy reject + 1-65535". + + "router-sig-ed25519" SP Signature NL + + [At most once.] + [Required when identity-ed25519 is present; forbidden otherwise.] + + It MUST be the next-to-last element in the descriptor, appearing + immediately before the RSA signature. It MUST contain an Ed25519 + signature of a SHA256 digest of the entire document, from the + first character up to and including the first space after the + "router-sig-ed25519" string, prefixed with the string "Tor + router descriptor signature v1". Its format is: + + The signature is encoded in Base64 with terminating =s removed. + + The signing key in the identity-ed25519 certificate MUST + be the one used to sign the document. + + "router-signature" NL Signature NL + + [At end, exactly once] + [No extra arguments] + + The "SIGNATURE" object contains a signature of the PKCS1-padded + hash of the entire server descriptor, taken from the beginning of the + "router" line, through the newline after the "router-signature" line. + The server descriptor is invalid unless the signature is performed + with the router's identity key. + + "contact" info NL + + [At most once] + + Describes a way to contact the relay's administrator, preferably + including an email address and a PGP key fingerprint. + + "family" names NL + + [At most once] + + 'Names' is a space-separated list of relay nicknames or + hexdigests. If two ORs list one another in their "family" entries, + then OPs should treat them as a single OR for the purpose of path + selection. + + For example, if node A's descriptor contains "family B", and node B's + descriptor contains "family A", then node A and node B should never + be used on the same circuit. + + "read-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL + [At most once] + "write-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL + [At most once] + + Declare how much bandwidth the OR has used recently. Usage is divided + into intervals of NSEC seconds. The YYYY-MM-DD HH:MM:SS field + defines the end of the most recent interval. The numbers are the + number of bytes used in the most recent intervals, ordered from + oldest to newest. + + [We didn't start parsing these lines until Tor 0.1.0.6-rc; they should + be marked with "opt" until earlier versions of Tor are obsolete.] + + [See also migration notes in section 2.1.2.1.] + + "eventdns" bool NL + + [At most once] + + Declare whether this version of Tor is using the newer enhanced + dns logic. Versions of Tor with this field set to false SHOULD NOT + be used for reverse hostname lookups. + + [This option is obsolete. All Tor current relays should be presumed + to have the evdns backend.] + + "caches-extra-info" NL + + [At most once.] + [No extra arguments] + + Present only if this router is a directory cache that provides + extra-info documents. + + [Versions before 0.2.0.1-alpha don't recognize this] + + "extra-info-digest" digest NL + + [At most once] + + "Digest" is a hex-encoded digest (using upper-case characters) of the + router's extra-info document, as signed in the router's extra-info + (that is, not including the signature). (If this field is absent, the + router is not uploading a corresponding extra-info document.) + + [Versions before 0.2.0.1-alpha don't recognize this] + + "hidden-service-dir" *(SP VersionNum) NL + + [At most once.] + + Present only if this router stores and serves hidden service + descriptors. If any VersionNum(s) are specified, this router + supports those descriptor versions. If none are specified, it + defaults to version 2 descriptors. + + "protocols" SP "Link" SP LINK-VERSION-LIST SP "Circuit" SP + CIRCUIT-VERSION-LIST NL + + [At most once.] + + Both lists are space-separated sequences of numbers, to indicate which + protocols the server supports. As of 30 Mar 2008, specified + protocols are "Link 1 2 Circuit 1". See section 4.1 of tor-spec.txt + for more information about link protocol versions. + + [NOTE: No version of Tor uses this protocol list. It will be removed + in a future version of Tor.] + + "allow-single-hop-exits" NL + + [At most once.] + [No extra arguments] + + Present only if the router allows single-hop circuits to make exit + connections. Most Tor relays do not support this: this is + included for specialized controllers designed to support perspective + access and such. + + "or-address" SP ADDRESS ":" PORT NL + + [Any number] + + ADDRESS = IP6ADDR | IP4ADDR + IPV6ADDR = an ipv6 address, surrounded by square brackets. + IPV4ADDR = an ipv4 address, represented as a dotted quad. + PORT = a number between 1 and 65535 inclusive. + + An alternative for the address and ORPort of the "router" line, but with + two added capabilities: + + * or-address can be either an IPv4 or IPv6 address + * or-address allows for multiple ORPorts and addresses + + A descriptor SHOULD NOT include an or-address line that does nothing but + duplicate the address:port pair from its "router" line. + + The ordering of or-address lines and their PORT entries matter because + Tor MAY accept a limited number of addresses or ports. As of Tor 0.2.3.x + only the first address and the first port are used. + + "tunnelled-dir-server" NL + + [At most once.] + [No extra arguments] + + Present if the router accepts "tunneled" directory requests using a + BEGIN_DIR cell over the router's OR port. + + "proto" SP Entries NL + + [At most one.] + + Entries = + Entries = Entry + Entries = Entry SP Entries + + Entry = Keyword "=" Values + + Values = Value + Values = Value "," Values + + Value = Int + Value = Int "-" Int + + Int = NON_ZERO_DIGIT + Int = Int DIGIT + + Each 'Entry' in the "proto" line indicates that the Tor relay supports + one or more versions of the protocol in question. Entries should be + sorted by keyword. Values should be numerically ascending within each + entry. (This implies that there should be no overlapping ranges.) + Ranges should be represented as compactly as possible. Ints must be no + more than 2^32 - 1. + +2.1.2. Extra-info document format + + Extra-info documents consist of the following items: + + "extra-info" Nickname Fingerprint NL + [At start, exactly once.] + + Identifies what router this is an extra info descriptor for. + Fingerprint is encoded in hex (using upper-case letters), with + no spaces. + + "identity-ed25519" + [As in router descriptors] + + "published" YYYY-MM-DD HH:MM:SS NL + + [Exactly once.] + + The time, in UTC, when this document (and its corresponding router + descriptor if any) was generated. It MUST match the published time + in the corresponding server descriptor. + + "read-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL + [At most once.] + "write-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL + [At most once.] + + As documented in section 2.1.1 above. See migration notes in + section 2.1.2.1. + + "geoip-db-digest" Digest NL + [At most once.] + + SHA1 digest of the IPv4 GeoIP database file that is used to + resolve IPv4 addresses to country codes. + + "geoip6-db-digest" Digest NL + [At most once.] + + SHA1 digest of the IPv6 GeoIP database file that is used to + resolve IPv6 addresses to country codes. + + ("geoip-start-time" YYYY-MM-DD HH:MM:SS NL) + ("geoip-client-origins" CC=N,CC=N,... NL) + + Only generated by bridge routers (see blocking.pdf), and only + when they have been configured with a geoip database. + Non-bridges SHOULD NOT generate these fields. Contains a list + of mappings from two-letter country codes (CC) to the number + of clients that have connected to that bridge from that + country (approximate, and rounded up to the nearest multiple of 8 + in order to hamper traffic analysis). A country is included + only if it has at least one address. The time in + "geoip-start-time" is the time at which we began collecting geoip + statistics. + + "geoip-start-time" and "geoip-client-origins" have been replaced by + "bridge-stats-end" and "bridge-stats-ips" in 0.2.2.4-alpha. The + reason is that the measurement interval with "geoip-stats" as + determined by subtracting "geoip-start-time" from "published" could + have had a variable length, whereas the measurement interval in + 0.2.2.4-alpha and later is set to be exactly 24 hours long. In + order to clearly distinguish the new measurement intervals from + the old ones, the new keywords have been introduced. + + "bridge-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL + [At most once.] + + YYYY-MM-DD HH:MM:SS defines the end of the included measurement + interval of length NSEC seconds (86400 seconds by default). + + A "bridge-stats-end" line, as well as any other "bridge-*" line, + is only added when the relay has been running as a bridge for at + least 24 hours. + + "bridge-ips" CC=N,CC=N,... NL + [At most once.] + + List of mappings from two-letter country codes to the number of + unique IP addresses that have connected from that country to the + bridge and which are no known relays, rounded up to the nearest + multiple of 8. + + "bridge-ip-versions" FAM=N,FAM=N,... NL + [At most once.] + + List of unique IP addresses that have connected to the bridge + per protocol family. + + "bridge-ip-transports" PT=N,PT=N,... NL + [At most once.] + + List of mappings from pluggable transport names to the number + of unique IP addresses that have connected using that + pluggable transport. Unobfuscated connections are counted + using the reserved pluggable transport name "" (without + quotes). If we received a connection from a transport proxy + but we couldn't figure out the name of the pluggable + transport, we use the reserved pluggable transport name + "". + + ("" and "" are reserved because normal pluggable + transport names MUST match the following regular expression: + "[a-zA-Z_][a-zA-Z0-9_]*" ) + + The pluggable transport name list is sorted into lexically + ascending order. + + If no clients have connected to the bridge yet, we only write + "bridge-ip-transports" to the stats file. + + "dirreq-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL + [At most once.] + + YYYY-MM-DD HH:MM:SS defines the end of the included measurement + interval of length NSEC seconds (86400 seconds by default). + + A "dirreq-stats-end" line, as well as any other "dirreq-*" line, + is only added when the relay has opened its Dir port and after 24 + hours of measuring directory requests. + + "dirreq-v2-ips" CC=N,CC=N,... NL + [At most once.] + "dirreq-v3-ips" CC=N,CC=N,... NL + [At most once.] + + List of mappings from two-letter country codes to the number of + unique IP addresses that have connected from that country to + request a v2/v3 network status, rounded up to the nearest multiple + of 8. Only those IP addresses are counted that the directory can + answer with a 200 OK status code. (Note here and below: current Tor + versions, as of 0.2.5.2-alpha, no longer cache or serve v2 + networkstatus documents.) + + "dirreq-v2-reqs" CC=N,CC=N,... NL + [At most once.] + "dirreq-v3-reqs" CC=N,CC=N,... NL + [At most once.] + + List of mappings from two-letter country codes to the number of + requests for v2/v3 network statuses from that country, rounded up + to the nearest multiple of 8. Only those requests are counted that + the directory can answer with a 200 OK status code. + + "dirreq-v2-share" num% NL + [At most once.] + "dirreq-v3-share" num% NL + [At most once.] + + The share of v2/v3 network status requests that the directory + expects to receive from clients based on its advertised bandwidth + compared to the overall network bandwidth capacity. Shares are + formatted in percent with two decimal places. Shares are + calculated as means over the whole 24-hour interval. + + "dirreq-v2-resp" status=num,... NL + [At most once.] + "dirreq-v3-resp" status=nul,... NL + [At most once.] + + List of mappings from response statuses to the number of requests + for v2/v3 network statuses that were answered with that response + status, rounded up to the nearest multiple of 4. Only response + statuses with at least 1 response are reported. New response + statuses can be added at any time. The current list of response + statuses is as follows: + + "ok": a network status request is answered; this number + corresponds to the sum of all requests as reported in + "dirreq-v2-reqs" or "dirreq-v3-reqs", respectively, before + rounding up. + "not-enough-sigs: a version 3 network status is not signed by a + sufficient number of requested authorities. + "unavailable": a requested network status object is unavailable. + "not-found": a requested network status is not found. + "not-modified": a network status has not been modified since the + If-Modified-Since time that is included in the request. + "busy": the directory is busy. + + "dirreq-v2-direct-dl" key=val,... NL + [At most once.] + "dirreq-v3-direct-dl" key=val,... NL + [At most once.] + "dirreq-v2-tunneled-dl" key=val,... NL + [At most once.] + "dirreq-v3-tunneled-dl" key=val,... NL + [At most once.] + + List of statistics about possible failures in the download process + of v2/v3 network statuses. Requests are either "direct" + HTTP-encoded requests over the relay's directory port, or + "tunneled" requests using a BEGIN_DIR cell over the relay's OR + port. The list of possible statistics can change, and statistics + can be left out from reporting. The current list of statistics is + as follows: + + Successful downloads and failures: + + "complete": a client has finished the download successfully. + "timeout": a download did not finish within 10 minutes after + starting to send the response. + "running": a download is still running at the end of the + measurement period for less than 10 minutes after starting to + send the response. + + Download times: + + "min", "max": smallest and largest measured bandwidth in B/s. + "d[1-4,6-9]": 1st to 4th and 6th to 9th decile of measured + bandwidth in B/s. For a given decile i, i/10 of all downloads + had a smaller bandwidth than di, and (10-i)/10 of all downloads + had a larger bandwidth than di. + "q[1,3]": 1st and 3rd quartile of measured bandwidth in B/s. One + fourth of all downloads had a smaller bandwidth than q1, one + fourth of all downloads had a larger bandwidth than q3, and the + remaining half of all downloads had a bandwidth between q1 and + q3. + "md": median of measured bandwidth in B/s. Half of the downloads + had a smaller bandwidth than md, the other half had a larger + bandwidth than md. + + "dirreq-read-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM... NL + [At most once] + "dirreq-write-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM... NL + [At most once] + + Declare how much bandwidth the OR has spent on answering directory + requests. Usage is divided into intervals of NSEC seconds. The + YYYY-MM-DD HH:MM:SS field defines the end of the most recent + interval. The numbers are the number of bytes used in the most + recent intervals, ordered from oldest to newest. + + "entry-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL + [At most once.] + + YYYY-MM-DD HH:MM:SS defines the end of the included measurement + interval of length NSEC seconds (86400 seconds by default). + + An "entry-stats-end" line, as well as any other "entry-*" + line, is first added after the relay has been running for at least + 24 hours. + + "entry-ips" CC=N,CC=N,... NL + [At most once.] + + List of mappings from two-letter country codes to the number of + unique IP addresses that have connected from that country to the + relay and which are no known other relays, rounded up to the + nearest multiple of 8. + + "cell-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL + [At most once.] + + YYYY-MM-DD HH:MM:SS defines the end of the included measurement + interval of length NSEC seconds (86400 seconds by default). + + A "cell-stats-end" line, as well as any other "cell-*" line, + is first added after the relay has been running for at least 24 + hours. + + "cell-processed-cells" num,...,num NL + [At most once.] + + Mean number of processed cells per circuit, subdivided into + deciles of circuits by the number of cells they have processed in + descending order from loudest to quietest circuits. + + "cell-queued-cells" num,...,num NL + [At most once.] + + Mean number of cells contained in queues by circuit decile. These + means are calculated by 1) determining the mean number of cells in + a single circuit between its creation and its termination and 2) + calculating the mean for all circuits in a given decile as + determined in "cell-processed-cells". Numbers have a precision of + two decimal places. + + Note that this statistic can be inaccurate for circuits that had + queued cells at the start or end of the measurement interval. + + "cell-time-in-queue" num,...,num NL + [At most once.] + + Mean time cells spend in circuit queues in milliseconds. Times are + calculated by 1) determining the mean time cells spend in the + queue of a single circuit and 2) calculating the mean for all + circuits in a given decile as determined in + "cell-processed-cells". + + Note that this statistic can be inaccurate for circuits that had + queued cells at the start or end of the measurement interval. + + "cell-circuits-per-decile" num NL + [At most once.] + + Mean number of circuits that are included in any of the deciles, + rounded up to the next integer. + + "conn-bi-direct" YYYY-MM-DD HH:MM:SS (NSEC s) BELOW,READ,WRITE,BOTH NL + [At most once] + + Number of connections, split into 10-second intervals, that are + used uni-directionally or bi-directionally as observed in the NSEC + seconds (usually 86400 seconds) before YYYY-MM-DD HH:MM:SS. Every + 10 seconds, we determine for every connection whether we read and + wrote less than a threshold of 20 KiB (BELOW), read at least 10 + times more than we wrote (READ), wrote at least 10 times more than + we read (WRITE), or read and wrote more than the threshold, but + not 10 times more in either direction (BOTH). After classifying a + connection, read and write counters are reset for the next + 10-second interval. + + "exit-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL + [At most once.] + + YYYY-MM-DD HH:MM:SS defines the end of the included measurement + interval of length NSEC seconds (86400 seconds by default). + + An "exit-stats-end" line, as well as any other "exit-*" line, is + first added after the relay has been running for at least 24 hours + and only if the relay permits exiting (where exiting to a single + port and IP address is sufficient). + + "exit-kibibytes-written" port=N,port=N,... NL + [At most once.] + "exit-kibibytes-read" port=N,port=N,... NL + [At most once.] + + List of mappings from ports to the number of kibibytes that the + relay has written to or read from exit connections to that port, + rounded up to the next full kibibyte. Relays may limit the + number of listed ports and subsume any remaining kibibytes under + port "other". + + "exit-streams-opened" port=N,port=N,... NL + [At most once.] + + List of mappings from ports to the number of opened exit streams + to that port, rounded up to the nearest multiple of 4. Relays may + limit the number of listed ports and subsume any remaining opened + streams under port "other". + + "hidserv-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL + [At most once.] + + YYYY-MM-DD HH:MM:SS defines the end of the included measurement + interval of length NSEC seconds (86400 seconds by default). + + A "hidserv-stats-end" line, as well as any other "hidserv-*" line, + is first added after the relay has been running for at least 24 + hours. + + "hidserv-rend-relayed-cells" SP num SP key=val SP key=val ... NL + [At most once.] + + Approximate number of RELAY cells seen in either direction on a + circuit after receiving and successfully processing a RENDEZVOUS1 + cell. + + The original measurement value is obfuscated in several steps: + first, it is rounded up to the nearest multiple of 'bin_size' + which is reported in the key=val part of this line; second, a + (possibly negative) noise value is added to the result of the + first step by randomly sampling from a Laplace distribution with + mu = 0 and b = (delta_f / epsilon) with 'delta_f' and 'epsilon' + being reported in the key=val part, too; third, the result of the + previous obfuscation steps is truncated to the next smaller + integer and included as 'num'. Note that the overall reported + value can be negative. + + "hidserv-dir-onions-seen" SP num SP key=val SP key=val ... NL + [At most once.] + + Approximate number of unique hidden-service identities seen in + descriptors published to and accepted by this hidden-service + directory. + + The original measurement value is obfuscated in the same way as + the 'num' value reported in "hidserv-rend-relayed-cells", but + possibly with different parameters as reported in the key=val part + of this line. Note that the overall reported value can be + negative. + + "transport" transportname address:port [arglist] NL + [Any number.] + + Signals that the router supports the 'transportname' pluggable + transport in IP address 'address' and TCP port 'port'. A single + descriptor MUST not have more than one transport line with the + same 'transportname'. + + Pluggable transports are only relevant to bridges, but these entries + can appear in non-bridge relays as well. + + "router-sig-ed25519" + [As in router descriptors] + + "router-signature" NL Signature NL + [At end, exactly once.] + [No extra arguments] + + A document signature as documented in section 1.3, using the + initial item "extra-info" and the final item "router-signature", + signed with the router's identity key. + +2.1.2.1. Moving history fields to extra-info documents + + Tools that want to use the read-history and write-history values SHOULD + download extra-info documents as well as server descriptors. Such + tools SHOULD accept history values from both sources; if they appear in + both documents, the values in the extra-info documents are authoritative. + + New versions of Tor no longer generate server descriptors + containing read-history or write-history. Tools should continue to + accept read-history and write-history values in server descriptors + produced by older versions of Tor until all Tor versions earlier + than 0.2.0.x are obsolete. + +2.1.3. Nonterminals in server descriptors + + nickname ::= between 1 and 19 alphanumeric characters ([A-Za-z0-9]), + case-insensitive. + hexdigest ::= a '$', followed by 40 hexadecimal characters + ([A-Fa-f0-9]). [Represents a relay by the digest of its identity + key.] + + exitpattern ::= addrspec ":" portspec + portspec ::= "*" | port | port "-" port + port ::= an integer between 1 and 65535, inclusive. + + [Some implementations incorrectly generate ports with value 0. + Implementations SHOULD accept this, and SHOULD NOT generate it. + Connections to port 0 are never permitted.] + + addrspec ::= "*" | ip4spec | ip6spec + ipv4spec ::= ip4 | ip4 "/" num_ip4_bits | ip4 "/" ip4mask + ip4 ::= an IPv4 address in dotted-quad format + ip4mask ::= an IPv4 mask in dotted-quad format + num_ip4_bits ::= an integer between 0 and 32 + ip6spec ::= ip6 | ip6 "/" num_ip6_bits + ip6 ::= an IPv6 address, surrounded by square brackets. + num_ip6_bits ::= an integer between 0 and 128 + + bool ::= "0" | "1" + +3. Directory authority operation and formats + + Every authority has two keys used in this protocol: a signing key, and + an authority identity key. (Authorities also have a router identity + key used in their role as a router and by earlier versions of the + directory protocol.) The identity key is used from time to time to + sign new key certificates using new signing keys; it is very sensitive. + The signing key is used to sign key certificates and status documents. + +3.1. Creating key certificates + + Key certificates consist of the following items: + + "dir-key-certificate-version" version NL + + [At start, exactly once.] + + Determines the version of the key certificate. MUST be "3" for + the protocol described in this document. Implementations MUST + reject formats they don't understand. + + "dir-address" IPPort NL + [At most once] + + An IP:Port for this authority's directory port. + + "fingerprint" fingerprint NL + + [Exactly once.] + + Hexadecimal encoding without spaces based on the authority's + identity key. + + "dir-identity-key" NL a public key in PEM format + + [Exactly once.] + [No extra arguments] + + The long-term authority identity key for this authority. This key + SHOULD be at least 2048 bits long; it MUST NOT be shorter than + 1024 bits. + + "dir-key-published" YYYY-MM-DD HH:MM:SS NL + + [Exactly once.] + + The time (in UTC) when this document and corresponding key were + last generated. + + "dir-key-expires" YYYY-MM-DD HH:MM:SS NL + + [Exactly once.] + + A time (in UTC) after which this key is no longer valid. + + "dir-signing-key" NL a key in PEM format + + [Exactly once.] + [No extra arguments] + + The directory server's public signing key. This key MUST be at + least 1024 bits, and MAY be longer. + + "dir-key-crosscert" NL CrossSignature NL + + [Exactly once.] + [No extra arguments] + + CrossSignature is a signature, made using the certificate's signing + key, of the digest of the PKCS1-padded hash of the certificate's + identity key. For backward compatibility with broken versions of the + parser, we wrap the base64-encoded signature in -----BEGIN ID + SIGNATURE---- and -----END ID SIGNATURE----- tags. Implementations + MUST allow the "ID " portion to be omitted, however. + + Implementations MUST verify that the signature is a correct signature + of the hash of the identity key using the signing key. + + "dir-key-certification" NL Signature NL + + [At end, exactly once.] + [No extra arguments] + + A document signature as documented in section 1.3, using the + initial item "dir-key-certificate-version" and the final item + "dir-key-certification", signed with the authority identity key. + + Authorities MUST generate a new signing key and corresponding + certificate before the key expires. + +3.2. Accepting server descriptor and extra-info document uploads + + When a router posts a signed descriptor to a directory authority, the + authority first checks whether it is well-formed and correctly + self-signed. If it is, the authority next verifies that the nickname + in question is not already assigned to a router with a different + public key. + Finally, the authority MAY check that the router is not blacklisted + because of its key, IP, or another reason. + + An authority also keeps a record of all the Ed25519/RSA1024 + identity key pairs that it has seen before. It rejects any + descriptor that has a known Ed/RSA identity key that it has + already seen accompanied by a different RSA/Ed identity key + in an older descriptor. + + At a future date, authorities will begin rejecting all + descriptors whose RSA key was previously accompanied by an + Ed25519 key, if the descriptor does not list an Ed25519 key. + + At a future date, authorities will begin rejecting all descriptors + that do not list an Ed25519 key. + + If the descriptor passes these tests, and the authority does not already + have a descriptor for a router with this public key, it accepts the + descriptor and remembers it. + + If the authority _does_ have a descriptor with the same public key, the + newly uploaded descriptor is remembered if its publication time is more + recent than the most recent old descriptor for that router, and either: + - There are non-cosmetic differences between the old descriptor and the + new one. + - Enough time has passed between the descriptors' publication times. + (Currently, 12 hours.) + + Differences between server descriptors are "non-cosmetic" if they would be + sufficient to force an upload as described in section 2.1 above. + + Note that the "cosmetic difference" test only applies to uploaded + descriptors, not to descriptors that the authority downloads from other + authorities. + + When a router posts a signed extra-info document to a directory authority, + the authority again checks it for well-formedness and correct signature, + and checks that its matches the extra-info-digest in some router + descriptor that it believes is currently useful. If so, it accepts it and + stores it and serves it as requested. If not, it drops it. + + +3.3. Computing microdescriptors + + Microdescriptors are a stripped-down version of server descriptors + generated by the directory authorities which may additionally contain + authority-generated information. Microdescriptors contain only the + most relevant parts that clients care about. Microdescriptors are + expected to be relatively static and only change about once per week. + Microdescriptors do not contain any information that clients need to + use to decide which servers to fetch information about, or which + servers to fetch information from. + + Microdescriptors are a straight transform from the server descriptor + and the consensus method. Microdescriptors have no header or footer. + Microdescriptors are identified by the hash of its concatenated + elements without a signature by the router. Microdescriptors do not + contain any version information, because their version is determined + by the consensus method. + + Starting with consensus method 8, microdescriptors contain the + following elements taken from or based on the server descriptor. Order + matters here, because different directory authorities must be able to + transform a given server descriptor and consensus method into the exact + same microdescriptor. + + "onion-key" NL a public key in PEM format + + [Exactly once, at start] + [No extra arguments] + + The "onion-key" element as specified in section 2.1.1. + + "ntor-onion-key" SP base-64-encoded-key NL + + [At most once] + + The "ntor-onion-key" element as specified in section 2.1.1. + + (Only included when generating microdescriptors for + consensus-method 16 or later.) + + "a" SP address ":" port NL + + [Any number] + + The "or-address" element as specified in section 2.1.1. + + "family" names NL + + [At most once] + + The "family" element as specified in section 2.1.1. + + "p" SP ("accept" / "reject") SP PortList NL + + [Exactly once.] + + The exit-policy summary as specified in sections 3.4.1 and 3.8.2. + + [With microdescriptors, clients don't learn exact exit policies: + clients can only guess whether a relay accepts their request, try the + BEGIN request, and might get end-reason-exit-policy if they guessed + wrong, in which case they'll have to try elsewhere.] + + [In consensus methods before 5, this line was omitted.] + + "p6" SP ("accept" / "reject") SP PortList NL + + [At most once] + + The IPv6 exit policy summary as specified in sections 3.4.1 and 3.8.2. A + missing "p6" line is equivalent to "p6 reject 1-65535". + + (Only included when generating microdescriptors for + consensus-method 15 or later.) + + "id" SP "rsa1024" SP base64-encoded-identity-digest NL + + [At most once] + + The node identity digest (as described in tor-spec.txt), base64 + encoded, without trailing =s. This line is included to prevent + collisions between microdescriptors. + + Implementations SHOULD ignore these lines: they are + added to microdescriptors only to prevent collisions. + + (Only included when generating microdescriptors for + consensus-method 18 or later.) + + "id" SP "ed25519" SP base64-encoded-ed25519-identity NL + + [At most once] + + The node's master Ed25519 identity key, base64 encoded, + without trailing =s. + + All implementations MUST ignore this key for any microdescriptor + whose corresponding entry in the consensus includes the + 'NoEdConsensus' flag. + + (Only included when generating microdescriptors for + consensus-method 21 or later.) + + "id" SP keytype ... NL + + [At most once per distinct keytype.] + + Implementations MUST ignore "id" lines with unrecognized + key-types in place of "rsa1024" or "ed25519" + + "pr" SP Entries NL + + [At most once.] + + The "proto" element as specified in section 2.1.1. + + (Note that with microdescriptors, clients do not learn the RSA identity of + their routers: they only learn a hash of the RSA identity key. This is + all they need to confirm the actual identity key when doing a TLS + handshake, and all they need to put the identity key digest in their + CREATE cells.) + +3.4. Exchanging votes + + Authorities divide time into Intervals. Authority administrators SHOULD + try to all pick the same interval length, and SHOULD pick intervals that + are commonly used divisions of time (e.g., 5 minutes, 15 minutes, 30 + minutes, 60 minutes, 90 minutes). Voting intervals SHOULD be chosen to + divide evenly into a 24-hour day. + + Authorities SHOULD act according to interval and delays in the + latest consensus. Lacking a latest consensus, they SHOULD default to a + 30-minute Interval, a 5 minute VotingDelay, and a 5 minute DistDelay. + + Authorities MUST take pains to ensure that their clocks remain accurate + within a few seconds. (Running NTP is usually sufficient.) + + The first voting period of each day begins at 00:00 (midnight) UTC. If + the last period of the day would be truncated by one-half or more, it is + merged with the second-to-last period. + + An authority SHOULD publish its vote immediately at the start of each voting + period (minus VoteSeconds+DistSeconds). It does this by making it + available at + http:///tor/status-vote/next/authority.z + and sending it in an HTTP POST request to each other authority at the URL + http:///tor/post/vote + + If, at the start of the voting period, minus DistSeconds, an authority + does not have a current statement from another authority, the first + authority downloads the other's statement. + + Once an authority has a vote from another authority, it makes it available + at + http:///tor/status-vote/next/.z + where is the fingerprint of the other authority's identity key. + And at + http:///tor/status-vote/next/d/.z + where is the digest of the vote document. + + Also, once an authority receives a vote from another authority, it + examines it for new descriptors and fetches them from that authority. + This may be the only way for an authority to hear about relays that didn't + publish their descriptor to all authorities, and, while it's too late + for the authority to include relays in its current vote, it can include + them in its next vote. See section 3.6 below for details. + +3.4.1. Vote and consensus status document formats + + Votes and consensuses are more strictly formatted than other documents + in this specification, since different authorities must be able to + generate exactly the same consensus given the same set of votes. + + The procedure for deciding when to generate vote and consensus status + documents are described in section 1.4 on the voting timeline. + + Status documents contain a preamble, an authority section, a list of + router status entries, and one or more footer signature, in that order. + + Unlike other formats described above, a SP in these documents must be a + single space character (hex 20). + + Some items appear only in votes, and some items appear only in + consensuses. Unless specified, items occur in both. + + The preamble contains the following items. They SHOULD occur in the + order given here: + + "network-status-version" SP version NL + + [At start, exactly once.] + + A document format version. For this specification, the version is + "3". + + "vote-status" SP type NL + + [Exactly once.] + + The status MUST be "vote" or "consensus", depending on the type of + the document. + + "consensus-methods" SP IntegerList NL + + [At most once for votes; does not occur in consensuses.] + + A space-separated list of supported methods for generating + consensuses from votes. See section 3.8.1 for details. Absence of + the line means that only method "1" is supported. + + "consensus-method" SP Integer NL + + [At most once for consensuses; does not occur in votes.] + [No extra arguments] + + See section 3.8.1 for details. + + (Only included when the vote is generated with consensus-method 2 or + later.) + + "published" SP YYYY-MM-DD SP HH:MM:SS NL + + [Exactly once for votes; does not occur in consensuses.] + + The publication time for this status document (if a vote). + + "valid-after" SP YYYY-MM-DD SP HH:MM:SS NL + + [Exactly once.] + + The start of the Interval for this vote. Before this time, the + consensus document produced from this vote should not be used. + See section 1.4 for voting timeline information. + + "fresh-until" SP YYYY-MM-DD SP HH:MM:SS NL + + [Exactly once.] + + The time at which the next consensus should be produced; before this + time, there is no point in downloading another consensus, since there + won't be a new one. See section 1.4 for voting timeline information. + + "valid-until" SP YYYY-MM-DD SP HH:MM:SS NL + + [Exactly once.] + + The end of the Interval for this vote. After this time, the + consensus produced by this vote should not be used. See section 1.4 + for voting timeline information. + + "voting-delay" SP VoteSeconds SP DistSeconds NL + + [Exactly once.] + + VoteSeconds is the number of seconds that we will allow to collect + votes from all authorities; DistSeconds is the number of seconds + we'll allow to collect signatures from all authorities. See + section 1.4 for voting timeline information. + + "client-versions" SP VersionList NL + + [At most once.] + + A comma-separated list of recommended Tor versions for client + usage, in ascending order. The versions are given as defined by + version-spec.txt. If absent, no opinion is held about client + versions. + + "server-versions" SP VersionList NL + + [At most once.] + + A comma-separated list of recommended Tor versions for relay + usage, in ascending order. The versions are given as defined by + version-spec.txt. If absent, no opinion is held about server + versions. + + "package" SP PackageName SP Version SP URL SP DIGESTS NL + + [Any number of times.] + + For this element: + + PACKAGENAME = NONSPACE + VERSION = NONSPACE + URL = NONSPACE + DIGESTS = DIGEST | DIGESTS SP DIGEST + DIGEST = DIGESTTYPE "=" DIGESTVAL + NONSPACE = one or more non-space printing characters + DIGESTVAL = DIGESTTYPE = one or more non-=, non-" " characters. + + Indicates that a package called "package" of version VERSION may be + found at URL, and its digest as computed with DIGESTTYPE is equal to + DIGESTVAL. In consensuses, these lines are sorted lexically by + "PACKAGENAME VERSION" pairs, and DIGESTTYPES must appear in ascending + order. A consensus must not contain the same "PACKAGENAME VERSION" + more than once. If a vote contains the same "PACKAGENAME VERSION" + more than once, all but the last is ignored. + + Included in consensuses only for method 19 and later. + + "known-flags" SP FlagList NL + + [Exactly once.] + + A space-separated list of all of the flags that this document + might contain. A flag is "known" either because the authority + knows about them and might set them (if in a vote), or because + enough votes were counted for the consensus for an authoritative + opinion to have been formed about their status. + + "flag-thresholds" SP Thresholds NL + + [At most once for votes; does not occur in consensuses.] + + A space-separated list of the internal performance thresholds + that the directory authority had at the moment it was forming + a vote. + + The metaformat is: + Thresholds = Threshold | Threshold SP Thresholds + Threshold = ThresholdKey '=' ThresholdVal + ThresholdKey = (KeywordChar | "_") + + ThresholdVal = [0-9]+("."[0-9]+)? "%"? + + Commonly used Thresholds at this point include: + + "stable-uptime" -- Uptime (in seconds) required for a relay + to be marked as stable. + + "stable-mtbf" -- MTBF (in seconds) required for a relay to be + marked as stable. + + "enough-mtbf" -- Whether we have measured enough MTBF to look + at stable-mtbf instead of stable-uptime. + + "fast-speed" -- Bandwidth (in bytes per second) required for + a relay to be marked as fast. + + "guard-wfu" -- WFU (in seconds) required for a relay to be + marked as guard. + + "guard-tk" -- Weighted Time Known (in seconds) required for a + relay to be marked as guard. + + "guard-bw-inc-exits" -- If exits can be guards, then all guards + must have a bandwidth this high. + + "guard-bw-exc-exits" -- If exits can't be guards, then all guards + must have a bandwidth this high. + + "ignoring-advertised-bws" -- 1 if we have enough measured bandwidths + that we'll ignore the advertised bandwidth + claims of routers without measured bandwidth. + + "recommended-client-protocols" SP Entries NL + "recommended-relay-protocols" SP Entries NL + "required-client-protocols" SP Entries NL + "required-relay-protocols" SP Entries NL + + [At most once for each.] + + The "proto" element as specified in section 2.1.1. + + To vote on these entries, a protocol/version combination is included + only if it is listed by a majority of the voters. + + These lines should be voted on. A majority of votes is sufficient to + make a protocol un-supported. and should require a supermajority of + authorities (2/3) to make a protocol required. The required protocols + should not be torrc-configurable, but rather should be hardwired in + the Tor code. + + The tor-spec.txt section 9 details how a relay and a client should + behave when they encounter these lines in the consensus. + + "params" SP [Parameters] NL + + [At most once] + + Parameter ::= Keyword '=' Int32 + Int32 ::= A decimal integer between -2147483648 and 2147483647. + Parameters ::= Parameter | Parameters SP Parameter + + The parameters list, if present, contains a space-separated list of + case-sensitive key-value pairs, sorted in lexical order by their + keyword (as ASCII byte strings). Each parameter has its own meaning. + + (Only included when the vote is generated with consensus-method 7 or + later.) + + Commonly used "param" arguments at this point include: + + "circwindow" -- the default package window that circuits should + be established with. It started out at 1000 cells, but some + research indicates that a lower value would mean fewer cells in + transit in the network at any given time. + Min: 100, Max: 1000 + First-appeared: Tor 0.2.1.20 + + "CircuitPriorityHalflifeMsec" -- the halflife parameter used when + weighting which circuit will send the next cell. Obeyed by Tor + 0.2.2.10-alpha and later. (Versions of Tor between 0.2.2.7-alpha + and 0.2.2.10-alpha recognized a "CircPriorityHalflifeMsec" parameter, + but mishandled it badly.) + Min: -1, Max: 2147483647 (INT32_MAX) + First-appeared: Tor 0.2.2.11-alpha + + "perconnbwrate" and "perconnbwburst" -- if set, each relay sets + up a separate token bucket for every client OR connection, + and rate limits that connection indepedently. Typically left + unset, except when used for performance experiments around trac + entry 1750. Only honored by relays running Tor 0.2.2.16-alpha + and later. (Note that relays running 0.2.2.7-alpha through + 0.2.2.14-alpha looked for bwconnrate and bwconnburst, but then + did the wrong thing with them; see bug 1830 for details.) + Min: 1, Max: 2147483647 (INT32_MAX) + First-appeared: 0.2.2.7-alpha + Removed-in: 0.2.2.16-alpha + + "refuseunknownexits" -- if set to one, exit relays look at + the previous hop of circuits that ask to open an exit stream, + and refuse to exit if they don't recognize it as a relay. The + goal is to make it harder for people to use them as one-hop + proxies. See trac entry 1751 for details. + Min: 0, Max: 1 + First-appeared: 0.2.2.17-alpha + + "bwweightscale" -- Value that bandwidth-weights are divided by. If not + present then this defaults to 10000. + Min: 1 + First-appeared: 0.2.2.10-alpha + + "cbtdisabled", "cbtnummodes", "cbtrecentcount", "cbtmaxtimeouts", + "cbtmincircs", "cbtquantile", "cbtclosequantile", "cbttestfreq", + "cbtmintimeout", and "cbtinitialtimeout" -- see "2.4.5. Consensus + parameters governing behavior" in path-spec.txt for a series of + circuit build time related consensus params. + + "UseOptimisticData" -- If set to zero, clients by default + shouldn't try to send optimistic data to servers until they have + received a RELAY_CONNECTED cell. + Min: 0, Max: 1, Default: 1 + First-appeared: 0.2.3.3-alpha + Default was 0 before: 0.2.9.1-alpha + + "maxunmeasuredbw" -- Used by authorities during voting with + method 17 or later. The maximum value to give for any Bandwidth= + entry for a router that isn't based on at least three + measurements. + First-appeared: 0.2.4.11-alpha + + "Support022HiddenServices" -- Used to implement a mass switch-over + from sending timestamps to hidden services by default to sending + no timestamps at all. If this option is absent, or is set to 1, + clients with the default configuration send timestamps; otherwise, + they do not. + Min: 0, Max: 1. Default: 1. + First-appeared: 0.2.4.18-rc + + "usecreatefast" -- Used to control whether clients use the + CREATE_FAST handshake on the first hop of their circuits. + Min: 0, Max: 1. Default: 1. + First-appeared: 0.2.4.23, 0.2.5.2-alpha + + "pb_mincircs", "pb_noticepct", "pb_warnpct", "pb_extremepct", + "pb_dropguards", "pb_scalecircs", "pb_scalefactor", + "pb_multfactor", "pb_minuse", "pb_noticeusepct", + "pb_extremeusepct", "pb_scaleuse" -- DOCDOC + + "UseNTorHandshake" -- If true, then versions of Tor that support + NTor will prefer to use it by default. + Min: 0, Max: 1. Default: 1. + First-appeared: 0.2.4.8-alpha + + "FastFlagMinThreshold", "FastFlagMaxThreshold" -- lowest and + highest allowable values for the cutoff for routers that should get + the Fast flag. This is used during voting to prevent the threshold + for getting the Fast flag from being too low or too high. + FastFlagMinThreshold: Min: 4. Max: INT32_MAX: Default: 4. + FastFlagMaxThreshold: Min: -. Max: INT32_MAX: Default: INT32_MAX + First-appeared: 0.2.3.11-alpha + + "NumDirectoryGuards", "NumEntryGuards" -- Number of guard nodes + clients should use by default. If NumDirectoryGuards is 0, + we default to NumEntryGuards. + NumDirectoryGuards: Min: 0. Max: 10. Default: 0 + NumEntryGuards: Min: 1. Max: 10. Default: 3 + First-appeared: 0.2.4.23, 0.2.5.6-alpha + + "GuardLifetime" -- Duration for which clients should choose guard + nodes, in seconds. + Min: 30 days. Max: 1826 days. Default: 60 days. + First-appeared: 0.2.4.12-alpha + + "min_paths_for_circs_pct" -- DOCDOC + + "NumNTorsPerTAP" -- When balancing ntor and TAP cells at relays, + how many ntor handshakes should we perform for each TAP handshake? + Min: 1. Max: 100000. Default: 10. + First-appeared: 0.2.4.17-rc + + "AllowNonearlyExtend" -- If true, permit EXTEND cells that are not + inside RELAY_EARLY cells. + Min: 0. Max: 1. Default: 0. + First-appeared: 0.2.3.11-alpha + + "AuthDirNumSRVAgreements" -- Minimum number of agreeing directory + authority votes required for a fresh shared random value to be written + in the consensus (this rule only applies on the first commit round of + the shared randomness protocol). + Min: 1. Max: INT32_MAX. Default: 2/3 of the total number of dirauth. + + "shared-rand-previous-value" SP NumReveals SP Value NL + + [At most once] + + NumReveals ::= An integer greater or equal to 0. + Value ::= Base64-encoded-data + + The shared random value that was generated during the second-to-last + shared randomness protocol run. For example, if this document was + created on the 5th of November, this field carries the shared random + value generated during the protocol run of the 3rd of November. + + See section [SRCALC] of srv-spec.txt for instructions on how to compute + this value, and see section [CONS] for why we include old shared random + values in votes and consensus. + + Value is the actual shared random value encoded in base64. NumReveals + is the number of commits used to generate this SRV. + + "shared-rand-current-value" SP NumReveals SP Value NL + + [At most once] + + NumReveals ::= An integer greater or equal to 0. + Value ::= Base64-encoded-data + + The shared random value that was generated during the latest shared + randomness protocol run. For example, if this document was created on + the 5th of November, this field carries the shared random value + generated during the protocol run of the 4th of November + + See section [SRCALC] of srv-spec.txt for instructions on how to compute + this value given the active commits. + + Value is the actual shared random value encoded in base64. NumReveals + is the number of commits used to generate this SRV. + + The authority section of a vote contains the following items, followed + in turn by the authority's current key certificate: + + "dir-source" SP nickname SP identity SP address SP IP SP dirport SP + orport NL + + [Exactly once, at start] + + Describes this authority. The nickname is a convenient identifier + for the authority. The identity is an uppercase hex fingerprint of + the authority's current (v3 authority) identity key. The address is + the server's hostname. The IP is the server's current IP address, + and dirport is its current directory port. XXXXorport + + "contact" SP string NL + + [Exactly once] + + An arbitrary string describing how to contact the directory + server's administrator. Administrators should include at least an + email address and a PGP fingerprint. + + "legacy-dir-key" SP FINGERPRINT NL + + [At most once] + + Lists a fingerprint for an obsolete _identity_ key still used + by this authority to keep older clients working. This option + is used to keep key around for a little while in case the + authorities need to migrate many identity keys at once. + (Generally, this would only happen because of a security + vulnerability that affected multiple authorities, like the + Debian OpenSSL RNG bug of May 2008.) + + "shared-rand-participate" NL + + [At most once] + + Denotes that the directory authority supports and can participate in the + shared random protocol. + + "shared-rand-commit" SP Version SP AlgName SP Identity SP Commit [SP Reveal] NL + + [Any number of times] + + Version ::= An integer greater or equal to 0. + AlgName ::= 1*(ALPHA / DIGIT / "_" / "-") + Identity ::= 40 * HEXDIG + Commit ::= Base64-encoded-data + Reveal ::= Base64-encoded-data + + Denotes a directory authority commit for the shared randomness + protocol, containing the commitment value and potentially also the + reveal value. See sections [COMMITREVEAL] and [VALIDATEVALUES] of + srv-spec.txt on how to generate and validate these values. + + Version is the current shared randomness protocol version. AlgName is + the hash algorithm that is used (e.g. "sha3-256") and Identity is the + authority's SHA1 v3 identity fingerprint. Commit is the encoded + commitment value in base64. Reveal is optional and if it's set, it + contains the reveal value in base64. + + If a vote contains multiple commits from the same authority, the + receiver MUST only consider the first commit listed. + + "shared-rand-previous-value" SP NumReveals SP Value NL + + [At most once] + + See shared-rand-previous-value description above. + + "shared-rand-current-value" SP NumReveals SP Value NL + + [At most once] + + See shared-rand-current-value decription above. + + The authority section of a consensus contains groups the following items, + in the order given, with one group for each authority that contributed to + the consensus, with groups sorted by authority identity digest: + + "dir-source" SP nickname SP identity SP address SP IP SP dirport SP + orport NL + + [Exactly once, at start] + + As in the authority section of a vote. + + "contact" SP string NL + + [Exactly once.] + + As in the authority section of a vote. + + "vote-digest" SP digest NL + + [Exactly once.] + + A digest of the vote from the authority that contributed to this + consensus, as signed (that is, not including the signature). + (Hex, upper-case.) + + For each "legacy-dir-key" in the vote, there is an additional "dir-source" + line containing that legacy key's fingerprint, the authority's nickname + with "-legacy" appended, and all other fields as in the main "dir-source" + line for that authority. These "dir-source" lines do not have + corresponding "contact" or "vote-digest" entries. + + Each router status entry contains the following items. Router status + entries are sorted in ascending order by identity digest. + + "r" SP nickname SP identity SP digest SP publication SP IP SP ORPort + SP DirPort NL + + [At start, exactly once.] + + "Nickname" is the OR's nickname. "Identity" is a hash of its + identity key, encoded in base64, with trailing equals sign(s) + removed. "Digest" is a hash of its most recent descriptor as + signed (that is, not including the signature), encoded in base64. + "Publication" is the + publication time of its most recent descriptor, in the form + YYYY-MM-DD HH:MM:SS, in UTC. "IP" is its current IP address; + ORPort is its current OR port, "DirPort" is its current directory + port, or "0" for "none". + + "a" SP address ":" port NL + + [Any number.] + + Present only if the OR has at least one IPv6 address. + + Address and portlist are as for "or-address" as specified in + section 2.1.1. + + (Only included when the vote or consensus is generated with + consensus-method 14 or later.) + + "s" SP Flags NL + + [Exactly once.] + + A series of space-separated status flags, in lexical order (as ASCII + byte strings). Currently documented flags are: + + "Authority" if the router is a directory authority. + "BadExit" if the router is believed to be useless as an exit node + (because its ISP censors it, because it is behind a restrictive + proxy, or for some similar reason). + "Exit" if the router is more useful for building + general-purpose exit circuits than for relay circuits. The + path building algorithm uses this flag; see path-spec.txt. + "Fast" if the router is suitable for high-bandwidth circuits. + "Guard" if the router is suitable for use as an entry guard. + "HSDir" if the router is considered a v2 hidden service directory. + "Named" if the router's identity-nickname mapping is canonical, + and this authority binds names. + "NoEdConsensus" if any Ed25519 key in the router's descriptor or + microdesriptor does not reflect authority consensus. + "Stable" if the router is suitable for long-lived circuits. + "Running" if the router is currently usable. + "Unnamed" if another router has bound the name used by this + router, and this authority binds names. + "Valid" if the router has been 'validated'. + "V2Dir" if the router implements the v2 directory protocol or + higher. + + "v" SP version NL + + [At most once.] + + The version of the Tor protocol that this relay is running. If + the value begins with "Tor" SP, the rest of the string is a Tor + version number, and the protocol is "The Tor protocol as supported + by the given version of Tor." Otherwise, if the value begins with + some other string, Tor has upgraded to a more sophisticated + protocol versioning system, and the protocol is "a version of the + Tor protocol more recent than any we recognize." + + Directory authorities SHOULD omit version strings they receive from + descriptors if they would cause "v" lines to be over 128 characters + long. + + "pr" SP Entries NL + + [At most once.] + + The "proto" family element as specified in section 2.1.1. + + During voting, authorities copy these lines immediately below the "v" + lines. When a descriptor does not contain a "proto" entry, the + authorities should reconstruct it using the approach described below + in section D. They are included in the consensus using the same rules + as currently used for "v" lines, if a sufficiently late consensus + method is in use. + + "w" SP "Bandwidth=" INT [SP "Measured=" INT] [SP "Unmeasured=1"] NL + + [At most once.] + + An estimate of the bandwidth of this relay, in an arbitrary + unit (currently kilobytes per second). Used to weight router + selection. See section 3.4.2 for details on how the value of + Bandwidth is determined in a consensus. + + Additionally, the Measured= keyword is present in votes by + participating bandwidth measurement authorities to indicate + a measured bandwidth currently produced by measuring stream + capacities. It does not occur in consensuses. + + The "Unmeasured=1" value is included in consensuses generated + with method 17 or later when the 'Bandwidth=' value is not + based on a threshold of 3 or more measurements for this relay. + + Other weighting keywords may be added later. + Clients MUST ignore keywords they do not recognize. + + "p" SP ("accept" / "reject") SP PortList NL + + [At most once.] + + PortList = PortOrRange + PortList = PortList "," PortOrRange + PortOrRange = INT "-" INT / INT + + A list of those ports that this router supports (if 'accept') + or does not support (if 'reject') for exit to "most + addresses". + + "m" SP methods 1*(SP algorithm "=" digest) NL + + [Any number, only in votes.] + + Microdescriptor hashes for all consensus methods that an authority + supports and that use the same microdescriptor format. "methods" + is a comma-separated list of the consensus methods that the + authority believes will produce "digest". "algorithm" is the name + of the hash algorithm producing "digest", which can be "sha256" or + something else, depending on the consensus "methods" supporting + this algorithm. "digest" is the base64 encoding of the hash of + the router's microdescriptor with trailing =s omitted. + + "id" SP "ed25519" SP ed25519-identity NL + "id" SP "ed25519" SP "none" NL + [vote only, at most once] + + The footer section is delineated in all votes and consensuses supporting + consensus method 9 and above with the following: + + "directory-footer" NL + [No extra arguments] + + It contains two subsections, a bandwidths-weights line and a + directory-signature. (Prior to conensus method 9, footers only contained + directory-signatures without a 'directory-footer' line or + bandwidth-weights.) + + The bandwidths-weights line appears At Most Once for a consensus. It does + not appear in votes. + + "bandwidth-weights" [SP Weights] NL + + Weight ::= Keyword '=' Int32 + Int32 ::= A decimal integer between -2147483648 and 2147483647. + Weights ::= Weight | Weights SP Weight + + List of optional weights to apply to router bandwidths during path + selection. They are sorted in lexical order (as ASCII byte strings) and + values are divided by the consensus' "bwweightscale" param. Definition + of our known entries are... + + Wgg - Weight for Guard-flagged nodes in the guard position + Wgm - Weight for non-flagged nodes in the guard Position + Wgd - Weight for Guard+Exit-flagged nodes in the guard Position + + Wmg - Weight for Guard-flagged nodes in the middle Position + Wmm - Weight for non-flagged nodes in the middle Position + Wme - Weight for Exit-flagged nodes in the middle Position + Wmd - Weight for Guard+Exit flagged nodes in the middle Position + + Weg - Weight for Guard flagged nodes in the exit Position + Wem - Weight for non-flagged nodes in the exit Position + Wee - Weight for Exit-flagged nodes in the exit Position + Wed - Weight for Guard+Exit-flagged nodes in the exit Position + + Wgb - Weight for BEGIN_DIR-supporting Guard-flagged nodes + Wmb - Weight for BEGIN_DIR-supporting non-flagged nodes + Web - Weight for BEGIN_DIR-supporting Exit-flagged nodes + Wdb - Weight for BEGIN_DIR-supporting Guard+Exit-flagged nodes + + Wbg - Weight for Guard flagged nodes for BEGIN_DIR requests + Wbm - Weight for non-flagged nodes for BEGIN_DIR requests + Wbe - Weight for Exit-flagged nodes for BEGIN_DIR requests + Wbd - Weight for Guard+Exit-flagged nodes for BEGIN_DIR requests + + These values are calculated as specified in section 3.8.3. + + The signature contains the following item, which appears Exactly Once + for a vote, and At Least Once for a consensus. + + "directory-signature" [SP Algorithm] SP identity SP signing-key-digest + NL Signature + + This is a signature of the status document, with the initial item + "network-status-version", and the signature item + "directory-signature", using the signing key. (In this case, we take + the hash through the _space_ after directory-signature, not the + newline: this ensures that all authorities sign the same thing.) + "identity" is the hex-encoded digest of the authority identity key of + the signing authority, and "signing-key-digest" is the hex-encoded + digest of the current authority signing key of the signing authority. + + The Algorithm is one of "sha1" or "sha256" if it is present; + implementations MUST ignore directory-signature entries with an + unrecognized Algorithm. "sha1" is the default, if no Algorithm is + given. The algorithm describes how to compute the hash of the + document before signing it. + + "ns"-flavored consensus documents must contain only sha1 signatures. + Votes and microdescriptor documents may contain other signature + types. Note that only one signature from each authority should be + "counted" as meaning that the authority has signed the consensus. + + (Tor clients before 0.2.3.x did not understand the 'algorithm' + field.) + +3.4.2. Assigning flags in a vote + + (This section describes how directory authorities choose which status + flags to apply to routers. Later directory authorities MAY do things + differently, so long as clients keep working well. Clients MUST NOT + depend on the exact behaviors in this section.) + + In the below definitions, a router is considered "active" if it is + running, valid, and not hibernating. + + When we speak of a router's bandwidth in this section, we mean either + its measured bandwidth, or its advertised bandwidth. If a sufficient + threshold (configurable with MinMeasuredBWsForAuthToIgnoreAdvertised, + 500 by default) of routers have measured bandwidth values, then the + authority bases flags on _measured_ bandwidths, and treats nodes with + non-measured bandwidths as if their bandwidths were zero. Otherwise, + it uses measured bandwidths for nodes that have them, and advertised + bandwidths for other nodes. + + When computing thresholds based on percentiles of nodes, an authority + only considers nodes that are active, that have not been + omitted as a sybil (see below), and whose bandwidth is at least + 4 KB. Nodes that don't meet these criteria do not influence any + threshold calculations (including calculation of stability and uptime + and bandwidth thresholds) and also do not have their Exit status + change. + + "Valid" -- a router is 'Valid' if it is running a version of Tor not + known to be broken, and the directory authority has not blacklisted + it as suspicious. + + "Named" -- Directory authority administrators may decide to support name + binding. If they do, then they must maintain a file of + nickname-to-identity-key mappings, and try to keep this file consistent + with other directory authorities. If they don't, they act as clients, and + report bindings made by other directory authorities (name X is bound to + identity Y if at least one binding directory lists it, and no directory + binds X to some other Y'.) A router is called 'Named' if the router + believes the given name should be bound to the given key. + + Two strategies exist on the current network for deciding on + values for the Named flag. In the original version, relay + operators were asked to send nickname-identity pairs to a + mailing list of Naming directory authorities' operators. The + operators were then supposed to add the pairs to their + mapping files; in practice, they didn't get to this often. + + Newer Naming authorities run a script that registers routers + in their mapping files once the routers have been online at + least two weeks, no other router has that nickname, and no + other router has wanted the nickname for a month. If a router + has not been online for six months, the router is removed. + + "Unnamed" -- Directory authorities that support naming should vote for a + router to be 'Unnamed' if its given nickname is mapped to a different + identity. + + "Running" -- A router is 'Running' if the authority managed to connect to + it successfully within the last 45 minutes. + + "Stable" -- A router is 'Stable' if it is active, and either its Weighted + MTBF is at least the median for known active routers or its Weighted MTBF + corresponds to at least 7 days. Routers are never called Stable if they are + running a version of Tor known to drop circuits stupidly. (0.1.1.10-alpha + through 0.1.1.16-rc are stupid this way.) + + To calculate weighted MTBF, compute the weighted mean of the lengths + of all intervals when the router was observed to be up, weighting + intervals by $\alpha^n$, where $n$ is the amount of time that has + passed since the interval ended, and $\alpha$ is chosen so that + measurements over approximately one month old no longer influence the + weighted MTBF much. + + [XXXX what happens when we have less than 4 days of MTBF info.] + + "Exit" -- A router is called an 'Exit' iff it allows exits to at + least two of the ports 80, 443, and 6667 and allows exits to at + least one /8 address space. + + "Fast" -- A router is 'Fast' if it is active, and its bandwidth is either in + the top 7/8ths for known active routers or at least 100KB/s. + + "Guard" -- A router is a possible 'Guard' if its Weighted Fractional Uptime + is at least the median for "familiar" active routers, and if its bandwidth + is at least 2MB/s or is in the set of the 25% fastest relays. + + To calculate weighted fractional uptime, compute the fraction + of time that the router is up in any given day, weighting so that + downtime and uptime in the past counts less. + + A node is 'familiar' if 1/8 of all active nodes have appeared more + recently than it, OR it has been around for a few weeks. + + "Authority" -- A router is called an 'Authority' if the authority + generating the network-status document believes it is an authority. + + "V2Dir" -- A router supports the v2 directory protocol or higher if it has + an open directory port, and it is running a version of the directory + protocol that supports the functionality clients need. (Currently, this + is 0.1.1.9-alpha or later.) + + "HSDir" -- A router is a v2 hidden service directory if it stores and + serves v2 hidden service descriptors, has the Stable and Fast flag, and the + authority believes that it's been up for at least 96 hours (or the current + value of MinUptimeHidServDirectoryV2). + + "NoEdConsensus" -- authorities should not vote on this flag; it is + produced as part of the consensus for consensus method 22 or later. + + Directory server administrators may label some relays or IPs as + blacklisted, and elect not to include them in their network-status lists. + + Authorities SHOULD 'disable' any relays in excess of 2 on any single + IP. When there are more than 2 (or AuthDirMaxServersPerAddr) to + choose from, authorities should first prefer authorities to + non-authorities, then prefer Running to non-Running, and then prefer + high-bandwidth to low-bandwidth[*]. To 'disable' a relay, the + authority *should* advertise it without the Running or Valid flag. + + [*] In this comparison, measured bandwidth is used unless it is not + present for a router, in which case advertised bandwidth is used. + Bug 8710 has a patch to change this behavior. + + Thus, the network-status vote includes all non-blacklisted, + non-expired, non-superseded descriptors. + + The bandwidth in a "w" line should be taken as the best estimate + of the router's actual capacity that the authority has. For now, + this should be the lesser of the observed bandwidth and bandwidth + rate limit from the server descriptor. It is given in kilobytes + per second, and capped at some arbitrary value (currently 10 MB/s). + + The Measured= keyword on a "w" line vote is currently computed + by multiplying the previous published consensus bandwidth by the + ratio of the measured average node stream capacity to the network + average. If 3 or more authorities provide a Measured= keyword for + a router, the authorities produce a consensus containing a "w" + Bandwidth= keyword equal to the median of the Measured= votes. + + The ports listed in a "p" line should be taken as those ports for + which the router's exit policy permits 'most' addresses, ignoring any + accept not for all addresses, ignoring all rejects for private + netblocks. "Most" addresses are permitted if no more than 2^25 + IPv4 addresses (two /8 networks) were blocked. The list is encoded + as described in section 3.8.2. + +3.5. Downloading missing certificates from other directory authorities + + XXX when to download certificates. + +3.6. Downloading server descriptors from other directory authorities + + Periodically (currently, every 10 seconds), directory authorities check + whether there are any specific descriptors that they do not have and that + they are not currently trying to download. + Authorities identify them by hash in vote (if publication date is more + recent than the descriptor we currently have). + + [XXXX need a way to fetch descriptors ahead of the vote? v2 status docs can + do that for now.] + + If so, the directory authority launches requests to the authorities for these + descriptors, such that each authority is only asked for descriptors listed + in its most recent vote. If more + than one authority lists the descriptor, we choose which to ask at random. + + If one of these downloads fails, we do not try to download that descriptor + from the authority that failed to serve it again unless we receive a newer + network-status (consensus or vote) from that authority that lists the same + descriptor. + + Directory authorities must potentially cache multiple descriptors for each + router. Authorities must not discard any descriptor listed by any recent + consensus. If there is enough space to store additional descriptors, + authorities SHOULD try to hold those which clients are likely to download the + most. (Currently, this is judged based on the interval for which each + descriptor seemed newest.) +[XXXX define recent] + + Authorities SHOULD NOT download descriptors for routers that they would + immediately reject for reasons listed in section 3.2. + +3.7. Downloading extra-info documents from other directory authorities + + Periodically, an authority checks whether it is missing any extra-info + documents: in other words, if it has any server descriptors with an + extra-info-digest field that does not match any of the extra-info + documents currently held. If so, it downloads whatever extra-info + documents are missing. We follow the same splitting and back-off rules + as in section 3.6. + +3.8. Computing a consensus from a set of votes + + Given a set of votes, authorities compute the contents of the consensus. + + The consensus status, along with as many signatures as the server + currently knows (see section 3.10 below), should be available at + http:///tor/status-vote/next/consensus.z + + The contents of the consensus document are as follows: + + The "valid-after", "valid-until", and "fresh-until" times are taken as + the median of the respective values from all the votes. + + The times in the "voting-delay" line are taken as the median of the + VoteSeconds and DistSeconds times in the votes. + + Known-flags is the union of all flags known by any voter. + + Entries are given on the "params" line for every keyword on which a + majority of authorities (total authorities, not just those + participating in this vote) voted on, or if at least three + authorities voted for that parameter. The values given are the + low-median of all votes on that keyword. + + Consensus methods 11 and before, entries are given on the "params" + line for every keyword on which any authority voted, the value given + being the low-median of all votes on that keyword. + + "client-versions" and "server-versions" are sorted in ascending + order; A version is recommended in the consensus if it is recommended + by more than half of the voting authorities that included a + client-versions or server-versions lines in their votes. + + With consensus method 19 or later, a package line is generated for a + given PACKAGENAME/VERSION pair if at least three authorities list such a + package in their votes. (Call these lines the "input" lines for + PACKAGENAME.) The consensus will contain every "package" line that is + listed verbatim by more than half of the authorities listing a line for + the PACKAGENAME/VERSION pair, and no others. + + The authority item groups (dir-source, contact, fingerprint, + vote-digest) are taken from the votes of the voting + authorities. These groups are sorted by the digests of the + authorities identity keys, in ascending order. If the consensus + method is 3 or later, a dir-source line must be included for + every vote with legacy-key entry, using the legacy-key's + fingerprint, the voter's ordinary nickname with the string + "-legacy" appended, and all other fields as from the original + vote's dir-source line. + + A router status entry: + * is included in the result if some router status entry with the same + identity is included by more than half of the authorities (total + authorities, not just those whose votes we have). + (Consensus method earlier than 21) + + * is included according to the rules in section 3.8.0.1 and + 3.8.0.2 below. (Consensus method 22 or later) + + * For any given RSA identity digest, we include at most + one router status entry. + + * For any given Ed25519 identity, we include at most one router + status entry. + + * A router entry has a flag set if that is included by more than half + of the authorities who care about that flag. + + * Two router entries are "the same" if they have the same + tuple. + We choose the tuple for a given router as whichever tuple appears + for that router in the most votes. We break ties first in favor of + the more recently published, then in favor of smaller server + descriptor digest. + + * The Named flag appears if it is included for this routerstatus by + _any_ authority, and if all authorities that list it list the same + nickname. However, if consensus-method 2 or later is in use, and + any authority calls this identity/nickname pair Unnamed, then + this routerstatus does not get the Named flag. + + * If consensus-method 2 or later is in use, the Unnamed flag is + set for a routerstatus if any authorities have voted for a different + identities to be Named with that nickname, or if any authority + lists that nickname/ID pair as Unnamed. + + (With consensus-method 1, Unnamed is set like any other flag.) + + * The version is given as whichever version is listed by the most + voters, with ties decided in favor of more recent versions. + + * If consensus-method 4 or later is in use, then routers that + do not have the Running flag are not listed at all. + + * If consensus-method 5 or later is in use, then the "w" line + is generated using a low-median of the bandwidth values from + the votes that included "w" lines for this router. + + * If consensus-method 5 or later is in use, then the "p" line + is taken from the votes that have the same policy summary + for the descriptor we are listing. (They should all be the + same. If they are not, we pick the most commonly listed + one, breaking ties in favor of the lexicographically larger + vote.) The port list is encoded as specified in section 3.8.2. + + * If consensus-method 6 or later is in use and if 3 or more + authorities provide a Measured= keyword in their votes for + a router, the authorities produce a consensus containing a + Bandwidth= keyword equal to the median of the Measured= votes. + + * If consensus-method 7 or later is in use, the params line is + included in the output. + + * If the consensus method is under 11, bad exits are considered as + possible exits when computing bandwidth weights. Otherwise, if + method 11 or later is in use, any router that is determined to get + the BadExit flag doesn't count when we're calculating weights. + + * If consensus method 12 or later is used, only consensus + parameters that more than half of the total number of + authorities voted for are included in the consensus. + + * If consensus method 13 or later is used, microdesc consensuses + omit any router for which no microdesc was agreed upon. + + * If consensus method 14 or later is used, votes and + consensuses may include "a" lines listing additional OR + ports. + + * If consensus method 15 or later is used, microdescriptors + include "p6" lines including IPv6 exit policies. + + * If consensus method 16 or later is used, ntor-onion-key + are included in microdescriptors + + * If consensus method 17 or later is used, authorities impose a + maximum on the Bandwidth= values that they'll put on a 'w' + line for any router that doesn't have at least 3 measured + bandwidth values in votes. They also add an "Unmeasured=1" + flag to such 'w' lines. + + * If consensus method 18 or later is used, authorities include + "id" lines in microdescriptors. + + * If consensus method 22 or later is used, and the votes do not + produce a majority consensus about a relay's Ed25519 key (see + 3.8.0.1 below), the consensus must include a NoEdConsensus flag on + the "s" line for every relay whose listed Ed key does not reflect + consensus. + + * If consensus method 23 or later is used, authorities include + shared randomness protocol data on their votes and consensus. + + * If consensus-method 24 or later is in use, then routers that + do not have the Valid flag are not listed at all. + + * If consensus-method 25 or later is in use, then we vote + on recommended-protocols and required-protocols lines in the + consensus. We also include protocols lines in routerstatus + entries. + + * If consensus-method 26 or later is in use, then we initialize + bandwith weights to 1 in our calculations, to avoid + division-by-zero errors on unusual networks. + + The signatures at the end of a consensus document are sorted in + ascending order by identity digest. + + All ties in computing medians are broken in favor of the smaller or + earlier item. + +3.8.0.1. Deciding which Ids to include. + + This sorting algorithm is used for consensus-method 22 and later. + + First, consider each listing by tuple of identities, where 'Ed' + may be "None" if the voter included "id ed25519 none" to indicate that + the authority knows what ed25519 identities are, and thinks that the RSA + key doesn't have one. + + For each such tuple that is listed by more than half of the + total authorities (not just total votes), include it. (It is not + possible for any other to have as many votes.) If more + than half of the authorities list a single pair of this type, we + consider that Ed key to be "consensus"; see description of the + NoEdConsensus flag. + + Log any other id-RSA values corresponding to an id-Ed we included, and any + other id-Ed values corresponding to an id-RSA we included. + + For each that is not yet included, if it is listed by more than + half of the total authorities, and we do not already have it listed with + some , include it, but do not consider its Ed identity canonical. + +3.8.0.2 Deciding which descriptors to include + + Deciding which descriptors to include. + + A tuple belongs to an identity if it is a new tuple that + matches both ID parts, or if it is an old tuple (one with no Ed opinion) + that matches the RSA part. A tuple belongs to an identity if its + RSA identity matches. + + A tuple matches another tuple if all the fields that are present in both + tuples are the same. + + For every included identity, consider the tuples belonging to that + identity. Group them into sets of matching tuples. Include the tuple + that matches the largest set, breaking ties in favor of the most recently + published, and then in favor of the smaller server descriptor digest. + +3.8.1. Forward compatibility + + Future versions of Tor will need to include new information in the + consensus documents, but it is important that all authorities (or at least + half) generate and sign the same signed consensus. + + To achieve this, authorities list in their votes their supported methods + for generating consensuses from votes. Later methods will be assigned + higher numbers. Currently specified methods: + "1" -- The first implemented version. + "2" -- Added support for the Unnamed flag. + "3" -- Added legacy ID key support to aid in authority ID key rollovers + "4" -- No longer list routers that are not running in the consensus + "5" -- adds support for "w" and "p" lines. + "6" -- Prefers measured bandwidth values rather than advertised + "7" -- Provides keyword=integer pairs of consensus parameters + "8" -- Provides microdescriptor summaries + "9" -- Provides weights for selecting flagged routers in paths + "10" -- Fixes edge case bugs in router flag selection weights + "11" -- Don't consider BadExits when calculating bandwidth weights + "12" -- Params are only included if enough auths voted for them + "13" -- Omit router entries with missing microdescriptors. + "14" -- Adds support for "a" lines. + "15" -- Adds support for "p6" lines. + "16" -- Adds ntor keys to microdescriptors + "17" -- Adds "Unmeasured=1" flags to "w" lines + "18" -- Adds 'id' to microdescriptors. + "19" -- Adds "package" lines to consensuses + "20" -- Adds GuardFraction information to microdescriptors. + "21" -- Adds Ed25519 keys to microdescriptors. + "22" -- Instantiates Ed25519 voting algorithm correctly. + "23" -- Adds shared randomness protocol data. + "24" -- No longer lists routers that are not Valid in the consensus. + "25" -- Vote on recommended-protocols and required-protocols. + "26" -- Initialize bandwidth weights to 1 to avoid division-by-zero. + + Before generating a consensus, an authority must decide which consensus + method to use. To do this, it looks for the highest version number + supported by more than 2/3 of the authorities voting. If it supports this + method, then it uses it. Otherwise, it falls back to the newest consensus + method that it supports (which will probably not result in a sufficiently + signed consensus). + + All authorities MUST support method 13; authorities SHOULD support + more recent methods as well. Authorities SHOULD NOT support or + advertise support for any method before 13. Clients MAY assume that + they will never see a current valid signed consensus for any method + before method 13. + + (The consensuses generated by new methods must be parsable by + implementations that only understand the old methods, and must not cause + those implementations to compromise their anonymity. This is a means for + making changes in the contents of consensus; not for making + backward-incompatible changes in their format.) + +The following methods have incorrect implementations; authorities SHOULD + NOT advertise support for them: + "21" -- Did not correctly enable support for ed25519 key collation. + +3.8.2. Encoding port lists + + Whether the summary shows the list of accepted ports or the list of + rejected ports depends on which list is shorter (has a shorter string + representation). In case of ties we choose the list of accepted + ports. As an exception to this rule an allow-all policy is + represented as "accept 1-65535" instead of "reject " and a reject-all + policy is similarly given as "reject 1-65535". + + Summary items are compressed, that is instead of "80-88,89-100" there + only is a single item of "80-100", similarly instead of "20,21" a + summary will say "20-21". + + Port lists are sorted in ascending order. + + The maximum allowed length of a policy summary (including the "accept " + or "reject ") is 1000 characters. If a summary exceeds that length we + use an accept-style summary and list as much of the port list as is + possible within these 1000 bytes. [XXXX be more specific.] + +3.8.3. Computing Bandwidth Weights + + Let weight_scale = 10000 + + Starting with consensus method 26, G, M, E, and D are initialized to 1 and + T to 4. Prior consensus methods initialize them all to 0. With this change, + test tor networks that are small or new are much more likely to produce + bandwidth-weights in their consensus. The extra bandwidth has a negligible + impact on the bandwidth weights in the public tor network. + + Let G be the total bandwidth for Guard-flagged nodes. + Let M be the total bandwidth for non-flagged nodes. + Let E be the total bandwidth for Exit-flagged nodes. + Let D be the total bandwidth for Guard+Exit-flagged nodes. + Let T = G+M+E+D + + Let Wgd be the weight for choosing a Guard+Exit for the guard position. + Let Wmd be the weight for choosing a Guard+Exit for the middle position. + Let Wed be the weight for choosing a Guard+Exit for the exit position. + + Let Wme be the weight for choosing an Exit for the middle position. + Let Wmg be the weight for choosing a Guard for the middle position. + + Let Wgg be the weight for choosing a Guard for the guard position. + Let Wee be the weight for choosing an Exit for the exit position. + + Balanced network conditions then arise from solutions to the following + system of equations: + + Wgg*G + Wgd*D == M + Wmd*D + Wme*E + Wmg*G (guard bw = middle bw) + Wgg*G + Wgd*D == Wee*E + Wed*D (guard bw = exit bw) + Wed*D + Wmd*D + Wgd*D == D (aka: Wed+Wmd+Wdg = weight_scale) + Wmg*G + Wgg*G == G (aka: Wgg = weight_scale-Wmg) + Wme*E + Wee*E == E (aka: Wee = weight_scale-Wme) + + We are short 2 constraints with the above set. The remaining constraints + come from examining different cases of network load. The following + constraints are used in consensus method 10 and above. There are another + incorrect and obsolete set of constraints used for these same cases in + consensus method 9. For those, see dir-spec.txt in Tor 0.2.2.10-alpha + to 0.2.2.16-alpha. + + Case 1: E >= T/3 && G >= T/3 (Neither Exit nor Guard Scarce) + + In this case, the additional two constraints are: Wmg == Wmd, + Wed == 1/3. + + This leads to the solution: + Wgd = weight_scale/3 + Wed = weight_scale/3 + Wmd = weight_scale/3 + Wee = (weight_scale*(E+G+M))/(3*E) + Wme = weight_scale - Wee + Wmg = (weight_scale*(2*G-E-M))/(3*G) + Wgg = weight_scale - Wmg + + Case 2: E < T/3 && G < T/3 (Both are scarce) + + Let R denote the more scarce class (Rare) between Guard vs Exit. + Let S denote the less scarce class. + + Subcase a: R+D < S + + In this subcase, we simply devote all of D bandwidth to the + scarce class. + + Wgg = Wee = weight_scale + Wmg = Wme = Wmd = 0; + if E < G: + Wed = weight_scale + Wgd = 0 + else: + Wed = 0 + Wgd = weight_scale + + Subcase b: R+D >= S + + In this case, if M <= T/3, we have enough bandwidth to try to achieve + a balancing condition. + + Add constraints Wgg = weight_scale, Wmd == Wgd to maximize bandwidth in + the guard position while still allowing exits to be used as middle nodes: + + Wee = (weight_scale*(E - G + M))/E + Wed = (weight_scale*(D - 2*E + 4*G - 2*M))/(3*D) + Wme = (weight_scale*(G-M))/E + Wmg = 0 + Wgg = weight_scale + Wmd = (weight_scale - Wed)/2 + Wgd = (weight_scale - Wed)/2 + + If this system ends up with any values out of range (ie negative, or + above weight_scale), use the constraints Wgg == weight_scale and Wee == + weight_scale, since both those positions are scarce: + + Wgg = weight_scale + Wee = weight_scale + Wed = (weight_scale*(D - 2*E + G + M))/(3*D) + Wmd = (weight_Scale*(D - 2*M + G + E))/(3*D) + Wme = 0 + Wmg = 0 + Wgd = weight_scale - Wed - Wmd + + If M > T/3, then the Wmd weight above will become negative. Set it to 0 + in this case: + Wmd = 0 + Wgd = weight_scale - Wed + + Case 3: One of E < T/3 or G < T/3 + + Let S be the scarce class (of E or G). + + Subcase a: (S+D) < T/3: + if G=S: + Wgg = Wgd = weight_scale; + Wmd = Wed = Wmg = 0; + // Minor subcase, if E is more scarce than M, + // keep its bandwidth in place. + if (E < M) Wme = 0; + else Wme = (weight_scale*(E-M))/(2*E); + Wee = weight_scale-Wme; + if E=S: + Wee = Wed = weight_scale; + Wmd = Wgd = Wme = 0; + // Minor subcase, if G is more scarce than M, + // keep its bandwidth in place. + if (G < M) Wmg = 0; + else Wmg = (weight_scale*(G-M))/(2*G); + Wgg = weight_scale-Wmg; + + Subcase b: (S+D) >= T/3 + if G=S: + Add constraints Wgg = weight_scale, Wmd == Wed to maximize bandwidth + in the guard position, while still allowing exits to be + used as middle nodes: + Wgg = weight_scale + Wgd = (weight_scale*(D - 2*G + E + M))/(3*D) + Wmg = 0 + Wee = (weight_scale*(E+M))/(2*E) + Wme = weight_scale - Wee + Wmd = (weight_scale - Wgd)/2 + Wed = (weight_scale - Wgd)/2 + if E=S: + Add constraints Wee == weight_scale, Wmd == Wgd to maximize bandwidth + in the exit position: + Wee = weight_scale; + Wed = (weight_scale*(D - 2*E + G + M))/(3*D); + Wme = 0; + Wgg = (weight_scale*(G+M))/(2*G); + Wmg = weight_scale - Wgg; + Wmd = (weight_scale - Wed)/2; + Wgd = (weight_scale - Wed)/2; + + To ensure consensus, all calculations are performed using integer math + with a fixed precision determined by the bwweightscale consensus + parameter (defaults at 10000, Min: 1, Max: INT32_MAX). + + For future balancing improvements, Tor clients support 11 additional weights + for directory requests and middle weighting. These weights are currently + set at weight_scale, with the exception of the following groups of + assignments: + + Directory requests use middle weights: + Wbd=Wmd, Wbg=Wmg, Wbe=Wme, Wbm=Wmm + + Handle bridges and strange exit policies: + Wgm=Wgg, Wem=Wee, Weg=Wed + +3.9. Computing consensus flavors + + Consensus flavors are variants of the consensus that clients can choose + to download and use instead of the unflavored consensus. The purpose + of a consensus flavor is to remove or replace information in the + unflavored consensus without forcing clients to download information + they would not use anyway. + + Directory authorities can produce and serve an arbitrary number of + flavors of the same consensus. A downside of creating too many new + flavors is that clients will be distinguishable based on which flavor + they download. A new flavor should not be created when adding a field + instead wouldn't be too onerous. + + Examples for consensus flavors include: + - Publishing hashes of microdescriptors instead of hashes of + full descriptors (see section 3.9.2). + - Including different digests of descriptors, instead of the + perhaps-soon-to-be-totally-broken SHA1. + + Consensus flavors are derived from the unflavored consensus once the + voting process is complete. This is to avoid consensus synchronization + problems. + + Every consensus flavor has a name consisting of a sequence of one + or more alphanumeric characters and dashes. For compatibility, + current descriptor flavor is called "ns". + + The supported consensus flavors are defined as part of the + authorities' consensus method. + + All consensus flavors have in common that their first line is + "network-status-version" where version is 3 or higher, and the flavor + is a string consisting of alphanumeric characters and dashes: + + "network-status-version" SP version SP flavor NL + +3.9.1. ns consensus + + The ns consensus flavor is equivalent to the unflavored consensus + except for its first line which states its consensus flavor name: + + "network-status-version" SP version SP "ns" NL + + [At start, exactly once.] + +3.9.2. Microdescriptor consensus + + The microdescriptor consensus is a consensus flavor that contains + microdescriptor hashes instead of descriptor hashes and that omits + exit-policy summaries which are contained in microdescriptors. The + microdescriptor consensus was designed to contain elements that are + small and frequently changing. Clients use the information in the + microdescriptor consensus to decide which servers to fetch information + about and which servers to fetch information from. + + The microdescriptor consensus is based on the unflavored consensus with + the exceptions as follows: + + "network-status-version" SP version SP "microdesc" NL + + [At start, exactly once.] + + The flavor name of a microdescriptor consensus is "microdesc". + + Changes to router status entries are as follows: + + "r" SP nickname SP identity SP publication SP IP SP ORPort + SP DirPort NL + + [At start, exactly once.] + + Similar to "r" lines in section 3.4.1, but without the digest element. + + "p" ... NL + + [Zero times.] + + Exit policy summaries are contained in microdescriptors and + therefore omitted in the microdescriptor consensus. + + "m" SP digest NL + + [Exactly once.*] + + "digest" is the base64 of the SHA256 hash of the router's + microdescriptor with trailing =s omitted. For a given router + descriptor digest and consensus method there should only be a + single microdescriptor digest in the "m" lines of all votes. + If different votes have different microdescriptor digests for + the same descriptor digest and consensus method, at least one + of the authorities is broken. If this happens, the microdesc + consensus should contain whichever microdescriptor digest is + most common. If there is no winner, we break ties in the favor + of the lexically earliest. + + [*Before consensus method 13, this field was sometimes erroneously + omitted.] + + Additionally, a microdescriptor consensus MAY use the sha256 digest + algorithm for its signatures. + +3.10. Exchanging detached signatures + + Once an authority has computed and signed a consensus network status, it + should send its detached signature to each other authority in an HTTP POST + request to the URL: + http:///tor/post/consensus-signature + + [XXX Note why we support push-and-then-pull.] + + All of the detached signatures it knows for consensus status should be + available at: + http:///tor/status-vote/next/consensus-signatures.z + + Assuming full connectivity, every authority should compute and sign the + same consensus including any flavors in each period. Therefore, it + isn't necessary to download the consensus or any flavors of it computed + by each authority; instead, the authorities only push/fetch each + others' signatures. A "detached signature" document contains items as + follows: + + "consensus-digest" SP Digest NL + + [At start, at most once.] + + The digest of the consensus being signed. + + "valid-after" SP YYYY-MM-DD SP HH:MM:SS NL + "fresh-until" SP YYYY-MM-DD SP HH:MM:SS NL + "valid-until" SP YYYY-MM-DD SP HH:MM:SS NL + + [As in the consensus] + + "additional-digest" SP flavor SP algname SP digest NL + + [Any number.] + + For each supported consensus flavor, every directory authority + adds one or more "additional-digest" lines. "flavor" is the name + of the consensus flavor, "algname" is the name of the hash + algorithm that is used to generate the digest, and "digest" is the + hex-encoded digest. + + The hash algorithm for the microdescriptor consensus flavor is + defined as SHA256 with algname "sha256". + + "additional-signature" SP flavor SP algname SP identity SP + signing-key-digest NL signature. + + [Any number.] + + For each supported consensus flavor and defined digest algorithm, + every directory authority adds an "additional-signature" line. + "flavor" is the name of the consensus flavor. "algname" is the + name of the algorithm that was used to hash the identity and + signing keys, and to compute the signature. "identity" is the + hex-encoded digest of the authority identity key of the signing + authority, and "signing-key-digest" is the hex-encoded digest of + the current authority signing key of the signing authority. + + The "sha256" signature format is defined as the RSA signature of + the OAEP+-padded SHA256 digest of the item to be signed. When + checking signatures, the signature MUST be treated as valid if the + signature material begins with SHA256(document), so that other + data can get added later. + [To be honest, I didn't fully understand the previous paragraph + and only copied it from the proposals. Review carefully. -KL] + + "directory-signature" + + [As in the consensus; the signature object is the same as in the + consensus document.] + +3.11. Publishing the signed consensus + + Once there are enough signatures, or once the voting period starts, + these documents are available at + http:///tor/status-vote/current/consensus.z + and + http:///tor/status-vote/current/consensus-signatures.z + [XXX current/consensus-signatures is not currently implemented, as it + is not used in the voting protocol.] + [XXX It's actually false that the first document is available as soon + as there are enough signatures. It's only available as soon as the + voting period starts. -KL] + + [XXX possible future features include support for downloading old + consensuses.] + + The other vote documents are analogously made available under + http:///tor/status-vote/current/authority.z + http:///tor/status-vote/current/.z + http:///tor/status-vote/current/d/.z + once the consensus is complete. + + The authorities serve another consensus of each flavor "F" from the + locations + /tor/status-vote/(current|next)/consensus-F.z. and + /tor/status-vote/(current|next)/consensus-F/+....z. + +4. Directory cache operation + + All directory caches implement this section, except as noted. + +4.1. Downloading consensus status documents from directory authorities + + All directory caches try to keep a recent + network-status consensus document to serve to clients. A cache ALWAYS + downloads a network-status consensus if any of the following are true: + - The cache has no consensus document. + - The cache's consensus document is no longer valid. + Otherwise, the cache downloads a new consensus document at a randomly + chosen time in the first half-interval after its current consensus + stops being fresh. (This time is chosen at random to avoid swarming + the authorities at the start of each period. The interval size is + inferred from the difference between the valid-after time and the + fresh-until time on the consensus.) + + [For example, if a cache has a consensus that became valid at 1:00, + and is fresh until 2:00, that cache will fetch a new consensus at + a random time between 2:00 and 2:30.] + + Directory caches also fetch consensus flavors from the authorities. + Caches check the correctness of consensus flavors, but do not check + anything about an unrecognized consensus document beyond its digest and + length. Caches serve all consensus flavors from the same locations as + the directory authorities. + +4.2. Downloading server descriptors from directory authorities + + Periodically (currently, every 10 seconds), directory caches check + whether there are any specific descriptors that they do not have and that + they are not currently trying to download. Caches identify these + descriptors by hash in the recent network-status consensus documents. + + If so, the directory cache launches requests to the authorities for these + descriptors. + + If one of these downloads fails, we do not try to download that descriptor + from the authority that failed to serve it again unless we receive a newer + network-status consensus that lists the same descriptor. + + Directory caches must potentially cache multiple descriptors for each + router. Caches must not discard any descriptor listed by any recent + consensus. If there is enough space to store additional descriptors, + caches SHOULD try to hold those which clients are likely to download the + most. (Currently, this is judged based on the interval for which each + descriptor seemed newest.) + + [XXXX define recent] + +4.3. Downloading microdescriptors from directory authorities + + Directory mirrors should fetch, cache, and serve each microdescriptor + from the authorities. + + The microdescriptors with base64 hashes ,, are available + at: + http:///tor/micro/d/--[.z] + + are base64 encoded with trailing =s omitted for size and for + consistency with the microdescriptor consensus format. -s are used + instead of +s to separate items, since the + character is used in + base64 encoding. + + Directory mirrors should check to make sure that the microdescriptors + they're about to serve match the right hashes (either the hashes from + the fetch URL or the hashes from the consensus, respectively). + + (NOTE: Due to squid proxy url limitations at most 92 microdescrriptor hashes + can be retrieved in a single request.) + +4.4. Downloading extra-info documents from directory authorities + + Any cache that chooses to cache extra-info documents should implement this + section. + + Periodically, the Tor instance checks whether it is missing any extra-info + documents: in other words, if it has any server descriptors with an + extra-info-digest field that does not match any of the extra-info + documents currently held. If so, it downloads whatever extra-info + documents are missing. Caches download from authorities. We follow the + same splitting and back-off rules as in section 4.2. + +5. Client operation + + Every Tor that is not a directory server (that is, those that do + not have a DirPort set) implements this section. + +5.1. Downloading network-status documents + + Each client maintains a list of directory authorities. Insofar as + possible, clients SHOULD all use the same list. + + [Newer versions of Tor (0.2.8.1-alpha and later): + Each client also maintains a list of default fallback directory mirrors + (fallbacks). Each released version of Tor MAY have a different list, + depending on the mirrors that satisfy the fallback directory criteria at + release time.] + + Clients try to have a live consensus network-status document at all times. + A network-status document is "live" if the time in its valid-until field + has not passed. + + When a client has no consensus network-status document, it downloads it + from a randomly chosen fallback directory mirror or authority. Clients + prefer fallbacks to authorities, trying them earlier and more frequently. + In all other cases, the client downloads from caches randomly chosen from + among those believed to be V3 directory servers. (This information comes + from the network-status documents; see 6 below.) + + After receiving any response client MUST discard any network-status + documents that it did not request. + + On failure, the client waits briefly, then tries that network-status + document again from another cache. The client does not build circuits + until it has a live network-status consensus document, and it has + descriptors for a significant proportion of the routers that it believes + are running (this is configurable using torrc options and consensus + parameters). + + [Newer versions of Tor (0.2.6.2-alpha and later): + If the consensus contains Exits (the typical case), Tor will build both + exit and internal circuits. When bootstrap completes, Tor will be ready + to handle an application requesting an exit circuit to services like the + World Wide Web. + + If the consensus does not contain Exits, Tor will only build internal + circuits. In this case, earlier statuses will have included "internal" + as indicated above. When bootstrap completes, Tor will be ready to handle + an application requesting an internal circuit to hidden services at + ".onion" addresses. + + If a future consensus contains Exits, exit circuits may become available.] + + (Note: clients can and should pick caches based on the network-status + information they have: once they have first fetched network-status info + from an authority or fallback, they should not need to go to the authority + directly again, and should only choose the fallback at random, based on its + consensus weight in the current consensus.) + + To avoid swarming the caches whenever a consensus expires, the + clients download new consensuses at a randomly chosen time after the + caches are expected to have a fresh consensus, but before their + consensus will expire. (This time is chosen uniformly at random from + the interval between the time 3/4 into the first interval after the + consensus is no longer fresh, and 7/8 of the time remaining after + that before the consensus is invalid.) + + [For example, if a client has a consensus that became valid at 1:00, + and is fresh until 2:00, and expires at 4:00, that client will fetch + a new consensus at a random time between 2:45 and 3:50, since 3/4 + of the one-hour interval is 45 minutes, and 7/8 of the remaining 75 + minutes is 65 minutes.] + + Clients may choose to download the microdescriptor consensus instead + of the general network status consensus. In that case they should use + the same update strategy as for the normal consensus. They should not + download more than one consensus flavor. + +5.2. Downloading server descriptors or microdescriptors + + Clients try to have the best descriptor for each router. A descriptor is + "best" if: + * It is listed in the consensus network-status document. + + Periodically (currently every 10 seconds) clients check whether there are + any "downloadable" descriptors. A descriptor is downloadable if: + - It is the "best" descriptor for some router. + - The descriptor was published at least 10 minutes in the past. + (This prevents clients from trying to fetch descriptors that the + mirrors have probably not yet retrieved and cached.) + - The client does not currently have it. + - The client is not currently trying to download it. + - The client would not discard it immediately upon receiving it. + - The client thinks it is running and valid (see section 5.4.1 below). + + If at least 16 known routers have downloadable descriptors, or if + enough time (currently 10 minutes) has passed since the last time the + client tried to download descriptors, it launches requests for all + downloadable descriptors. + + When downloading multiple server descriptors, the client chooses multiple + mirrors so that: + - At least 3 different mirrors are used, except when this would result + in more than one request for under 4 descriptors. + - No more than 128 descriptors are requested from a single mirror. + - Otherwise, as few mirrors as possible are used. + After choosing mirrors, the client divides the descriptors among them + randomly. + + After receiving any response client MUST discard any descriptors that it + did not request. + + When a descriptor download fails, the client notes it, and does not + consider the descriptor downloadable again until a certain amount of time + has passed. (Currently 0 seconds for the first failure, 60 seconds for the + second, 5 minutes for the third, 10 minutes for the fourth, and 1 day + thereafter.) Periodically (currently once an hour) clients reset the + failure count. + + Clients retain the most recent descriptor they have downloaded for each + router so long as it is not too old (currently, 48 hours), OR so long as + no better descriptor has been downloaded for the same router. + + [Versions of Tor before 0.1.2.3-alpha would discard descriptors simply for + being published too far in the past.] [The code seems to discard + descriptors in all cases after they're 5 days old. True? -RD] + + Clients which chose to download the microdescriptor consensus instead + of the general consensus must download the referenced microdescriptors + instead of server descriptors. Clients fetch and cache + microdescriptors preemptively from dir mirrors when starting up, like + they currently fetch descriptors. After bootstrapping, clients only + need to fetch the microdescriptors that have changed. + + When a client gets a new microdescriptor consensus, it looks to see if + there are any microdescriptors it needs to learn. If it needs to learn + more than half of the microdescriptors, it requests 'all', else it + requests only the missing ones. Clients MAY try to determine whether + the upload bandwidth for listing the microdescriptors they want is more + or less than the download bandwidth for the microdescriptors they do + not want. + [XXX The 'all' URL is not implemented yet. -KL] + + Clients maintain a cache of microdescriptors along with metadata like + when it was last referenced by a consensus, and which identity key + it corresponds to. They keep a microdescriptor until it hasn't been + mentioned in any consensus for a week. Future clients might cache them + for longer or shorter times. + +5.3. Downloading extra-info documents + + Any client that uses extra-info documents should implement this + section. + + Note that generally, clients don't need extra-info documents. + + Periodically, the Tor instance checks whether it is missing any extra-info + documents: in other words, if it has any server descriptors with an + extra-info-digest field that does not match any of the extra-info + documents currently held. If so, it downloads whatever extra-info + documents are missing. Clients try to download from caches. + We follow the same splitting and back-off rules as in section 5.2. + +5.4. Using directory information + + [XXX This subsection really belongs in path-spec.txt, not here. -KL] + + Everyone besides directory authorities uses the approaches in this section + to decide which relays to use and what their keys are likely to be. + (Directory authorities just believe their own opinions, as in section 3.4.2 + above.) + +5.4.1. Choosing routers for circuits. + + Circuits SHOULD NOT be built until the client has enough directory + information: a live consensus network status [XXXX fallback?] and + descriptors for at least 1/4 of the relays believed to be running. + + A relay is "listed" if it is included by the consensus network-status + document. Clients SHOULD NOT use unlisted relays. + + These flags are used as follows: + + - Clients SHOULD NOT use non-'Valid' or non-'Running' routers unless + requested to do so. + + - Clients SHOULD NOT use non-'Fast' routers for any purpose other than + very-low-bandwidth circuits (such as introduction circuits). + + - Clients SHOULD NOT use non-'Stable' routers for circuits that are + likely to need to be open for a very long time (such as those used for + IRC or SSH connections). + + - Clients SHOULD NOT choose non-'Guard' nodes when picking entry guard + nodes. + + See the "path-spec.txt" document for more details. + +5.4.2. Managing naming + + In order to provide human-memorable names for individual router + identities, some directory servers bind names to IDs. Clients handle + names in two ways: + + When a client encounters a name it has not mapped before: + + If the consensus lists any router with that name as "Named", or if + consensus-method 2 or later is in use and the consensus lists any + router with that name as having the "Unnamed" flag, then the name is + bound. (It's bound to the ID listed in the entry with the Named, + or to an unknown ID if no name is found.) + + When the user refers to a bound name, the implementation SHOULD provide + only the router with ID bound to that name, and no other router, even + if the router with the right ID can't be found. + + When a user tries to refer to a non-bound name, the implementation SHOULD + warn the user. After warning the user, the implementation MAY use any + router that advertises the name. + + Not every router needs a nickname. When a router doesn't configure a + nickname, it publishes with the default nickname "Unnamed". Authorities + SHOULD NOT ever mark a router with this nickname as Named; client software + SHOULD NOT ever use a router in response to a user request for a router + called "Unnamed". + +5.4.3. Software versions + + An implementation of Tor SHOULD warn when it has fetched a consensus + network-status, and it is running a software version not listed. + +5.4.4. Warning about a router's status. + + If a router tries to publish its descriptor to a Naming authority + that has its nickname mapped to another key, the router SHOULD + warn the operator that it is either using the wrong key or is using + an already claimed nickname. + + If a router has fetched a consensus document,, and the + authorities do not publish a binding for the router's nickname, the + router MAY remind the operator that the chosen nickname is not + bound to this key at the authorities, and suggest contacting the + authority operators. + + ... + +5.4.5. Router protocol versions + + A client should believe that a router supports a given feature if that + feature is supported by the router or protocol versions in more than half + of the live networkstatuses' "v" entries for that router. In other words, + if the "v" entries for some router are: + v Tor 0.0.8pre1 (from authority 1) + v Tor 0.1.2.11 (from authority 2) + v FutureProtocolDescription 99 (from authority 3) + then the client should believe that the router supports any feature + supported by 0.1.2.11. + + This is currently equivalent to believing the median declared version for + a router in all live networkstatuses. + +6. Standards compliance + + All clients and servers MUST support HTTP 1.0. Clients and servers MAY + support later versions of HTTP as well. + +6.1. HTTP headers + + Servers MAY set the Content-Length: header. Servers SHOULD set + Content-Encoding to "deflate" or "identity". + + Servers MAY include an X-Your-Address-Is: header, whose value is the + apparent IP address of the client connecting to them (as a dotted quad). + For directory connections tunneled over a BEGIN_DIR stream, servers SHOULD + report the IP from which the circuit carrying the BEGIN_DIR stream reached + them. + + Servers SHOULD disable caching of multiple network statuses or multiple + server descriptors. Servers MAY enable caching of single descriptors, + single network statuses, the list of all server descriptors, a v1 + directory, or a v1 running routers document. XXX mention times. + +6.2. HTTP status codes + + Tor delivers the following status codes. Some were chosen without much + thought; other code SHOULD NOT rely on specific status codes yet. + + 200 -- the operation completed successfully + -- the user requested statuses or serverdescs, and none of the ones we + requested were found (0.2.0.4-alpha and earlier). + + 304 -- the client specified an if-modified-since time, and none of the + requested resources have changed since that time. + + 400 -- the request is malformed, or + -- the URL is for a malformed variation of one of the URLs we support, + or + -- the client tried to post to a non-authority, or + -- the authority rejected a malformed posted document, or + + 404 -- the requested document was not found. + -- the user requested statuses or serverdescs, and none of the ones + requested were found (0.2.0.5-alpha and later). + + 503 -- we are declining the request in order to save bandwidth + -- user requested some items that we ordinarily generate or store, + but we do not have any available. + +A. Consensus-negotiation timeline. + + Period begins: this is the Published time. + Everybody sends votes + Reconciliation: everybody tries to fetch missing votes. + consensus may exist at this point. + End of voting period: + everyone swaps signatures. + Now it's okay for caches to download + Now it's okay for clients to download. + + Valid-after/valid-until switchover + +B. General-use HTTP URLs + + "Fingerprints" in these URLs are base16-encoded SHA1 hashes. + + The most recent v3 consensus should be available at: + http:///tor/status-vote/current/consensus.z + + Similarly, the v3 microdescriptor consensus should be available at: + http:///tor/status-vote/current/consensus-microdesc.z + + Starting with Tor version 0.2.1.1-alpha is also available at: + http:///tor/status-vote/current/consensus/++.z + + (NOTE: Due to squid proxy url limitations at most 96 fingerprints can be + retrieved in a single request.) + + Where F1, F2, etc. are authority identity fingerprints the client trusts. + Servers will only return a consensus if more than half of the requested + authorities have signed the document, otherwise a 404 error will be sent + back. The fingerprints can be shortened to a length of any multiple of + two, using only the leftmost part of the encoded fingerprint. Tor uses + 3 bytes (6 hex characters) of the fingerprint. + + Clients SHOULD sort the fingerprints in ascending order. Server MUST + accept any order. + + Clients SHOULD use this format when requesting consensus documents from + directory authority servers and from caches running a version of Tor + that is known to support this URL format. + + A concatenated set of all the current key certificates should be available + at: + http:///tor/keys/all.z + + The key certificate for this server (if it is an authority) should be + available at: + http:///tor/keys/authority.z + + The key certificate for an authority whose authority identity fingerprint + is should be available at: + http:///tor/keys/fp/.z + + The key certificate whose signing key fingerprint is should be + available at: + http:///tor/keys/sk/.z + + The key certificate whose identity key fingerprint is and whose signing + key fingerprint is should be available at: + + http:///tor/keys/fp-sk/-.z + + (As usual, clients may request multiple certificates using: + http:///tor/keys/fp-sk/-+-.z ) + [The above fp-sk format was not supported before Tor 0.2.1.9-alpha.] + + The most recent descriptor for a server whose identity key has a + fingerprint of should be available at: + http:///tor/server/fp/.z + + The most recent descriptors for servers with identity fingerprints + ,, should be available at: + http:///tor/server/fp/++.z + + (NOTE: Due to squid proxy url limitations at most 96 fingerprints can be + retrieved in a single request. + + Implementations SHOULD NOT download descriptors by identity key + fingerprint. This allows a corrupted server (in collusion with a cache) to + provide a unique descriptor to a client, and thereby partition that client + from the rest of the network.) + + The server descriptor with (descriptor) digest (in hex) should be + available at: + http:///tor/server/d/.z + + The most recent descriptors with digests ,, should be + available at: + http:///tor/server/d/++.z + + The most recent descriptor for this server should be at: + http:///tor/server/authority.z + [Nothing in the Tor protocol uses this resource yet, but it is useful + for debugging purposes. Also, the official Tor implementations + (starting at 0.1.1.x) use this resource to test whether a server's + own DirPort is reachable.] + + A concatenated set of the most recent descriptors for all known servers + should be available at: + http:///tor/server/all.z + + Extra-info documents are available at the URLS + http:///tor/extra/d/... + http:///tor/extra/fp/... + http:///tor/extra/all[.z] + http:///tor/extra/authority[.z] + (As for /tor/server/ URLs: supports fetching extra-info + documents by their digest, by the fingerprint of their servers, + or all at once. When serving by fingerprint, we serve the + extra-info that corresponds to the descriptor we would serve by + that fingerprint. Only directory authorities of version + 0.2.0.1-alpha or later are guaranteed to support the first + three classes of URLs. Caches may support them, and MUST + support them if they have advertised "caches-extra-info".) + + For debugging, directories SHOULD expose non-compressed objects at URLs like + the above, but without the final ".z". + Clients MUST handle compressed concatenated information in two forms: + - A concatenated list of zlib-compressed objects. + - A zlib-compressed concatenated list of objects. + Directory servers MAY generate either format: the former requires less + CPU, but the latter requires less bandwidth. + + Clients SHOULD use upper case letters (A-F) when base16-encoding + fingerprints. Servers MUST accept both upper and lower case fingerprints + in requests. + +C. Converting a curve25519 public key to an ed25519 public key + + Given a curve25519 x-coordinate (u), we can get the y coordinate + of the ed25519 key using + + y = (u-1)/(u+1) + + and then we can apply the usual ed25519 point decompression + algorithm to find the x coordinate of the ed25519 point to check + signatures with. + + Note that we need the sign of the X coordinate to do this + operation; otherwise, we'll have two possible X coordinates that + might have correspond to the key. Therefore, we need the 'sign' + of the X coordinate, as used by the ed25519 key expansion + algorithm. + + To get the sign, the easiest way is to take the same private key, + feed it to the ed25519 public key generation algorithm, and see + what the sign is. + +D. Inferring missing proto lines. + + The directory authorities no longer allow versions of Tor before + 0.2.4.18-rc. But right now, there is no version of Tor in the consensus + before 0.2.4.19. Therefore, we should disallow versions of Tor earlier + than 0.2.4.19, so that we can have the protocol list for all current Tor + versions include: + + Cons=1-2 Desc=1-2 DirCache=1 HSDir=1 HSIntro=3 HSRend=1-2 Link=1-4 + LinkAuth=1 Microdesc=1-2 Relay=1-2 + + For Desc, Tor versions before 0.2.7.stable should be taken to have Desc=1 + and versions 0.2.7.stable or later should have Desc=1-2. + + For Microdesc and Cons, Tor versions before 0.2.7.stable should be taken to + support version 1; 0.2.7.stable and later should have 1-2. \ No newline at end of file diff --git a/doc/example-descriptors/consensus.txt b/doc/example-descriptors/consensus.txt new file mode 100644 index 0000000..9c0fff0 --- /dev/null +++ b/doc/example-descriptors/consensus.txt @@ -0,0 +1,35335 @@ +network-status-version 3 +vote-status consensus +consensus-method 20 +valid-after 2016-07-20 09:00:00 +fresh-until 2016-07-20 10:00:00 +valid-until 2016-07-20 12:00:00 +voting-delay 300 300 +client-versions 0.2.4.26,0.2.4.27,0.2.5.11,0.2.5.12,0.2.6.5-rc,0.2.6.6,0.2.6.7,0.2.6.8,0.2.6.9,0.2.6.10,0.2.7.1-alpha,0.2.7.2-alpha,0.2.7.3-rc,0.2.7.4-rc,0.2.7.5,0.2.7.6,0.2.8.1-alpha,0.2.8.2-alpha,0.2.8.3-alpha,0.2.8.4-rc,0.2.8.5-rc +server-versions 0.2.4.26,0.2.4.27,0.2.5.11,0.2.5.12,0.2.6.5-rc,0.2.6.6,0.2.6.7,0.2.6.8,0.2.6.9,0.2.6.10,0.2.7.1-alpha,0.2.7.2-alpha,0.2.7.3-rc,0.2.7.4-rc,0.2.7.5,0.2.7.6,0.2.8.1-alpha,0.2.8.2-alpha,0.2.8.3-alpha,0.2.8.4-rc,0.2.8.5-rc +known-flags Authority BadExit Exit Fast Guard HSDir Running Stable V2Dir Valid +params CircuitPriorityHalflifeMsec=30000 NumDirectoryGuards=3 NumEntryGuards=1 NumNTorsPerTAP=100 Support022HiddenServices=0 UseNTorHandshake=1 bwauthpid=1 cbttestfreq=60 pb_disablepct=0 usecreatefast=0 +dir-source dannenberg 0232AF901C31A04EE9848595AF9BB7620D4C5B2E dannenberg.torauth.de 193.23.244.244 80 443 +contact Andreas Lehner +vote-digest DF23D6AE42D5C53ED869C6590231EA54CFC16CA7 +dir-source tor26 14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4 86.59.21.38 86.59.21.38 80 443 +contact Peter Palfrader +vote-digest 3A8D8FF3F36C52441143DD56C499CD4BFBD9FDD7 +dir-source longclaw 23D15D965BC35114467363C165C4F724B64B4F66 199.254.238.53 199.254.238.53 80 443 +contact Riseup Networks - 1nNzekuHGGzBYRzyjfjFEfeisNvxkn4RT +vote-digest D77AB076D70046352B191D7B448F8CD6BE3E71AD +dir-source maatuska 49015F787433103580E3B66A1707A00E60F2D15B 171.25.193.9 171.25.193.9 443 80 +contact 4096R/23291265 Linus Nordberg +vote-digest 76C85DE4A2CEDAE736418440DB619D394E5C569F +dir-source moria1 D586D18309DED4CD6D57C18FDB97EFA96D330566 128.31.0.34 128.31.0.34 9131 9101 +contact 1024D/28988BF5 arma mit edu +vote-digest 5EBB94B6DA9B79FE935C3E7948817A516C0D7E93 +dir-source gabelmoo ED03BB616EB2F60BEC80151114BB25CEF515B226 131.188.40.189 131.188.40.189 80 443 +contact 4096R/261C5FBE77285F88FB0C343266C8C2D7C5AA446D Sebastian Hahn - 12NbRAjAG5U3LLWETSF7fSTcdaz32Mu5CN +vote-digest 6D9667B58E3E87CB5D00033487F2D8EE787EC76E +dir-source Faravahar EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97 154.35.175.225 154.35.175.225 80 443 +contact 0x0B47D56D Sina Rabbani (inf0) +vote-digest C951551DF6611F369AD49E8B3B965E5F0EC83605 +r PDrelay1 AAFJ5u9xAqrKlpDW6N0pMhJLlKs RPs9Mrje2YkS+c9Qtkf29K9hNCc 2016-07-19 22:53:58 95.215.44.189 8080 0 +a [2a02:7aa0:1619::9847:f57c]:8080 +s Fast Guard Running Stable Valid +v Tor 0.2.8.1-alpha-dev +w Bandwidth=3940 +p reject 1-65535 +r seele AAoQ1DAR6kkoo19hBAX5K0QztNw qkeDKx/1teWXpk5U5nOp3dp1ZcY 2016-07-20 02:02:50 24.6.164.192 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=21 +p reject 1-65535 +r CalyxInstitute14 ABG9JIWtRdmE7EFZyI/AZuXjMA4 sEDpo9ECPOqOW9Yir8/dePbskns 2016-07-19 16:12:51 162.247.72.201 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Heady ABN21tHosR0B1Ineei9I+5NAN1U Ns+4CYW9RLeL1GaqnmGIxfnp7k8 2016-07-20 08:22:38 185.29.156.231 9050 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=414 +p reject 1-65535 +r Neldoreth ABUk3UA9cp8I9+XXeBPvEnVs+o0 jbZmGGlBoX/fHrf2YRC8Y58iqOI 2016-07-19 21:34:23 185.13.39.197 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12300 +p reject 1-65535 +r kittensOnTor ABYeFS/PQzgBdvE7lkZWvSQ9bzM bw3TAIi3ou4XGaAxSXPLnFpgfCs 2016-07-20 03:07:51 81.7.16.31 9001 9031 +s Fast Guard Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10300 +p reject 1-65535 +r WR1043NDv1 ABvo12CrshVNtGmhvbLxGspmKZw wwF3/dyrigC9Z/HmsrZhex1ixfE 2016-07-20 05:10:19 89.120.3.39 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r metroholografix ACEhJSRnU4ydobwjeJl+ZGKYFPY bnOqOZt7daqEZufuLvtsV6wILsU 2016-07-20 05:01:30 46.4.253.194 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=309 +p reject 1-65535 +r dj2bee ACaSv+vqmZwxB7Wfcg1/mkwpgZ8 w9DmLU5MW/E55nLgIg0SvAEJL+8 2016-07-19 21:34:05 87.118.116.227 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=191 +p reject 1-65535 +r rueckgrat ACp1YsEUTmLbtsuU75iSbJaBqCk 0Beo2wfVxqxpccoNZ2RNaRt80cE 2016-07-20 08:49:17 78.47.148.174 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=72 +p reject 1-65535 +r rortor3 AD3ytekrot+hE2h+y0/NIf+L6T8 wrDAQZjiUuLH4glBBtIvAGvuUJ0 2016-07-19 19:00:06 128.199.199.120 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=127 +p reject 1-65535 +r torbogen AEHgFQsKMHUGwoY+/J8rfjpSOzY aEKABUZ6r9euZkLdgRkIeOlJr7M 2016-07-20 02:20:15 91.97.71.182 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1020 +p reject 1-65535 +r Unnamed AEWa8One0A5UpIsmgSZnn1ePaVo J2KqDkmxgUDB7VIr1sj70sRR1Lw 2016-07-19 20:01:01 158.58.170.8 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13900 +p reject 1-65535 +r Unnamed AFENQGGK4ueIsMWGal/PtjemiAg y+oY8+YLwEFhsn3TEfDIy3w0bqI 2016-07-20 04:54:08 1.234.89.222 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1120 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r torr0zzy AHkAkox9OM/cs7yEB8rW7leiT+I iZ3oY5dqB+FQcpRs3LiR8lTKS8o 2016-07-20 04:24:58 88.198.11.171 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8070 +p reject 1-65535 +r jactr AJhR35M3VLAN3odvzkCIzhtJQME z38thRk+PhuMfFJ7zoagCLiRYSo 2016-07-19 15:03:21 84.40.112.70 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=462 +p reject 1-65535 +r exitmain AKf0HPieQWMOzovKv8p5idH4WII RHl8rfoYCWV3WthUCvtsGk9vQt8 2016-07-20 01:28:01 185.104.11.154 13175 18984 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=939 +p reject 1-65535 +r itswindy AK0DEzUcB0EfRMCnj8VMPrriMmU +irMgmdEhLgZ2po5NCs7IzjZ/E8 2016-07-19 16:35:10 69.195.146.214 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1930 +p reject 1-65535 +r l1ttlefool ALcNHyYev0V20Gzg2mnh9wBZgjk dZYgLKHVs3fuGVZ+KAjXh2mlZLU 2016-07-19 16:17:31 193.34.116.126 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48800 +p reject 1-65535 +r secureu1 AMzQMk2eCdFfE5keDu38/QYKl10 eULR/0OSN13HqAv83dl0MKjNrXE 2016-07-19 15:05:08 185.100.87.58 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9670 +p reject 1-65535 +r pilvessa AOZK3yXcuGqYx3mU49KBWDviHjI VW3S0R+mpVb2/myRfMhWsrjAUbU 2016-07-20 07:45:41 5.196.36.22 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3890 +p reject 1-65535 +r YouWho AQf636cqgVNPqKWQ8TeCB+3MyPM g5Way0rCij72uWfbCAOBS1mJcMA 2016-07-20 02:09:01 86.176.35.248 9050 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r lyreIU6HwzJIz2VcWxp AQw5BqAyWZ9QHd9w4ow1bpCU6WU pcH8PuUaZqGQf/QW/SXU1cpV7H4 2016-07-20 07:18:42 198.252.153.69 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4260 +p reject 1-65535 +r DigiGesTor1e1 ARG6m2BGaeY2/9W1A/OCpLetboA mnJhhnBmFvR1rRAxh/UC6IXNeQ0 2016-07-20 07:46:07 176.10.104.240 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r vps2goru AR5H5Vvn/eLekakH2ZpcBShwPso zz69wS2lsmonBXQ3gGydiQ3pgQg 2016-07-20 08:27:43 188.120.231.199 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1740 +p accept 79-81,443,1194,1723 +r ThePerplexingPariah ASQ5juZ4P0Aqb8Qw0K0RCYLlA6w 2hU9u6SgJKExn7rxQygcyJYupdM 2016-07-19 18:18:33 173.255.228.184 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2500 +p reject 1-65535 +r biochemistmoscow ASgRXsTMNXheAF8L8v7ffs3E8Ds 15WrMZlH/6qIKqhgf6wRpuBC2Tg 2016-07-19 19:02:32 5.228.13.82 12630 12631 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=430 +p reject 1-65535 +r loudnia AS+0pUbvcFVVMdcW2XOxf1Kgy0w CdEpD6n7MWmH9UHLjKOM0K41tsk 2016-07-19 21:20:19 83.250.113.91 443 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4000 +p reject 1-65535 +r marsmellow AU7iS8vaFg8jayVHpGObJ+MDoec crUeYGD4FBMNFSx1vyMO+lcN4MU 2016-07-19 19:08:15 83.162.205.68 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2190 +p reject 1-65535 +r KillerAttackFerrets AU9gesiX9UrMRASHeONkrvIcLzs df3XaZOI/lX0DhQMYEHN6uW5guM 2016-07-19 21:22:26 66.214.209.211 9001 9010 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=965 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Howcoi7 AVBgiD9ltF+W7Bhl1oIBjAEM1Gg fAaAbou1LE1beSnyTVTQLSbv5pY 2016-07-20 07:25:22 95.85.20.243 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=449 +p accept 80,443 +r Unnamed AVVVVVO1kmm0hEf5TJcpB67IulY Et1ta5yCofMJbf7ExBkb8IiSJuo 2016-07-20 00:45:44 104.207.140.111 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=161 +p reject 1-65535 +r Torchwood AVjD50Qchef1MfMO5V1l8+RwH68 KmaWAwKMKL+KJ5puS/FPHerBBaU 2016-07-19 19:16:50 212.64.32.68 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r zorroleroB AVjf5WgvIFDPAxs3PLpi8WextFY Sfo755lqicmTgrKCo6Q7qju+GjU 2016-07-20 02:09:26 109.75.184.77 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=707 +p reject 1-65535 +r metwork AW3Xiyw6Ro3dSK9j9I0lZg+T2qw KwOjkaA6/ITIYc7r1H5GHP3QqWY 2016-07-20 05:17:43 195.154.105.57 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15000 +p reject 1-65535 +r hedden AXOnqLqdMgQ2QbaXJtMqmt/ibRY AWe6kCcRhM4tjNxktzDjj2qpHLU 2016-07-20 07:33:50 93.174.93.133 443 80 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15300 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Unnamed AXQZQsXHeVOE1lkkTdEXSZz4c2I diNCLNGlDgyvcZ+V9jHmSHv/zIE 2016-07-19 19:15:35 178.157.233.112 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3110 +p reject 1-65535 +r brazzi AXdkC2NGE3DZxzCqDhVgHAdk0BQ cGiNv4a1ybUzRCbN3RraKq+h2HI 2016-07-20 05:00:15 185.22.173.130 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5620 +p reject 1-65535 +r high5one AXuNpFzBPcznXwkws62B2zCG44k 7bIPOeMNequcb1gxXTn53DkYPbg 2016-07-19 21:02:02 185.26.156.45 64016 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=24 +p reject 1-65535 +r clifford AYA0aChQNFmEeB41O3pGNEPsPwY xn1MqgVlqBcD/aaqd84qDjPMT3I 2016-07-20 03:20:15 97.107.138.68 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1740 +p reject 1-65535 +r pekarnamismas AZ5lM9GMST6FN5N3wjKzLOC4tY8 glNcqkTqPOdkrDtxxyQm2NjZ87I 2016-07-19 16:49:41 94.156.77.169 9001 9030 +a [2001:470:1f0b:a76::c1ca]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1950 +p reject 1-65535 +r tor2multisec AaD8ChoRjh17F44jllQIDVz+Y/g O+Yz56gHXM9Y0DT7xSt7he1bYTs 2016-07-20 00:56:15 193.90.12.87 9002 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27900 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r ins0 Aaklikbpf/iyyseRBXeGLBTyxSQ GIlgWQ8sfczj6uUeNuCyeng2NNY 2016-07-20 01:28:26 193.171.202.146 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=53100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,5050,5190,5222-5223,5900,6665-6669,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,11371 +r wsmith6079 Aa4AK05grlqP9A/bZyYPhasIeK4 i3D1BsEvKVw5G5/DI/bgimcp62M 2016-07-19 15:50:06 8.37.14.220 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1810 +p reject 1-65535 +r Unnamed AbWKgB584GzJ/aSZTQKIW5xSVI4 rcEboL2lcaHk5kQpLOwe3hVvbss 2016-07-19 21:09:08 176.9.165.147 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19 +p accept 110,119,143,993,995,6660-6667 +r UEUEUEU Abi++ERfTrx0t2bREPiiZkyV25Q PgFf0Vt63Qqj4ht9EQyud4h+R7o 2016-07-19 23:33:26 65.50.203.5 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=101 +p reject 1-65535 +r default Ab9qdDMtKE1aMoT8Npwl2MqNsoU wU0gtv8C8sEx7ElU/mq4WCvEUoQ 2016-07-19 16:51:51 71.57.88.179 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=12 +p reject 1-65535 +r anonA437536 Ab/v5BU/lg0VZ1CEmiaTVBXa5eM HRzej6O0/HFN/yeL3d4H3w39CAI 2016-07-20 07:43:09 87.159.135.127 80 443 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=602 +p reject 1-65535 +r default AcDpgGzIo6VwYLDZWfxzz7XQqx8 C9RrV9j+rUq5qy6oXeGE9og3uQ8 2016-07-20 03:09:45 193.81.43.8 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=135 +p reject 1-65535 +r beddini AcRiOwQRMklXqFsBWP9xaO7CghQ qEgrFbYW3BoOgP52Uy5jHu+WMAs 2016-07-19 18:04:49 94.242.255.112 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=19300 +p reject 1-65535 +r DFRI6 AcZ+DKj5cRHmUsdWTLMgQ2H/+rg 7oB88HDrvjIECaS2sgnEKjztRgg 2016-07-19 20:35:46 171.25.193.132 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4870 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r minisausage Ac2Jzayf8yZtXLSl7xmZZB/um74 isLPiSbsahl9zp/EDYIMUDIe1tk 2016-07-19 15:17:18 50.7.184.58 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=45700 +p reject 1-65535 +r HBTVS Ac5TEATVzp0WqRPiDtR0GSF3LTw gtdDw9lnaI2ZtLXd4yCiIE6GjHI 2016-07-19 16:13:19 88.169.45.77 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18 +p reject 1-65535 +r leronimoaug AeHfM6jUfQ0z+J/GnwCeWcYY/QQ LGODJO9hkOIg6rTJAW5bKLTr51Y 2016-07-19 15:35:00 217.12.201.109 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=157 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed AeIrrCUi1IlayVyiq/qH0eaWhbg ruhYct3W6kX6OuwaySi0dwPWIj0 2016-07-20 08:01:21 81.28.197.126 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12400 +p reject 1-65535 +r spalteTorRelay AeVamI57qigTTJlkni+BuiX9/wg PGuFf6PdZ3+l3P6xFL1Zm885zmQ 2016-07-19 18:57:40 46.127.167.48 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=693 +p reject 1-65535 +r jabla AegHafBzm1/km6A0Pn8CSTUKC9Y O7SDdsqfQy1n6KdoShf4IxAXqvE 2016-07-19 20:42:52 217.13.197.5 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=2190 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r randomtaurus Aetc/sbvonDI85g5rv0wGNpKRfg oId064eeltus1qxjRpIop2PcU4w 2016-07-19 23:24:25 37.187.105.43 9001 9030 +a [2001:41d0:a:392b::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7710 +p reject 1-65535 +r zedtor AfQLGBy+np1ChGf7U1nxekZueOQ zdAwoHM58ZISijQ56KIR7BShOSo 2016-07-19 14:59:31 106.187.37.101 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2580 +p accept 53,80,443,6679,6697,8332-8333 +r Jarvis AhUD3bW5mb2LS+re0NpSHwKhcpE wTYCZK6BZqKOuL81bOc12wTuG8E 2016-07-19 23:47:53 85.17.164.172 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=834 +p reject 1-65535 +r smellysneakers Ah5dmZcR/UPq4YPwmX3ZHKJMInA INfrQyRWecPdcdggGH7QFPmREDU 2016-07-19 16:27:27 50.177.41.114 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=34 +p reject 1-65535 +r tumor AipMFAl3oYpQQb8uncELKitgn5M dpiALc0WNWZiBYw3KG5gGUawXHk 2016-07-19 23:44:05 79.253.72.102 9901 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=63 +p reject 1-65535 +r BlackSkinSnowMan AizL0ewZ51FeleqFJGtuXOnrHQA UFj06SDxd73noNYoJnHODJe6bfQ 2016-07-19 16:36:43 91.199.149.139 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=995 +p accept 21,23,80,110,143,220 +r DNET3 Ai4LmENts22ang+5/s9hCQ4dMy8 Cx/rSPUNKKRWNOwoRJU4momGHgw 2016-07-19 15:56:53 162.220.53.108 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=112 +p accept 53 +r 00brilliano001 Ai/FUkL/eUubocvr+Q9/VQ1PW0w TTQzurAZubjFxOIL6zo7lsm8kQg 2016-07-20 01:20:42 192.155.83.101 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=1780 +p reject 1-65535 +r KalleSchwanzensTOR AjPBKQTaDU831cycJTPCzKlYClo 72ORp6o4wosMxkuvw2WdLGyUGEc 2016-07-20 04:08:45 87.169.179.155 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r pr3dRelay1 AjUiiWjQotuMhK2Uz7TK3moJGzw 1MOg5KuOR/eJgnegkrwUA93R08g 2016-07-19 15:57:59 144.76.39.202 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2060 +p reject 1-65535 +r ElderbrookReaper AlojJqc+oeOfQ0etr7oCXi004BI O9ub0i/zvYi+8Wd4tb+a/PHBZFQ 2016-07-20 05:39:12 45.58.38.59 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r nibbana AltmzrwHD8sFGdIGzwz0llwgyW4 tob2RoAt27C4JwCoo2gXRT0stZc 2016-07-20 07:45:20 185.100.85.61 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3130 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r redjohn AmawZg8/IKfR89gzWTHJXvUPbGs uCl2Lt5GvXixhU8BxV9Y4wpXJPQ 2016-07-20 02:22:47 62.210.92.11 9001 9030 +a [2001:bc8:338c::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=131000 +p reject 1-65535 +r chiltern AmkWUDTFWG1lUczPqJQNIwWUh1Q 9iYgVmpgh6jdWO1JXqalpSbgfow 2016-07-20 00:11:53 146.0.43.126 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=21900 +p accept 20-21,23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r zagreus AnQPRy0dpcG3dHXxiUD+efFa9Lg tOHGfOWxYM6FtVTyRZKvL4geXhE 2016-07-19 23:05:44 81.169.222.158 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=802 +p reject 1-65535 +r jofrylli Aoq0xMM8AfIWvE1IektMdea5aLY 8LBhyLk4pr1ReUGr6DXNXNaLQyY 2016-07-19 22:26:20 5.9.149.100 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=341 +p reject 1-65535 +r NeograntTOR ApCyX5lh+ysUFQukvh3ogesbiEc jg+F05PdFQi9FsEcM/7zaWqjvZM 2016-07-20 05:45:55 107.191.47.96 10000 10001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=42700 +p reject 1-65535 +r pkswitchny Ap4QelnStP69BqYRUWe9bQSNnAo aT+2jmpHI61XllpjcRYZfVmB/qE 2016-07-20 01:00:22 104.236.52.16 1747 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=3150 +p reject 1-65535 +r freedomU ArwWrFNnYsA6pWxUsRoVo9srSCA 5DljJMLmIgQm5n907L9RkreDQs0 2016-07-20 02:34:25 46.242.2.30 443 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=46 +p accept 80,110,143,443,993,995 +r defora Ar3voUvtrY7h6R9n68T1U6DOPG4 ZO0sxCgAIVa+zYYYHjTixgnG30Y 2016-07-20 01:56:03 91.250.115.185 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=19 +p reject 1-65535 +r criticalcat As0l7H5Vutvv32O/L6osixa9HCY sfUdRFTMUaNMdkPDwyY2njKlgF8 2016-07-20 01:57:36 46.182.106.190 143 110 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17800 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r habichuela AtYLXlDCkuYq6XjW3P7M6OJ1Pxg O5BINN43f/zuvEQIqNALaj+q4+c 2016-07-19 22:36:22 199.175.50.186 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=631 +p reject 1-65535 +r m0tor1 AuBDCOaDPR/cq6Cj5EP4nblOkQY EXGlvL6FhVf/pw8UbIlUsw0e5Ho 2016-07-19 22:51:33 87.118.110.158 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1490 +p reject 1-65535 +r lolwut Au95zG76e0mq5ayEpURVNyBQYz4 /9kUQA3nasOLbSdoQtnYMSZLX88 2016-07-19 23:07:04 78.205.95.155 9001 9002 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r HughLaurie AvNm5BkRxyZyYylwCp4uSZPOPLE yU8Miq/wPwX4tI1DJb6vUyn0r2w 2016-07-20 03:26:49 118.42.100.197 3000 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r hsde Av85PfRCDvd+FLsXwMOPSCTxeUQ ShTEYKAE7bF1hdScyonB/xoyl9A 2016-07-19 21:27:16 133.68.253.243 9007 9037 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=12 +p reject 1-65535 +r torrelaynode AwOboLLwesPtm7YKVZM/16/2ylw Bce1CD9sK3EkCGxh9ValHXOnp3Q 2016-07-20 01:36:42 5.149.248.77 28477 3378 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1600 +p reject 1-65535 +r japet AwWy5jhitq20DHqT/fpY1d3/WWg vqTJqUZvuqxb5LnJNSgJTHch5/U 2016-07-19 16:20:11 78.221.223.58 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=25 +p reject 1-65535 +r N0nam3 AwpuskclwF2OD84hkjy6UiPnXg4 bREEL/d5LESO2dtNE6Ikz0iEi2I 2016-07-20 04:56:58 78.120.51.238 30556 30555 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=123 +p reject 1-65535 +r lostinnetwork96 Aw6cg0+OjP2jiLNrP8pVOABv7hQ HHAfJ7KI1zaWmsTkgi7TLziMk4Y 2016-07-20 07:00:44 198.147.22.82 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r Unnamed Aw8gIFa6dg9mBHrFGxh9wXOdcEw cFYxoNLxrmtIH9khNR+fCy38i+g 2016-07-20 02:31:44 144.2.118.84 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9580 +p reject 1-65535 +r Unnamed AxQwQKeZrXZe4zRVR4aB/qSa50k FR4utJdanXB/UqDV7DrNl2CBqxU 2016-07-20 08:16:21 104.207.143.241 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12 +p reject 1-65535 +r neverreadthemanual AxqOTDoUTxs72DWFUF7kpG/8I6U sDpKnXd4rpsS55zAysZqfzihVow 2016-07-20 01:19:29 78.49.116.43 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=929 +p reject 1-65535 +r acggbg AxzjLbV03bY/7+Fxq9p+0WjVeC8 /MFsNj1pCCyX2dHBu4/T3khgyf8 2016-07-19 18:23:46 79.136.42.226 9090 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=1770 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r SilentOne AyjXAMWO9zmWSndkJjstnUrd0rw cyxBKamHxYw/JJGPUXAmc0bCRq0 2016-07-20 05:38:24 78.8.176.254 9001 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=494 +p reject 1-65535 +r darmok AzbRGQ2Pc/IhVUnJr5pPp/egKLM KLUkr+3OTAqd7e1xwO9CnIWRMro 2016-07-19 15:57:06 37.59.2.39 20443 29030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=646 +p reject 1-65535 +r brazoslink A0OVP4ZBtI37VZ4FQ8BjWQ7lOXA Z00SKC6O3jYGp0T14gYvf5DmDBo 2016-07-19 15:46:32 69.39.49.201 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r Nobby A1BLjCVyL9P8TyIqkgKtBFeUpVE qC54g2BFLY8CquL7kg/T+WD8ai0 2016-07-20 03:31:42 149.210.164.228 12707 12708 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1580 +p reject 1-65535 +r Papio A2Fj4qbSQ2bZrD9ecJHyzAHQzb0 w05GjugLUrwGlDqGW1KDizt0ydQ 2016-07-19 16:29:32 90.184.142.224 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=939 +p reject 1-65535 +r asuka A2p2gC6EaRIuvPKhUYFSsaN6C64 9i8YwPgdZa5Hy35VWFyU6077LRI 2016-07-19 23:59:33 37.187.104.182 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r switzerland A2qrg9ASkuXeWi63vNTwyAWeHuY H9n+Un0W7qPQwXov5vfPj8dtslc 2016-07-20 08:12:34 185.60.146.221 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3420 +p reject 1-65535 +r Unnamed A3e3axX7PPySwgAeGAoypKs43wM rD261t7mjIrksUugCgfpIJFDnRU 2016-07-20 06:53:42 62.212.72.243 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6180 +p reject 1-65535 +r dcdc81 A3kuIRBMnGxToAiPbyTV4wcHg2A gXY+q69KNhaaNqnlXKCP9h3rwk0 2016-07-19 17:47:57 172.9.169.242 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=469 +p reject 1-65535 +r Unnamed A4QXMC4W11tP9GZYYpKyWuMIxjE SM14odMWDPz6nmsq9xKgjl1uoLc 2016-07-20 01:15:57 158.58.170.67 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14000 +p reject 1-65535 +r proutprout A4RqkAwxazBWfJC/J8EhbrLlIzo j6jpYOljv5uC+f64kqB32k9sass 2016-07-20 03:51:24 5.135.167.220 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=640 +p reject 1-65535 +r HerbieStone A40y8RSK/D2M2gx0tG8WEzuWeMc Xfw7aNfFXlDtMSeJuJvj9XkbW0g 2016-07-20 03:53:38 83.150.43.37 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=235 +p reject 1-65535 +r ry4an A5ADwyDZmA4KdA8QehqcE8mcX+M q2zj12BzIGK9RWSDvWVxi+q7qgc 2016-07-20 08:20:37 97.107.142.234 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1800 +p reject 1-65535 +r MLabs A6LXKRF7t/YvH+f6WL2mhH8Rqmw 2J+6VJ/Ma9vYiDC+h3DSnWh/RXs 2016-07-20 00:11:33 85.214.240.223 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=51 +p reject 1-65535 +r henriwatsonphx0 A6L1nHQVlR8W718Pp6Jm5jZW3+Y Lcg5p+wl9BNQGZVxUxQrDl+k2Cc 2016-07-20 00:39:13 162.218.239.125 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=136 +p reject 1-65535 +r yaor A6eTCmboNGMrzu1jTXq1bjW54vo jg2Vzev4qcVsX+a+zd1375ZJMvE 2016-07-19 23:16:01 50.116.0.149 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.11 +w Bandwidth=853 +p reject 1-65535 +r Torrorified A6vBAM+CBcQpuytSvzUCbDX8pS0 4GQqvQuf6n2RfBysDAo1/67y00I 2016-07-20 07:25:27 73.178.143.239 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r eva A7RdKuV+s2jF19PuDD2eviBUVsY RxUlYXdnj/klmuXvvrdZI5PnWz8 2016-07-20 05:08:05 82.94.242.218 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=546 +p reject 1-65535 +r dendrocyte A7XHuBylbfPMwx/agDKndjuLULQ hhevvIWDr1l9aOjopFKnb0dxeeg 2016-07-19 21:15:45 106.186.27.209 443 9030 +a [2400:8900::f03c:91ff:fe69:d27]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=427 +p reject 1-65535 +r LakeTor A7z450M8d0ib/J3j0mjH1ddszGw eiaNZhHVkKL5pDCfHUvuO3b0sSQ 2016-07-19 23:45:52 37.5.176.193 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=185 +p reject 1-65535 +r somerelay A7+yKVXQUKIMMdymlMAsU/k6oic ZE7pBKxTbUJeicOrDQJWbbcijAw 2016-07-20 05:13:44 176.9.148.176 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3140 +p reject 1-65535 +r solnetrelay A7/n6pgHRd6Smi3sTVTNprknh9w uo9SEQzk186jf15B7xFtqqsJeJ8 2016-07-19 19:42:42 78.43.5.45 9020 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=385 +p reject 1-65535 +r transgender A8KnsEhXfTlET6UOCFnXahgXZok 4UYGGFgFZfTnn/A0+o19XPJD1iA 2016-07-19 16:17:31 85.24.199.160 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=481 +p accept 3690,9418,11371 +r SPARTACUS A8i2A66+wKxMH3PjsMyWoCoE2D0 TXl1tNB/xgywDK8X0/SeuAZB10w 2016-07-20 02:48:35 151.1.182.217 80 443 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2140 +p reject 1-65535 +r default A9IFmL5hETIvd+76ahrquFvKOS0 mXhhrJZ65w9I3m7pGrx1kaAm5o8 2016-07-20 04:39:40 118.68.91.74 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=3 +p reject 1-65535 +r Doggo A9TX2Hvmenf65RWKAUaktWHEezc plYG++TS2xj1pXdRDzdmdFuMFRI 2016-07-19 19:55:07 195.154.97.160 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13900 +p reject 1-65535 +r 4pyro2eu3org0 A+n35mnI+RHF7sPsCUUzFR+FdCA pY7vhbungHOAv3qEXOs1QinF2tw 2016-07-20 08:00:01 217.155.40.118 9001 80 +a [2a00:14f0:e033:2013::1]:9001 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2330 +p reject 1-65535 +r Janky380201 A/JnZvFLC3tdIkYQg4B9MTQpo08 h9IBHHA8g8cS/FSfpJp57F/cHyc 2016-07-20 08:07:34 5.196.71.24 9001 9030 +a [2001:41d0:e:418::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11500 +p reject 1-65535 +r SCggHJTyWbtzDA9YZi A/+U2eUAHdIpC8Oxn6f1nOHjAnk UbZ7GrwtTgy8fFkwZXDsUGbd0YY 2016-07-19 16:47:45 78.142.175.70 443 0 +s Exit Running Stable Valid +v Tor 0.2.7.4-rc +w Bandwidth=7 +p reject 1-65535 +r Unnamed BAp0QjSaKskiM8JHDWxPK9Au3xU HNDfMiipRDqDGrin9hc1iu7bJtM 2016-07-20 00:51:17 216.218.134.12 9040 0 +a [2001:470:1f04:d9a::2]:9040 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1337,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,6880-6889,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9000,9418,9999-10000,11371,19294,19638,31337 +r EntitaetNull BBFTINEeJYPsP3+UStLUGfm4QQI eWbjnZOVATf6CwlHHpTTy8KNirw 2016-07-20 03:06:24 85.214.156.28 4242 4243 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=204 +p reject 1-65535 +r freedom BB4/zAJi5a8aouyJoTVljAfA2ak FfSa3YlF3p9w3hGyrw+efTjdfu8 2016-07-19 17:02:35 193.81.213.158 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=748 +p reject 1-65535 +r OneFreeInternet BCCU1NeqJKJDZTSzc8g430XS71w 0sSfDMszS4meL1vup2gsL5yASCA 2016-07-20 04:14:36 109.91.19.192 443 25 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=7 +p reject 1-65535 +r ILoveTorExitNode BCUMODUBmyaqZ2ToXYNgiL5EEIg wNwMMBOl4xCOvs6BQhVIVemrk0g 2016-07-20 01:58:40 185.97.32.18 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2180 +p reject 25,110,143,465,993,995,2525 +r Unnamed BDbD/v+ANjbN4mixLUfWBWcYFbQ GZs0CvhRckff2nilTXx8NLRG8j0 2016-07-20 02:05:17 72.14.183.14 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=777 +p reject 1-65535 +r TrueNorth BDktesNI04hQpwm1eb6TaSqgRFM VYOCqB0z2AP0HGVyjTSQOTSd7tQ 2016-07-20 03:57:17 104.167.116.234 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=866 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r Unnamed BFVQEFqkx0G2fRii3lax4gT6DYI ciJpmzQ74H2kjXL3E0t4TZTnpFM 2016-07-20 02:08:27 188.166.178.56 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=97 +p reject 1-65535 +r TorRelay2014071300 BGAnMyUg7Qi9IcxFZzuloZz+M0I SxrI8vW5iuyor+zH9lyebUT7ZPc 2016-07-20 00:21:20 178.238.228.12 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=104 +p reject 1-65535 +r fsck BGKBtjnjqL1UdD90LRO4yz08Ylk GogAT4z1sQROVq+7kItRlEtUtaM 2016-07-20 00:04:20 31.220.45.162 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3970 +p reject 1-65535 +r Unnamed BIIyQOo2nNeE6YsKEvmxKspYiyY HXb2gz7qC0i29ySjgaSjoQJUbcA 2016-07-19 15:45:50 198.143.136.228 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p accept 79-81 +r superchango BJCjA/i9gpKNQjtYAjDT3E7zznU Qm/v03bZSfW5LyIWh99xXwmTIlU 2016-07-20 03:11:04 84.195.229.182 9091 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r freedommail BJPJj0Fcg1aCv0F2Puk7fcpk8O8 rfeIg3lDzSfYnjnUR+Tqo9fyO/k 2016-07-20 03:23:13 46.101.116.35 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=294 +p reject 1-65535 +r v01d BJwRaJlrM7IkDfbYPDW4VFLPcKY CVSA8c77uzGp6o4hUQOhoDNajFQ 2016-07-19 15:36:50 78.107.239.213 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7000 +p reject 1-65535 +r motacillidae BKFf38ILT8d0vBDDfHRerHvHZnA +0j3TOLmAJ+kumbdx/FvD+QuzO8 2016-07-20 01:35:28 1.209.122.55 8001 8030 +s Running Stable V2Dir Valid +v Tor 0.2.7.4-rc +w Bandwidth=24 +p reject 1-65535 +r UniversidadGalileo BKfa0TPm0p5naq/yjUBcYRq1nfU Tk68oXMh7GP5eRlK1ACENyNAgto 2016-07-19 18:09:01 216.230.148.77 9001 9030 +a [2800:1a0::20]:9001 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10800 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r salottisipuli BKv5Cu+FVvOn4FJ3Is36f9y2bFk Sn64VT5ldw6M8eNb8LJv146T3yI 2016-07-19 18:30:05 83.145.241.231 53280 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r TheEvilInTheDetails BLdzHfja5QUgpU3OfBtbCUA4fHI y5mZArY93bbAygRSa9HDgJjVHms 2016-07-19 17:48:59 81.220.206.98 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=62 +p reject 1-65535 +r default BLzJ6OMl7s/HggXQmRINWvKxYiU SvumkA9LGqeV/iYDYB23uT+O4zw 2016-07-20 08:45:38 108.12.203.213 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1110 +p reject 1-65535 +r astroflo2016Thor BMMkR2WMKXJYNyhQ6GNjJMmr5a8 rxdV0gGcGCad1oTbVtg1/OP5YdM 2016-07-20 07:03:42 90.46.104.220 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r TorRelayNick BOxc9AMcVSFvk4spNsULIHmm9Dw fIasaiDSHUF8ssyrZUYEEvsIX/Q 2016-07-19 20:17:50 210.129.16.131 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r dorinne BO5eGyMSfSajb3HGaBDYiwuAu5E Qel+Kq05gGb2d87b0lrJjspRuMs 2016-07-20 07:13:40 91.213.233.138 443 80 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=95 +p reject 1-65535 +r herbst BPLexz8mGjhzQA+d0o/KMl5V3GI WrjWXzzQKxjV4KQuzIofa0/0o1s 2016-07-19 18:16:18 5.9.253.234 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=568 +p reject 1-65535 +r tracelessnetrelay BQA/0hGIVN+rq91PayoSjp2ptIM OETWSD+N6ITnYkW62oXyy1z8oKg 2016-07-19 18:18:22 23.88.113.123 65432 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1320 +p reject 1-65535 +r unterholz BQ5FtPDVRZ27014BiB0KBX+r33c XLofNgx87Wxdm1wljQGRafO6V+Y 2016-07-20 06:33:34 176.198.95.105 31337 31336 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=61 +p reject 1-65535 +r pirsquared BRLhI9qHgY+KKIUJ+fgvr1Gzfnw WrkTysHo51+YE0lVJCf7NLmtU9o 2016-07-19 18:43:27 204.42.17.57 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=791 +p reject 1-65535 +r EzamimRelay BRpBM2pTgzx945581REgQ43IW/Q LPXo2BTspN3sYohBgciCNi8AXnY 2016-07-20 03:15:52 31.220.43.179 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=2550 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r torrbx1 BSEi7+98cHtmXUdag+Qo1j9R5MU b+ki6FaJ5Lsm3NlEYIkWxYrp+IQ 2016-07-19 21:33:47 188.165.0.171 8443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=9350 +p reject 1-65535 +r vikesGrayvieBeard BSK32fvfpv2oHcaxKo+guh9whLQ i7XbY6lGkruLCKlzleYTSPh9pxk 2016-07-19 15:28:11 80.216.123.252 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2370 +p reject 1-65535 +r Mercury3001 BSn0ABbWaS7ysOwQ3GNWKJ1k/YI UkDINpLHaEWaWiQ1ONK1WyZWwxs 2016-07-20 07:47:36 107.170.113.28 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=235 +p reject 1-65535 +r faispasser BTBgMOxarrGzhcu2m01oIoY5Ywc Ki5gKGzY37IvyHqfDn8ZJbZvheg 2016-07-19 17:52:22 92.167.140.68 9002 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1100 +p reject 1-65535 +r Unnamed BTIKws+2IQr8cxzMbTR2OaqWv7M McYI3sm7uRB3XpUQTpEV0kS4SO4 2016-07-20 07:22:42 62.249.166.202 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2820 +p reject 1-65535 +r torprojectgeek BU/YWxvguEtT71eFJiMQwX4LXMw sUZ6Hie7CX8jrcUUc78LqSv+SYE 2016-07-20 09:29:27 94.185.85.106 4820 4107 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=1050 +p reject 1-65535 +r verax1 BVo8qiWCuHRIMBNn7NWQXROO8Ek meynT/fQWQlE23uZ1qnuFM6y664 2016-07-19 18:30:02 104.131.74.207 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=674 +p reject 1-65535 +r dinuccio BVsVWkSpaEkdce7xHTtq44CC9vw 5KFLRGCjeh18ZGnpkMgb+oOZhkw 2016-07-19 19:02:09 46.38.48.225 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4780 +p reject 1-65535 +r GermanNode1 BX0FkndAjlR2tStQl//ATAmCymY IADbDGpuNm/bOoamkkGBE/L5kTY 2016-07-19 22:31:28 84.19.179.229 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=87 +p accept 20-23,43,53,88,110,143,194,220,464,531,543-544,563,902-904,989-995,1194,1220,1293,1500,1533,1677,1723,4321,5222-5223,5228,5900,6660-6669,6679,6697,8008,8332-8333,9418,10000,11371 +r Charybdis BYFeUMqnicgRaD8iFLWujztRmv8 0KUn1rKyyw+wua5zbS02ynDUVcA 2016-07-19 15:09:38 73.143.11.241 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=62 +p reject 1-65535 +r t0r BYQs/jXwd2BckJXg7WNMHt7gYEA qcLb8VMb7ynu/mzWA4ud6RM7y74 2016-07-19 21:23:04 198.46.153.121 9035 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1110 +p reject 1-65535 +r SoCo BYg0SkA9prbqRPNbFlGPb68/5so K5memGGVEOIKDp4o6GXbrR/SQgs 2016-07-19 15:25:55 64.124.32.84 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7580 +p reject 1-65535 +r x BYi44A4gzTv+IK/o/EGCyjDJJUQ OFZtu6kKWKgDyYWoddKABhBL39I 2016-07-20 07:29:39 5.145.46.166 80 81 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=72 +p reject 1-65535 +r vc BZ/E0n35NHOSFeSNrfcd9N1W3a4 JmDfDS35dIchfdUbPHm/tR6IPDA 2016-07-19 15:39:01 89.188.109.210 6890 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r mane BaR0XKFJYa5gOR8aVRLj5d4W5Xo vA1D7nkC+w51TsAEnmLogwDXHF4 2016-07-19 20:47:39 149.18.11.134 80 0 +s Fast Running Valid +v Tor 0.2.8.4-rc +w Bandwidth=13000 +p reject 1-65535 +r Slothkrew Ba3mtsWZj2kz6h6EI6sg8FzUTJA CT/LpEx65nrCF34bNB5a0oYdSJU 2016-07-20 00:53:59 107.191.46.204 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p reject 1-65535 +r FreeNet1 BdeWlTLUoWYyXhcleKG1BXUQ+9g Si9HDme0noMITbvx61+apLNFDcg 2016-07-19 17:05:28 91.237.244.62 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r 0x3d069 Bd27dKq28Z4AMYhwKx5U8jA10GQ uKEzOp0c/o9InCym0kgCHeo/h6c 2016-07-20 01:16:25 37.48.120.47 110 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2340 +p reject 1-65535 +r OnionRings Bd8pgCxQiGH8maUOoDjKsNe+LV8 BUNvFJSLcopJRrLB3kMxRmI88Og 2016-07-20 07:04:24 219.88.232.230 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=278 +p reject 1-65535 +r bitchplease2243 Bd+E9vtwYAUPI2dLXSx33qnYp7o UI6QLSdhoh8JG5/miH0qd9wZWFU 2016-07-19 21:52:28 92.222.93.6 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r FlashFox BeI4Ma/00cYcVPDPYVfwrxkxlx0 0BU+ufVlOEQC3zUVInY+zWdOYdg 2016-07-20 07:16:17 104.168.175.109 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=444 +p reject 1-65535 +r EdSnowdenIsMyHero BepkV3lnekyzU7iHSOWbW/UVbMU UxxvoCcdkwtjmRQj6/BRFH7o35c 2016-07-20 08:47:00 159.203.193.72 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=744 +p reject 1-65535 +r yume Beq3TlB+qjklLZBnNiys+6XDKQE 3jkaxJeESRRswJUkQG2ESSuvGb4 2016-07-19 23:15:02 91.121.76.204 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=10900 +p reject 1-65535 +r HelpCensoredOnes Bf+jnXHaEW92aepO5ToLrqMVun8 k2X2VaMhr53YrjN3TonO81Mu+k4 2016-07-20 06:00:02 85.93.218.204 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16100 +p reject 25,119,135-139,445,465,587,1214,4661-4666,5060,6346-6429,6699,6881-6999 +r ruebezahl BgJeJolrj0pO2NP2Q+RVXM3LiNw WZyWMeCAcdJfFTZSuyqk1wiI6+w 2016-07-20 06:55:36 178.254.23.115 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 1-65535 +r GWproject BjQ86Gx0hnhtYO6TYJr6FFncP0o RY00lyIogdVk1KO4YaaWaZ5Dhww 2016-07-20 06:40:40 185.13.38.205 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1510 +p reject 1-65535 +r Unnamed BjVk5FOhUyJGwEbZtirvuGGVIow OxInt+67/0EZY+gLo0VIgUl3eYg 2016-07-20 07:06:18 78.155.171.228 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r Baki BjlhL/FJqhnfO86hR+W4/tbzyHw DT3wyN2TbHqNIOr0nQFmBBTMMDs 2016-07-19 17:33:06 92.222.20.130 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5750 +p reject 1-65535 +r lousyat BjubQswXkyWDtIVzNMlpNVSDnTU cTAmna0fCCMTc+nOuIeNcaZno1M 2016-07-19 18:03:18 148.251.234.71 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4640 +p reject 1-65535 +r gdl BkLS/zBU93cQ1rKvGlWE3Pf8jt4 0NqSSkoxGKK+YZJiiIHN8zAHQ60 2016-07-19 17:35:27 77.207.77.178 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=5700 +p reject 1-65535 +r mypitorrelay BkoCE5w+3EePRDMo/Ixrfj0iM2w a4T9mCuzieKqeJxzr9veLDkvNDM 2016-07-20 06:55:50 95.108.123.29 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=171 +p reject 1-65535 +r TheYOSH Bk0YPTTey4T3LEM1sMJNHolGqbo EA6Wu8P3sWtIgdnd/lkTCnbrxrM 2016-07-20 01:08:33 83.117.96.178 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=155 +p reject 1-65535 +r kumakuma Bk8AAYDxQZsaJQO0u9eJoPDXXnc bZQpT7L9VkXkFVA/eNapYJWpmik 2016-07-20 08:43:51 106.186.24.146 9001 0 +s Running Stable Valid +v Tor 0.2.5.8-rc +w Bandwidth=1 +p reject 1-65535 +r ididnteditheconfig BlovEmXECPDSQYTlFcg+3gNG9nY w8/Y0WY8BKhFSIeO4wgsTVrcYjI 2016-07-19 15:51:02 80.109.248.46 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=624 +p reject 1-65535 +r Unnamednm2 BnabLgitUXoFy3tGGwwXhkKj24c 5Je9VbsyZWcGEtU24fYHtKGzlF8 2016-07-20 04:06:34 73.26.251.139 446 9032 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=22 +p reject 1-65535 +r captklutz BnyuVNHRNEYQbDh58r8LOcRhXPU usa1pmXIc91TthAsbu1t0W6ByYk 2016-07-19 21:34:52 92.27.7.209 80 443 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=585 +p reject 1-65535 +r Mercury3000 BoEDnp0hOECfKXt0JoQN2BMqmHc gERDGphfvhrW3hw9QJOytvjRI2Q 2016-07-20 04:39:47 192.241.195.178 444 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=515 +p reject 1-65535 +r Checkpoint BpF8HXpuslvK0aeTZaFMUNgk+GQ TkXt98oMyyzG3GNpuzsxkLFXtfU 2016-07-19 17:36:22 73.93.30.19 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=158 +p reject 1-65535 +r himura Bqlv1u6jNAQ1agW7oWI9lqKC0fM nxIlZYuLuVFeP1TqLDwz50EK1qE 2016-07-20 04:26:27 176.213.207.206 443 110 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=198 +p reject 1-65535 +r deprofundisclamavi BqtuhT6Nkp+dYOOkHvT5e3z2/aQ ekJllu16ZMHGgjdK3mlwXMERGDM 2016-07-20 07:15:34 176.114.248.47 9001 9030 +a [2001:470:59a3::1]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24 +p reject 1-65535 +r toradevel BquGF2PKVbmfZk/Zq+BnO1xr3Gk 2B5mIlyhGjL/ksSXy7kHRZ1azjU 2016-07-19 20:24:03 5.45.108.189 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r somerandomrelay Bro6UtYfzynG8m4ZU7BQthvYT5U 4b31BwQ7edDhXnlFd8AUN9HQN7s 2016-07-19 23:30:24 37.139.3.231 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.11 +w Bandwidth=14800 +p reject 1-65535 +r BBSTor BsHu4OscHhjp0c/waPubyWqNa7c r7PTVqzHc8pWijh43PVgi4KvGWU 2016-07-19 21:18:27 52.90.84.21 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r COSMOPOLIS BtD7nGhg6Nf7meoxCgFnB6+qcc4 n5qcIonvCcZ5ymjH2bVdPZbecYY 2016-07-20 07:01:35 78.108.46.114 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3990 +p reject 1-65535 +r default BteQiV9+I/bGeTsNnlN0CUejEwE HM9mtw/k8S2B0YQGDZeMao3KsW4 2016-07-20 07:11:37 86.21.243.130 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=110 +p reject 1-65535 +r ttnode BteeihbqK+vw4/xUfbW/kZa2QSQ BQfgBORiPlAOQvyKkrz+bIqHyPw 2016-07-19 21:49:21 95.91.10.203 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=91 +p reject 1-65535 +r Mikuni42 Btj0QKKAnJiXZYN6ASWvMP7orLs el8AyPrNifZqbO0aPT4Tsng+E+k 2016-07-19 21:05:13 88.167.163.142 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r CriticalMass BuEjhlxZAYmzGBEU8j8PE6e8Dmk Bk5VQnmOGtTPfHDYVQAlGzbdtdc 2016-07-19 23:03:53 77.247.181.166 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=89500 +p reject 25 +r wien BuclJrvgQMUcWt+6oHrdmuteH6E nf3Spkj5f08A5AfOJFJGxkBmJa4 2016-07-19 16:16:21 94.23.247.42 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=61800 +p reject 1-65535 +r gontran Bucpv9RmJ51PymiE382azWTwaJo UUHoqdJFei6ZBO0nuxsU+Y5ZLfg 2016-07-20 01:59:07 167.114.67.4 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6940 +p reject 1-65535 +r Unnamed BuuwFtWLoLpiyxOtcHCLEM+4JN8 DBOuzfGHP3X7lFbiS5jtqy3I9Z4 2016-07-19 18:11:26 5.9.212.204 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=25 +p reject 1-65535 +r fanche44 BwmUEpq/85tZaLqYgfKawGXMCtc h4rUDbInD6QE/bak2R/8ey7IdLc 2016-07-20 04:25:21 109.190.200.97 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r LaTlayuda BxKIshgnEeUoQkgTcEjg+7+zYjM xx/y3Hu9KgXqFY4vSFuBHFsZiPY 2016-07-20 04:09:29 91.121.147.65 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r Unnamed Bxsx62b+JZqzdATf0UK+3rU7kFY P2RN/C+bH/weB0saE2mtGV5eMkg 2016-07-20 00:24:52 185.65.200.93 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r cluster Bx5d9PAT/tdzMbbqTHu+5pJs4BQ oh+3xMK44FWQ19WLDsW7rYdjjJU 2016-07-19 18:50:03 123.2.168.62 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r bbbrelay ByNimJrTWvHhAufx3qKkC2JXwWQ eUpR7ugNgKN8U76XHqPR28EkAgQ 2016-07-19 21:07:40 76.182.96.214 80 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=470 +p reject 1-65535 +r UYScuti BybU9YRsMnHLqDzATuBxr851gs0 IrsYkprTWyvz2m/pOyMAdYHA4IA 2016-07-19 15:03:03 46.182.19.151 8080 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r xkeyscore B0TyrgmLrZ8aD+8QnAHmIftqRgA rOVSP+oZJmCMYoURiYZlXfs3ZtA 2016-07-19 18:45:49 195.154.110.121 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4830 +p reject 1-65535 +r Isoroku B0okMCj7zLj4QE6Ds0mKyyf3iVQ 2wbaE+rM7pUxzyqc+ul+JNDWoYc 2016-07-19 20:55:06 209.159.137.56 443 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2150 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r rueckgrat B1a3zU38gYK+IxQ/rAZC9RUYLOs /VZLXQ9IyW4KSXjDgCBNIj69esY 2016-07-20 04:03:59 5.9.110.236 9001 9030 +a [2a01:4f8:162:51e2::2]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7190 +p reject 1-65535 +r melchior B2CmF9Ioxyf1jb8ZTkdVM3yHR0I ZeMxZ7gZl4YD1nzDmRawpIQwfm4 2016-07-20 04:52:55 69.93.99.14 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=251 +p reject 1-65535 +r defiant B2V8eHA9G1wwRdkQDXzCyuaOO2o CoWD9A3htlzVdG+aXBi9aKwnhSo 2016-07-19 15:21:49 176.36.35.126 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r Unnamed B21qomYkUflU0YPZ2mRpisCcOX8 +OD2lVFN7GIjKImazo2ClOrCaKw 2016-07-19 18:20:57 75.127.15.73 110 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=913 +p reject 1-65535 +r BilboBaggins B27CLGlj9/5byK5x+9kyjLOJk+g 9IsuGNizIm1lKXgOvZ56V3EVuc4 2016-07-19 14:54:32 46.4.147.37 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=848 +p reject 1-65535 +r 2cat B4G9ygoibdURk/6STJm8wgFOqV0 8Gc2BOGWA7BEfCAAkHV2oT/Iong 2016-07-19 15:45:53 137.135.8.233 443 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=23 +p reject 1-65535 +r MrDetoniaRelay676 B4usP7K3f34aYHJsD2CdlIL3m90 3aZxiiSdGwLL9eXsmebqI5KM/Fc 2016-07-20 06:53:54 172.82.163.98 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5250 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r bucko B4xVR/QZa3ROke0AnlC1F9G9D64 fKIg/1+X4qNoJWFu/NmWX0e5dBA 2016-07-19 21:55:51 45.63.14.225 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=950 +p reject 1-65535 +r Unnamed B48sLhWQj6i1lmOsCLNoxzOYszw lTVZPa07FWWeWv5OAu1CazD8Hpc 2016-07-19 19:49:02 46.161.2.224 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7970 +p reject 1-65535 +r Unnamed B5GYYq096emVqi2Nz72VjC/iN8U KywkwD+bS3r/hX/zJMyhp2H9kzY 2016-07-20 04:58:47 83.253.163.54 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=72 +p reject 1-65535 +r Mozilla11 B5MVA+lsvEKE7ARTTVhv5j23CZI kWJOMzxi40u2yMU59NWe7u5X3K0 2016-07-20 01:32:18 67.92.173.228 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6850 +p reject 1-65535 +r masterShake B54LSSj2yxy37fdlgArlu3b0aZ4 jeuE3UDAen3I7UYxebgFgZ8qpSk 2016-07-20 06:37:01 67.221.176.219 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2400 +p reject 1-65535 +r mistersixt2 B54RfguAhIRkbKdxX1L2/8gx748 ele+22uVJGJ8nHF6UJq51s9wTJE 2016-07-20 02:03:06 85.10.203.71 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=334 +p reject 1-65535 +r DisciplesOfDisorder B6LvO01Gw9Okyc+N/PTr1hyT2FA 7ZMjvdWdtXVM0LYV6e1GJFDCi8g 2016-07-20 00:26:57 51.255.198.77 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28600 +p reject 1-65535 +r onemorerasptorrelay B6c1H0BE9lQEGUg+ROkATK97v4A sbSzPSkSizgl06AfB3ClbGLn2g8 2016-07-19 17:06:57 188.193.107.7 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=32 +p reject 1-65535 +r avtonom B7LGVRPA3dmXs0e+OWmGRMvWzJo mLk5e4XHaNhfV2zqsGPkNZkbNYY 2016-07-19 16:56:16 23.91.66.11 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=111 +p reject 1-65535 +r TotW B7WYm21Z+LYEc3pQ/PcVIB/iz+c 3WwJab0vziXNBD1/ZipHy9Zba3s 2016-07-19 22:22:05 66.111.62.85 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r MooTheCow B8U21zKFDjq7tRF2+8+eefwsbno hcFLqhbok0nlVWLC1ZenWwgB4Og 2016-07-20 01:39:11 87.159.50.49 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=780 +p reject 1-65535 +r MuSATOX2 B8tcHpVnhBngp63oZKUilB+oFE4 s/mltutjb9C1UzsZGSY1o62WJs8 2016-07-20 00:34:26 66.172.12.174 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.8-rc +w Bandwidth=2520 +p reject 1-65535 +r PleaseSupportTor B82TgpLT4zCZaBryLTxozg0+WQQ ahKucF+jkK9s3tVq3oT1wvkYgXo 2016-07-19 09:26:46 178.254.2.89 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26900 +p reject 1-65535 +r holl B91PDm0seliTf1wnYNoZ7pvoyoA IPWnrIJjg5pwoIB08UDHlw5C4FQ 2016-07-20 04:52:29 91.219.28.211 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10600 +p reject 1-65535 +r miranoa B+yrv0qqrCnaEVDKaex3ooFG9io YclbJEgxnqtaztPeqj4KoNcdZOw 2016-07-20 06:50:48 91.231.86.204 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3370 +p reject 1-65535 +r tor42 B/Ie76uxpOEG59sEa/4XG8QDbe0 rPu2MhVHtlR7JxMIRftbUofLzDA 2016-07-19 16:31:40 46.38.234.16 9001 9030 +a [2a03:4000:2:325::1]:9001 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=591 +p reject 1-65535 +r wolfy B/hLX81ww3w/I1P6UYtu5kRF4rw NX9ocKxeLlDD1FeTKQFWuAUbFKE 2016-07-20 05:40:38 89.163.208.5 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=19500 +p reject 1-65535 +r anonymousByPDH B/ld4Wm1lHdvuItAf9qYT9beGy8 bmdqjqwBm5uzIBkxL4qDEo55pso 2016-07-19 19:59:21 140.138.144.170 8080 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=200 +p reject 1-65535 +r highpriest CBGFcj+BozkUVZLFAUwKbExTBro tP2qG5P0EsOZsXQmNa2V6so2MW8 2016-07-19 16:12:41 107.170.188.155 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=81 +p reject 1-65535 +r Nimbrethil CCAmLKBGjVaiDDq8YvWMxfc8tT0 t1234x2w94zIm5WyTNIEpQCrjoU 2016-07-20 03:46:09 216.189.150.185 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1960 +p reject 1-65535 +r TheGreatKing CCTXx/sRfVxqwBWB/XmOZww3yAQ dP+zg7Pph73yVafJnP5JmbH9+pY 2016-07-19 17:30:44 80.66.135.123 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=407 +p reject 1-65535 +r scenesurreal CCkMRa1AcDTBfqnmZQaJtf6YmWo Cc2KaQlltcedvJAwVW5yK0yp+NQ 2016-07-19 18:52:44 95.34.59.250 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1280 +p reject 1-65535 +r JinxTheCat CD/0fG51qJg0rE6aBS2+qUHQ7jk dXClx5vF2KY0vYbNal2TqAx63z4 2016-07-20 08:37:01 66.90.101.117 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3310 +p reject 1-65535 +r EBMlover CEiv0FIenSKKWYeLSukwC9omaCU JJUS1rORD8F37r9VwTttdZyvDb0 2016-07-19 20:17:11 83.162.2.111 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.8.5-rc-dev +w Bandwidth=684 +p reject 1-65535 +r thegreenripperishid CFCqw6gAO5YX6iggzQTVvFFQKoc 0ymx6aDZ9Cfk+UtSj7t+uHlmT/E 2016-07-20 05:02:41 88.176.180.7 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r littlebox555 CFPki5yCJQOvF/yXPjggQ2s02I4 c2UfKimu8F6YV33Z1jskDZ5xaa8 2016-07-19 15:15:49 163.172.156.137 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14500 +p reject 1-65535 +r iDiedEditingConfig CFmfvIlLw85OAKeVvTNhuNONo5w RX2Nb7FrObchYDu2+F5ufX5YyJs 2016-07-20 00:22:39 96.32.150.147 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r u698id1147 CHjzBKgkXxI7FErhCd9MDkh+1lQ xgpKvjX8/qQOaD36skPC8EAGggg 2016-07-19 15:46:27 91.233.116.51 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2160 +p reject 1-65535 +r Unnamed CIHkcTd2TJB+cpyTA8CUvScMwn8 ndTfsQu4A0pk4JKN7oPyLnUQG3Y 2016-07-19 14:56:43 5.94.195.160 9361 9737 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=105 +p reject 1-65535 +r 8lyWARGTU4wesrfy8i CIJECHQDSvvi+/FkY6KQ8yeOJPc hu+RhSqcMNn5RcJT9X8HjvJmATc 2016-07-19 20:44:33 176.58.121.159 9001 0 +a [2a01:7e00::f03c:91ff:fe70:e0b8]:9099 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2700 +p reject 1-65535 +r torcloud2 CIs7gB6hX/s98PBBezjaUNuteOw OFz6gQZQqWxqaYO/MGed/bcARVI 2016-07-20 07:41:40 45.62.235.17 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=53 +p reject 1-65535 +r pasta CJJg0ea5Tus+u0nyXMZLcsGKqe4 bafdJRoh/db0CaKuco/t2+Pqg4I 2016-07-20 05:30:30 85.144.44.55 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2210 +p reject 1-65535 +r Unnamed CJbRqGAluPom8w9+mAhpFuUOQyc crSIDB7R1H+tTyIhW1iUveeV9gc 2016-07-20 06:00:10 162.243.75.204 9001 0 +s Exit Running Valid +v Tor 0.2.5.12 +w Bandwidth=7 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r torpi CJ/h7WSYmv5ETBZuVc4UxG5ZCBA 43YR09cw+yuOBE2jhkfRc8fy+Qs 2016-07-19 16:19:36 50.147.234.124 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r LazyQuest CKvj3Vnt5bn3TL/E9yfLdPMUeLg Xk6uvyFYVDuBHcD8PNcon60EvXk 2016-07-19 22:59:27 188.226.130.88 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=93 +p reject 1-65535 +r nemitz CK0HnWB1itZoAQfE7SAjYjnzD8M Q0oLVx2PNuxViPTlLQUyHsRWDho 2016-07-19 17:40:01 185.29.9.249 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=5150 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r kurkur CLMsqVY2TSmJfNvs9lVKDhEEe1A +ITHB9rDtGDqdOZalsrCmlA+P40 2016-07-20 08:43:57 46.188.59.141 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p accept 80 +r ssiimm CLV0hPOZuiBZJDcifQ2AnqE0j5o PLXyQ8iL+an5xF93b/rqXpiUamE 2016-07-20 05:15:18 109.196.18.54 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.21 +w Bandwidth=1150 +p reject 1-65535 +r PlatinumBoxer CMKXv3+GtiGz0iuqhGOPCNmGsUY rj52CV84PJyjqAU+Zrkchhon3eY 2016-07-19 21:43:57 185.8.237.199 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5740 +p reject 1-65535 +r Osterei CNOZyHduTBsc0Jc6uJMHTri48UQ f17BbZ0Ww//zaVmwDyV02mi8iZ0 2016-07-19 23:11:16 109.106.50.116 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=85 +p reject 1-65535 +r RwellDotOrg4000 CNOpvUhfh2vwWFHoNajUij5ElEc fbFzT0EbCnchrlHjKdt3Rob5Afg 2016-07-20 05:54:21 192.241.181.122 19500 19501 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=175 +p reject 1-65535 +r Maddyx CNVd76HdcNt7fn/PgpnVgYJNjfQ L4GLTuu4s8XUgHodwL+kKhs2RjY 2016-07-19 20:09:54 92.222.74.226 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r diegovb CNYy5XjB7hzPcJLq7FjrR7b3Cu4 p2xm7mnkjohFV6wJazsLr9bnvLw 2016-07-20 05:02:24 192.241.198.106 9392 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=1580 +p reject 1-65535 +r default CNajLywdWOK3/9cT9FLhO46DmN0 Y2YVIjUvflILERqAhrm4KZCjryQ 2016-07-19 19:45:15 37.56.57.120 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r coredump0 CNwPPG49nFJ8H8h0XTXdGw3hh10 U31TwCLLK5+eJMjeiIz2VkHudHM 2016-07-19 18:25:14 37.187.1.149 9001 9030 +a [2001:41d0:a:195::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=16900 +p reject 1-65535 +r EffSSLObservatory6 COvgvXidLFHpoUj6SG7a2NoKRxM RtAaGtFZMOODh4o0qLJ2Go6HIPY 2016-07-19 23:13:32 173.239.79.210 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=697 +p reject 1-65535 +r VelociRapTor3 CPDKmx+Z6NYS3PdkjoCSXbal2X4 d5lYxTFBzOZykpP908iedlSKqSQ 2016-07-19 15:53:10 77.93.203.156 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13800 +p reject 1-65535 +r Centaur CPWVajOuNevPwZ6IXDNsdSE867I 2kHz2QcmsWKrpaDszReSTNK3Tdw 2016-07-19 22:21:00 78.142.19.171 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14400 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r labvse CPhjU5tKAwXL2yZOTNtfxuKtt8U 70uGxCN4GT3bJ44cvF4QVmvXfL8 2016-07-20 00:56:52 104.223.12.233 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1010 +p reject 1-65535 +r fedosis CRi9U+Q6F6nK0i6l+FB5/Q7OG1M smoX4WWEeNux0PjkRM+soykqcWE 2016-07-19 19:42:49 109.68.174.60 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2190 +p reject 1-65535 +r Novak CSH1ubuoQ8PCA7zei9Ba8cmEqCo n9K7IDEyeLmvebbEi51Z1SGZGiE 2016-07-20 00:29:43 108.58.144.234 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=212 +p reject 1-65535 +r LittleWhinging CSNlpBRhGAUJKkKTa5iqJZmjS/o 7HGl7XW2GMC0ZpdOH5S6UYsWZRo 2016-07-19 21:00:39 89.22.97.58 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=265 +p reject 1-65535 +r ShadowRave CTJzdPPNzOJBsmwuC0L5HkrKQO0 AkkdSoCLMipNjcwp7dOvteaT1ak 2016-07-19 15:59:48 192.241.193.93 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4380 +p reject 1-65535 +r xnamed CUkMqC/ra6EQgwsKlaivXxjBfBc cPVEDJumztWQpwQIwOAwCI+M7vE 2016-07-20 03:15:10 193.136.204.117 6112 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=30 +p reject 1-65535 +r Unnamed CUsghfzLuxcNrb8WsulJ5lfF0NI UfaHVm65Yn0YoAcySwudX6IzkC4 2016-07-20 02:59:46 107.189.40.32 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r kbtr2eu CVc58jZWTEJriHp5Xx9oVX/7miA 0j3FzLlnCSl2M5WuwgrbVSQhjUo 2016-07-19 22:03:29 212.47.234.192 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23800 +p reject 1-65535 +r woosah CWGfQcN5kSjKqaH339unaG3NS4A 4/hPw2+r+VUOqndgrvBEEx7iO0o 2016-07-20 08:37:18 46.183.216.180 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=12800 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r majestickitten CXnTPDip58zMIRSWsnzx34/z/8g sN3oKur7IcSdSKBuC0BQi+KGFhQ 2016-07-20 05:09:00 37.134.198.85 9658 2467 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r VMaxQB CYa4ZeDn7PKOtG0Vqg0Lp3H1llA UNJj0Cnp2zaTS3UD4GxcEfSGcPs 2016-07-19 19:21:10 109.187.240.47 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r anpanman97 CYmSReDpZXHb0T2vYCFOg6QytnQ 7pyWRK/LHoBR7OTN66RNCoYvRCg 2016-07-20 05:52:29 36.55.243.60 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=77 +p reject 1-65535 +r rGPGpractice1 CZSZbJJyQ+PzZ4mi3nWGh9OxOdw 4QvQL9T5yBT3oXSv743S+CbVsuI 2016-07-19 14:49:24 104.168.170.211 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=320 +p reject 1-65535 +r CookieNode CZw3yQjxBvj7pYoe+MAXQXJXruA eOsAzBC44KFeWL2t6UhdUg3tax8 2016-07-20 04:11:10 84.162.23.55 9003 9002 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=746 +p reject 1-65535 +r iamtoriguess CaP3OpURgtS+xD5F8YEFxw2dqqc QBiQn90AQqix5vJSgjo4tz+defw 2016-07-19 18:16:52 91.65.142.66 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=61 +p reject 1-65535 +r sigma567 CamXll0h4Oeh92Fj3THTDYg9+qo uV97f5uyUe3P+LEYwoC1Ywe8M7w 2016-07-20 04:00:42 107.182.179.220 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=893 +p reject 1-65535 +r torLilacGlades Ca7Ov7Bu8qmbCPw+aenn+G2nSFc iG0dtWNYhBGj1UcHIMsDVTm6qe8 2016-07-20 06:31:21 85.228.135.236 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1180 +p reject 1-65535 +r slalix CeIrKjslk8ksL3fOxc3ty95lh8A orNZC2zfK3M0Rigq7GV5+SADAko 2016-07-20 03:10:26 95.188.94.18 9031 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1430 +p reject 1-65535 +r Hermes CfZOAPNMiPYEFj8k03vq+SRXAuo ZuOMZbp1jCjytwn1q4q9QmPkWAk 2016-07-20 08:04:05 173.164.139.195 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=527 +p reject 1-65535 +r DinoaurTor9 Cfhu0ALhei8DQivm2P6m0O2NyBo mHr7pW1BcVeIb2kQsRBYy5Dw01o 2016-07-20 05:40:54 199.168.138.163 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=674 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed ClCqNv1B9L7TGBDe1825s9MuFoY yBzJzi03Qn/NcwPl8Z7fF1y5Nco 2016-07-20 05:31:27 111.248.98.93 80 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=851 +p accept 53,443,1194,9418,19294 +r l1b3r4t0r Cn64TELhSIU+nTWo62ZJMMWlLUg 50ZQ65jtW1c7sC8Z3fNzsQJSgUo 2016-07-19 16:55:23 37.205.11.149 5269 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=338 +p reject 1-65535 +r CaptainPlato Cp1n1c3hf9TIno7fyQiEn8NFdl8 wlwzBBy/9yOyetipVDUndh8yfJw 2016-07-19 19:18:57 178.26.129.22 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=10 +p reject 1-65535 +r ordo Cq0JLMS52uG5Ko+267/AvQqO4Mg eN1yoOeUNfVPL2eeSF9bghh+e5U 2016-07-19 21:05:34 190.123.47.116 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r goaway Cq8LVJY5sB7bbhkMhVHtwsjtoqU nIWb1WEg8sfXixSirsZFxd6vC1I 2016-07-20 00:10:06 78.200.39.175 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r Confetti CsNtumBB+x3L0NtaWAK685S/BM8 KHNX53sR/MhRNVOdBneWVpDbQS0 2016-07-20 01:14:49 80.13.121.35 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r istandwithLFP Cs4qrDxDJgf1LsaHZuNdei+4bKs jl8QFjb4UEwbpssjQDR6WKLzmls 2016-07-19 20:49:35 104.207.128.42 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4160 +p reject 1-65535 +r ritirong CtOxat8+7T5ZYvqUTNUBNS55CBQ W40OBmnYVy88jzhm1VallKsOGq0 2016-07-19 18:04:57 46.165.250.224 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20600 +p reject 1-65535 +r urras CtP6iE0Y+J7qLYnAGTeeDn/ZRBc 5q7gLkPHpOgk5StrDOIJxUF1ADs 2016-07-19 17:35:50 208.83.223.34 80 443 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.1-alpha-dev +w Bandwidth=1040 +p reject 1-65535 +r riuriu CtXcPEfK02LlaC9/vV4uKLLUmJk XFRk8YKW9A9Fik9oFq9PKlwdupY 2016-07-19 20:53:49 37.187.16.175 8090 8091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6680 +p reject 1-65535 +r sml CuByfXerVu+ekaruatA9iglGF8g E2/OuEsdu4YRZ3m67bv2AL0pzJQ 2016-07-19 15:21:50 108.61.175.130 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r default CuJmjTprfN51HWIkpC5Oj2vtZtI Leps+Eq5IQbCaggyAWr78tk+ZxI 2016-07-19 23:24:23 119.63.144.32 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=135 +p reject 1-65535 +r cpvold CuerlwRSqYS1ayGJWpylMkP6r04 aBgA4nU3iSSpaI555XYiKuoIFEI 2016-07-19 15:09:30 167.88.40.130 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8200 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r TORmania CvF6nuSpJx7qzwIjXlS+Kf4KyRQ iPmGu23YybNxbOBxzQwcgVT5okU 2016-07-19 22:00:04 79.212.118.130 9002 0 +s Running Stable Valid +v Tor 0.2.6.7 +w Bandwidth=13 +p reject 1-65535 +r kimkimkim CvOvC1W58OPBSmkQfP+hq54o+ss 08h7UGEygUl6cTbDBDmkK8q2KJk 2016-07-19 19:19:19 73.45.190.206 443 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=814 +p reject 1-65535 +r XOHlilith CvRd5gKxjVexCD9JpUpNEPYtVYA mikhLTHWHqqTg6WF8mPDh2/NyUs 2016-07-19 22:40:45 149.154.152.16 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=159 +p reject 1-65535 +r J Cv3N+KTv1MZ5AjAYg/JGqaeZQVI 6oIt8HLsHWcKSIPce+oCIXWcht8 2016-07-20 04:16:06 86.103.250.183 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=934 +p reject 1-65535 +r bspunker CxPz3WF7PlGbjMZ24HeHlLwL1j0 iI10ImmCyl/XjcG4hXlOGAxsAvo 2016-07-19 20:11:04 77.20.217.25 9035 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=573 +p reject 1-65535 +r hpark2 C0EhG/59TafIafcqqgV/0acAA3k hvVP0HHJBZdo00o5EQbJ04k5J6w 2016-07-19 16:24:47 136.243.64.97 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2330 +p reject 1-65535 +r Ranlvor C0U3WizoBl6KZJ1SzDXznRKHRag OVaFpGW4HHL30qoOP1hcuvbxC3o 2016-07-19 15:34:03 78.46.60.30 9001 9030 +a [2a01:4f8:201:4108:2::2]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10600 +p reject 1-65535 +r torpidsLUroot C0VMfrpYZXuREzpYfBva7cbiMUI OV5zkC7SgHdXIr6KfqZFTGHlCpM 2016-07-20 06:30:56 212.117.180.107 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=8240 +p reject 1-65535 +r InTheAtticRelay C0iZUxGBD30dXskxPLjmwXpDPW8 jFCiw3KkGV4IhEjUaSPnTxPn3UU 2016-07-20 05:01:11 178.62.55.136 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=213 +p reject 1-65535 +r Hamster C1fR6Eg0h353o7HuS+GwWiq2Emc /K79oftDOx7S8IYTmtMxGdTaGQ8 2016-07-19 17:05:39 178.62.201.15 9090 0 +a [2a03:b0c0:2:d0::3e6:4001]:9090 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=33200 +p reject 1-65535 +r nyamsas C1wYPFR+Mpe4TNA5VGA6iyomBmU gKGuLUU3a9P6+drslL+I5OLonFI 2016-07-20 04:36:22 213.124.179.25 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7770 +p reject 1-65535 +r CalyxInstitute08 C15ecP/qnH+f/RO44WkWpgjz6es mpp1C5qPlQRFjZZnevComXOaJ9w 2016-07-19 20:19:09 162.247.72.216 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9130 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r anontor C2FPRX6l9SB1/g0nC8a0HwMduvY +bneg+3vlFcOue6eoCAU5drffy0 2016-07-20 02:42:58 95.119.102.187 3423 3030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=631 +p reject 1-65535 +r NovindusRelay C22f3ZkdXqAU+gIICgR9Nup+npg k+la/kvncdN4crBxi9U+6Uv1muQ 2016-07-20 02:10:52 37.187.97.82 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=5780 +p reject 1-65535 +r niij02 C4VhckElJRfo7PLPx/TBoy3NFT8 wR7tR06sth6w4sWoe6/+p13jiwo 2016-07-20 06:57:24 167.114.153.21 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5410 +p reject 1-65535 +r Unnamed C58qD0UZDbJ4IDfffT1OPQ9KEAw d/hz1yY6KXXYEWN2bvmoBEJV8hM 2016-07-20 05:03:51 212.118.62.3 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r tdxchg C6MKPRG3P5XRRHzJs1vl8GgdWhw GK9ctkmmJcx8w687OcnrsrJ3KcQ 2016-07-19 17:16:36 5.199.133.193 9001 0 +a [2001:4ba0:fffa:5d::93]:9001 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=51 +p reject 1-65535 +r Unnamed C7BnbUbxqwHpFttgI7pC6tKN9g0 0MHfCFWaDgJ8td6gwtmMNWRdj6E 2016-07-19 16:03:25 158.58.170.220 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13100 +p reject 1-65535 +r VysokeTatry C8FLTUG47lBGIVCBmkjYSVS3FXk BA+brimRY7w51OmmIRGFUiZwgo8 2016-07-20 04:10:30 193.87.92.130 80 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r AaronSwartz C8OwXtbYoaR8mbPmEwjIc492uB0 LatWlepEPr6+S6f6abcbLLn2e18 2016-07-20 03:03:49 70.124.157.109 9001 9030 +a [2605:6000:101e:97::9001]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30 +p reject 1-65535 +r BaelorTornodePw C+pKiNBpdTIY6qrW0i6oe5oTGdY HGwVw1/4LNplozaf25Cy+I18Lh0 2016-07-19 21:16:22 5.39.92.199 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14400 +p reject 1-65535 +r pyatachok1285 C+ulp46x9r4j7+XFUrAmENUnqF8 lUju6ih/pdA8drg92MKQ7jzY+Is 2016-07-19 16:31:46 185.47.52.58 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=145 +p reject 1-65535 +r SamNetExit C/a966DwdWI0j2xmQw7EfJ5VsSU 38h2fxMefYkcx0Gs9X4ofc5++DA 2016-07-19 17:28:59 50.155.120.185 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=69 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r astaroth DAXIE6d0PtU+ofgZZouUc1BEALo GnBwSOr9gIqpcXnN/efR+73Dcd8 2016-07-19 15:08:44 194.237.157.184 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2740 +p reject 1-65535 +r ofwModernRelay DAp13+rnyFABl6DoGZGJx3GuMXg ASWu1vnJFCFs2e5D2o/KI3OQnug 2016-07-19 17:08:16 94.242.209.120 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20400 +p reject 1-65535 +r default DBra4YpTiTMVUDe22ZQv3L2aU/I s2FOhjlE6qP920lzy9TbFbF1hrk 2016-07-20 04:08:26 27.4.225.248 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r torpidsDEisppro DB592e0GdseIkz9oqZhe2FPKWBI ptMp9eZammF+jlUkjMCsBXnKhKk 2016-07-19 19:44:51 81.7.13.84 443 80 +a [2a02:180:1:1::5b8f:538c]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=18300 +p reject 1-65535 +r ATo DCxZmvyyb1z8LHWSQ1kkwdY9lIQ riwJShOkL/IhFyb2T55zKkrNPfg 2016-07-19 16:20:54 5.196.88.122 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15500 +p reject 1-65535 +r Freebird32 DEdbpNOqPCibcW+VlUytYW5QxOU xOV9BkGN2imorAP20TzEDT4uP/8 2016-07-20 08:03:43 178.254.13.126 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16100 +p reject 1-65535 +r snarks DGJ3LODgBJOoKGNps5UIlwD07f4 TrEYDze80kawa/FaM2XGf0Obz+g 2016-07-20 05:59:49 50.174.78.45 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=26 +p reject 1-65535 +r yaibei8Ej5Bohd8looG DGY1J3Cq1XzGHw6vfWtQNdx4L9c GF6/T9WnwiIQpg+wmbq9U6/laPc 2016-07-19 22:06:11 212.51.155.26 9001 9031 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7660 +p reject 1-65535 +r torpidsFRonline DHdCHIkNFrbSASg6IkT0PfW8id0 Utx/ObDYOVRX44+YnpMJVjEQ9Yk 2016-07-20 03:39:23 195.154.121.198 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=22700 +p reject 1-65535 +r default DJNB6+zGTIvFnyYLNrUAZPdRsko P2k1PtaoAK5PJf/6HwOHLeSkVGE 2016-07-19 20:30:53 114.17.212.47 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=4 +p reject 1-65535 +r tehrouter DJgr72Mnf81nMPYobQCJ73VzZTA rsiSwgI72b4T00pLVdi/UoPdnzE 2016-07-19 15:39:44 128.199.34.122 110 465 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1150 +p reject 1-65535 +r nsaPwned DJs8aGQhxajCC6oNc2nNkp9DoXQ oqi6Nb9XzZ7MhdY0dg6BFJ60xa8 2016-07-19 22:48:10 80.244.243.158 1337 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2270 +p reject 1-65535 +r randomCyclone DKMF5jyZ+44uHGyhHNHlaeeAxpE xxDzmiKJsFn3R6JO2eM5HMEj49k 2016-07-20 05:27:52 62.210.250.192 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=97600 +p reject 1-65535 +r CorbinMyMan DKuwyAfpWten1r9R3LSDnMje8kU XsyBOT0e3RX5MWmc/QMN4mAWGUc 2016-07-20 04:23:22 97.93.13.106 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r mgvx DK//5HDoivFW1nULYWmVs3kPJO8 pfAGFL1p3QYL/GMYsW/eg1RfnOY 2016-07-20 03:52:47 86.123.52.188 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1320 +p reject 1-65535 +r ididedittheconfig DM6dN8MXzqiFPNCjuMRfzcQCycw 2dmTN4l1F5hyqQ1WcQB6CxZFI5k 2016-07-20 05:43:59 174.21.159.17 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=640 +p reject 1-65535 +r TheLoneGunmen DNz7C24VAOV73X8kBUPrrvgcEco z3QCiH4m9KSM3od5uf34DxEZZq8 2016-07-19 21:34:04 213.163.70.234 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=55500 +p reject 1-65535 +r slumdog DN4ML2XoHZ1GPKZT3ME9kQMYX1M 39mTrEXI6E7r5tPbtygLp78VJUk 2016-07-19 20:55:00 88.198.163.99 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2140 +p reject 1-65535 +r Route66 DOO3Pd/5L/ZlOpx/kAOjK7bCNk0 n8pRX5n7u62L0CRz+JJ0eCgXLHA 2016-07-19 20:31:57 85.167.16.196 80 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2900 +p reject 1-65535 +r EvilAnnanas DOhDfovYcOusUTY4L7oTo8PCdIE /5VjzYYK+M/Irwggl4M0EPIHvQ4 2016-07-19 22:24:16 185.16.200.176 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4210 +p accept 22,80,443,465,993-995,6660-6697 +r Vanaheim DPXtG6LXq8pWtnJl1pmJ2NUnAxw KBoyIpVbopILWCNgQ0Tfkdy90ag 2016-07-19 20:30:40 71.232.24.216 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=141 +p reject 1-65535 +r torpidsFRonline4 DPjz5lkPRdULcPL32mYF7KbNQI8 Y5azb1fVjG++xR9d0GrdWsRL3ro 2016-07-19 20:22:16 163.172.25.118 22 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=54200 +p reject 1-65535 +r Cannary DPmeamtkB/RaI4fpIm9IyIAqhwk 3KZ2BNtDkg/Fa0CQoKLFdzP0hJQ 2016-07-20 02:05:28 79.222.208.235 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p reject 1-65535 +r mef DPw8AT48SVh4Q3lhBsXjrQk/Vf4 GYqllBBXZikElABmIvB7sAA3je8 2016-07-19 19:52:54 94.23.248.158 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=120 +p reject 1-65535 +r Maryl DP0x29mxUh0+VEuoHF0JEefCkqM 3o4IBH4boSpULTr8+RFnhNNSQ94 2016-07-19 21:11:47 91.188.125.223 9210 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2440 +p reject 1-65535 +r Unnamed DQXnIGW7CsHNjvDoFleh9dZYUwA cSs2n5RCYOhxr1/eFx/xS1mjeA8 2016-07-20 00:12:46 82.221.101.0 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=11 +p reject 1-65535 +r unnamednm1 DRXUdiog/4qig0nIgRZaXyaFLXU 0bzWzs7+f+uaFW6Vim1ogupDxyw 2016-07-20 03:13:53 73.26.251.139 444 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=17 +p reject 1-65535 +r vauzous DSKffQG+Cxo5MXtaY3Hy86LErVU rbTx/I0x+5aNIlUeCx6NJtOR4TM 2016-07-20 08:19:00 46.183.221.231 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12200 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Unnamed DSKlNEqBZCDjk4inpj55237koBM EUKxnStjAnr6zon3hsBMWwp6hyg 2016-07-20 03:50:07 79.181.22.209 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=9 +p reject 1-65535 +r csepelisland1 DSuQbBJIrpmIHZgFLvNR8EH6I20 ezvNxacTQ/awx3vJAvVPNBPNrVM 2016-07-20 07:55:35 95.140.42.183 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=280 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r HY100 DT66F+HHjx6ZALq9sjhh1G/K8WM VJZ3cMW5PQGmx1zcaJik187YUro 2016-07-19 15:09:51 178.62.197.82 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=50800 +p reject 1-65535 +r UbuntuCore45 DU38OKDvNTAU2f6m4o4Ejedtkkg yjJY6aa9g4xPx/JqLrNc/v87R1Y 2016-07-20 05:11:23 97.94.108.64 44149 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r LooseMoose DYO4pZN/aTjHTzJsIcIZWfOV6CU 20HJ9du6znv7x+YTyde7aCW6Ao8 2016-07-19 20:21:32 206.174.114.167 9001 9020 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r ididedittheconfig DZsg36aNzR7Uw1LLbDjuDk0KcS4 iaNPxsEmGSxk1oyu9AwmD8kzXsg 2016-07-19 23:55:33 77.238.69.216 51312 51313 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r default DaN7C3jVkNezzJZmrPaoEFOYG1o MIpLeMzhtrgI/OPAHp9U0lBbvwo 2016-07-20 08:48:36 31.18.217.98 443 0 +s Running Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r PhantomTrain4 Dam9IBdm7bGfV/SfGgE6ilQywAg fhyUGcOh/LI9R4zHhT4yeC4PazQ 2016-07-20 07:21:59 65.19.167.131 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48600 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r default Dau3qwgCVNeTX4sMJS88tG9k+NU JgXNcGMT+o4MKQAGQh6u3e/ZSYI 2016-07-19 21:15:12 178.63.161.149 11443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=9 +p reject 1-65535 +r Unnamed Daxy2K1WpMWr+hG9KbeI/ghky34 w6iWrWa2pAs9RQbqS+LPP0XmH4Q 2016-07-20 07:14:11 2.242.107.168 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=866 +p reject 1-65535 +r chisinau2onion2 DbVXeik9cPAUZjxoNk9NRJxNYt0 QuNMbMUmw5nMW+3LCJhgABW9Ccg 2016-07-19 21:29:04 178.17.170.179 444 81 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8380 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r FriendlyRelay DburUkUHwMt7hvUck5AtL2pQXiI rlLi4rZrONpndNdMznn+1yNs69Y 2016-07-20 00:09:28 146.52.197.3 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=766 +p reject 1-65535 +r default DccCOjYJS5p0YjCK7+3vpJWbh0c dJvkWbXzBHmUyEVxWaWxn12qQHk 2016-07-19 16:01:18 79.111.100.0 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=21 +p reject 1-65535 +r toxiroxiNL1 DckzhiYmqEAJtfC0zPe34n2VsSo BF07t+Wk1ipcTH7F81ZruBbxUyY 2016-07-19 20:58:28 185.14.28.154 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=75 +p reject 1-65535 +r avdjusko DdBO8LCBu/3jCC1OzIpj/QAi/K8 Sd94Ftz7NQlGWlYx0JFElD7IlsM 2016-07-20 00:06:35 141.255.161.167 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6430 +p reject 1-65535 +r byronical DdrQkFKHqkSu+m8am2znhbYHERc cheRKTdrbX3WGIQUnZEmz/lO63c 2016-07-20 04:58:53 121.73.83.192 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=119 +p reject 1-65535 +r Unnamed DfB/71SwYLbM2rSlCpxWbWGWXpM TAqdKs6ajE5YX55hmT9uNb/vUKM 2016-07-20 00:46:02 31.220.42.233 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=272 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r SleepStalker DfmHMyYqz4LvyIu9e0XISAfoskU RcKvoEPGQO+N7dYXoP+z5sE87FY 2016-07-20 05:33:46 31.28.222.107 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r mamba Df6AK94o+HwvO7c8nr9HpF9L6hs CD7lCXfIweKPUusazh5Zv4/YOCM 2016-07-20 06:24:14 78.142.19.11 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14500 +p reject 1-65535 +r magnoliastellata01 DhipbtKbtVe9Hvb50rVXQyRdR+Y CvqZZq03XMSgD6RE0KUsItBbbU4 2016-07-19 22:00:01 170.75.162.193 20666 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=741 +p reject 1-65535 +r iiiq Dh3aLEnpJYLDh2PXkN1CMlQtuOc NUP8smMWwBJt0cjVhh1J0K2hzzE 2016-07-20 03:23:08 217.234.85.52 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1290 +p reject 1-65535 +r fakeplastictrees DilSsXnQ2CAnLpVaLmv2NUSWbu8 tclvz1AXEdd7k7qvHAfoCqpEoe0 2016-07-20 07:24:27 104.131.45.102 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2600 +p reject 1-65535 +r AlphaXYZ Di7sElpqyNXr9ds2t3aj2lUQ56A 3x2MmI5hDGOVUwz3DdFiMmxR7Eo 2016-07-19 17:07:36 163.172.135.172 9001 9030 +a [2001:bc8:4400:2100::10:217]:9001 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15100 +p reject 1-65535 +r sp3area23 Dj0/zib2lpt66A5MpsTPqXmI8x4 x+ZZIy2xAOCAfIE7V/3iBO+2dKo 2016-07-20 04:05:40 94.23.20.28 2342 4223 +a [2001:41d0:2:151c::1]:2342 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8870 +p reject 1-65535 +r pcfreak DkUqMOfgV0QHFnjgoFm920aJMM0 E50JYYPfyJ8iO8CQT+fPIjFJoVo 2016-07-20 03:34:29 83.228.93.76 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=27 +p reject 1-65535 +r tracelessnetrelay Dkss3fx7WEQXAq/7AUaFlG2jK20 tsrKp0+dqXmjoR77e/+zP/xZHzk 2016-07-19 19:59:05 172.246.47.225 65432 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=508 +p reject 1-65535 +r TorRelay512 Dk+Q+1aIvN6r4GMM0qhxs/Yqb+k nnXeH7gOboUoAhXJryZHdbTWq10 2016-07-20 07:41:00 76.182.87.103 110 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=636 +p reject 1-65535 +r firstsrv DlHoqBV9KTYG1MaJoF0Vb+GxWec MW/aJ4Prz/fVhTKzw18Be9/uzN0 2016-07-20 07:47:13 80.233.134.39 19916 15011 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=753 +p reject 1-65535 +r Winalagalis DlUqvRNFeX7iDEplsA27FmAeFEk RlvKNoRZJch7rBfzGPxesLSrNk4 2016-07-20 06:27:30 108.59.2.208 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1040 +p reject 1-65535 +r doesnotmatter Dl8W9rvm40CDSq6z24VXpxhS7LA DIPjemtWZ71uj1Y3t/q+fzP+ejE 2016-07-19 21:03:41 78.22.238.222 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=23 +p reject 1-65535 +r theshell Dn6u2HCd8NSHJV6cnmaNFmh96z4 hZ95tgNo04Pch76Phm7ui4VBneo 2016-07-20 07:08:49 69.163.100.12 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=355 +p reject 1-65535 +r HiddenIdiotHere Dn8wOi9yJhlV0W8VAK3jiz6rOmo c8HSdVyJEwnkVe4TJ1bqiNiQtkM 2016-07-19 16:55:34 87.121.46.165 444 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=149 +p reject 1-65535 +r zzzVitaminBier DomH7pBFKjuH4S9teDCPQEU4B6A 54Z4MJ9e0hINFx9Q0Cn0CHowq5g 2016-07-20 06:55:25 78.43.97.40 9010 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=152 +p reject 1-65535 +r saveyourprivacyex1 DowMgxW2bbX3A4BLOImh3WbGfOA heImf/KxuS+pm6prh9ApYOO4Dq4 2016-07-19 14:51:35 185.100.86.100 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8950 +p reject 25,465,587 +r HorpickSneeker DpEpz1aNSdFaCjDgyqlArhmKNUc wIW573y6R/RVOsFreNxwlbeEdlo 2016-07-20 00:02:06 206.40.118.229 443 80 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r DurianPi DpJO/p/dYG1rHoelXeYFIf1mzAY Tk3DPh89qnHkT2dLE62PwDDzRGQ 2016-07-20 02:37:37 68.58.150.89 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r colocall321 DpK/ArPBGw3RgwGg3hsWSgVG428 ViFYoUGQOzYDGjTnIXXXndaiTJQ 2016-07-20 08:26:28 62.149.25.15 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5090 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r nerdoteric DpkGkHEuzq84/p7d35VcBvYUGvk bQZCV2AzOLan2XHEao8qpku/fbU 2016-07-20 00:41:45 73.203.30.146 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r collaborator Dpt3R2ZRGrDzeQzMJM5lvGmSBOw wvxZtKokK8j6MQA+Oy+wC0bHUq8 2016-07-19 22:54:47 188.194.248.118 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=374 +p reject 1-65535 +r Unnamed DqjYZes5W+9dTZpqzDWlJoLzDnw dEdoIW0R6nrgbAqctdAcGIFxUJQ 2016-07-20 08:24:07 80.162.43.72 8001 8101 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r marcopolo DqyBnzb4lHcUdC1BrKMW4cGtdCY +qQ+7hIrN1ft2ycuasbBZzIiDFQ 2016-07-20 01:04:04 185.86.78.150 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1070 +p reject 1-65535 +r CACpwcrack5 DrOJDexO/g8UB9TeqRy8ac8mfbI CI6AiwTYyKf5WvntL7SGBfWThU4 2016-07-20 07:25:57 64.137.209.50 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=1580 +p reject 1-65535 +r TeoWestExitTor Dra8zf1mM5wlQGOQ15P2G9wAWbw NXomizk+k1pvZ5Tyv7hKq7Qswjw 2016-07-19 23:28:50 84.200.122.104 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p accept 53,80,443 +r ConsumptionDebian DsuYTzL6pzuW+gaKf7b5YNmaU5o 1lDL31DERDhlX/aUFxMzvb8xmsY 2016-07-20 04:11:37 158.69.194.129 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r majesticpig DtBfBbxy62znXkoDl5tXlR/Ol+k koIs82laXr0wl9aLaceHYlFxWl0 2016-07-19 17:20:29 178.62.80.192 22 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3270 +p reject 1-65535 +r KagamineLenLostDest DtBvEq9k1QJ0IhabYdGsU2bG/+k HjMjFDBPsHaI0AYvNtTkkH4wNbA 2016-07-20 03:49:53 149.202.248.109 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11700 +p reject 1-65535 +r Libra DtCu5zg/t6eIYcfadNgzcPE2RzY blpQxuABRo28xxMyl/IAJLzwuME 2016-07-20 08:13:01 92.38.126.140 10500 10300 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r dobbstown Dtdm5NRxoP3iR3HQ9k43p1v5yyI wSMYnG3LJLu5TDZ6ZOsn6l9slXk 2016-07-20 04:29:43 186.32.50.129 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=10 +p reject 1-65535 +r tracelessnetrelay DtmMLoGR0ndUuEku+4LhHIAlFC0 DQlU7xmb+B95HVCuNY5ZyonmtA8 2016-07-20 07:21:21 199.231.211.23 65432 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1860 +p reject 1-65535 +r everdene DuJM7MKU18MGEK+C7bBz1xclZsM rebdlKwXy6Zwc+zg3+x8ApEUbVI 2016-07-19 18:47:23 95.215.61.4 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12400 +p reject 1-65535 +r NyxGuglielmoUS DvXl/8XR6ry9oa/29tYyXFdWsLI 3lPti7bxNj3oND+iGl9y9VhCJAI 2016-07-19 20:31:12 167.114.152.100 443 9030 +a [2607:5300:100:200::1608]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7440 +p reject 1-65535 +r n3xus DvtYWF5QrLoi74avOfLe6iF+Jp0 L/DcHDfORjV52RsGLrteED84RgM 2016-07-20 08:43:01 37.59.42.115 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=83900 +p reject 1-65535 +r YumesMagicRide Dv5sDZP48Bms9e7wq/FZYqYVdLM nnhAzJyc8Dkfh5HFP3ASO5lBIPk 2016-07-19 22:49:45 97.95.67.56 443 0 +s Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=53 +p reject 1-65535 +r thorinmiddleearth2 DwQ+rQ+PYamuU4fYHgtKCFuHFV8 6P776vH/15dv+vCYbrcuUcUYpTs 2016-07-19 14:49:57 178.2.154.178 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r TorWeatherHelper DxAPYMemO+2QIWBSMk0psIz895c 57ANF13EUK9hXfEPj0RQ03gCBZI 2016-07-19 21:08:07 5.9.159.14 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15100 +p reject 1-65535 +r BeeOne Dy/XslOHnb0NrUsMRCb6rNLI2Aw 95/6Pxe+r2Ya7nkQCDSQZ16UODQ 2016-07-19 23:33:32 87.162.83.76 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=395 +p reject 1-65535 +r slntor Dz8GwDCeQB0/ZL7YwnWsTPz+b+4 jyAlWWXDazQAfW7JnYy5NOC+ueM 2016-07-19 16:27:39 212.71.253.226 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r Unnamed D0EggnCreGW14KRaiEt1KPCyhaM XMTnD2OSddlD+ilsShP9/HeNpqA 2016-07-19 22:41:53 104.255.231.22 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2960 +p reject 1-65535 +r finagle D0kQd0TJQa6I4x5s9mzNuFouT4Q LYQdx9MEPw49J1cCL81ndZkFpOU 2016-07-20 00:41:26 67.183.173.246 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r zwiebelhonigsud D0k4rqTNUy/6+V+oQaexnES2ntQ 5XN3AqtDpHA2CmXb2WS9xZLoHI0 2016-07-19 22:26:15 5.9.7.252 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19300 +p reject 1-65535 +r partain D1LpZS+WrR1QCsBiNQoUmQLBKLk LCZlYAVs49dfSbMQS/Vn4Vtrwlg 2016-07-19 18:09:25 188.214.129.21 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10600 +p reject 1-65535 +r Singularity D2Pop5at8j0D35ofZ37VEL0Qs1Y tOcI/WlDsKSDdNXqXDVZh/lg52w 2016-07-20 03:31:51 88.198.109.149 23 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=16 +p reject 1-65535 +r yourservertor1 D2d3a3oED9wu8abwgNDkr36XGkU CT1BpqsoXbeIgCQAVuERlnNyRhs 2016-07-19 15:12:22 79.132.231.103 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r Uni25 D2kCXqCmGpblREqL85qLEzVIhhA 0aDOQK6bfDMjMcpdy2n5iV26RAU 2016-07-19 21:46:55 54.186.48.3 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19 +p reject 1-65535 +r pilvi D2oEJ2y5XQQq7o0ot0WHj4J9IQ0 8yavy5RwvqNYtlN5S+PupXnMTJQ 2016-07-19 16:59:01 85.23.114.208 9011 9041 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=429 +p accept 993,995,5222 +r daedalus D3BX5rAATBDRncMlG0ywJ6aPYDM P23coMSkIZwJAkjwaSEbAJoi3RM 2016-07-19 19:38:16 212.47.229.213 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=11800 +p reject 1-65535 +r relayingthempackets D3bwvHnUyXKheQ6IsWqzn1CkbAQ rbJpK4r32lKsMq7tEvfYFVUtcBs 2016-07-19 16:38:19 62.210.74.201 42842 34457 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39300 +p reject 1-65535 +r mrshuTor01 D4Xm2w5KO2/d98lFLJtdCJsRl50 TyvdJRM+tBO3EsgPXxf00lyE3FI 2016-07-19 23:45:48 31.31.73.222 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=16100 +p reject 1-65535 +r KYQP84RXTACY D545THn7y0hB6fnKnrbJuUioEZw S0iqXhGDzzkZuQ5Ikl0FEJsD5ug 2016-07-19 23:22:53 45.32.146.85 8123 8124 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=160 +p reject 1-65535 +r fuck D6gkyrp2iIDb31B4rpkkIXBVALU p+RJm0z9QinC4xhY8asKqjo4ztk 2016-07-20 04:26:18 188.138.89.59 30940 26656 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1590 +p reject 1-65535 +r Unnamed D6zki9V3Hx1q02EGc9TTYgpSkuk UOgxRe0rHyurLeYr21elEQi5H5A 2016-07-19 18:35:07 116.240.184.131 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r patimkin D62oAbFQJhEJ3R9JK7EM45yDp4I k2al7rdGhUDkSabrJvmmeGZugLs 2016-07-20 03:22:36 188.119.151.108 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10500 +p reject 1-65535 +r lasernetserver D7falH1S1iadCcjMuXGa3jk0KMg 23iYdPVy46Hj1jgdhmLC51gM92I 2016-07-20 06:14:09 81.53.85.102 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r blttorlt D74Bja2rQW3hehDF1K0+vw4kNWE iIrNOQz+QvW0oOsbsmwvN8A9ezM 2016-07-20 02:43:16 46.166.165.18 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20800 +p reject 1-65535 +r E962BH154RUS D771O6zCdwMiQzXlTkJfCzTh2JY 5Oobl2wOnnD/1xmHjbv4UswGVVM 2016-07-20 00:02:31 195.208.139.132 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=703 +p reject 1-65535 +r mentor D8EvK33Q6Ukw+bPN0yEwiZZlKVc r5RnuNBS544miwQzbHFW6oI8F+s 2016-07-20 05:54:25 72.14.177.164 9001 9030 +a [2600:3c00::19:ffff]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=81 +p reject 1-65535 +r Unnamed D9AC/eUr5TlujBTZLlz+A8la+sE 6JHSgdU4j0X3RKNOWgZ8/dddq04 2016-07-19 17:24:31 5.39.84.217 9010 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=83 +p reject 1-65535 +r theCrazyLoopDiSnoop D+GjUUz14KZoSVVT4K/RF6DIiOc HdjS8EIbLhkfXXoaooAxloIMKnA 2016-07-19 17:18:29 81.228.196.234 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r Unnamed D+Ja91q1UviP0X+wgSAce7MBrcg fSi/zQFIK3OrC3KulkGjmv38r3Q 2016-07-20 07:21:02 95.31.32.83 1024 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r Unnamed D+ndg78rM4WZ1Z3UR7nlzThlkjw GHMxozt4rogjW/dh5qbACIZsgeU 2016-07-19 23:04:28 213.163.72.47 57169 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=46 +p reject 1-65535 +r evkimsuffit D/31A5n4u6PT5cNz3Ou6cDtOcgU Uursx8CwCZSEJfiaccjOsoDRsIQ 2016-07-19 22:50:39 178.32.222.162 9094 0 +a [2001:41d0:8:e1a2::1]:9096 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=53 +p accept 143,220 +r friendOfInternet D/8GM1vxKGhHv8f0TwJ+yQg2XFU 4Jp9eEvWuBtOB/OQ2cLbLObbY5o 2016-07-19 16:01:28 69.164.217.97 9001 0 +s Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=1250 +p reject 1-65535 +r Eisregen EAJiXxmmqAFGwQB5n2xrs6UPpZg I48cVrcjrPFjaXn9Z0q2TOgn7z4 2016-07-19 23:59:05 146.52.236.75 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 1-65535 +r rpia71d89426c1fd4b8 EA5YFBXmhKH33gzag9Zzcg8ILSQ KXnSPeWaDKzQDc6FLUqX7n0s2rY 2016-07-20 04:27:03 82.192.253.232 9002 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1750 +p reject 1-65535 +r daedalus EA6tiZFrDwa+YLjVRrUwiSBTFNg S5mj4bGFWEBz5llRI3zayi69+aQ 2016-07-20 03:01:51 79.245.83.184 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r nomnomnom EB7fdv73hUnb/vChXV9HDnfap34 SLDWoPCztPbLgXvtK45s0J3HQJA 2016-07-19 22:25:04 66.158.200.150 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=75 +p reject 1-65535 +r flaxindymedia ECwbJBZt7U8ouO+2vw8ae9EPScA ZnfSqNf6N4SjMk2eYFLxIvTTrdA 2016-07-20 05:19:54 66.175.221.24 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=2030 +p reject 1-65535 +r RelayStation EDM2FloNLvytNgUzmEOgp3ELi5I GvLS+4wiNCDtYUjg5aWjWyBGCSk 2016-07-19 17:29:30 85.195.235.165 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7750 +p reject 1-65535 +r torandersio EDxbVBkkWX7GR0TeXcWRCF7Wkro 5YHiWTTd+B0IdNRXC9kwZLQWPIE 2016-07-19 16:56:00 78.46.43.201 27980 29674 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1290 +p reject 1-65535 +r Unnamed EElwYrw/2v4WLQXGfY9tLfembFA 7X8n0g5b+RLSPyfZJuXzjjEk78Y 2016-07-19 23:30:56 198.58.102.192 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3040 +p reject 1-65535 +r massivevpsnet EGh2k+zjX3yQttVyhZegNWAtWmI wVYBZOxhbiVfIjZtWSsvEaOd2ig 2016-07-19 19:39:49 176.31.28.63 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4230 +p reject 1-65535 +r draegermen EG9DBuUDkJxTRgC1Wi71ujStRlE RX84ObwTGujyvi3tMCRUlBlm56o 2016-07-20 01:39:44 163.172.166.13 80 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4900 +p reject 1-65535 +r ismpn0rg EHDaKKgb8sES3fFyZJzExasGzVY xXkxzZ/EzRs+OqajrpYv35tXFOk 2016-07-19 15:03:37 80.12.94.184 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8290 +p reject 1-65535 +r vok03IkssFy4p5u94 EIDZv2CSjzjtExqrPmMMGPfIY6k VxB6XRdIlKHHK9dSHkS7j8lP9ao 2016-07-20 02:01:44 109.128.14.112 9122 9121 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r chaoxrelay EJmYPixcPs2tC31aq9Ksa/LLv3A rtXD+PoRHAhCY8edJ5IU80Fi5mc 2016-07-20 04:58:21 46.4.122.173 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=4030 +p reject 1-65535 +r Unnamed EJoice6Zufh4O+tr2R8pMaTlhps 94X6Nx3BsHz9eeRyxay8FgiuCXQ 2016-07-19 16:33:03 52.36.85.58 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=161 +p reject 1-65535 +r bewilderbeest EJzgCarDWgjjYjvMU4v4noB5yqQ I+VsWpwpKdOLB5HSa33bnbE02kU 2016-07-19 17:44:36 71.19.149.21 8421 8422 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=895 +p reject 1-65535 +r MuddyMouse EKnB7DvMhcIJdn43TZOmz/XyLKI mDGXGO4ffIm/IYjEHaxy5Ez82p0 2016-07-19 18:06:35 94.156.128.10 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r vaal EMcX0Xf/i3K58LWPa5c47rYGojM HI5YF0HqPiitKNCoOTgfj9HzV/I 2016-07-19 23:49:11 66.175.217.78 8526 8986 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=426 +p reject 1-65535 +r Rivendell ENUE7OjcaaIor5Vq7UTKtBKNkZI VqRaOyZDmgyCAPfkFhaaJ2j4oxU 2016-07-19 16:43:15 209.141.34.240 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12 +p reject 1-65535 +r DingsDa9693 ENXiDNkSqOOTJtWvTbVMi+5f7Vs N1aCghhym6cB+zRpd9mqYVQe2eQ 2016-07-20 06:45:44 188.193.77.214 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19 +p reject 1-65535 +r HaveHeart EOE+NAZR0O9mtN6/YQs8CYEWgQc U2oai4L7XovkvAHw3EaBMZnGItE 2016-07-19 23:03:47 77.247.181.164 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=103000 +p reject 25 +r christianbro EOHKehg/bHF96usHA/BUUcjOXU8 ezJDwovbsGYvmkCDduYlP8bHMOc 2016-07-19 19:21:57 178.32.221.207 6069 6070 +a [2001:41d0:8:e0cf::]:6069 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12700 +p reject 1-65535 +r Unnamed EOnW+VGhyd8FWSK4rtiQIgoLwTw 0Xz6xG+DAYD/OcBl2ZH18K4kLuk 2016-07-20 06:51:48 218.33.146.110 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r x42sb38 EPf4/nhx4A7Wi3J8jMrEXiyOSXM AV29Hv2LmQBTSBxG6KOSEqWgRyQ 2016-07-19 20:37:54 78.46.45.242 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1430 +p reject 1-65535 +r hviv100 EP2mCWJJJWWWIviRB8hJS2Azp/o 04HwsE4D3Ue6DcMgEKZzhdDaMNA 2016-07-20 04:48:35 194.104.0.100 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=6970 +p accept 6660-6667 +r stui158603 EQ668ODX4dbnZY7KYJvDFV2kW7M tb3Cb46o8ljqCKUrJghAaGd2XhY 2016-07-20 02:08:03 104.131.23.127 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13300 +p reject 1-65535 +r 8af34cb1 ERlhA7yP2Rec0sZUaTLKEFjeG4g nves4ZF8ZqrltUvJ7HNolXCFqXE 2016-07-19 15:52:46 193.111.26.22 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1010 +p reject 1-65535 +r MrJosTorRelay EWLkgWuvU6PmVtZGsV8nG+tx+xc Ys91c75+kOm9caQpRS3ju7b3UTE 2016-07-19 21:53:41 92.104.200.126 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r madras EWM3jyOcNsob3HMKxQv08pdhQfU /eHdwglKACL7Phn+SNTyhkkRgjw 2016-07-19 20:10:02 80.112.155.100 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3340 +p reject 1-65535 +r kblonion EWM4vZb6J8Josd3VZSi0QWg3woo ontz+CrXLCqTlP+YtIZEkyvW9OM 2016-07-19 19:07:21 89.234.141.8 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r forum EWyD+NughMO+zeys8z/4QxAlerE BhZkpbfMegi28kWlNToiFjoxN2Q 2016-07-20 07:14:57 37.59.2.188 9000 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=25 +p reject 1-65535 +r sscnet09 EXLXhABqycbE5fnjaNmtB5siMRQ v0uTIhUyAZP1QD7AT8Km0eRG0CI 2016-07-19 23:08:12 45.63.84.217 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1580 +p reject 1-65535 +r Mainframe EXV8Hq07rUbS6i6VDV6aNANdmxc cvHdpCMdKEPkvkF7yzb1WqDVh6I 2016-07-20 04:10:04 178.200.10.144 24192 22154 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=135 +p reject 1-65535 +r Unnamed EYB2fkD/LvFHDXxxtaOgvo26yls c8snCfGcN7Npl4yt6DD4wNXoHjg 2016-07-20 08:20:07 103.25.58.34 6601 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r Latrine EYJ+Gj51/JUj53EXc7yaZ4RGu4A kmUxG8ypLcBnqQa6y8jHWCvxUog 2016-07-20 09:03:31 81.218.91.154 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=1140 +p reject 1-65535 +r fauiwg EaQON+p/oq2oD9l9A3TT5absYmU Gzax8EoYnkrLAWj9vVd3u9dYALs 2016-07-20 01:30:11 46.244.234.197 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r torrelayaya Ebtvni21emaCVEz5M6WY1WOq0Vs 8Tylk/lcYOccmd6X2Sq2CRv50pw 2016-07-19 15:44:09 173.255.194.77 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=473 +p reject 1-65535 +r Unnamed EcnHIvqLsArDSnxA16oBxODeOQI MR4HmSnz97vuekNAafsBf6/xfEQ 2016-07-20 04:07:36 151.80.37.145 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13700 +p reject 1-65535 +r catshavenosoul Ec9KOcs5PLj2UioEXGbPiJjNYY8 BEXRu8pjlBPjOZh+Z7BJ14I/8y0 2016-07-19 17:45:20 23.252.54.19 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1700 +p reject 1-65535 +r minlexxtorrelay1 Edy6VdfC61QrbjirBpDEXL+M6Ns HcawFFVoW4J+Bk+6/NypqxzFDe0 2016-07-19 16:03:51 213.59.129.134 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=702 +p reject 1-65535 +r Unnamed Eeq3S6WUNbeT45RMOwXvUE2pG+c QSElYD6rm9IWIATHSjnkQ8lVE3c 2016-07-20 04:44:39 185.87.48.232 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3000 +p reject 1-65535 +r Unnamed EfUoACGDeJlG2+i9Yb7mMoeDrtw ceAmnQHSzW49m2cT52ltVNAMO+w 2016-07-20 02:17:00 89.99.155.133 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 1-65535 +r sleven7 EfrABcTgeTPfkpKmdUNaMdqo+eE TienF86E5WosjV1/HrYXVUzI+q0 2016-07-20 02:52:15 151.236.221.44 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.8-rc +w Bandwidth=4720 +p reject 1-65535 +r rat Ef2u5rf2eyiivogSZiXiG0Zyh+8 c3d1LycJlU+H0/5p8z1oV5b75K0 2016-07-19 17:50:28 217.114.147.245 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=134 +p reject 1-65535 +r freedomsurfers EgB4L1fkXsBoNA4T/Swd/0kb3yc 84UKgi4fZwu6yqYdRHBfBT+qA1w 2016-07-19 20:24:17 81.174.150.43 9001 9002 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r YavinIV EgbhPi8IacTAydnk7cZ9Q7xG7hM uT3hNJrex03sI3GY+INvU4wdBx8 2016-07-19 22:42:10 79.231.77.135 9001 0 +s Running Valid +v Tor 0.2.7.5 +w Bandwidth=9 +p reject 1-65535 +r woffie Eg3MK4Y/srD9NaipfESTvxhp2Mc YeAUSlkxOLBiILGTHIyE+kRRBT8 2016-07-20 04:16:35 37.187.99.193 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4800 +p reject 1-65535 +r ccrelaycc EhGsG7uKGvfLqGvOhomqMUa4ZCM /vbyfqA3iOIwlPe3uN43r6NQvQM 2016-07-20 01:38:58 95.85.8.226 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=35800 +p reject 1-65535 +r MixerSixer EhKq0N3jevpGQorh08N1lPbPZUo peyJ+PY9giCMwhxn6yeACxULPoo 2016-07-19 17:32:43 104.236.175.203 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4370 +p reject 1-65535 +r rasptorKopernet EhcO3iY1kgCUwN7qExSQ8X4Edhc Ftca1nvhsCe7otxxjSoI/cWUZf4 2016-07-20 00:31:04 80.139.167.168 9101 9130 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=864 +p reject 1-65535 +r dopecrumbs1 EhrfPDCSjku6KPIiYeEf92oRp54 q9ZSH+B92iCJ678dAU0SXDO3ANc 2016-07-20 03:57:52 83.149.127.140 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=62900 +p reject 1-65535 +r piecoopdotnet EiDw8g6A00gkTF87bRJtqgpEbf0 V/n+jaiA136FGiIqX5dgUokRG94 2016-07-19 15:49:21 72.52.75.27 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4700 +p reject 25,465 +r Mozilla14 EiWeCmB+6IiyP7+mE8L5njJAhEU ihMce4ZzCGvrCwjxx5tlCQYBz3A 2016-07-19 20:11:10 67.92.173.229 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3680 +p reject 1-65535 +r BlueNode Ei308JUdwLrZ3EN9madsEJvfO9A rWTnZYPqC/cRojI6fN+zRcIvuIU 2016-07-19 18:10:11 37.48.124.116 443 9031 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2390 +p accept 80,443 +r ididnteditheconfig Ei5A6zvg8YxvfqaKeH6j4khvWhw 3cnQsI8dp6uUU85vLrZWscuN3pg 2016-07-19 22:33:10 14.202.157.217 9538 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r luqi1 Ei5sha698FVXINzdi7LdGfO7BFw Q1kpJBIrEMvNY60Nlhuf7CylaO0 2016-07-20 03:29:14 79.228.252.80 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=237 +p reject 1-65535 +r Geoff EjKwOlcMSKMpE1hWfpLbPQmMZnI IKRmaZe7rvh7BB0Rdg7s54+b444 2016-07-19 15:17:49 178.254.39.85 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14200 +p reject 1-65535 +r MiddleServer3 EjzDFJ5x964wf/4A66WLTlghFj0 AmYh9HQlP53DZfpbjTvhBzb3yqI 2016-07-20 02:31:23 46.105.55.153 50373 50371 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22700 +p reject 1-65535 +r ToriYama01 EkKbHMrNtSv5lFMfkjYgr6srS2I 0Hr1YTWXUpyyZwEtHFYoEj4b0SU 2016-07-19 22:00:57 109.0.170.45 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=797 +p reject 1-65535 +r PI01 EkplJ0YxugK2qg3t7RRNX99r3DU Qljr0dje0XcLkJiupD0ClR/fJR8 2016-07-19 17:34:03 94.16.132.206 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=338 +p reject 1-65535 +r torproxyb324com ElcSq2larfLbzr8qH//nCH1GYxU 8jbjMP1nYLrgcUQTraBb1cdhTy0 2016-07-20 01:25:40 95.82.146.6 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4630 +p reject 1-65535 +r philippe EnBSVgAMEIxTJzV3mNknC1rIv4Q j/LRCekdb/cooZ7mn8DlYA8AIxs 2016-07-19 21:17:23 103.252.221.229 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7960 +p reject 1-65535 +r soyuz En6ibib4bLa1svka+ujUOQRqpHE Lpl6m2PHm75PF8YOCB1qQRqRopo 2016-07-19 23:51:09 104.167.109.77 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=4620 +p reject 1-65535 +r rogemedic Eoe1XxNTfOx7qvysC7Izcdp7fdE y/HMR9uo3fs9bhaQZw1k7Icsm/E 2016-07-20 01:56:58 208.38.243.107 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4630 +p reject 1-65535 +r kasperskytor04 EogUg37CfyDXbr3bLLOrcCWPC6g Ciw8QDsGgdR2bHm3ncbitZv0CSg 2016-07-20 03:08:03 37.221.171.234 9004 0 +s BadExit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7410 +p accept 53 +r derpmagical Eo0VcTsivFvRfcKnSlYD0tRcI44 KhK7mlVrT14oX6w8kdbJrxxWdpc 2016-07-20 03:56:42 108.61.96.39 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=231 +p reject 1-65535 +r oinkmaster2000 Ep0xaGf8G7Sx4nxUPg3+fy9WUUA sXyjFg2Xp/9LHTyythLIffIOv/A 2016-07-19 19:10:50 24.151.116.8 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p accept 6660-6667 +r caddydriverdan Ep49o7hDwC7WZ0DDfE++7dSTACE RVkM12H3w9IAzMD3HvjwYJ8JgKM 2016-07-19 18:04:06 72.46.155.186 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=959 +p reject 1-65535 +r mdfnet1 Eq0w5dJapn9Rl4DiER5hGkVf3Ik oidO7YyLNWY3b27FAUUwTxnj67I 2016-07-19 16:09:35 193.11.114.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20500 +p reject 1-65535 +r FreeSnowden Eq66aTjYJM+fEB++cjf7SeYJQRY /O6phGvKAblYJSfotrCVYffi1UU 2016-07-20 08:10:16 85.227.133.136 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=0 Unmeasured=1 +p reject 1-65535 +r yesno ErbFs0sDmI2GpIuI95IhV6rY/9c Ucuop90tKrj2Ua92Uu+Vdgxm3r4 2016-07-19 18:29:33 185.125.33.58 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4750 +p reject 1-65535 +r PhantomTrain5 ErgKvwGTVKnSXui+hes8Ctj338E p6Zf7vr4LMu1c77FSQFjYoXNwh4 2016-07-20 07:22:13 65.19.167.132 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33900 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r fightclub EsuCPN3L8HF3bVHE8gi/2yLWb+E i5TZmA5klwiAJAm/svfqPiHZFek 2016-07-19 23:49:24 91.180.71.45 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=160 +p reject 1-65535 +r Unnamed Es+E09LjC7l5m/wOHd39qNNa8Ac XMxqfi03t6ZIa568oL8DgHZiwcQ 2016-07-20 06:12:39 5.135.178.184 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9760 +p reject 1-65535 +r AccessNow011 EtF9n54w+pAd5ogGlQoOonhxbO0 ZhknOClcC5IsKn7StfjF1ALRJaE 2016-07-19 23:26:10 176.10.99.205 110 109 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13900 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r alxu EtVzc4PCPnVqeqGpC7JEE7pCjac q8Ynxsv9Xg6+oFjVj7gYNVWNm1Y 2016-07-20 00:59:33 159.203.41.133 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1780 +p reject 1-65535 +r bababo3 EtYuvRcWoram24nTpk0yazwS4HI vR4mT5AWT/WH82kwMtdgm8jqMtM 2016-07-19 18:09:07 91.89.80.225 8443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=366 +p reject 1-65535 +r godlike EuW2FrXbSGTxrqFf9nLUmh3xGBA uPFk1hu7VKOcbTWd8BL3nB153GQ 2016-07-20 08:38:19 77.240.206.21 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=97 +p reject 1-65535 +r io EuoJAQX2NfM4lAXQekVZyShX16Q eTi5A5XB6nTYlU3U5dCvDjMcy+0 2016-07-19 23:37:45 83.141.2.52 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40 +p accept 22,43,53,443,873,989-990,993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r DipulseUK2 Eu3R/Uq2S1rChnWgTWLQGKwRIMY 7a+OU7ptQWuv5Y4oHVSpj0Xc8o4 2016-07-19 14:50:47 109.228.58.24 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5230 +p reject 1-65535 +r merendon EvDzNll4asZbcEw2oKNR8QdoO+U IFkGnYuZHLbK8f9O/ktSmGXrrRg 2016-07-20 02:42:18 37.34.52.118 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 1-65535 +r MunichFreedom EvU1cOfpQX2/nw7ouz3Uotcko6s 8M8HUAamE+5e6+kUS1i0eMDurIw 2016-07-20 02:24:04 88.198.192.156 8080 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4380 +p reject 1-65535 +r CrononAG Evv2UUasLlRdwi1/HJqYsWy1mhw ZVONL8HWUmw8kh9Kr7ExVY8Josk 2016-07-19 23:11:18 85.214.11.209 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=4820 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-7000 +r thanatosCZ Ev1iTuc87zcTfJDTiyQGpm9o+qI J/LfkR1LDD4Nk8/X8dX6c/VP7Pg 2016-07-20 08:13:33 37.157.195.87 443 8030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16100 +p reject 1-65535 +r CloudTor16Pz3hFt Ewift2o9vYQcFr4hcswi0afjL3I 07UQtPRguKZFFmsB7QK0jPWwFwU 2016-07-19 14:55:59 185.56.57.121 1234 8080 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2140 +p reject 1-65535 +r GoldenCapybara EwqF+ANqV/SG6ups5o/I83H99/Q 8xsa/uervum4DhQ1lvrti0vyoGc 2016-07-20 03:21:01 147.83.175.47 443 80 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r funkturm Ew5p6PeD3vJW51f6eBVLfcKjng4 yspGJhZ0sKaA6QAveWSEYxKakTM 2016-07-20 04:02:33 185.72.247.145 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1490 +p reject 1-65535 +r anonion ExAfafdePEMdLMb8hiAmuyIYG7I +Y2LQYNFmR73luatCAOHL0Xz53Q 2016-07-19 20:53:15 86.145.75.30 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2380 +p accept 50-51,53,80,389,443,636,1433-1434,2123,2152,2301,2381,3128,6518,8000,8080,9100,11370-11371 +r secondexit ExiM74q6OslzBJMM0e6U1X9np8M ZJjnwHK2X/+pYZqM9+hSDFv5hXM 2016-07-20 04:49:33 185.86.148.27 9001 80 +a [2a02:7aa0:1619::b8df:35b]:9001 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=511 +p accept 43,53,80,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Crocodile ExtS5jser9ErYk9yo/vFQIo8w+4 dDgSZpJxIjaySM3HayB1b/bOvp4 2016-07-19 22:51:34 217.12.204.126 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13300 +p reject 1-65535 +r dirtyfingers Ex94ZJT6FSlnK3vsnaVWCX3TwVc YApetVOdvYQXxv4SIWNnx5ghE7I 2016-07-20 08:42:49 108.61.166.132 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8230 +p reject 1-65535 +r goddisignz EyEYrEh/COrY+hK5+gSC6KiSxUo XvRKJ9HoKJcm/2Ai8RVp+j9yKTw 2016-07-19 17:43:15 88.68.103.191 7575 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r confidantmail02 EyHA9EmGU1MuezD/82A744ecys8 z/xphqCzNTfVJlTJ5uJxiLt7L4s 2016-07-20 00:28:28 71.165.151.35 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=3740 +p reject 1-65535 +r tsardotsu EyKCn8rlS01GgTN/CGbKzZUcHi4 kmKLt+TotpavcDjOQAAPQv1LALA 2016-07-19 19:40:45 176.9.138.4 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18000 +p reject 1-65535 +r Unnamed EyLZDqbtqFs6hWbywE8tjFx8HvE AzHPuo/p4ooVwdwlkq9JDdI/cTc 2016-07-19 20:36:53 176.126.242.49 443 80 +a [2a04:ad80:1:8a::31]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17100 +p reject 1-65535 +r dockerc807d74959 EyrDF5fccoXjZa/fU5PBEVgFnLs hoE3YYpY6STwtUwbZK1OxHx64Ng 2016-07-20 01:03:22 144.76.64.66 9001 0 +s Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=19 +p reject 1-65535 +r Unnamed EzfABTxG8W9jREJgKfWIcAF7JPk 8TKvN8qQDOpwJ9jm+W2KpyMfe8M 2016-07-20 06:05:51 198.199.112.121 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p reject 1-65535 +r zwiebelkuchen Ez1hYJqm/35BkvO2nc9mMTZnTis LRv3T3e6gsdiTyJisXN/U+r8dw0 2016-07-19 22:00:00 46.4.103.35 35525 0 +a [2a01:4f8:140:94a5::2]:35525 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=532 +p reject 1-65535 +r Unnamed E0GSpXOZ5Zh7tw0zGnGu3am1FE0 mnwfxiUYd8EpyVvXDt6NQW30uBo 2016-07-19 16:18:39 159.203.20.179 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11400 +p reject 1-65535 +r TorReodor E0Mu+BZQ6oPobAhngXMTgVvhF0k CSIVuxZXGXAArBgeVUHkfVo7ncM 2016-07-20 01:06:52 212.74.254.243 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=210 +p reject 1-65535 +r default E0mTIPfGfUUf/knOpnWxlBg3GFM 0PzmrEljOVOUWNRXJWTmYib/PBY 2016-07-20 04:31:02 124.149.57.79 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r jy77 E1oBz2DHPL4q2WSdTKMzKpCaLWw 3BWiWWgh1sP13OlurgxaTnckgwA 2016-07-20 00:19:12 84.46.11.95 9030 9001 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3150 +p reject 1-65535 +r roide E2BmGA3+bMbq5k92duvCKjyu7QM Y33UnU4N5W3Ec3hl1CHbYWGlMzU 2016-07-20 05:21:07 88.193.237.145 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=713 +p reject 1-65535 +r bakunin2 E2+SmaUAmk4OlklOcjvbVW+woms 3jj3DpXFEpwbtYHOfDgDxSE3c8A 2016-07-19 20:15:15 178.16.208.59 443 80 +a [2a00:1c20:4089:1234:bff6:e1bb:1ce3:8dc6]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36100 +p reject 1-65535 +r Unnamed E2/Ot2EeG0+EtgBi83e4Tui1AVc GFfMpf+KtN5U+RE7YfJkrh6I/q8 2016-07-20 01:21:26 220.233.179.10 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=4 +p reject 1-65535 +r anonymousByPDH E3HSzK34XDRqgQzskpU20OF4qtE it5642nk+8WaSVWYUjjmnKs9oug 2016-07-19 23:47:32 45.62.252.76 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4240 +p reject 1-65535 +r Maxux E3rt4o2eC7q+KlsvR2CWdA7xoiY 6RlGKFwQuDWzGkDwfCdsQP+z0kA 2016-07-20 08:35:54 217.23.7.99 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3820 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Unnamed E4AMhCeENJE4iYD/mZFxgHu35zc V/3mjjKNj9glZMFLKuzkrMvE7M8 2016-07-20 02:19:53 80.109.249.100 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=788 +p reject 1-65535 +r jabbercccde E4Fv7vvB3nfvW1fyYnAgurogdp0 R/kZ3fneNzRlPI+wetHBQ8nEvBI 2016-07-19 23:31:51 146.255.57.228 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r BeSafe E43y6CRhFaqLYa5T/ioK+wIcu1A Ek/aQnzZ0V34VcBxpC+zW0ZG8uY 2016-07-20 05:48:26 70.118.134.221 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r nawi E5nJizqPkKv3rL/tmzjuN8opTPY sHelyNgOMUWOaEiV/rNfYmNzRJ0 2016-07-19 18:34:08 131.130.142.98 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r 13571317 E6KhlwdhtU1oXrp6y3Z+BXUtusQ /K26won28ysN/+vsMOiS7fqpiJ4 2016-07-19 21:09:56 146.185.128.70 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39600 +p reject 1-65535 +r Unnamed E6rDa+aTDv6OdiuC3QswgWzSom4 7Cf8wr+Up2yJgEI77zS013aJ+gE 2016-07-19 16:05:58 82.165.148.163 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r f89g65f21 E+B8fiXs//FTI5RSJgPNhAfp9oo 7lroKhT5580r+X+kQ9adRZwI2Z4 2016-07-19 19:45:39 82.131.73.73 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=397 +p reject 1-65535 +r L1Nch E+y7hMAhEbaKhRbXVyyWGec6MgA hP6TaOsLSKxPC6Z5rwnDmgImsNY 2016-07-19 19:29:19 89.163.219.76 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37700 +p reject 1-65535 +r bibifuck E/7pX+VffsJZsdOg31m0Gcxx0sA oRW6en1ssMhG+Xu6NRAloz9ddWk 2016-07-20 03:42:52 86.238.132.240 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1290 +p reject 1-65535 +r hops FCGJQYdHvN7rruJ70BkizhUutAQ Ilo7c/ebyuo0g3mC6Y2z8wMbEc0 2016-07-20 00:20:44 66.11.119.60 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3020 +p reject 1-65535 +r sndsgdsrslygd FDVYNbnI1vI2TxSPC9FKLB+qTEQ 9mcCuWhlttqudoQB4M6G2c8Ul3Y 2016-07-20 02:08:12 107.170.150.7 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1380 +p reject 1-65535 +r Unnamed FEFaYa6d+b0KkXNPm/3UwzkgS2M rNz8N3pdCzfikcRTHFPM8o5XtsU 2016-07-20 01:45:16 37.139.13.78 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r PedicaboMundi FEGRMQM0Q65uIdqCsNMH98rkK9s PkchMkypKNWNuVc3WoUo4mhlcxY 2016-07-20 01:36:54 144.76.14.145 143 110 +a [2a01:4f8:190:9490::dead]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41400 +p reject 1-65535 +r Unnamed FEsMC4kq3FHL69e0waRHRB85WEs 9PzBwm2cZ2+GvkCyFHti8k5Ce8s 2016-07-19 16:23:31 88.153.219.58 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=28 +p reject 1-65535 +r yuicat3 FF/OzSexvVG8W9ZKfxb/8E3ovoE Rz5E0kc++bATWTVfw8Dg9rlsYX4 2016-07-20 03:18:07 5.206.225.89 8081 8080 +s Exit Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=90 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r justrelay FGEfNGP+gSA4YLIpCIp8xLEvOJ8 f09Y44RzaYl2GmuZ6RUKf53wS08 2016-07-19 21:26:51 213.225.160.223 995 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=32400 +p reject 1-65535 +r torrelaym5iuk FH6c9SlDFzmSHPOcDAiPm4jV6rM NMlRSteYAlDBDry2zf3plgTBaF4 2016-07-20 08:28:21 178.239.167.15 9001 0 +s Exit Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=892 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r IllusionKitty FIZZnPhsPsT74N9og6kl0btIC8Y lWXhENeB8MLpSxUGYuw8P0uOteA 2016-07-20 04:11:38 158.69.194.129 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r SUNE FJEc+HyzLL56wkdXhPt/AqQ5J40 qFD8k2ScEGgNg6wHZXL80LlTHeE 2016-07-19 22:15:17 198.167.223.44 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1510 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r yuggoth FJfIQVIvkUoRHmY904g1N4PJrZw aHTzihawD6zH1wGHNRZwZ8zo/tQ 2016-07-20 08:04:37 66.41.79.162 9045 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=862 +p reject 1-65535 +r none FJq4yaPByGrF3G1LmDq4rLdsBpw ZWtAkt3VPftBb63CuFL8BFx01Fs 2016-07-19 21:30:18 178.112.197.113 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=923 +p reject 1-65535 +r zap160605 FKaLPSWuSpM1kJe1xSxULUOPrVQ ES5FYL1+ond2I40gJ4ZCCcxzdFc 2016-07-19 22:44:49 188.194.123.104 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1800 +p reject 1-65535 +r kasperskytor05 FLLFwY0wtAWtIVIZp/g/05z+loE RHMBhyzR++XUzNMvejsP7OLRJMA 2016-07-20 03:28:23 37.221.171.236 9005 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5070 +p accept 53 +r alphaatcost FLqG0tXUpXtrQTxM0+1LX+9MsrU Cx7+o41NKFQWl9t4VWzgDNlMyds 2016-07-20 07:29:56 162.219.4.93 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=267 +p reject 1-65535 +r livepibox FNLFR5holSBuovGid/wZjq9M36I xfkqDZuKhNFmKnMRRAo6grliRp0 2016-07-19 19:44:33 85.251.91.79 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2710 +p reject 1-65535 +r idfTor2 FOMRHFS7Uy+zmqPBNn0JcNopN9U rfrTyrTMbbaLaOFyjPCvcbH+hoQ 2016-07-19 21:52:29 5.189.153.185 443 80 +a [2a02:c200:1:10:3:0:8592:54]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9030 +p reject 1-65535 +r Unnamed FPIXc6k++JnKCtSKWUxaR6oXEKs hhEMPeksdoMPfwfw9NEamf2PJWA 2016-07-19 17:40:07 185.100.84.108 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3260 +p reject 25,119,135-139,445,465,587,1214,4661-4666,6346-6429,6699,6881-6999 +r default FPtwKf/HMbV4hCNrwBgSI9xzHPw h48XBTx6pjSgvgT4w2PI7BWK5/U 2016-07-20 08:22:11 109.86.97.206 8081 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=10 +p reject 1-65535 +r cobungo FQ39WvRBNE911feyMtD1pbvUpBw ux217JbKl3qHsLhSEr4QspFKnEk 2016-07-19 17:42:40 87.106.14.159 9001 0 +s Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=607 +p reject 1-65535 +r casaholiday FSPFAql1S2tCzKXrQCqDPP8OQC0 xn9zDffcwQqRAHtg4Q9Z28Kkv9U 2016-07-19 21:13:02 209.90.224.5 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=123 +p reject 1-65535 +r Netwars FS6VBxESRYnx88lPtsFI4pkWJ8c rgr1jwOYlDP7pPTOszwF4I2ENrg 2016-07-20 02:07:05 78.52.129.119 9035 9040 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 1-65535 +r tspio FTKjYXLHABKxBX+7+v4nNO2/Sjs LcQOlfw+vYXWrRZnzpYOBWzL7sY 2016-07-20 01:18:21 77.81.240.41 993 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=250 +p accept 22-23,43,53,79-81,110,143,194,220,443,531,873,981,989-995,1194,2086-2087,3128,3690,4321,5222-5223,5228,6660-6669,6679,6697,8008,8080,8888,9418,11371,19294 +r cristina FTWR1g/2ICI9os6GNohtCR1daZc GpxAj23o0X6sEaMvva7KIxac4dE 2016-07-19 21:00:27 189.59.132.90 443 80 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r computhings FT7Wj6mrt1lDknRcfSLDITNWEhk DqxJ5tmtU5O2ND1A4+T8SF6Yf+w 2016-07-19 20:15:45 62.235.127.81 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=201 +p reject 1-65535 +r HANNIBAL FUFcLEQMxvAKfOxOhEcw9t7GFTs e3z5QC58nUuUXJjtWkxGY1qjLmc 2016-07-20 06:40:55 79.98.109.48 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4970 +p reject 1-65535 +r OVHRelayP2 FURx1jWYLg3hE6OUrGwP2DKJ2fI UO+fFgqxmchx8oqfSuUV7ZqtoqY 2016-07-19 16:05:19 37.59.119.118 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3010 +p reject 1-65535 +r OhtwooneEd FUx6j3Hhdwzl6LTPjjXDQymwNME 4TEVAAsR4m1WOVQU+Pq5jw2E4OA 2016-07-19 23:21:02 163.172.214.75 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=68200 +p reject 1-65535 +r Rocket147 FVFeaOsDeaMRkkDmdrfh1ygMSL8 bXmh8BrFIKi7i42fcBKZK/xn2LY 2016-07-19 21:18:47 167.114.113.134 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4340 +p reject 1-65535 +r Metis FVcWc7zjBnjsX4lcn1nrHAHLvFY n9Dhnhox5HEytrVkdz6J+XLyqJs 2016-07-20 01:45:36 5.135.186.73 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14800 +p reject 1-65535 +r KoswumRydkar FVi8qB658J8bfzGyZJp368eRzks nPUafArULKrHeOOWYOcs9+n2cyY 2016-07-19 15:54:48 24.18.184.79 39 543 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18 +p reject 1-65535 +r LulWut FVxUarI08TtyddGsnMwbavE0fro Czi6nWziQsdYTlA5lH00797XzGA 2016-07-19 16:57:37 93.103.227.73 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=136 +p reject 1-65535 +r toric FW9O5aNqjZD1xwcjuYHLP/Jb9WM IePYdqLd4M/shzC84VDFKA5X3xQ 2016-07-20 05:31:51 50.116.40.6 9100 9300 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=662 +p reject 1-65535 +r Jone FXFGpFhC8r4SuZ3Z1J6H1U96+gM Bl5AABpcOKok98uMvd9HliI+eCY 2016-07-20 05:50:30 188.164.154.122 16721 3405 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=92 +p reject 1-65535 +r anonymous FXq8i5x2/Ol4xnaJTDyDkIak7Go qfIlnGWxTddoeNjOD7RCHWwP/ys 2016-07-20 07:50:08 140.113.208.76 21 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r Unnamed FXuSSOT9EoUYmKRfKz9RvTJ6evM xHXltbz1cGPdxo293iMYWfNXJ5A 2016-07-20 02:13:22 217.248.203.209 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=686 +p reject 1-65535 +r OrbotRelay FZBhQx3SyyoCBim1Y7gjHV/qQKU 3JPQ8UOOxx0mGWyaKGlJfRlvEtA 2016-07-20 08:16:26 160.164.99.73 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r torciusv FaHKnU3pZh0W/IH4y3EhmfmE3XA 6KVfpr/oOB+CcnA/mpUTM7zhPcg 2016-07-20 03:21:15 84.200.8.207 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=52 +p reject 1-65535 +r Axion FbTIP7PzUhgTKwTepozHDhMkRMM vUCqzjqpjjn+lpo/GYHIXyMvVdo 2016-07-20 06:12:46 174.67.218.12 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=211 +p reject 1-65535 +r crispy FbpIvY6j/p6F/u8ZHe49HqDgMcI EUIFo9UTJXim95hw9O/XSDLq1F0 2016-07-20 05:07:23 145.133.41.132 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=363 +p reject 1-65535 +r cristorIsblack FcogDhYnuV3zN+UuUWc2Ua4webA BTgD+wBoQ666mX4ZotLO2juR9lA 2016-07-20 03:56:49 160.97.47.30 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5100 +p reject 1-65535 +r Gaiserik FdGO17tGe2DXkCEgAJUY6X0HfDw Pe2CDE2eW8Y4mLA5RR4H5yYJJas 2016-07-20 01:42:30 163.172.43.74 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12800 +p reject 1-65535 +r Unnamed Fdtn4D5QITThXCW8erTL+X+8UF4 qzpdsc68rOhumLRwC8dLqFObUyY 2016-07-20 08:10:48 97.87.62.22 9080 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=318 +p reject 1-65535 +r burntout Fd+Ezo/JU77851ItUswchk4Ypkw 4ldpz+Zvgm5LHdcLPXLQ82eARYo 2016-07-19 23:15:12 81.95.52.68 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r sanfrancisco FeJP1VM5Z6uzx0uGMGEKjUUOZAk xfaeEpw86ub4oSjkBk21FBuvuHc 2016-07-20 00:31:11 159.203.201.69 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5240 +p reject 1-65535 +r FJK FesTPAKRcF0Y08qs39068eph5Is r368mnWsbsvMs4z2I5AcDZNR/6k 2016-07-20 04:55:01 148.163.73.85 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.8.3-alpha +w Bandwidth=5500 +p accept 43,53,79-81,110,143,194,220,443,531,706,989-995,1194,1293,1533,1677,1723,1863,2086-2087,2102-2104,3128,3690,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8888,9418,9999,11371,12350,19294,23456,33033 +r Unnamed FfKyaSlQF7uqzk0VoxLUyJaC0DY DuhO/Za5pwG7fZoQO3BeSqe9ovA 2016-07-20 02:40:01 88.187.120.90 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=5 +p reject 1-65535 +r theRack FgHJBhkAsgU/98t0vU7AUgKK9SU hi7xTj2F82hvVzULSAquOyvrZGE 2016-07-20 02:25:27 81.4.103.214 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=78 +p reject 1-65535 +r nixek4cg Fg1gAXK15gfV4syExiSoUa7WuOc edhFEEuzPePxCy1dqHYWTqvHmm4 2016-07-19 22:00:53 213.95.86.180 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=70 +p reject 1-65535 +r villariba Fg9W0tbZHuR1Uq4309Udg1kw5gc Nwd9/Jl9NxPMDPpnc3XfThrlHzY 2016-07-19 20:07:04 185.104.9.39 7738 20260 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1600 +p reject 1-65535 +r sampleconfig FiXPwrxvdXVbX6w8X/Pagjpbp+o OLgIgyWzhGngPk7hLkNMH7377jQ 2016-07-20 00:21:45 5.199.167.207 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=5790 +p reject 1-65535 +r phecda Fii7NmDFv8p6tYHuFYiGLrmPp6U EQOW0kg/jlBOf2woi2TacWzzFt8 2016-07-20 06:24:20 212.81.199.159 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=18 +p reject 1-65535 +r Necto5 Fi9+dSUExJplb/HpZp4LlXLOSHA yizLcQgFrs6EHb/c/R9aNUEYeCI 2016-07-19 22:37:40 93.115.95.206 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38100 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969 +r Unnamed FjIQdEboA8h1d2E4UQQSEIeH1BY FHckyhG183dBuaE8JDikpnfdeOQ 2016-07-20 00:01:21 62.157.47.24 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=115 +p reject 1-65535 +r brooknet FkRmKHAq2Ho2nGPabw0P3Si0BdM y+ndMc7ufqmm1npvnPrNx601Bz4 2016-07-19 23:15:19 88.110.33.36 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r SpocksPlace FknSqlA4/pZYxEKX+RfFS6Hs0NQ zkuNwP6lQRcFWGMxBg+SHApRu5k 2016-07-19 16:30:43 37.48.109.23 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=970 +p accept 20-21,80-81,706,1863,3128,5050,5190,5222-5223,6660-6669,6679,6697,8080,8888 +r PrivacyIsGold Fl+qIxhSs0Oj4/xzYGi5e+ozj84 6+2aBuD5Q5fq/t4LwY3+dDOZO+U 2016-07-19 18:01:06 86.81.235.14 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=696 +p reject 1-65535 +r default FmIWCZ0SO4/djVzd3AtpKRL6IR4 NuIOPoSKcBJTC6SyVEH3UKgKkFY 2016-07-20 07:41:55 23.96.39.111 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=650 +p reject 1-65535 +r Aedes FmNLMUUcPNs1DKcuv5VKmHfwzjQ vObe18MVXSQmPz2vXisSn+7j99s 2016-07-20 07:47:10 84.75.210.103 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2070 +p reject 1-65535 +r humpthedog FnKk5oeu2vtXXY2PbORrZvd3MD4 a6AKmY9D3MUn4bpywamoyPjncEY 2016-07-19 21:00:43 85.17.177.73 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=291 +p accept 22-23,80,110,143,443,465,563,587,993,995,1863,5050,5190,5222-5223,9030 +r kappaGamma FnPANnVtKADSvQ98IN7j+5NPnGQ EADpAjHrVyZ8YY3ZgbTvD1VxXdo 2016-07-20 06:41:18 31.170.82.41 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=312 +p reject 1-65535 +r virtue907 FoTs3CN+R50VLNdaXkAOODBlTfc +HW9NA7EYBe5uyBiF/KuxyrV8ho 2016-07-20 07:06:21 66.58.188.26 1337 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=45 +p reject 1-65535 +r chaoscomputerclub2 FoWHS3uR5cYYTPfMWt+NmD8VCtU oCBTL+f9mFNlHDnEtyJkcu0e5bM 2016-07-20 04:31:02 217.115.10.132 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=17100 +p accept 22,43,53,79-81,88,443,465,554,563,587,706,873,993,995,1194,1533,1755,2947,3386,3690,4321,5031,5222-5223,8008,8080,8443,9418,9420-9422,11371 +r gratinee Fofs6m0g5izzcbqNU7leaHiPmME MT8FgXDNndiOOEM4PymmawQ2k9I 2016-07-19 23:43:54 173.213.108.116 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=957 +p reject 1-65535 +r torpidsITseflow FpAZv/7Lu5o1h4vPTHrh/zethFI dFh1oG2IqZL4t8mZzRrG6Pv2Jew 2016-07-19 15:28:38 94.198.98.71 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=10400 +p reject 1-65535 +r bradburn FpU1zEx1/3nG1UjUFyAGTuT+YdI izQeh1JseuQZBHsau5Lf2/vszwg 2016-07-20 04:02:26 62.210.125.130 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6700 +p reject 1-65535 +r Unnamed Fp02p1EI2dd7QiyJ76eDz7xmK/g ohQqlGmYZD4upQyOtlHzc1oM9yw 2016-07-20 05:26:33 93.72.101.14 9001 0 +s Running Valid +v Tor 0.2.8.4-rc +w Bandwidth=37 +p reject 1-65535 +r TacoBuddies Fr0GY3LYZ826uOrFlG5L2W4TxZU D8dKYb5d5PMmfKF/CGzTUrz/55I 2016-07-19 16:03:25 45.62.229.82 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3300 +p reject 1-65535 +r eganrelaynode Fr7RPc9gWPvomY8fHs8V/c+eR/g qPktzCCfxdvbyOxadOMSu5q4O3k 2016-07-19 21:12:42 67.227.240.79 23052 23352 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=63 +p reject 1-65535 +r MLC FsGg6Fwacwahml3S8RVwZDN29OU Ol5Nrv+oioRn4R1rn0wQ9otDuVo 2016-07-20 03:42:02 148.163.73.85 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=8390 +p accept 43,53,79-81,110,143,194,220,443,531,706,989-995,1194,1293,1533,1677,1723,1863,2086-2087,2102-2104,3128,3690,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8888,9418,9999,11371,12350,19294,23456,33033 +r EPIC FsfU5OQyj50zSLB2ajAk2DPJgkw sH0F/7+icWUtBL7xRTwvneL+qVE 2016-07-19 15:10:43 104.37.193.247 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3540 +p reject 1-65535 +r dindinohtafnode FssNikUltFYPAdhonX+wjoLdzgY U+yioCRkxCSmgIedjTf2GSrwcoU 2016-07-19 17:45:23 107.170.93.32 80 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2520 +p reject 1-65535 +r 456c Ftt4RZuEX05yhAXraU4ykp4rMYo WsJ1Damz2XaQPHRknbMsG78h0RY 2016-07-20 00:57:38 91.213.8.89 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10500 +p reject 1-65535 +r cherryjam FuhcJlGmK0xmPSegQwUvexdFprk gK9tpj3w+megNiPbDmGRhNF1zfo 2016-07-20 06:39:23 217.197.91.145 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2710 +p reject 1-65535 +r eth0dotxyz FuivB6VxZ2VU6zy5sEZ2aMdj61w o5sx543HhBI6YtZyTG0rwgiWexc 2016-07-19 17:03:25 212.47.231.37 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=79 +p reject 1-65535 +r zm Fu72xQgHlDI+NnQC0qjtysmbRXU SnWDp9rJB3PJnLOKlFkruYwDlVc 2016-07-20 04:49:45 144.76.30.167 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r TORky FvNZWVDaW1F97O1RwdlunZtFSEE Ii1jWQT9pKHaYCfLfBWMiYJ7c/k 2016-07-20 04:19:56 155.4.103.54 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1400 +p reject 1-65535 +r forestnode1 FvQwoLaoUaU3WG7Oyv4LSqYuz2A yoh3ne782RBYdE7rfDD3CAUiQCE 2016-07-20 01:57:38 94.16.75.139 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r bluesnake Fvfp6T1sxGk5KtC6Ago/NZ35g0U E+MkLD8eFdwjatx4hKzPZ91Ocdg 2016-07-20 08:03:03 213.114.145.102 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=152 +p reject 1-65535 +r brmlab FvhGm4SPnctFkLzFzqXySYC9yAY XcQCrUbyEGkLj9E1Lp5yG6EHhdc 2016-07-19 15:47:12 91.146.121.3 80 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=795 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r thedamtor Fv1sFW4G6i0eyRycCJg/L1mD7ng 67a/zQyZrcYAbb1R9TAjF6hytvE 2016-07-19 19:50:58 94.242.231.98 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.2-alpha +w Bandwidth=31400 +p reject 1-65535 +r adelheid Fv5eJHkpEZ0igHFDB8nrr7VvWPA PnfZzedJ47/+Ps8oF6BYTV1b2vg 2016-07-19 21:31:29 77.23.111.123 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r KagamineLenMeltdown FwL2iIdX1nmvvsmEL0uY6bArbUA ubESCoAwpO14brpfSNrYJ9XeTnw 2016-07-20 04:38:39 164.132.109.143 443 80 +a [2001:470:1f0b:6bd::1]:443 +s Fast Guard Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39700 +p reject 1-65535 +r molybdenum Fw7AbVjpCUoCf0FpUUrdmNMJg6Y YDpMNt42fuBBbHZC5D154zjMDSY 2016-07-20 08:29:39 46.235.226.27 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1140 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed FxKzVk9qMTZRYJaIjlJmwm5zIVY 0A6o3RKzeGHMzguEfKsh+3bocGg 2016-07-19 21:32:26 188.192.220.174 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=149 +p reject 1-65535 +r aruba FxVVrBor+uA2XisqE981kcwQIe0 bkmxErsKewIfoy7KhazyGNMOiK4 2016-07-19 16:21:45 86.105.48.89 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18100 +p reject 1-65535 +r Derobi FxmxcsJHPmQSeNxs5QTCWU8BFk4 xWmoBQLKKBntgVrV943NVZapunQ 2016-07-19 15:30:04 185.22.174.96 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1590 +p reject 1-65535 +r bmwanon4 Fy3JXzJFozBPmC3RxEv7eBPOJ4c kAyXMOu2jf9l9P+xRM5jHrojyYQ 2016-07-19 22:39:45 144.76.96.7 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4170 +p reject 1-65535 +r CACpwcrack1 F0FYkyzC7Auv5Thf7l3M4SAZZGM JctXa0IS+IIHmfXIiHWqsU5SpH0 2016-07-20 07:25:23 64.137.215.222 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=2510 +p reject 1-65535 +r blackPanther F0YJl+ZsR/gFqDS+k8wU7A3GCOo AxQFp8YiwfCdmGr6RBhkPfQFuMg 2016-07-20 01:36:48 213.183.56.140 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=731 +p reject 1-65535 +r PNRelay1 F0ew3sSJD6I6JxAhwm8Sy0LmuJo yyuYJX1nBnCJQ62lscrURsjzau4 2016-07-20 08:28:45 69.90.151.229 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 1-65535 +r onemoretorserver1 F0f3fMcafQc+n5YLm3fTNzT2IW0 cudEUcEeCylza0EMbhKpGSpwKjs 2016-07-19 15:51:02 95.169.188.103 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10600 +p reject 1-65535 +r theWildMoose1 F1E/ma03sJAh2zYBD0n9OsfCSpY zaAGVk5cpC/2ztu0F2TwKjXxjdE 2016-07-20 08:10:10 104.167.116.105 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=18 +p reject 1-65535 +r lovejoy F1khOWx8QmMJqwN3WpkwtvYR95Q xB5SchoUBRlFX3N1HKQq4uqUFmk 2016-07-20 06:58:59 178.62.60.37 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=66400 +p reject 1-65535 +r torstejaude F3MoZq9npHFuCHbl9YRcC+l2J9s wsGZI6lhgsAdXT8kQg7Gxoyzn7U 2016-07-19 19:50:13 178.63.116.157 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2400 +p reject 1-65535 +r Legolas F4mPmi68fWna+HwAob0vq/PJ4dI esjyaGt7NKncPS12ihXqfBhU8/I 2016-07-19 22:21:34 178.32.216.146 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20300 +p reject 1-65535 +r ordb3 F5sQeEv4lVxzMTzLGVkErhM+X1M 8AsHHvvcvRVIOL/8oI6GZk2u90Y 2016-07-20 07:40:57 37.59.47.27 8004 0 +s Running Stable Valid +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r ZeroKing F5ypphQQAylsM8BckSGlxbDjgLE YkUjyWeGyt3Ygz9oGyEsPMZDSCQ 2016-07-20 00:12:30 195.57.28.204 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=34 +p reject 1-65535 +r vpnint1 F7V3+QRNNTAOHMlvJvFWhRkDoPw yCW6Mp7+w1FeqUgwR0qDzDlCNpY 2016-07-19 15:56:45 176.31.23.96 6666 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=29 +p reject 1-65535 +r TTYgap F75rm3YupvVLCP1YSkXLAluAGqM 5GtRYX4ugb1fv0swg187xoJlJ70 2016-07-19 23:58:23 188.40.109.146 9001 0 +a [2a01:4f8:100:83cf::2]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.8.3-alpha +w Bandwidth=21400 +p reject 1-65535 +r casalserugo F8EdIhTLopJYF2WlFNyMzU49hIs Xv53pZUjdF1Ljs3VgE5gU/BWXWI 2016-07-20 01:41:19 37.187.180.112 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13700 +p reject 1-65535 +r XuvXov F9D9fYtrjEgIFqttM6GEAkMdKgw RgX6ON2Sz3hC8Z/WqNmQcs1weDo 2016-07-20 06:23:09 107.191.63.248 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=330 +p reject 1-65535 +r Pistis F9uazWvgk2bSVaUTrVJOI8km8d4 FTyoidCiSOP3RY4uq4t7KTp/qlM 2016-07-20 01:52:25 5.135.145.195 5061 8008 +a [2001:41d0:52:100::15e5]:5061 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=7920 +p reject 1-65535 +r w0lff F+JDVdp7xrUP+vK/IVW55cM+ZZk gb0GHdzgzvuAkcCWEx4/SJpuAdg 2016-07-20 01:35:39 176.9.75.108 9001 9030 +a [2a01:4f8:150:7227:4000::12]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19400 +p reject 1-65535 +r jowi F/R719k4MbBbk3BPV7c6oYNrsMk epKTVKq1wwtaBiShlDiBSSy7vNk 2016-07-19 16:45:37 185.16.173.84 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1440 +p accept 994,1194,1293,2083,5223,6679,6697,8082,50002,64738 +r tor2goddardnetnz GAKuYpf6xlvvgUAbuCIH+KQOX34 xK0w0kYiRgPqFmsvaaWX/aF2dY8 2016-07-19 21:03:04 158.69.102.208 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=550 +p reject 1-65535 +r NTK00000 GAMXKTud39sWKnpaqeU6xiAGpso zSiPZi9l8g5w511DuSS+OYIWSh0 2016-07-19 16:39:12 212.20.53.27 3309 3310 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=5 +p reject 1-65535 +r Unnamed GAM+ymFZf3VHxM3Hk/rKbrUVxo8 mcWGP1SkEm7wPh0xDg3qfIY5tlw 2016-07-19 16:12:17 5.135.185.145 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14600 +p reject 1-65535 +r cityConnect GARolUEqEYWh83FdX9KYfNyMS5E NnQZi4sXWGQnAP10UfvpyM5fsIk 2016-07-19 20:33:13 80.201.18.151 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p accept 80,443 +r CXZLSMALIM GC2GdqcAJDeOXZQpm1RfbMHVQSE Z4bBp+RmgiKBA+Zxln8vMl1Uq2o 2016-07-20 06:16:52 108.61.199.206 4435 4436 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=280 +p reject 1-65535 +r BlueStain GC6QEV5dvnzy3+YAJuoZyQNmqMw 9MI1ZPRufpItZ7oQGX3u4IOzi0E 2016-07-19 15:24:25 104.236.90.134 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=146 +p reject 1-65535 +r idfTor1 GDwuMU3Wd9KM22g5oCBMQnb24y0 VyF0ltOKNjVvRCLFJ5LgivBcQvE 2016-07-19 18:27:08 62.210.105.47 443 80 +a [2001:bc8:2074:100::54:4f52]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35800 +p reject 1-65535 +r SchulteTorRelay001 GEHLlgEogGFRth/G2Hr76amLmdc xZ/y0EnjwMTfgLXpw+13RFtOXTs 2016-07-20 08:19:10 108.61.119.75 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3520 +p reject 1-65535 +r DFRI5 GFZjt8End/BSssLSPXojnY2oig8 bcwudeTxGj71cbht5nz+J8y/WoY 2016-07-20 06:54:17 171.25.193.25 443 80 +a [2001:67c:289c::25]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3490 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r BoingBoing GF8qV7DEYgWCYCdhCX0X24FlT3A MSBuAzAcVOQAORBZqnpLdBb9Om4 2016-07-19 23:18:04 204.11.50.131 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5620 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r TorIsLoveTorIsLife GGAA+s2bVVq8AxHyk4KTH7yQM1M pUOSmQY4I9bIsBrweY+EFTAaMaU 2016-07-20 07:19:43 86.160.43.216 9001 9500 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1010 +p reject 1-65535 +r dirkomatik01 GGAyFsSB21ABYjw8s3gr8otIGFI DiicJ3BBufH4uOqluieGT5kvYF4 2016-07-19 18:50:45 134.119.26.193 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1910 +p reject 1-65535 +r Project GGg8yVzQmfkAMDPNdUAsbcOD9T0 f88++DEkHXlcahzcnDHThfv9Pcw 2016-07-20 04:40:38 109.231.122.113 443 9090 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=354 +p reject 1-65535 +r BabylonNetwork05 GHCEFaldKAuGYSXIB/ccNq6hWpk OrmYUD04WtdujZh4uksJpEzwkdk 2016-07-19 19:08:55 198.50.200.138 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=7580 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r HillValley2 GHx+Da1DqscwncztbPM4K8cLgsw rEVaVi+e7G/wYE/rwTsftbhS8gY 2016-07-19 17:21:33 86.107.110.224 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4850 +p reject 1-65535 +r TOPAS GIZzzzk3RCUXMBgA84O+U9ShdzI VU4qAMzRkzepPlPyGI1G7kzT8yg 2016-07-20 07:04:37 217.82.62.162 9001 9002 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=385 +p reject 1-65535 +r Unnamed GKS3plwS21a5CWZU3sroyPIaNr8 v1jsT7cAJVslhKKEIb+OdSTs0s0 2016-07-20 00:46:49 52.35.11.2 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=159 +p reject 1-65535 +r Unnamed GKwplCDjbcDGyOPKbY4Mmxo4uTI +34cFZ3qw/g7HTth2fM3KuS2He8 2016-07-20 06:55:04 109.74.151.149 443 80 +a [2a01:390:c:0:216:3eff:fe26:d34b]:443 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r 3cce3a91f6a625 GLFgzV4iv8NFrue6hLfqRb9Ff8o /BA8ByjXvt0ekVXeLCs7OrIBgZ0 2016-07-20 08:07:46 85.145.173.31 443 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=56100 +p reject 1-65535 +r Pacbert GLpJ8a+jaA02S1m6xJ8cuTFuJcs pdUCz8EiRLEmdhQQYrTTzexJZck 2016-07-20 05:59:33 88.70.120.4 100 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=7 +p reject 1-65535 +r manzer GMWF4VPfvMQUuCWf55lLpSC1628 2PSzEXbW5o0GJ20rUxY0W6xDIwg 2016-07-19 18:17:10 45.32.151.73 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=226 +p reject 1-65535 +r BuiltAutomatically GNAok2P34scgvsxhKszgAgoDnsU wW1iROPrI/QgfZRzTeptmUzUb6w 2016-07-20 07:56:02 45.63.83.237 443 0 +a [2001:19f0:ac00:7f8:5400:ff:fe1f:538d]:443 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=425 +p reject 1-65535 +r chucktoris GOC8kgMHwLefV27bNHPXTU0bypQ gbogF2zR1xSYc6pyicPM5gCp+kc 2016-07-20 07:07:05 46.59.248.206 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=30 +p reject 1-65535 +r intfxdx GOqvfLbCq+hYOEHTBcBqUJ+MHII 0qUtQMjaCp6Mn5m0NajHvqTZDcs 2016-07-19 18:19:20 108.248.87.242 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1050 +p reject 1-65535 +r AleXexitNode GO+oGqdEW/H1kZv56TE0m1fDTAI HymZ7kw2v8JtLn2K50Bqgs4wljk 2016-07-20 08:16:44 185.62.103.97 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11000 +p accept 53,88,443,464,563,749,981,993,995,1194,1293,1723,2083,5223,6679,6697,8443 +r manymanymore GPFkEDRCigf+pAFZaDKvJ/xoFAw k6FuYoKplIU4Ui4+LUk9+CsrRh8 2016-07-20 07:55:17 149.132.5.189 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r SponkFreeB GPbYrVhSnAV4i+rAgZrt87+RiGE mLHkPSpeE30Y3z4xszHfmRdU1lU 2016-07-20 02:00:31 87.178.165.58 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=88 +p reject 1-65535 +r callisto GPueWRbcaRGsbf2swaJRNizdABs 8941WrRYGLSFgEVjNklAhEJkOHU 2016-07-20 03:05:11 65.31.206.2 9001 9030 +a [2001:470:c499:2::ca:97]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=984 +p reject 1-65535 +r rainmadecloud GP3uO+c0+DuyfDfd0zUFR8etums FXTpLYZgkBQwUS3cB74aNJ2OzlA 2016-07-20 07:48:36 107.170.247.33 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=371 +p reject 1-65535 +r Unnamed GQIjIKk/Wo1AZh9tmZi/UaXdNAM vgh8W19jM1oHoKF3EgfLVCHUeFw 2016-07-20 04:31:43 78.47.37.174 80 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=151 +p reject 1-65535 +r finnishzion GRIy2I90ndGJbqxCaCfyB+C0Aas /ZG6WfMGPbg3EojoxoWug2Y1cF8 2016-07-19 15:24:11 80.220.90.168 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=716 +p reject 1-65535 +r angelinajolie GRc/ZKOy+lzdxJD29BOTjM+/84M EVnsuZOj6A+/+k5x72yAam0SIAA 2016-07-19 22:42:19 51.254.225.4 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17900 +p reject 1-65535 +r Pk25 GRzcNpzXGZ3Q5Sloucg1yeJ15Ow d5vxlsV9LIwfU/+KKPBbbIFr93Y 2016-07-19 21:11:11 81.33.200.251 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r Unnamed GShTjH0itUhvmFoJs/Hx1+XICso xdy5E/Y4JIfF9XTEfRQ3jh4NiqY 2016-07-19 16:45:06 195.154.119.99 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11800 +p reject 1-65535 +r WalkAway GToEQT5OIfaV7OmkL1Lnrykj6s8 Is8avfV4v2+JJXNEp8UdwGBUzc4 2016-07-19 18:16:47 176.38.157.38 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=59 +p reject 1-65535 +r Thrones GUTzpHPLd7Er2049FZY6JN9Y5Oc EG1vzMgyAFLH7xVKRe0LOGsD2FU 2016-07-19 21:30:27 146.185.189.197 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8340 +p reject 1-65535 +r jebati GVi99w4TIBGYrTVoyJUDIhUwogA Ts0Oh/F1IA1AH9Pkr1VQrqc3OMM 2016-07-20 06:26:30 185.86.148.51 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=411 +p accept 80,443 +r kbtr3lv GVkCdwWn5Mbnb6Qv5NM0J2eqEqI uj7Kij58J/pV2CNObfLlzqZXmDs 2016-07-19 15:34:05 185.61.148.80 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4590 +p reject 1-65535 +r VPTorOrion GWiVaet3BOjzrLdcGYBDQbb8rHQ KTS6r1fA3FspKyKuWs4FOaoPK2k 2016-07-20 06:53:02 209.141.40.22 8443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2050 +p reject 1-65535 +r Mugen GWvzo2yRRaYLZgUesJLTl1CH2Wk NIO2HkfwEHWBLLidJq2+hP8GI4w 2016-07-19 17:33:04 91.224.149.9 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=92 +p reject 1-65535 +r legalizeit GZBbB/m8MV8W44+o4DRdB/ZEPdQ /wwYwl+A82H156cKXjuAQV/V1Ik 2016-07-20 02:50:26 51.254.211.210 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=19 +p reject 1-65535 +r 31173torproxy02 GZQka9W/x4pxh654cAyFlfUYaJQ rbVqjzeb40qCB4py0iaIApgaJxk 2016-07-20 01:12:18 185.65.135.227 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=889 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r pkttrudy GZvgjPWhHGL6MvAZo5u3iRO7Ja8 xAQMDsUFwc731icKsYFHCUd7c6w 2016-07-20 07:49:16 212.47.231.241 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=287 +p reject 1-65535 +r OneAortaWouldBeSPOF Gcq7LhzyFBqvrHIbJlt1K8LYR/M DKBsPWQDQdKHfHo+/czqrYQTvlU 2016-07-20 06:33:13 91.138.20.41 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r DormNET GeEK8VEWCRZeGTMKxJzP7OYBjkg nxpktX9rW6+V6KNObQaT2lumHdg 2016-07-20 07:03:48 73.24.36.58 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=582 +p reject 1-65535 +r peeler GeRxqwnMS8VP+J+EHlnWD4hgeLk /tgQq/Xx9C/jXQBYFuaftQEp3AM 2016-07-20 01:51:13 104.168.167.34 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=709 +p reject 1-65535 +r Unnamed GfTZYCibH3XkDaD900+BWWRL8tU kLvax4bMk/YfPWq9F9jAwvNrhRE 2016-07-20 00:47:43 178.62.79.227 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r GLADIOLUS97 Gfwd3rcnWmNmPQfrqk6hEfnTaag U4qpouyl4haDDkAMY9hQyRu/zbQ 2016-07-20 07:21:05 185.146.171.231 443 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2650 +p reject 1-65535 +r laurita GgrRsrrp/sSXAYZpK1VrS7fFezs qIGPiRo+lOmvZtZDFOwQUz9fM6c 2016-07-19 17:16:27 95.211.205.138 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24900 +p reject 1-65535 +r Unnamed GhmwAiYcuCqrd07oMELZLgv58gQ AFMKpRrnncwWMPLP+3YfHOqOSJA 2016-07-19 15:20:06 198.245.51.72 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=369 +p reject 1-65535 +r arnhemwesh GjVCqP66SL3FHW7F2YPm07jdSUY 9OHMH8utAPb0LbvD8pWvF8GYv00 2016-07-20 08:22:34 188.226.237.154 19840 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=483 +p reject 1-65535 +r crua GjbMmDw6ZXUom3Ig55Mf00lzBb8 kzlLdq6D39L7589idg9dh4/36/w 2016-07-20 06:56:52 95.22.222.100 80 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r shinobuy01 Gj6Ab2iptgPDsYgpI2SauFWI3vc yxq0KaHRqIe23hQcRj4BX9YaUks 2016-07-19 21:14:17 179.25.52.164 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p accept 20-23,43,53,79-81,88,110,119,143,194,220,389,443,464-465,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r ewr89op3 GkECr3Fsxv/dW47RkZeho5WA/UQ 28xqF6+UQxotZ3lBJtl0CCmaqeg 2016-07-19 23:24:54 80.64.65.25 65530 65531 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=23600 +p reject 1-65535 +r Unnamed Gkw6hpM88V5faZ0F2ycocXXP43Y TldfKdtX+qliqg8qoQUV3s+6mMc 2016-07-19 21:38:36 5.164.253.185 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=319 +p reject 1-65535 +r torquera GlG9O0vHUtF1zFEj6DwJnyoNUAQ 26njrai7lSYuHhSHN/THW+o17pQ 2016-07-19 16:26:36 88.191.212.33 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1520 +p reject 1-65535 +r KsmoinO GlIUivaM3gA17tLrl1+7wO7gkb0 DrtrGj7Dt4yrr/I63BxkZ7O2uko 2016-07-19 22:38:25 88.168.81.140 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r FranceWithLove Gl+DxhiHCeT9HAvQuoml5Din31M VdYbahoDKRWUAfFw1Xa6fcPaJrI 2016-07-19 22:13:01 5.135.234.145 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12400 +p reject 1-65535 +r consumptionmaster GmQKzU2/t7zNTF0yNAdEspxl4gQ +rzobTyrgx1t0e5YFtZAoL3Fh6k 2016-07-20 06:18:46 45.32.232.145 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r mascaro Gmrnqj2rhzzQGHBmw2Q1w+lB33o w8qZqOEpTFNn5T4f1+iKRItrhx0 2016-07-19 15:45:44 87.236.215.83 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1800 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r corkytor GmuLgnJjLYrThEICf4IqNnEoQFw 0QBtcksUJkMvnMjI7e0CbYqyrOE 2016-07-19 16:07:49 92.222.4.102 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9110 +p reject 1-65535 +r peanuts Gn4nXDwK4oVlydAwirpHms1Tft4 gkJxbqxdFpUcV+kb/cBVA6q8qLc 2016-07-19 22:46:35 198.55.105.134 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=1050 +p reject 1-65535 +r noisebridge01a GoNeNmMGgiLyj3xa8yFvSye1C1c mUKJYupVgohLK24Gk8ZeNAFCqtQ 2016-07-20 03:55:00 192.195.83.134 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3130 +p reject 1-65535 +r Howcoi3 GqCodqFnHfVd/X20eoI7PueVuPI aHEqm2bZ478Jvx2W3BW04ApdKxA 2016-07-19 16:38:05 178.62.97.134 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6670 +p accept 80,443 +r pixietor Gql0oxtSoytik75wzr0bxDfiGC8 dmC/ksLjveIygbhqFoX84zS9xVU 2016-07-20 06:11:59 96.89.88.203 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1770 +p reject 1-65535 +r MooseRelay GqtXs5CETsmyRAMPP2/TgRV9+gA WOYOXzX/5BW/lD8Tlvs9IX2OV5g 2016-07-19 18:58:30 71.191.244.219 33000 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=505 +p reject 1-65535 +r delysid GrY0jtBLZLk33xxo5+e/xzZyP3s PWCVmFY3tTLQI5Rc05PNj1B/jpA 2016-07-19 22:10:36 195.82.124.111 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5510 +p reject 1-65535 +r catatafish2 GsZSV9e/3nNBBGYlRwgJaTqO2D4 wTDtKIyer/Ua4xhfKpTyjvOg0qs 2016-07-20 08:00:42 136.243.187.165 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=61300 +p reject 1-65535 +r BaconsvinRelay01 Gs9X604VqQVRori21jkUjYQFAIA i+4NoU8XrI1ZeNrirISao7+EVao 2016-07-20 03:03:18 77.75.166.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3380 +p reject 1-65535 +r PoopyTheChinchilla GtTCfNxmgKape2V8puJ5OmN2ZF0 a7zzqk8TVbBVGlq26PlGMwhKe0c 2016-07-19 16:32:25 95.109.122.144 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=47 +p reject 1-65535 +r XXXYYZZZ GuCYMKmSQWfE6iRe5U5eQdhWOEE ckO5dWJiyA9ih7uVO8eDWdLMdcw 2016-07-20 06:22:15 134.3.182.131 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r Yossarian GuGAJQ2AppIHfto1zI5zh6n98iA Gxjexh43Oy6fQVJ8EVQVi7sypVY 2016-07-20 07:47:45 97.107.139.28 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3260 +p reject 1-65535 +r Unnamed Gvmm7vpQASQEhbRAydOwsdNxCiU vIoLnXAsYmw3rDY06xCfmDJ7F+o 2016-07-19 23:19:56 172.245.99.10 59001 0 +s Fast Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=451 +p reject 1-65535 +r NoSpyOrg Gv1o32QDFA4y5z8dtyQVzkIpgy8 TMwFkGn1PY5J9khk9A3+ePl54w4 2016-07-19 18:41:30 5.196.71.159 8088 8089 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10400 +p reject 1-65535 +r tomoki0sanaki GwUCvE2zrjxv3bLqbvx80jjACjQ my9kFfwigxAIPgRj8NkS87gEcUo 2016-07-19 15:23:25 111.89.168.73 440 441 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r Astro GwpHdFhGZ/yUjywQD11laobSgKc cR//CDaYTAjqVKVfn298pewVV4M 2016-07-20 00:00:16 85.17.112.163 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=733 +p reject 1-65535 +r datatruck GxmBTqwfD3Gwgkr//shrm3nNqUU YtfHVQ84psOizdUsXJ3QCn0mi5s 2016-07-19 18:58:50 108.55.29.15 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=151 +p reject 1-65535 +r ReadFreeSpeakFree GyE7so4ZYJGbvOCUFXMNN1xnVqo ig+4Zsn7xUnjT020OwQufzNl/tk 2016-07-20 04:00:36 104.236.109.78 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1890 +p reject 1-65535 +r vardatruffautmarker GyviKNlFzr74Wm+sRAx8XLo1spw Tkuu0sX546ZAhI6l9MQ1uO2c+UA 2016-07-20 03:45:20 82.236.194.197 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r Torboinaz GzHGxsink6evXOLmVdUKbMkKtho qe3kftHxReN/idBke43MAeE5odU 2016-07-19 16:56:55 85.10.211.53 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p accept 43,53,443 +r edwardoid Gz9EPyEKyl5jaznTEO7YflTk+UI YAxGi+nMmLThqTX5BPt+a9LqYxU 2016-07-20 00:09:00 185.44.228.152 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p accept 1-65535 +r ServerHome G1FeQv/oE9YDnA8lbCNRG5UR9so +QTyrQ5VtolxHfp2NomrxhbBrmg 2016-07-20 07:30:50 80.234.44.81 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=204 +p reject 1-65535 +r Unnamed G2AYTbm5bqUAoZxS2I8UW6Xsk80 T/m9VinOlu2zBYjupK6GDauaeLQ 2016-07-19 16:09:56 93.186.200.68 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24000 +p reject 1-65535 +r ipfire G2cdJ0qQqtwZTfjZLJr/8zUXI8k 1hJMh76OYCh08/fGqOmg80yIto8 2016-07-20 03:45:20 66.66.171.61 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=191 +p reject 1-65535 +r TotallyTORmal G2tVzPuXDaX6Tv96nkXb/ofPj+g ibUTNhdYtuYnA+m5q1jvFJHdywo 2016-07-20 07:01:58 149.62.148.41 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1050 +p accept 22,43,53,79-81,88,110,143,194,220,389,443,531,543-544,563,636,749,873,989-995,1194,1723,2083,2086-2087,4321,5222-5223,5228,5900,5984,6660-6669,6679,6697,6984,8008,8080,8332-8333,8443,8888,11371 +r vv8UZgh1W5C4STUn G21sz0KK9oYZsLjZ0XMk1frWME0 McctnFCzLVBvdQpmxdroJKePk6U 2016-07-20 00:47:44 81.89.0.202 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=166 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r randomcitizen G3ArvtamVgJU14eJ3mREtqSh4no Vx93fTO01j4jx3en0SogX8w3ECc 2016-07-20 06:01:02 163.172.154.247 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=29000 +p reject 1-65535 +r 8ear2 G45qlr+OzwDuw7CxcXhxOpIdrss BuwrlaX4oJeZxglfJK/S6XACz+U 2016-07-20 06:49:13 159.203.36.90 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=7160 +p reject 1-65535 +r MiklLeitnerIsBad G5TVRZCptTMd8jG6LkwE1+m/Vn8 rocFxOYuTCKokwhzy9NhNHWZ7i8 2016-07-19 17:32:56 84.114.3.54 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=139 +p reject 1-65535 +r kouettng G5WeB98MM8HpVsjY+kFatS8Hb7c 5OgofQoX0U/UZX+r5Wxyws4CFsQ 2016-07-19 17:32:09 163.172.27.62 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8060 +p reject 1-65535 +r Acacia G5YdfqUIoXmPzXJhWx9x2mzE2ZU weGxl2Hf+npxqXjBawSNjFAh+Bs 2016-07-19 19:35:55 164.132.90.221 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=778 +p reject 1-65535 +r michelPiTorRelay G6MN3o0nZ0aFDuOlEvCfjvqa0KY h78Cbjkb8Brh59j84Lw+A+HbBOw 2016-07-20 05:32:12 37.209.39.245 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=17 +p reject 1-65535 +r sanchez G6b1W5+Wb2nczLfD7ctSTRMsxag MjM1fHoNNfIRYM56wpR9n8gV3BM 2016-07-20 06:48:39 88.208.121.78 9999 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=419 +p reject 1-65535 +r Clankus G60g9412c86X2z7iELQ4FNaDhN4 jX2aRA7jnGDkNNAW5qj6dbjS5/c 2016-07-20 02:14:02 51.254.218.247 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22300 +p reject 1-65535 +r hammy G7IgDVtyHdHqUk5lDXnaLm3K1RM StwQf0YVHJe7HrXje1QZ0vVvRG0 2016-07-19 23:54:51 69.90.132.11 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4100 +p reject 1-65535 +r jakobstor G7mhZOKB0dHuZqN3ovZ15BiH2zM kKol/4D/oQsxPYKNbj+r53cb3X8 2016-07-19 20:51:45 134.130.181.49 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p reject 1-65535 +r rivepica G7sz9mFsFbJZc1F03ovy5JCySew xZwgvcDLjFlYWJsps617AgYiZSY 2016-07-20 05:07:35 93.223.80.58 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r Unnamed G7uivjFzpRRoOEJxHgsOoJSRPoU FwOhQDkiPVvMN4VbGXgivLv+zXE 2016-07-20 07:31:34 185.62.189.128 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12900 +p reject 1-65535 +r wkn0de G78zlnMeN58tUq/1dvYyTnWDsYo CAviIDSRQ6f28EzW04ekOUTsmic 2016-07-19 15:03:32 80.216.108.166 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=106 +p reject 1-65535 +r cerberus G9OxlRQgvwz5+Xm5J2wFSesDiSw iXoi/ZmIzBSeBIv01moQKHNFu4w 2016-07-19 17:49:30 217.170.205.113 80 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2530 +p reject 1-65535 +r fritz G+pAUZKr36xS2ASlTGQthgZoV5s pFOB0dc0/r94gK8VslV87Qc0cuM 2016-07-19 22:04:48 5.9.54.44 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1860 +p accept 993,64738 +r vtyulb G/BYgsHBA3Mdssp+TQcwLO3tIlY Jlljbz4V1q7KsnXQl8mlvKWk4Gg 2016-07-20 05:21:31 37.187.108.80 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16000 +p reject 1-65535 +r RC1140 G/My2OVFvvLqgK6CAnPo2xob+iI CRx8rjsxFFqEkLaq8SEHYSJPpa0 2016-07-19 14:49:29 174.91.71.56 9988 9989 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=402 +p reject 1-65535 +r FreedomFries2 HAc2zzdEo7h8LSJpuL0ziMfmBVI Iih/KuPjv/1BrFBsjxpR6YrYn+o 2016-07-19 17:25:35 144.76.100.57 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5580 +p reject 1-65535 +r DontPanicItsOrganic HBc9RRO1umYgLgLNT2EwT9TMbGI Ay0jECtJFeLWqBch1AAObAfyI64 2016-07-19 23:39:48 5.39.83.27 59001 59030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3020 +p reject 1-65535 +r portkey HBul3IZDGk26tIId+mC9vpMzIy4 EwFHatcaTbvJwr8IErSTS+SU2i8 2016-07-19 21:54:13 176.199.83.232 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r jpfnzov2 HBwnW46fjQgkQk3fq8pIi6JHVrA O3pL7gJBnDYA+oRKi5Zmsk+tVo4 2016-07-19 16:47:46 95.165.143.112 2115 2116 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p accept 20-22,53,70-79,81-82,5222-5223,8000-8999 +r Unnamed HEkLVNC4l0TEXytRAgBsjxZ3nfU l1kBnBn1pv1bceHoc1uzybagcsY 2016-07-20 08:44:04 128.199.88.141 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=99 +p reject 1-65535 +r RelayKiborG85 HEtwQ8kiDxH7utWmEsx5ga9IRh4 YAuZGz5k67J04IataqDlOxdeWk8 2016-07-20 05:39:43 91.231.86.101 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3050 +p accept 5190,5222-5223,6660-6667,12350,23456,33033 +r scottsmith HFW168buMc8ZieOs1NpPuLZLwjE GKneS2Ij3+m9A4k6vgdu+cfSils 2016-07-19 18:22:14 74.207.240.26 9001 9030 +a [2600:3c01:e000:b4::8000:0]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2840 +p reject 1-65535 +r Yo4 HF4OlB9GtbAhnAiTKYaImU1RcjY AwmKdWwjXUmrCYIVqOE7JlkzN0U 2016-07-19 16:02:24 168.150.251.15 9091 9092 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=204 +p reject 1-65535 +r polearnik HF7+i+oc9kjEtkzpX1HLP8Zk+t4 lifyDFGmTbSGKRLZxC6y6+Oz06k 2016-07-19 19:42:09 109.185.119.71 443 0 +s Fast Running Stable Valid +v Tor 0.2.8.3-alpha +w Bandwidth=6710 +p reject 1-65535 +r Unnamed HHzSIEVdp4h0bBV/2LfVi1odHUg XicMou8eMoSOia4KyqgJ/DFlL9I 2016-07-19 21:58:39 37.191.208.145 9002 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8620 +p reject 1-65535 +r Quoakka HIG1H6C3vi02LGsxg9bcorNPsh0 ZgNoezBj8EWk8O1WdVaIE3NrBus 2016-07-19 21:32:42 91.121.195.169 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9590 +p reject 1-65535 +r gluecksgriff HISiMmH8kknFx+PRitxOKB17M54 Cw1K9QUp7thnVTGFA50G7W7LZhA 2016-07-20 03:24:45 5.189.140.238 110 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=518 +p accept 20-21,53,80,110,143,443,993,995,1194,1293,11371,64738 +r qstabrfcjjma HImnVLWk2SdIMj6iuLDpwuroLwg rq+BYjne0XmMY9HaN/Osk02SZRA 2016-07-20 03:21:03 77.108.207.41 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=145 +p reject 1-65535 +r koiratarha HIzVqZ7UbB329aL4fvxdQCLP5u8 5wSRKPX+oq9jU0OIIBfAvEUiZJs 2016-07-20 04:14:05 188.40.37.205 9901 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=1080 +p accept 43,53,88,194,220,464-465,531,543-544,563,587,706,749,981,991-995,1220,1293,1500,1533,1677,2083,2086-2087,2095-2096,4243,5222-5223,5900,6660-6669,6679,6697,8000,8008,8074,8332-8333,9999,11371,19638,50002 +r splitDNA HJDTrq3/O80HmBBjLIuFY3kkpY4 8u1male2zYY54UismguKNe7Q+vU 2016-07-19 14:58:16 62.210.82.44 21 143 +a [2001:bc8:3d7c::]:21 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=119000 +p reject 1-65535 +r LeftCornerOfYourEye HJXOELWuQXljJm04/JEf5+bmOF0 erW2A8Ow5+pgiqElkhslCpFVpS8 2016-07-20 04:10:27 213.133.99.156 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=49 +p reject 1-65535 +r kcail HJc63c5inex/PAV1uikNSg+H2Us 6Se/yUwAJwjiy82uIvZIU4rzPxE 2016-07-20 00:07:14 104.233.86.41 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=139 +p reject 1-65535 +r elSanto HKGFsv/bqD5o6HUZjxm/oaMmTio H4lGSdvk26JDtgbEBLt/NqbNaU4 2016-07-19 18:39:05 85.114.130.81 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=564 +p reject 1-65535 +r Kalabint HKbjTnYqtVUPuyVKfHvYdPFVBxA deNL/Urs4tfxfcChsFrA5312yPE 2016-07-20 03:55:21 84.72.40.19 6699 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=281 +p reject 1-65535 +r ttsrelay HLwpMmyO39uB+8As8EpYGN6xf8k XZPthvmarwpAU6OlXcaWgMX2xHM 2016-07-19 23:10:29 46.182.208.28 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r Vinicius HMWXkhHIxuGcHaOXVMti/rgriQE 1lGH9ufXJAZwAqrlUo6QOvmCMtY 2016-07-19 22:22:24 185.61.149.116 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6430 +p reject 1-65535 +r piglipstick HM4Glw1sP1a4r/J8gSEthUIDAYg rYDSHh+xiZxIx6VQz0+nkTjw83Q 2016-07-19 17:38:31 45.55.55.76 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1380 +p reject 1-65535 +r setor HNnDkZaxvQ44GWuQ350otIYPfvc HKOVvRKeZOVy2i7H9rWsrSq04q8 2016-07-20 05:26:30 212.3.112.226 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1540 +p reject 1-65535 +r gearnator HPpk1jJR3wvzZBXWQRw8kOGlTnw mKo3xfIqYWwQysK/RGoZJ0evde8 2016-07-20 02:07:34 92.226.229.138 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r Unnamed HQEOv16SIY/zp3K3X6juQv68SCw kVnEEagTvIMpJkP5fsUR6pKBZG8 2016-07-19 18:13:07 173.213.113.155 443 80 +a [2607:ff28:0:a::2743:857f]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4820 +p reject 1-65535 +r Necto2 HQZmsZaMInC/IMchS399Js0aguY 8GCrlBxWl7MGcl4akZ4ZALGS8Ec 2016-07-19 22:38:49 93.115.95.202 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34700 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969 +r tracelessnetrelay HTb8QrV7P0wKApMWnpuoaQRuW3s mqO/3+de7koFw9Jp+M4VWqNvz3I 2016-07-19 15:30:59 23.89.198.187 65432 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1390 +p reject 1-65535 +r dipulse1 HUE22qPZD/3Thzdcrij3NN3yJ3U iYzO0A7Tv6wS2g4ImLFNwqc/1c4 2016-07-20 04:39:00 85.114.140.95 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=44100 +p reject 1-65535 +r loush HUZ7LJKBdBBIER37Qbj3RXgEsyg lksKX84Og7nFtcZ3LUcpYNEtM+A 2016-07-20 05:01:45 185.109.146.62 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=126 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ibelsfalke HVA5UkGf8k8HZHYiRYVd+NxzORs QD2QNAdur0WeChizXA6W2QWxK0w 2016-07-20 07:23:08 85.214.144.127 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=58 +p reject 1-65535 +r Kodi89 HVOGpj8pUM0cNqJyGA5NR+e0qfA UgnYWGrC1EmagqC2THo4kzNW0lY 2016-07-19 19:43:45 37.25.103.244 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1110 +p reject 1-65535 +r scwzapadlorelay0 HVnzLYW1uQSH74X4YUcm8cjP/5g LMJxBzKqZoziTM2TKKJHCAzI0DM 2016-07-20 03:51:58 163.172.131.192 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12700 +p reject 1-65535 +r BuiltAutomatically HV4iwkLiEo40QnFr6MjMicTL/7w TRr0A0CfKBxlHUEzgo1kCLObewM 2016-07-20 07:56:14 45.32.192.43 443 0 +a [2001:19f0:6400:86e4:5400:ff:fe1f:538e]:443 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=897 +p reject 1-65535 +r Wilson HWTZOEqNc1kzpmdxIkzGxgsUH7A gbl0ZC5qr42OSH542uC+w9r1+PA 2016-07-20 04:00:50 87.120.254.135 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2770 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,6660-6669,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r Triton86Tor1 HXlgHk2c/KZqLgxOXC4dpU6cPRQ MuAEkoD96gEL7S+K79TtBYFuTPo 2016-07-19 20:02:06 87.118.84.45 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=77 +p reject 1-65535 +r boxendotspace HY7VTqnfLUZVitAJbdXZ3Sl/E6g yz4dzUDHZpJVPqkWtz4TirvUkqs 2016-07-19 19:55:10 193.228.143.225 80 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=956 +p reject 1-65535 +r namodnar HZTIjBMy/NMA5zrZXTjuxtHVVAY t+nzUO6Aq21uVMcDUyJmmEBH12k 2016-07-19 17:12:12 109.234.36.196 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=458 +p reject 1-65535 +r loki3 HZ0cHfN7QXqUhSQYLWKh2wKjzDg sBYdXxsJ8yDVAbBgXB2SElMY2VQ 2016-07-19 15:10:59 103.10.197.50 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=369 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r TildeMash HaM7mCO54WkTjS97ap0GJiRPCk4 NkLkdHHFeBTMKc+ekPyvVNEODxU 2016-07-20 02:59:20 209.66.119.150 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=17100 +p accept 1-65535 +r fenrir HajW4BCSsglo+Z1oYcXVG4AltRE UMIn9t5+8fKQXDeweb4R1cGvwTM 2016-07-19 17:39:51 103.253.145.216 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=310 +p reject 1-65535 +r ilovecereal HayinhsLGYYfD2JoLtQTL6vBsXc LTI3YPmuFriWzYuhLBDqoXyYP7Y 2016-07-19 20:26:52 88.192.37.154 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r DoctorWho HboNkwasroXhNatu92l84nG3Rw8 RkdrUmQQR1rhBD+mluP2CAFKn7A 2016-07-19 22:38:06 84.115.35.248 8888 8443 +a [2001:1620:f00:82af::fe]:8888 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=63 +p accept 43,4321,8333,11371 +r flanders HbrtI145V94avSW0IGvnFAb7Yfg pSNk9S7SL3AFZootkKb/mO2m9nE 2016-07-20 06:59:00 46.101.151.222 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=81900 +p reject 1-65535 +r UTRasPI HcE0QT+I6v5YRsIs7uDSiNgEbdg JlEiMjJ9Agb8kfKqOWzpeHcG/Ik 2016-07-19 16:10:36 209.210.210.21 6510 0 +s Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=3 +p reject 1-65535 +r koleso Hcqm5onh3e0zLgwbPQzd8vmrwoU Uor0brKOUBlJBLs5oKZ3QuHG1yI 2016-07-19 15:30:18 5.9.128.186 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2870 +p reject 1-65535 +r MainAngler HdIszyJ3qPSXBJ/zK9OBg4fvyBE trfyr+crKQLrXR+BVk5cYbQaetA 2016-07-20 08:28:08 178.254.36.61 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r relayrelay Hd0M2ZUXyEpAKIAlrIPplXk8iBI QJs1wR48Z6sS5eSF+OFhvdNsrDw 2016-07-20 03:05:01 83.227.211.4 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=514 +p reject 1-65535 +r Unnamed HeGTyIV2w7N3zvzbbm6LkfGV0lI FrV/ZJ/I0supSWItnzh0ew9lM0Q 2016-07-19 22:00:27 188.165.26.13 9200 9300 +s Fast Running V2Dir Valid +v Tor 0.2.6.0-alpha-dev +w Bandwidth=23700 +p reject 1-65535 +r haxflax HfRGNUvaTEUO/UptmtSVaNDSCmQ fpG07IZJKFHXuWxEQMrOd3Rcxz8 2016-07-19 22:38:08 185.86.149.213 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=4720 +p reject 1-65535 +r schelenz HfSN1YPWyblwmmK44tYqM0t+/e4 Z6c7P+V/4PVh6/D8cVdcLnGuXTo 2016-07-19 15:35:07 109.192.162.136 9001 9030 +a [2a01:1e8:e100:2b2::2]:9001 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=45 +p reject 1-65535 +r twonion Hf0zHAjMbp64JhKAC4r+gQ1TWYw tN/40EuB5Kc04Ff+Sv6IoLtWQ3M 2016-07-20 01:38:15 195.154.81.169 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.0-alpha-dev +w Bandwidth=13400 +p reject 1-65535 +r roflnode HgKA/4DJsZpi4bhWD40UbiX4ZOI 0mOlfgZ/Pts4qhOsT+3sVoRfuvc 2016-07-19 19:42:46 84.178.210.57 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=301 +p reject 1-65535 +r oneeyedmid HgRT8Bk9iRIHlUZG0FKhm+XheIs jsFjUCW06ui2zZg5HnlQHSFKwwU 2016-07-20 08:49:55 64.187.167.227 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2710 +p reject 1-65535 +r animalsweetcat HgVDAjMcZBU1Ni6cLPFxaq2pVMo RgS9/Rtub5bTWcnBNsfM8MqtpCY 2016-07-20 08:12:13 37.235.62.7 1078 3671 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1280 +p reject 1-65535 +r Vega153 HgVEfzZAQzJ6qD1sFXt56BKvsMo Pw+fPdy5Ju0/TATl+Y4WiXEUDWM 2016-07-20 00:43:52 85.143.202.64 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2990 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r antipouktarace Hg9UzbRqYicLC81V7bMBZcdj0F8 Px0HQohuvKdZAFTGEXj5z4Thuic 2016-07-20 08:29:47 78.245.53.147 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r bwanauhuru HjfE4UxZIU2M+1xsLfZfK7zPzgs i4z6ePLWxSHIg17iXDrUq2K2Yto 2016-07-19 23:49:39 92.204.25.159 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r wilnregina HjxnzcbIMntNxbGJiH/Px9V3f0w BFlXSK9Kotnn+dL/nmHi+LxVuxs 2016-07-20 08:23:01 104.251.251.36 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1290 +p reject 1-65535 +r TadP0le2Fr0g Hk9i25H1VxojtBhA8HjW6dpoMf4 8TSsuDnpoZBpelLz87X1ugYY010 2016-07-20 05:54:35 62.210.198.152 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5500 +p reject 1-65535 +r hazeltine HlYYwHnXTPmuDFNw3kxuGv1cCzk u3eH8yD/w0fRdwyVstBjX94hr3k 2016-07-19 18:33:00 62.113.216.173 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=542 +p reject 1-65535 +r mycloud081 Hlp8SYqfCFrLErbBDMUQ4UJhIek YdSAuPAkL3offwO8l4OpnqrqXEg 2016-07-19 18:55:32 128.199.179.100 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=171 +p reject 1-65535 +r Unnamed Hl5rxzeEIi9Kx61uffqcP2kpbUQ bEJF+daA2uNMw/Bz/hZH6Qi7Juw 2016-07-19 15:08:50 106.187.47.17 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=611 +p reject 1-65535 +r machpolitikch HmXxioyBy2fDyXXnhJyRpYtoB5M jkIcupVsXAPb7oZFxSmZXiQ2Il4 2016-07-20 03:24:49 185.16.172.155 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15000 +p reject 1-65535 +r dustver Hno6LO+7mnoSMnAIbzHmh2EHzKw ea7biwT5iBAwXBmX/IFwz1BXvDY 2016-07-19 19:03:48 185.154.12.27 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2700 +p reject 1-65535 +r meintshirt1 Hn2WuiQiMjYWwStwXY4UKuC6DRQ 5epGPHHY0b8KnYNH0ALklcZ9GDo 2016-07-19 19:06:55 5.39.88.53 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16800 +p reject 1-65535 +r Rainfall HoTYxCanq4Jg6pMRiZQXilNYBEA QhFfZoPOIIUcVhARVPhuKzp1B6Y 2016-07-20 05:04:42 128.199.41.238 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=460 +p reject 1-65535 +r startor0se HowawKRRKxsrVdulF0NubqhMP14 bD+cRo1Ju8USM8TL/fcNzTdRN0w 2016-07-19 23:46:09 95.215.45.187 443 80 +a [2a02:7aa0:1619::9fb5:d4e4]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=4890 +p reject 1-65535 +r spottedcow HpYHJ2oUyaTqYOhN3pnsiUbHPDM hsf/86pJOSTzh49ii+AXFCV3/fI 2016-07-19 14:58:04 54.204.142.223 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=244 +p reject 1-65535 +r voldemort HpmmChPthXlfc51PmGqxUjlT5eA 9oBy6mzShzEJnmHjd2XpWxjYQHU 2016-07-20 02:50:20 104.131.123.16 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1840 +p reject 1-65535 +r relaytor HqEuPtJjFlcKONF7nBNGMqQhz4E cNusslPB8ttkBL6SrqKHQoIOmJM 2016-07-20 02:59:03 213.180.95.229 8899 0 +s Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=13 +p reject 1-65535 +r draenor HqMpL32es6nOug3kwMGYlcfEScU vt2FcLiGPYQP0uDeNaDjRFrLzq0 2016-07-20 07:16:03 94.242.210.18 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24000 +p reject 1-65535 +r EmmaDinghy HrKuikXP0VdNhzhCz7n4R7jjjTc Es48Hef+/J4WbE1j89CRIbGw9WM 2016-07-19 19:30:05 82.44.203.124 9427 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=522 +p reject 1-65535 +r CollogueTorSe HsBJVwEPW0ikqvs0NVGIJX4hdJU 3drnBiha8F7EYupoS7ZOjnt+s9o 2016-07-19 18:36:32 95.215.45.68 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=685 +p reject 1-65535 +r onionpiAT HsGbj/h0UmgwjV6QUZ2yClk/W44 RPPO/oUzIGlzWZ9CJHlMivximzo 2016-07-20 07:03:08 77.117.75.32 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=310 +p reject 1-65535 +r rootexit HsYsQFc99aCFF4g+Q5QcyImr0Zo P1eO4OJbkmiiIACqm0xuugMVKRM 2016-07-19 22:48:20 80.233.134.108 32721 9708 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1080 +p reject 1-65535 +r FruityOatyTorexit Hs1zuTbLbms81kfMIE8QjZ3yyfc HJx+Z7HbpKt/Az/RO1H1/4cy3so 2016-07-19 15:57:09 91.219.237.229 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18800 +p accept 20-23,53,110,143,220,389,443,873,1194,1723,1755,1863,3690,4321,5222-5223,6679,6697,8332-8333,9418,64738 +r barBaRan HuncA04znc5hjXjS09m/tv25BX0 SeLr8qxwksTnc5ilYR/ZTp+t8WQ 2016-07-19 17:41:27 209.141.45.196 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2430 +p reject 1-65535 +r initramfs HuolEUcYCP0mMi9k1paayxiTZEg dXMqpEwhXbDj0FutrEC7CRVvBAA 2016-07-20 02:13:05 36.227.161.75 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=908 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r theTorofThor HusFyZ+WLSNPd8Cm4DqX4TrCqws v4gkvMeDxwe189bLLFoLZ92dIRU 2016-07-20 08:30:58 91.119.123.185 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r default HvLaQJfv3TFdC+Hs3r1jgqhdR94 uYS/WO4yfgKZE8y1N4q7oTMrUd4 2016-07-19 21:50:29 85.169.111.217 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=19 +p reject 1-65535 +r babetor HvyZ48rwtAPArb2DZcS5JVfeSy8 gWeUShswRtRNt8Ka/dC14cjyZtQ 2016-07-20 08:11:22 88.198.19.4 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4950 +p reject 1-65535 +r Unnamed Hwy/n53h43L5abox0tIU88pd3s0 EhoBqie/NgvwwSEQjZQas2HjUDk 2016-07-19 22:01:16 37.122.208.220 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21 +p reject 1-65535 +r Andorinha HwzoLIL4hJH08IdS03GnplI37dI bmfLQUPPxJyvWbTZofjUP2bqvKY 2016-07-20 00:34:47 65.181.123.72 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=889 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r AccessNow017 Hw0qRMVvQoFt7SAi79Yxh4wpkFs SJby7W1IGNs8Noy85xtSDBZse9U 2016-07-19 23:30:15 176.10.99.208 3306 3307 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11800 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r plutoa HyB3vwHK8j+BnUiSqJiDGWq6hCo 9z3m3fAN8qDxRbKP/fIofhiPnUU 2016-07-19 21:28:05 37.235.48.247 7654 7653 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=947 +p reject 1-65535 +r CTFOrion Hy+gO/nR91umh56NkmeROOVCZ44 iZhAey7pZjbSvXsS8RpAyVqg4mc 2016-07-19 23:03:50 212.47.253.46 995 110 +a [2001:470:1f13:5d8:212:47:253:46]:995 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1640 +p reject 1-65535 +r UNKNOWN H0VUKiSmG/lAjxwF4Nzk4p8suhE y8A/LhEAK5v4+y/YEzy7bac/eKw 2016-07-19 22:16:59 5.9.146.203 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6720 +p accept 6660-6667 +r CulNoir H1CViff3C2mjhxmiAUUc9LcPicY pZtSYCEYX5/wvlL3bCIJOjJ+azQ 2016-07-20 00:12:19 149.56.185.56 8001 8030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=130 +p reject 1-65535 +r shadowmourne H1FfHUILSY2Wh2WPSj0Xb4jdSRA vV2jHekQ1BoB21rE9C5kWF/BkS8 2016-07-19 19:56:53 91.219.236.218 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=30600 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r alice H1LWkvosIbI/rU1xGnvxe64mc98 gCnOtgDHeBzJHa+KTHeDef+Kopk 2016-07-20 06:45:32 178.63.16.48 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23200 +p reject 1-65535 +r default H1MSrkGkpbR+aocQW2RvtioWOec lEzGSjbrkFy0qAO2kPvXHHb8efU 2016-07-20 01:45:20 58.183.131.128 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=1 +p reject 1-65535 +r KonKonKONFIG H2OGxZEGvpceA4nBggTlaSv6C80 zmW4FIlgujwZ32jr0ZfOTB0bhPs 2016-07-19 18:14:41 195.154.42.18 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=9860 +p reject 1-65535 +r GoNutsGuysSaturn H2o7W3dQlUM7ZjNrmrHy8Wn32Lk eqwvddStuCNLKlEcO1fFYXdK8WQ 2016-07-20 08:44:39 104.233.114.80 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2410 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r dao H2q9CG9AuJCjPJPMRgbuaLMclVY CmEixugpmLQ8xY/pH40k1d9xoag 2016-07-20 01:59:03 199.74.222.171 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6630 +p reject 1-65535 +r default H3VwMvC2NDC/9IAEP3C6/yTViDM vV3F5/Gwruq7hMbXRrqbpAZe9hc 2016-07-20 08:45:41 77.8.75.3 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 Unmeasured=1 +p reject 1-65535 +r torsea01 H3s5NmgJB6mu0z6E4gp79gt3bbQ uPd/6HpcjLdo9QfuokuIjXZcWh4 2016-07-19 16:14:05 198.167.137.101 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1510 +p reject 1-65535 +r 6cf29a H5WC9j+8eJ3071veBzkkZ4kCxj0 2qxu38uLn8CKSUNIsR0f4TkMm3A 2016-07-20 01:19:04 185.21.216.183 9443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=147 +p reject 1-65535 +r sankeyinfo H7J4vx8J+qrxzZjEba6eU903Jps g9ST0sJ/y3BRazT/j3NGdGDtMbk 2016-07-20 04:45:35 75.80.160.236 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r cimmeria H7rnI/gYaEfjDqHAPMo9QIHU4vk zOLYGfM7DqikRzhD8uiIwfGW5vM 2016-07-20 08:14:06 91.219.239.92 443 80 +a [2001:4c48:2:8400::5bdb:ef5c]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=5510 +p reject 1-65535 +r lupine H8hBE3wfTFJdhpuQjgB9HTVyfvI wdEVoy7TfRxH4Q+JU1GGL4UTt+A 2016-07-20 08:39:09 5.28.62.85 443 80 +a [2001:41c9:1:41c::85]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48900 +p accept 22,443,993-995,5004,5222,5269,5280,6667,6697 +r shrelay H8/ITntXqjL7ZT7FpqtE8rOpEgY z+LSbNm9PcGZ/abDy9tYDLf6UQc 2016-07-20 04:54:09 185.37.146.173 80 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7900 +p reject 1-65535 +r bolken H8/jzTK0tJpv4yGkdlgDx3QGJuU o50fEIz3K2KUcE9hmFvxP0g3JE0 2016-07-20 06:45:59 43.240.12.58 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=184 +p reject 1-65535 +r silverfoxden H9GONSmkQJyo9FF1lp/etfdFb3Y dpPcDXCNktVGLTl2S5UDWhlmw64 2016-07-20 06:29:22 73.163.154.226 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=85 +p reject 1-65535 +r biophilia H+VnVCBtjQEvu0abPyrvV5GRwt0 HSVBZaw4FwicChCCsfvxhbmsONc 2016-07-19 15:36:56 31.171.244.51 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3500 +p reject 1-65535 +r SchaefchenWiesel23 H+pZNBMZWU9uFs7WPh2fVFj08Us OAhisvykaki/qyFPz8KBfmXLf+o 2016-07-20 07:20:44 5.146.129.151 9001 0 +s Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=14 +p reject 1-65535 +r watchme H+yGDlmUnmDREvomZJzw4yaT+08 fgxFtuPWyPyiGFh8PaPgWIy/ylc 2016-07-20 05:41:36 163.172.209.46 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=55100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r karpador H/K0tXNgRL0BwtDSTXy88QvD3Wg M9PfyBpjqlmAzG1Q+L2b7LckRK4 2016-07-19 17:24:31 213.144.157.75 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=627 +p reject 1-65535 +r torlife H/oSfCSQR3nnPn0N0D05msXIgzg fVlIp9x4FSAY6SPdn0VOJl+M3d4 2016-07-20 04:57:34 198.27.97.184 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6360 +p reject 1-65535 +r ENiGMA IBVAhuNp/Jy04n0swKGaUf+WrmQ DsCcEj/Lv5APLb08FOV1eaHyZJw 2016-07-20 07:35:58 78.46.102.114 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26900 +p reject 1-65535 +r NSA42 IBmPThoOI/MsYmXfdJugA92vebE jK8I/6uEkWk3tCubDzFSpckKpY8 2016-07-19 18:41:46 188.42.216.83 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=49500 +p reject 1-65535 +r Unnamed ICK8s3RT3BaObLe02tEZrAcvLe4 BOSfwo8ShrolG3R5Vh0gzVxO98g 2016-07-20 06:03:53 185.80.222.158 80 443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2860 +p reject 1-65535 +r picaron ICehuvDZ+9fitXNHidceqekMG4E V5AIlVykCOh2ui6CIpculAqveyc 2016-07-20 06:08:18 190.210.98.90 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20 Unmeasured=1 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r WhackBack IDQBP7Ho/mRZZO6b21K9tjnWzwA zrRiVlw6RzgYdRY/8xKi9+mqYf0 2016-07-19 20:47:24 139.162.14.110 9007 9036 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=144 +p reject 1-65535 +r Bernard IDYYZiU72xoHHX6tN0ThhwT85vE lx1uwqCa4PUmEUMcCZQCfpeVxsE 2016-07-19 23:00:26 77.48.73.246 6666 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=754 +p reject 1-65535 +r JM2182 IDes7dkl19vH6T642rQcMrYpaUE owghu64paKbjG41j8qJG3J8YxpM 2016-07-19 20:58:06 176.146.108.150 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r thedoctor IDhtmjK+y+YCN14BX8cBF5VWU/E QhzXDXgK4Ah8rSFuYrGNjyacgYM 2016-07-20 03:01:06 192.44.30.40 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1890 +p reject 1-65535 +r Singman IDiX0O7qM+MDNxiIRSUOe3OGs6U i8oTweT/68ubupcPkixgAmktwcU 2016-07-20 05:38:54 82.229.26.235 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r scaletor IEYsul2kwtljVn0X0LcklxgRSmg CSW7/usdVWLyIz5QXE6s0hcB5vw 2016-07-19 18:25:19 212.47.229.2 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=31200 +p reject 1-65535 +r RazorsEdge IF7SwwmZnw8YdnoezNOEtYAHC6k 1KFRpNla7+7Q75OwDpCavU4L/QY 2016-07-20 07:06:05 209.250.2.254 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=27 +p reject 1-65535 +r jfred IIACpYWOpm9MK0eWe6GIopArnVg NnePP+F1Rbmitu2yv0mtLzRKtjc 2016-07-19 19:49:34 50.116.56.48 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=779 +p reject 1-65535 +r Unnamed IIP7taZ9sV+KvwyDGVlO6fvmXa8 66ltuixsOD85Q80f5YoC/Ec38Uk 2016-07-19 19:12:53 172.86.147.14 443 80 +a [2604:4500:0:f8:4714::fff1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4160 +p reject 1-65535 +r tooldtocare IJokK5bswe86FfCX673x8H41nSo Q/Z6frVH4YdjG97PV0Y7a5Eg/OE 2016-07-19 20:36:16 71.183.106.22 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=976 +p reject 1-65535 +r edwardsnowden1 ILADjXov1zxpaSJVG4NEywiT0fg TIlzv6wtVufAllNh+odZ6FAvZOo 2016-07-19 20:38:03 109.163.234.8 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=74000 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r Tortue IMDJDXCT0h9QGK1PfrtjIYNGBvM Fv763MdMKyLqKHkOWQWcsLtCI/Y 2016-07-19 18:14:04 82.139.96.201 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=876 +p reject 1-65535 +r Yes2Privacy4 IMOiZNVrqUKNwAV6hqFEyq7cjiA Jr0MmWSRizujt1ZWSZjoqHIErLo 2016-07-20 07:18:54 159.203.218.93 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2650 +p reject 1-65535 +r Unnamed IMpLWG42y3AusmToMZPJ/QzL6qc 0ORALEZQVxK5sGt9SOwzQDjEFR8 2016-07-20 02:45:01 212.116.101.82 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=73 +p reject 1-65535 +r duruy INKhhqQS6kM9m60v29e0izayCzQ zYqCHX3LVPWU3enqJhxSss4ZNfI 2016-07-20 06:49:45 125.212.217.197 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9 +p reject 1-65535 +r tomatoland IOD9u9rt/hxuwM/EdlBcgzF1mDM uZ8RxG4H0iEJmg5JplRK5+9Ad5c 2016-07-19 14:44:19 199.68.196.126 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2220 +p accept 20-23,43,53,79-81,88,110,137-139,143,194,220,389,443,445,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r robcook IOZt6uGSLIZF/c1Wvinl52wX6iI Wb6emfJEIVjyDM7ZEti2zzR+Q5Q 2016-07-19 21:48:55 128.199.249.10 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=81 +p reject 1-65535 +r RobinHood IOZviou4B4V2Rgm9oknNUh1qUkQ FIAjYkmGGcl0JCRY6X/mtx8x5XM 2016-07-20 05:45:03 75.143.131.16 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=382 +p reject 1-65535 +r dddf IOsz6z/NdPelxSfAXfHkDoh0rZ0 DHtitIxqtaskkF2s3CEnwqSwdfs 2016-07-19 22:45:35 178.24.37.136 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r Trabant IPIFgfOHUFfLeve2H3/ab6CGrHE XUammszS5Bpm/A39qWRTSaMu6Q4 2016-07-19 20:31:01 46.101.141.15 81 22 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26300 +p reject 1-65535 +r overgeneral IP+vshsshGxLT5uOuTUfTT3tr9s VG8hXZyxOOEwcpgIpqF4rC6POes 2016-07-20 03:45:03 80.255.3.122 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6090 +p accept 43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8087-8088,8443,8888,9418,9999-10000,19638 +r LandoCalrissian IQhpj3yyZVqbW9HCjoBQ062buX0 nts806OREBWM/MOIECq7guFuAx0 2016-07-20 00:57:06 52.90.206.131 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=109 +p reject 1-65535 +r Numb3rZeR0 IQ4R9L6MN04cGc8ACLr16U97Xro PybrRkNry92BGEfxAy4F3DER46A 2016-07-19 22:48:49 109.230.238.165 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=656 +p accept 80 +r brokhacklab IRQ4DjzqdKL2AsFVxISBucjk6zc lv5OjL2gBIIIXYlW/T5L3sziIkI 2016-07-19 22:03:38 89.205.61.118 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r Torium IRz17o1vdba0BFD/S3rAwbMm9Ks 8ti6alnA/ygpmS2z/wIZzpMcMdw 2016-07-19 21:31:41 31.220.7.205 1194 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2090 +p reject 1-65535 +r hrs IR9B634cRIUHXLwl/asj9faJ0Mo RoECkB8k1bkzPr1qsgZGpn5Hsss 2016-07-20 04:34:31 93.152.159.223 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=221 +p reject 1-65535 +r NLNode1EddaiSu ISgaASeYdaZ8T9LGsSWsBYfL+fk stppgthnEFG2W4CW1PnvLBI72cM 2016-07-20 06:23:48 109.120.180.245 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1280 +p accept 6660-6667 +r tamanegi ITEPSAZqTKresr/TJPCzj44USNY CVP+XcuuB7DugrZ1rmwni3B5bkM 2016-07-20 05:40:50 212.89.225.242 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7680 +p reject 1-65535 +r sunIsBurning ITRs/1Ri5JGFqjl3hEHun5Eu9mg gPcqP+1FF9z/+8fGVzzCzhb9ojY 2016-07-20 07:00:08 92.222.153.147 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4970 +p reject 1-65535 +r CalyxInstitute10 ITbZ7RSqLOGAq3VlO/J8aVmuJC4 ADP2Yv2sSWjDhzBKFRXZI1mahBY 2016-07-20 02:42:02 162.247.73.201 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2340 +p reject 1-65535 +r CatRelay IUDUF2fGv+C2iHtJc8uhc+P8mjw HUIoe+UlgDhmbdrPqiX01pT9pV0 2016-07-19 18:44:04 89.163.245.116 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8120 +p reject 1-65535 +r tesla IUSY45l8mi7hIWZ4qyK4nAKMbM0 x8eSibcOZsjHl4ZguzWuIupay/8 2016-07-20 00:37:44 185.100.86.160 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2560 +p reject 1-65535 +r CatRelay IUesN/8RB+mUIRBibB7Fein/VLY vVTc6zIag8bbKeAUZQVY1lsBwS0 2016-07-20 01:06:11 195.154.97.163 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25100 +p reject 1-65535 +r torexit17192 IWJ780/rUSizpnGvyBuaTOx+WAw QIibyYb9X1C21A+tok2bZjTYHxo 2016-07-20 06:19:22 176.123.29.244 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10100 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999,49152-65534 +r angel IXuTKMtERhS2gNjvkaSZbEWGSrs yA0U6QZQVLWOq7idZ69b0/XDSkg 2016-07-20 00:14:37 188.174.168.64 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1100 +p reject 1-65535 +r OxylZeta IZVMeQWPYvijwe9eX8FmV/kkcRw QSeeC2T2jjA9vCLPqAEfZD8w9hI 2016-07-20 06:07:49 31.192.228.185 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1050 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r dockerc484b15741e0 IZc+LhzY0WsNt4OAuOjDdJEYpTo JxVrjUrLfYBEO65/BekSbcCMtvM 2016-07-19 19:47:09 198.199.104.64 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2630 +p reject 1-65535 +r dipulse3 IaksaOqrr+xJ2b2PBJAXD4V1dVM giJpLqr9R8Lw8fAKpiD8NXmpNUc 2016-07-19 21:52:59 217.79.189.243 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=30100 +p reject 1-65535 +r NET0X13ATORUS01 IbIJmDFrydJGT1BY/+VppVIL8AA /eJucoD4wiJ7fQDrN6Z8yuY847U 2016-07-19 22:05:30 64.251.14.17 9001 9030 +a [2607:feb8::3:6]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=128 +p reject 1-65535 +r Unnamed IbVQcsAPRSKFdlX7sPPiXXWlNXs 3LaSVf79wS0izCmwGHXmKlNSdes 2016-07-19 18:12:30 109.107.35.154 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=413 +p reject 1-65535 +r DKrelayasa2 IbWf0q7ug6XBjqm74hH7sGKZMlY lGGMyuGYArTr3rQNI/2gIUwfnvQ 2016-07-19 15:52:55 87.72.239.187 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1430 +p reject 1-65535 +r jbrelay0 IbYBuA2t4pmKDTUDE24CIutQrx8 u7aqKB+beH8ThpOBPmNCVRfAliI 2016-07-19 22:11:14 217.85.154.160 443 80 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r caucas IcM7Ew9/H7dkNbCUBMWZkmiCdzE HdUlE1iv8XAsrWR0gY+zXYePXX4 2016-07-19 18:17:18 85.25.103.69 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=165000 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r brutal Icv0x2oCW3PQJoDOwjUecYOqpfc Mju7N6dUdl9Hm3R2+N1leh4mYkA 2016-07-19 19:49:47 195.22.127.160 445 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=986 +p reject 1-65535 +r BullDozer Ic0i1cWhSFUrSqrGEqUJlZTGXDg zS8sKe/LG6xx5/dkUxIiWFThxMw 2016-07-20 00:11:18 46.246.63.64 9011 9040 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r XOHroland IdqN1LD7d4TvZGrv0zk35OidAUA xu1+KYcibzHODg6ZjxVqizfIRGw 2016-07-19 17:50:30 167.114.71.189 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r AlaskaWebHosting IeaTH142jqaYojruRrJPodxN+u0 AoKTnKugl/47RGB+OjEk5LyRUUI 2016-07-19 23:01:48 66.223.165.67 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r stonhope IfkICFy4rOQ+I5ViyBZPkSjUKuM zXf4xjrStuMcU/wWQWOGnd6DlmQ 2016-07-19 17:44:03 103.41.133.23 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14 +p reject 1-65535 +r walltor IhUC/WcX/iVdDnq1d+w/Tb70BTU ugbMNZItF9GuMW23J+XAsKTDZOM 2016-07-20 00:15:16 79.172.204.36 4480 4481 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8550 +p reject 1-65535 +r PDrelay5 IiTnr4EBiFhQ7H8vnrmfgj6AFL4 ij2RkRkM4PIqa/A+LvJH9Iow++U 2016-07-20 00:24:33 185.61.149.118 8080 0 +a [2a02:7aa0:1201::e151:a7be]:8080 +s Fast Running Stable Valid +v Tor 0.2.8.1-alpha-dev +w Bandwidth=6820 +p reject 1-65535 +r Unnamed IijO9cELHEacQoAT96XiZnjzRD8 uLMDRLZbsppLeOVOSwHAIhYygfk 2016-07-19 23:29:18 163.172.134.238 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r immunity IjSLEasF6usvOPAtePCPsleIRFc fnlxJtsAqrk1BAaCln07nGNske4 2016-07-19 23:16:30 46.118.39.9 8881 8883 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r CyberiaRelay1 IjcqvCwYGsH7Tb3Xct3DcjdG0YA CSKPiUFsulaUpT2aOmdLtw+IVFU 2016-07-19 19:04:15 46.166.129.9 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6440 +p reject 1-65535 +r ARandomUser IjjQUHpTh0RJ7UJ+auOq6VZ23Yw RPZcnk3aFHdFcvLTLmIlSIWn7Bs 2016-07-19 23:18:25 83.141.195.212 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=570 +p reject 1-65535 +r kbtr5eu IjqV3E0JNzvBjWH1bzsY2v9fuiU IAl7fc7HCZESmik2xgo7CsyqT7U 2016-07-19 16:04:56 31.171.155.29 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6270 +p reject 1-65535 +r bJUVGfQD IkNVgBcWIduHGEMdbbtnDifZYP8 AC9K1A9+7sNGSO0CtAOioBIVX2A 2016-07-19 17:31:19 46.101.230.104 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1480 +p reject 1-65535 +r Unnamed IkUxoGMpF/fN6v122UPHc30Ch4I ojNv0oXeKiYHvDEikkzKayGfLok 2016-07-20 04:45:19 80.118.76.197 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r ididntedittheconfig IkiDDWwVaEO7VFDU1s41kTXp6yI EC9tAoHwDm3vXK30Jsomw9UTcdY 2016-07-20 04:26:29 64.137.195.4 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=185 +p reject 1-65535 +r suchat Ikp65/JOzi+0wkHnKk733fXs2Xo kCsGgIgMxlIsOcQYJ8H+eAK4ITo 2016-07-20 01:24:46 91.134.155.244 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r idideditheconfigYY IlIxiGnI5lL75Es4mD9gLiQs3/A p50simaNxIuQH5N/eZVhDXtt2Gg 2016-07-20 07:32:56 188.166.127.251 80 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=34 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r dismantlingReality IlaJtD27oK2fDHcCJ7QTSU3/CV4 tibKg8mrMYdmBJPKBBJQ0pcu+sk 2016-07-19 19:22:49 76.66.159.34 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1570 +p reject 1-65535 +r wulfspider IlhNU47BggOuIYwkmKnEy2VNWQ8 /nLrJ+KI2CZer1NgDofDZ4d9c1E 2016-07-20 00:22:03 51.254.61.65 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12800 +p reject 1-65535 +r hooknose InZ+wbTM80c/svl2nLCBxeVHsgE pfU9Ujs+sctxEAclL/6yZxdbAl0 2016-07-19 18:57:09 66.175.223.145 9090 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3720 +p reject 1-65535 +r mixedbits InwByfX5SxH57KK2Wyiag3VLuSM /+kD7McQ43Dm88sDx67z+gLk5aI 2016-07-19 15:22:28 76.182.121.181 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r TorSxFR01 Ipa5aZChYVe2zr2iJVOpqkkvWw0 7hpWSV3xirVh77V7nA2cLyBGEuM 2016-07-19 16:07:56 195.154.105.53 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20000 +p reject 1-65535 +r szut IptXxOKmHRaN2ItE+dcOlmUqLMU XWoTyI0XVR/zE1HvyNPW9ka2Hyk 2016-07-20 03:21:44 176.184.151.213 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=42 +p reject 1-65535 +r default Ip8AP1AShftV44RYVDPo8f41oMU NO9wLoxsyrMsaBx8dk8VS0KdmuM 2016-07-19 22:44:29 31.186.144.88 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5 +p reject 1-65535 +r Fastnet IrzQ39FIIJyYYMf4mQerTe6XSgg nViaqxVUpMeaGCSQbR+TiCg2QZc 2016-07-19 16:30:48 188.40.51.232 443 80 +a [2a01:4f8:100:24e1:ffff::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=16600 +p reject 1-65535 +r 0xbadc0ffe Ir4ab53Cd7wvqKUP9ieqeiLZfIY SupGegzI7XhFFbEI2+sJGq+a8vU 2016-07-19 16:20:07 79.244.153.76 9001 9003 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=222 +p reject 1-65535 +r franz IsypweUqPc8HN9BJAjMN//qgtwc sqVbdNZetZnmY/PUzoCyYEL+FfU 2016-07-19 20:46:54 94.242.58.51 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8550 +p reject 1-65535 +r ididntedittheconfig Is7tMc6cu2YRz3xra2EBpdHe7Mg 2YfaA1C9zPW3q3avLeOMf2i9m5o 2016-07-20 02:01:19 92.248.231.132 443 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=1450 +p reject 1-65535 +r tOr Itibkcmpkv0Hz2lvM2sMdKavCPw onCCMB1MafCfA6PU1lqMC25Bz3M 2016-07-19 16:09:58 91.121.178.91 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=7490 +p reject 1-65535 +r schlafschaf IukqR+Czsrusm8Ofgvq0r95wsZc RCCeENHOOfPSP2Wwdz4HVHYq0Ck 2016-07-19 19:39:06 130.180.63.150 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=385 +p reject 1-65535 +r whoami IvCM8JdkxOiYJkDXf3Htcv8mqaw lyFC82RAhlaOdFT0snK8SrCW6fc 2016-07-20 04:46:42 144.76.163.93 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11100 +p reject 1-65535 +r MakeSecure IvdOF2+ANJnU+A2c59MliDqMDkU l4NbpIpvpEQuCt4pQ15T2knF6aM 2016-07-20 08:23:24 89.31.96.168 9090 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=353 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r niij01 IwqLKouoYSENm0upd0WuwhepQgc uKxm7r48rvyyD0Z5MlTWLFGSwwE 2016-07-19 15:23:26 192.99.168.102 443 80 +a [2607:5300:100:200::641]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9030 +p reject 1-65535 +r gnuterrypratchett IxECeYVSwRKpHofh8oHpWpSR3v0 oqj0gHJf234N1XZy+o6QZz0g/L0 2016-07-20 03:09:53 130.185.104.50 443 80 +a [2a01:4a0:2001:2644::2]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=606 +p reject 1-65535 +r Unnamed IxwAzTc8XajluomIMwBQa8lYgdk OrT7UwCOLMvsZQxCJb5N3rrWOJw 2016-07-19 20:17:50 178.17.170.164 443 80 +a [2a00:1dc0:cafe::f290:7489]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r torpidsDEdomainf IxwrnIwxwpXEctAx4Glkg0t0WZY OVheqzlL5Cuwxj8qjr0LT3rh9+o 2016-07-20 07:08:04 37.200.98.5 443 80 +a [2a00:1158:3::11a]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=32600 +p reject 1-65535 +r edotedottor IxyL0s2NqAqb6n6joszRdM+oiXs Q+Awq6oDDeEMBRNNsk67d7YAmOE 2016-07-20 03:12:51 108.61.84.20 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=270 +p reject 1-65535 +r Erna Ix0V/gV/SEQUxVQOQA64C+nFNsU G/5L7EFXiUkUT9DXTy8aPdH2igs 2016-07-20 03:02:45 78.46.185.124 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=887 +p reject 1-65535 +r ggggg2 Izhkq8RCKAWdi8IQWORfWGcZBQ8 J1eFcNkNsfHoVkhGOpehEfXnO2E 2016-07-20 07:32:40 46.4.174.52 443 0 +a [2a01:4f8:130:2127:46:4:174:52]:443 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=16300 +p reject 1-65535 +r tziku IznvJSq+oBpetBPiPA3oArjwrU0 OAw/5+ISLWDk89IOm/9ASLSCwe0 2016-07-20 05:49:49 151.80.164.147 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=32300 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r hsde IzrPcHKLNjBsL+GfaCuB/RUFbag HmWS6dgKKPlRk2VBbxTwD+vslOw 2016-07-19 21:30:19 192.16.125.12 9007 9037 +s Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=16 +p reject 1-65535 +r hasselba2 Iz3n5j0t2Xl77sDBUaKZe59+w2c LBFN+SMuOGUQ3r0aRpT/XAXeAB4 2016-07-20 08:11:40 109.91.112.29 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=35 +p reject 1-65535 +r Unnamed I0XX1f8QYQ3ICZVImbTNewbFmhU rrTjvAsGWQ+H5EBK0adcRnMNivE 2016-07-20 05:13:29 5.189.175.52 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=849 +p reject 1-65535 +r Unnamed I0piliJWXTolLiopz74OznoZIHI BcuT98qQ6uL80gmOKx1K+s/t//Y 2016-07-19 21:03:52 106.186.22.49 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=126 +p reject 1-65535 +r twig I2mKzUCt/p4bbjcs83PpP5PAGT0 CoWBRj2eAAPdvXwLAsNDA1qD1ao 2016-07-20 08:06:36 188.226.128.64 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=42200 +p reject 1-65535 +r dvbhorst I2z02Ah1a37lX9O5bc7YDSq2kB8 A0hYZi7HrGyvopl34bv5kvLvcNI 2016-07-20 02:47:57 138.201.117.167 9010 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12800 +p reject 1-65535 +r AccessNow013 I3WIcmq2vqN/8jygD1vReFhspo4 h9bgFH1CceY7DeqjIdAhlqfjomQ 2016-07-19 23:27:42 176.10.99.206 21 20 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12600 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r ryugyong I3fTQ8lbuaZgpWmeyrPAUP26xzA 83xoLYmruorppUvr7TXfzUoG9qI 2016-07-19 23:32:51 73.157.91.247 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=904 +p reject 1-65535 +r byurer I3oTXgly3lkzCT/r2dmQ9panxEc xqeuxTvCtae5gybvpBDoihBVfwU 2016-07-20 04:40:41 2.61.159.199 6216 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=557 +p reject 1-65535 +r Pascal0 I3xzPi0brSb6q+r7YSvaDNO8avQ nDRtKUk2tvQ2ghZTgZXu/P0OYb0 2016-07-20 03:39:45 107.158.255.21 443 0 +a [2607:ff28:0:b::65]:443 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5430 +p reject 1-65535 +r RaspyTor I38zQy/eDCbYJceYpdfcNZZq7Fw ljypoR6+uq4J4nGdGzAF/NZpRIQ 2016-07-20 06:39:14 185.5.9.188 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r SkyLights I5F7s/OZS8YfDJ160ZsGn54VDSY JD+L7PODb5m0/b6Y76n4WlPCPgk 2016-07-19 18:43:44 67.215.255.140 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.9-rc +w Bandwidth=104 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r HumanistischeUnion I5GskMxyjqnyDlz8o4nB+f17FtI Rh8kTLxZfAtBvNTNSSgUlZvFOXA 2016-07-20 00:00:34 193.24.209.70 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=88100 +p reject 1-65535 +r hacktheplanet I59m/6VrWcJTKQIg1+7gDpKMXNc PetA1Y5eKBtOn5af1+o9NMuav8c 2016-07-20 02:08:50 178.26.128.20 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=278 +p reject 1-65535 +r TOD I5/X1MJb6x0Gc+QgfREOp+h7MHM FFStVQVHJQq1bUS0PRlsBn+dJvk 2016-07-19 22:08:03 176.77.20.243 443 80 +s Running V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=7 +p reject 1-65535 +r TLCOnion I6UrRN4Ol0ZiWJg0Jf2/Y6TP8lQ okiz+UzMEvDU/2WCqlrCnDm+zyU 2016-07-19 19:52:30 50.245.124.131 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=196 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r marschiertor I6qMYewyXB+bJEOmT1chyNEHTgw SDdvMg37mCz81cDW28TLUJi/2WY 2016-07-20 03:56:34 134.130.181.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29600 +p reject 1-65535 +r stargate I72TpiDdy3DUKW/Aa1rfi10j44o X6yZo8yTR0rEBtL5jdkuSFllkog 2016-07-20 01:59:07 77.7.57.140 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=9 +p reject 1-65535 +r FirePoweredGaming I8ENgK8g9gnpBnMAk/dkwtPnwdA cM9nfUr/Jq1I0x5sjvT119kMuXU 2016-07-19 18:56:19 198.15.79.197 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2730 +p reject 1-65535 +r T0Relay1 I8FYWhIU1LsJRYgpcr7sGgJcs2o XdQenUdQibKyAxT6iLd6GeKaizE 2016-07-19 16:57:30 178.254.41.20 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6010 +p reject 1-65535 +r Relay01 I8GMgBDqyD7IUaObJeR1rIKo74o gZOXoqmpGkYME7lADvL4NTiR9Bg 2016-07-20 04:05:16 187.63.100.24 443 9030 +a [2804:538:0:1::24]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=228 +p reject 1-65535 +r esko I9wpXXcdUdqYEAjRuXAqA8ZEiNg 1zFK72hkgXu/Ldy7lneWXhdmehM 2016-07-19 21:07:03 83.150.82.122 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r HarryHasASpareVPS I94vGjywm4XvjflAmc4rSW2cZWM wN3VK+yh7HyYaskOU4kI7GfeM6w 2016-07-20 08:49:42 198.23.157.209 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1250 +p reject 1-65535 +r homedotrsaxvcdotnet I+BxXKI++Z+K0ywYZx/xLwdzD9s 3Wy9l8/pkYI27qpZ5SRuVl0svOE 2016-07-20 08:01:06 136.63.227.220 110 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r JusticeForMikeBrown I+TDoaK8L56PUPz0/Y0/50+J1kU OD2iCsINk6Z3SEcma4hdax4ZkgI 2016-07-20 00:01:37 74.72.195.42 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=592 +p reject 1-65535 +r choktor I+nZPq7eENPPwwZsOrAdwYzTxcQ 8qwUwUM+4WPvYLUmBU7YZDYSBcQ 2016-07-19 21:33:30 66.190.98.254 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=145 +p reject 1-65535 +r kaction JALNWg2EjR3KYetwjMH71DZKuK4 4A8OskUUHwd95JCM68T7j9YPeO4 2016-07-19 17:27:22 46.188.10.23 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2980 +p accept 80,119,443,9418 +r Alien JAqhDQ3bodaqZ2KAgWU4Faq4oGA xTRi7rUh88ZIN2AwyK8MAWHDjI0 2016-07-19 16:02:24 80.108.29.175 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=29 +p reject 1-65535 +r Unnamed JB8iRoFV0DYo3sPn1xmQw918uD8 aZSt0O8Jhq3SYvl/hbFaVzES+Zw 2016-07-20 08:36:00 192.184.82.128 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=282 +p reject 1-65535 +r default JCAeMxRKidhXx/0gKL3tcsvfdeQ DlkT7yVpndhYHsdjwdGG4bKSZCs 2016-07-20 02:48:59 77.5.112.81 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r tardis9876 JCdyhcbMuPUFwWkFNrq51ItDZEE Cp8eWyTfXZ55ed58w4XO7t/86yY 2016-07-19 16:56:24 37.120.79.168 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=484 +p reject 1-65535 +r Pandemic JERmcWn9XiFhgWWNAP/4rtBNd+M YMJaLxjBQHGAPrX/67Ju1ZlYNLk 2016-07-20 08:07:43 81.4.109.47 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2790 +p reject 1-65535 +r creaghan JE+SdVQzC3chsm6j80+AA94BGXs I47/0deOrHMGI0dPXDkOh6AaN2A 2016-07-20 01:50:23 119.59.127.104 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1 +p reject 1-65535 +r Emerproxy JFb+kpvEOMTN9PvPQzEw83Yd160 KvJQtnx6pfhEyAfgwtkI7No85JE 2016-07-20 07:47:24 95.163.121.131 443 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=355 +p accept 53,80,110,143,194,220,443,531,994-995,1863,5050,5190,5222-5223,5228,6660-6669,6679,6697,9418,11371 +r Unnamed JGJ5gbY9oyWdL6PUa6kcmBpoKdw c21b4oYQdn8wvYJX38O1k3Rr9jg 2016-07-19 21:06:49 107.170.32.71 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=11300 +p reject 1-65535 +r atacama JGRFbCh+cVg6bq38+ClZcitulv8 jQQFXdoeurDO3wD6DclHeb30h44 2016-07-19 19:02:22 85.119.82.142 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2300 +p accept 706,873,993,995 +r behemotthecat JGbdigTyXJ401OTHhpmSuyIcq+U MP+EQOOhiZSZz+dBFH3d/Ogh7bk 2016-07-19 16:25:51 88.95.123.95 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1090 +p reject 1-65535 +r nighthawk JGfJSdmnXItd5AbohrphHFxSEb0 CduZpnCjV1QWoBO8cFCE44Bj+qs 2016-07-20 02:39:25 78.46.251.51 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=106 +p reject 1-65535 +r Unnamed JIKBOdBuIlKwy1qkF/rhr+dwZLw gzdP3k48wUOHq84xGKMQHNJIBhk 2016-07-20 04:50:47 163.172.134.39 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=18 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r OQOQOQOQ JJxj7jF5hn5fJwrI2/IVh2cdRgA XfHvX8QNOiZ3Cxobt4zgv6UsJxE 2016-07-20 00:57:42 73.188.4.155 9090 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=358 +p reject 1-65535 +r angeli JJ/EVDxcOUk0IuR8myJvvPPohMQ DrcKdHWxpHnDr71kzu/LVCdH+Do 2016-07-20 00:34:18 41.215.242.50 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=186 +p reject 1-65535 +r Zircaloy2 JKCL/uUThiZidFgSk3PUm4yBPyI AE1zpbcOHBiIEy2hJWZsqYGVdcw 2016-07-19 18:52:35 69.30.252.238 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4420 +p reject 1-65535 +r skrapinov JKk6MktIeQSbsCaXt4zvtuUuERQ 4hwBg+gSdar4EHlKwNPzmLS39nc 2016-07-19 21:53:44 5.135.115.34 6969 9696 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10500 +p reject 1-65535 +r FR0ZE JKuaeBv2WizLoNInpwnpearyIB8 LX4R6LRIwNb7tlVuN8mfHPLlI+I 2016-07-20 00:46:18 45.58.60.127 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=267 +p reject 1-65535 +r Heimdallr JMSfwmGIyzwwFuNAkRyPpN0LPck VEuYW3PAB/YNuaViLNMBD/sTykI 2016-07-20 02:49:31 139.162.2.109 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=143 +p reject 1-65535 +r MonkeyTorpedo JOGPAQCuEYnUqrqozFH9eU6/eSo XP4Y2RnL1AnA5pLjeaKToUO7N7M 2016-07-19 15:03:05 68.102.143.188 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=84 +p reject 1-65535 +r Treal4Tor JOYravxBncn6jkLXbWKcLig9604 xuFhVr6KS8IpKFmc86+Nh40TdUA 2016-07-19 15:00:52 45.32.156.179 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=5750 +p reject 1-65535 +r Unnamed JOwDNjU3aUM7oMAml1NXpNBUAA8 O4XTCTZTH6vw1ZbKVF+Mk0ZDknE 2016-07-20 06:25:57 97.107.142.28 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34 +p accept 20-23,43,53,79-81,88,110,143,194,443,464-465,543-544,563,587,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3389,3690,4321,4643,5050,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r tormann JOzhz25hr2xoacfShvkPm9pCoLI 44+9iK9KzrSB4UwF+JNxumYZglM 2016-07-20 08:17:07 92.77.125.156 9037 9042 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r Unnamed JPTKX7L3fSmLBJmU9xubMvst/tg 8YgkGLp4NJ3zcqJzLBLt/2uP/Qk 2016-07-20 02:13:45 91.229.76.61 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r PsychoNinjaFox JQQv4sMRlLWE8EFo3ThgYRj5ttk 9dzTW5nLlLexRMjTCO9vZUqrMPY 2016-07-20 04:04:41 159.203.103.138 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13900 +p reject 1-65535 +r deans JQvssjC0WR0sjO0zeEGxxUJ16wE KhnBloT0sv7HHfOU5Vov/a0XLqY 2016-07-20 03:20:36 185.60.146.245 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5760 +p reject 1-65535 +r 2Ob1U8qS7bfMQdkm JSpVZytFCSk3TLtyeUBLIuDWklk L3WD7CXOAzRwgA4nc38hUaZS3XM 2016-07-20 00:47:17 81.89.0.200 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=219 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r astarte JS7w50TyAjStJM6h5Cn4+3KT2MU ZX3rF3BgQqFYQpFsLlk+40pnJ6U 2016-07-19 21:43:24 5.45.98.111 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1480 +p reject 1-65535 +r bb8 JUF1m+wE03gRwiCaiOhjMgJx7Jw QQX5BTlT2oX2pIhsn8+5RidC8os 2016-07-20 05:05:25 185.61.138.18 4443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=29000 +p reject 1-65535 +r woodhope JUKoEBexjvd4vXAkxtnEuLgSVkY C2aDiD8eCPbKPcYxXbSvp7t6uU8 2016-07-19 21:14:57 195.12.190.38 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1120 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r BusyLizzie JUQTg60cvGeqEeaRaTPaPshLZ/w nbskbhiOme83a4Wy1G14IKK6GuY 2016-07-20 08:09:10 91.46.12.9 9100 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r BrassHornRelay06 JU61GwuFsvuKcJl4ddpJNCCjBFg uWTO3I+NEoMl65tqXZp+3paA8qA 2016-07-20 00:25:50 31.31.75.181 4443 0 +a [2a02:2b88:2:1::311f:1]:4443 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=18100 +p reject 1-65535 +r 0x666 JVU2GD14hiA+TpPgHQT9wV4A4hI JVtsn3dLnJN4rshXM49Fmt2LpBs 2016-07-19 15:32:36 188.165.211.48 666 777 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39400 +p reject 22,25,109-110,119,143,465,563,587,6881-6889 +r galapagospadda JWLUY9FcPDg1FOfWEXYFBzrEedk RKjzi+jP3oAiK3RUwXvmN/5fUAI 2016-07-20 02:33:52 217.208.105.124 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=360 +p reject 1-65535 +r willcarey JXL73aRWfaZudoSpo8W05KVLuzc fCHzFV9JXlKe+2fFxJ7eEm+Uz5k 2016-07-19 22:58:06 128.199.207.148 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=163 +p reject 1-65535 +r pitorbyjens JXNkjUVh7w6lX5JP8/QvbguVxdo 3SvoxxHZoBLXLTxcSZQPmBoR4lc 2016-07-20 03:44:06 89.13.25.109 29035 29040 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=453 +p reject 1-65535 +r ididnteditheconfig JXUZgoqnrkbxKJ6hYS4bcxwn0PE +H1B5h+ZVnk4xEEMHrAUf4nh9hg 2016-07-19 15:58:07 192.71.249.18 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r waddennnuuntor JXfYAuSKnXYuuB8WI8j+Njeiaac k2RgRJuiFvlZlio3JfG4bSft2SQ 2016-07-20 00:17:24 217.235.191.100 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=135 +p reject 1-65535 +r UbuntuCore45 JYFuHUWjCdnx/P70A83l1hD67H8 soJGT8/wbcfCt5m5ohNon+qXL7M 2016-07-20 08:21:23 45.217.230.9 46224 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r heynowheynow JYcb+QaJsnC7b+hz+ccnYKsCbdE khRWefDrSmGpUF+mmFk6YEPQVs4 2016-07-20 01:03:05 173.164.206.181 9001 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r Unnamed JY10Ng6xjbseCGSDZrIbiuAPnNI hvfaGZSqLucnHikfxGUQBaKynLY 2016-07-20 08:01:37 89.98.220.76 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=953 +p reject 1-65535 +r Thoreau JZKwYxKPvmwJ7MFIEi0PQaWfUyI 9pxEyMRObAQ3+twJNHjftfeYxj0 2016-07-20 03:58:22 66.155.4.213 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1610 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r whiteroom JZ1EvfNzQHeQLNcWBrrZX5lKYGs af3HXy+jkHkNkB5nctWLlEy0/js 2016-07-20 04:29:15 5.39.78.101 9001 9030 +a [2001:41d0:8:9065::1]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12300 +p reject 1-65535 +r twentysevendollars Jaj9wX/2IOxgyNTIWYDpg2JT4Gg xIJqqY5s1Ot0jq8HHNywUMWrrqo 2016-07-20 00:20:07 198.154.106.54 9023 0 +s Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=45 +p reject 1-65535 +r darrieux JbaU6pX4JfFWxdrlYHszdehsDE4 Dd5lS+v+CMepKkmCUq08UJLCjjI 2016-07-20 01:28:17 153.92.126.234 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10600 +p reject 1-65535 +r venona JbcG5EsMXlWjw9UUG2pCcEI+Xf0 qwmS360KZlPizNa3DJH3ZFUe2Q4 2016-07-20 05:33:58 163.172.143.114 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2910 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r rpihomerelay JcXdH43SspAtUj4JJ/qaTBiCnEw PdbGBslvOKSUnWHGPaT2BoNgWCE 2016-07-19 19:07:46 188.23.144.106 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=313 +p reject 1-65535 +r couprum JcxE3btuYb+cYrtxUf6DWkMFt/U XKhrju/Ac4kJRiKJN5sC9k8cW0U 2016-07-20 06:00:12 217.79.179.14 13480 14717 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1450 +p reject 1-65535 +r Sky JdMVyoTZMWczl/nmhsRDJHjgMwk rpnSn2HXH6G/bsc2yRnHv99xl4k 2016-07-19 22:00:57 59.179.17.195 80 443 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=213 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed JdtV42ERZQH64bP3BYpa1fpW4kY Bi7WLOypAEjKDg69wOEXljt5xjQ 2016-07-19 18:01:43 81.201.60.237 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.1-alpha-dev +w Bandwidth=22700 +p reject 1-65535 +r Unnamed JdxJVHdGc0d22w//l/o76EURuyg RL6DBuLuCWgOvVoUIJNsiDgc7Vc 2016-07-20 06:23:51 83.86.219.39 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1550 +p reject 1-65535 +r AdamWest JfTDfQqWcxMBQfF+ot7FQNNZ58U QovZ5okb29rL0H9FE7WmxV2XaKw 2016-07-19 22:03:33 51.254.116.4 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=3210 +p reject 1-65535 +r Unnamed Jg48qyjLURvabLxDRdFLvdufG8c OJW7xgmvRAM/8hzb2qEDVRT72bc 2016-07-20 01:39:21 77.186.76.246 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=44 +p reject 1-65535 +r trystero Jg7h2ffbRIL5XbEhibNDRLdOizc eKdZA8BGaThL+m7+q3S3tDWHn7Y 2016-07-19 19:15:40 108.180.212.203 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=612 +p reject 1-65535 +r hacktheplanet Jh6073shj6rbiUuB9mId+girZ3Y +xqZkT74HxelcYdgqkz63GUJYck 2016-07-20 06:30:25 173.62.117.98 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12100 +p reject 1-65535 +r Q JiIK6hiLjQ5Hu1QeGmFus61wKV8 L/llmQLTabpwgQD0LRN13dE30Gc 2016-07-20 03:44:40 78.47.221.71 3451 3480 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6-dev +w Bandwidth=154 +p reject 1-65535 +r IllusionLive JjiQBKc/px0OXsiugxLrohyjhmA XtzzW6hO6tM11rmPISxy0oBVBB8 2016-07-20 06:18:47 45.32.232.145 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r Kosh JkMzEwELQQYRmSuFpJvHb8R0JyI RHLFjSBh13JU6MU1kTI6mq00Ngw 2016-07-20 04:37:08 50.116.4.141 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=1440 +p reject 1-65535 +r ehowardhunt JkbeI0MKdDvQUIncSTwVHGUK39Q uaAPTx92JlgqxsqQd29p3Yby6kg 2016-07-20 05:19:33 5.39.114.64 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1650 +p reject 1-65535 +r Unnamed JkeZWfKgc0p74K0FzOiaW2NT1VM LDlgnjZL4PjbLJSpNLwdEA6n7kc 2016-07-20 04:55:21 188.68.30.160 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=12 +p reject 1-65535 +r wikimediaeqiad2 Jl5au/LlhGRDkB6HgUYGAUjv6kQ OLw+qXNJHbS6WZbw+thpTDCUS/4 2016-07-20 07:42:54 208.80.154.39 9002 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26100 +p reject 1-65535 +r exitsandohs JmqgZughrnqYYPbgXBCenp2F+FI JbsYTxX4vTum695dS+Xvm/1Z1gs 2016-07-19 22:01:49 50.147.45.105 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=755 +p reject 1-65535 +r p14nd4sark Jm8sXOOoL3NXcosQKYiCbjjZjxc b71ea7+QeNmgeMdUPHGDbz7zKKk 2016-07-20 02:36:15 50.171.238.203 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r ordb2 Jnm1HJBhWPPfTFmv1z4rH9plNeE WO9YaXwXb0X7Fo+NHZ94FcQsjCk 2016-07-20 08:41:02 37.59.47.27 8005 0 +s Running Stable Valid +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r BarryPiOne Jnrg0p7INuO1xM7Qik81UbK6ZGs c5lczgcuEiOxu2iLITP143Fw23c 2016-07-20 03:01:33 73.177.142.26 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=385 +p reject 1-65535 +r HollyRelayUK JoNr0wvh+fqE6VZNCW1qXdt+Ej4 4Ioc5rQ7wv8S5OQdE3Ug3Hw83oQ 2016-07-20 01:28:16 91.134.135.12 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4510 +p reject 1-65535 +r Unnamed JoYF1MpVuY4r3EEq8wwD/6iNmDI 810E0V2K2aP1QP+k6gR0s8jFmuE 2016-07-20 05:12:18 212.24.110.13 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=312 +p reject 1-65535 +r sinTTxNode1 JpA9yXm6cnnb7G5tfbNkZGqEIKo EL86phMISRZoJqS1SukuOfOXCg4 2016-07-19 23:27:51 210.185.125.196 9048 9049 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=50 +p reject 1-65535 +r epcsjazz JqumL77pp1F5DDGqnunlAUQ5dpw 9G7blSDayB/gj9ariQG3FxbGFUo 2016-07-19 18:30:10 217.23.7.98 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2160 +p accept 21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Gholbithris JtKHw8F8Fx/d934DEmrJJqx88Jk AfWmr02UwicNwZ4zCJfhgrejPQM 2016-07-20 01:38:10 46.101.131.240 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r AndrewBC JtcF2cqu/+uRlyfrucWYyM3KHWw eVBrl/1q+tS50AJavmek7J0oE+U 2016-07-20 00:17:55 149.56.132.26 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4730 +p reject 1-65535 +r middlearth Jt051vhqRJJBd6BxlxD406q+n58 jWDuRjnph8/avbQhExTZi4wChmE 2016-07-20 04:56:51 46.101.113.131 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6-dev +w Bandwidth=1310 +p reject 1-65535 +r vorga JwgelcQftp/9GS3Ty1m1ZZluXe0 WEY0K1lroVfQHW8Hwn6U5qrTAaY 2016-07-20 08:27:35 81.129.212.214 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=98 +p reject 1-65535 +r florian Jwg17kmmCQBlp1Vac0xBT45fA/4 ylxOM1/ptxZO0sQq/jtRzWOAw/c 2016-07-19 15:38:04 5.135.152.143 4444 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=695 +p reject 1-65535 +r toloso Jwk0pPe2aao4fy1HX755PQNpRUc dwVUzHjULPMxzboewT/ciUXIoVo 2016-07-19 18:07:34 212.7.217.52 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15700 +p reject 1-65535 +r Reptilicus Jxtji2cxXQ0rNW9tLzIZb9BCNDY rBY8y6GfrLx3mxtYXaLjPF8iEvA 2016-07-20 06:18:37 80.71.131.57 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r anityatvarelay JyXqd3yZxE+6pp9U3306wn9jY7I sa4k4U7hKYaZu6YrjzPHhmb1BS4 2016-07-20 03:27:34 195.154.77.149 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=16 +p reject 1-65535 +r midnight Jy+7fMtn2PwSK+IZc6J3200ujOY MMByUyklNnwslRLyprqPwBuCmm8 2016-07-19 22:23:20 213.246.56.79 9001 9005 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15700 +p reject 1-65535 +r egoldstein JzxYx3ZNJxihH7e6IgX8FHlI1/4 JRuJg0hLjXKq9DNtrZ4thGAJtYI 2016-07-20 08:24:49 217.79.182.95 9001 0 +a [2001:4ba0:fff2:26::3c7:efe0]:9001 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=240 +p reject 1-65535 +r Unnamed J0fN2qxAnpJS2DB/dppdUB4rv8k hTLXLbE3rg1fE1HWiKgA07Bb7Kw 2016-07-19 17:39:14 132.216.54.2 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=11 +p reject 1-65535 +r sarkeesian J0kFw/HeYyZKcpbhXvwhc6Xz510 fVDYIfMS8iRGAMLmwA01hk5rRjE 2016-07-19 14:59:20 82.181.116.199 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=830 +p reject 1-65535 +r Bowman J2a1A0UirrFrL9oBRzPA7abIlRw obbErvBEoZBPGIyb5tGWJPhnWlQ 2016-07-19 17:27:40 85.152.228.103 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=34 +p reject 1-65535 +r PurpleNet J2p6ynUV6Qq7KrNtTzQhscf7RQE mU7n4vIERv5Ns4ZqYHZn1qp6aMU 2016-07-19 19:24:50 37.48.124.117 9001 80 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8170 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r vitellius J24QnFhNmMrHgTGF8hfUQxomHxg jWUkqaLMe3IIX44/k+yUM9aC4Ag 2016-07-19 15:00:28 209.133.66.214 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16400 +p accept 1-65535 +r wintermute J26tYRnDJ5MMC40+NwvxY++wJEs mZk0MOUMvo9Be3FT9piH+f22Rig 2016-07-20 02:02:20 95.85.20.73 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=398 +p reject 1-65535 +r worm J5hXqOyw89AbyWbEy+JqDYSsMS8 1cqN7Zkj0DFBsrPU94EvL7f3H5o 2016-07-20 08:06:41 94.23.1.79 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=182 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1080,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8334,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r vdkstor01 J5xSDkxZwBwFR3w9MSHcrOJ+OSo f0kLGKJlXII3DHGc69TJO2Nxjeo 2016-07-19 17:58:01 46.37.157.31 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=194 +p reject 1-65535 +r Yani J6Wg7nLPBQ+fCgkuKw5/+kBlN80 xuvqyXPn2Bv4RwScFcNkQVPJWYA 2016-07-19 22:00:44 37.97.185.116 9999 0 +s Fast Running Valid +v Tor 0.2.8.5-rc +w Bandwidth=1740 +p reject 1-65535 +r LebLibraries J6X9IlGfCvg5J87xME7hlIQkdYI Xds3oMS70mLaOykLMCh3eBqqDRw 2016-07-20 00:03:44 173.14.173.227 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3440 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r ovh J6ZViYxg+iGUNXV4xXG0f+p+LYc evyOwXD+rm2NfPKn+ZJWa6vMMHg 2016-07-19 15:53:01 158.69.244.40 443 80 +s Exit Fast Guard Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=30800 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r edigaryev J7Eyn6hDBEhc00rT4j5OI1B9iXc UISQs+7AA/9EhhKU+Inoaq7JYiw 2016-07-19 23:55:21 178.44.215.93 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=559 +p reject 1-65535 +r Unnamed J7WbwXDPKd6G7rkzCDZk/qWDGx8 YhfqAt/omDhsTgLxB419ecm9wP8 2016-07-20 07:53:31 73.133.29.60 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=148 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r baryon J73exzI6ngyIIHNFLORZXKvbS7E wh1CysnX66pntuzMK9LVtFzvTWQ 2016-07-19 23:07:34 45.33.39.82 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1250 +p reject 1-65535 +r TheTor J85Ie6vmwhKPstGoAcfLcVtI7Gs Nf2h6tYs2ZuY9Rj+6uiqjOOz+q4 2016-07-20 00:03:30 153.92.126.19 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9110 +p accept 21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r CEQH4 J+D/BPb1L8f54oaicUmNye2ucpY yojJX4fOAjsfefJYGBIQmbx4NJU 2016-07-19 18:25:05 31.220.45.142 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3690 +p accept 43,53,80,88,110,143,194,220,389,443,464,531,543-544,563,636,749,873,993-995,6660-6669,6679,6697,11371 +r torpidsFRikoula J+bo4ZxGdR5zEkIHI8YWL/M1akw PM328zs4vRbs/EAsIgp9S7m2yQw 2016-07-19 18:22:34 213.246.56.95 443 80 +a [2a00:c70:1:213:246:56:95:1]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=6910 +p reject 1-65535 +r deepspace9 J+wBjIB9+k9Goh1pzUU10fMMe10 Nn+J6Ka7hKyqxLTZc3bKO2fT7LU 2016-07-20 07:10:39 79.140.41.118 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=33 +p reject 1-65535 +r alternativlos KAkHEKvkM6RwIfIiCLPsJFqRKQA mTMpwxqnzM6xHSpl01L+j1OgKJQ 2016-07-19 15:42:25 213.136.94.10 9001 9030 +a [2a02:c200:1:10:3:0:6091:1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2410 +p reject 1-65535 +r hakawai KAs3HiT9PD05DI0jDZNwm3WnBow tuI7mVSDF8FrlotOtANxTs1twE0 2016-07-19 16:47:22 23.88.208.112 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2530 +p reject 1-65535 +r Unnamed KB0DwI8htOANLs158fVaKFny/X0 Psq3nxUv5Cb+GiWu2SVQyU2GaUI 2016-07-19 21:17:15 64.187.170.87 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=505 +p reject 1-65535 +r torvlhdk KCCxGMFB+ACPhX6nWXAz1t5vg8M SSSyZqzXQ42SWPSA58tENU9DETU 2016-07-20 04:55:37 185.15.72.231 2001 2030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r relay42 KCM8xO0XsnDI0FO9Gr4jxBxshQw cRoFmmFdN2t3FoFXkMkvvlqKAo8 2016-07-19 22:15:34 95.71.126.230 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=4020 +p reject 1-65535 +r deathsfollynyc KC5tmMgztcqFNk2sC8UGCwq1yAA 5d57rRiPupLRznF7/0xgpV/OT6w 2016-07-19 20:32:34 159.203.92.226 9001 9030 +a [2604:a880:800:a1::a6:7001]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=528 +p reject 1-65535 +r sevenofnine KDVJ4Nw8R2GhiCrRVd/7wJ3pbb8 KjEB340gkWKXLYaxRt4/kX6jCug 2016-07-20 07:54:12 78.46.37.25 443 80 +a [2a01:4f8:110:30e1::25]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13800 +p reject 1-65535 +r Unnamed KDu/MacXwO/NLF2WGsCoferGsnE IgmLYHaQLewA6eVFS/IG7SfxeKw 2016-07-19 21:34:54 74.121.182.206 9090 9091 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11 +p reject 1-65535 +r Unnamed KD3Ngli5+WPVdCYlsRmj8tBpl6w mN6/x4bjz8lCom0+PPNCV3Akwsc 2016-07-20 08:13:18 37.187.21.157 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=4870 +p reject 1-65535 +r rmrf KD7lf9xSIAXLrrU/nSuNHLrkqcU hJf9vprHNRKmBP+D5QT72BJkR2w 2016-07-19 20:05:58 91.190.117.77 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1670 +p reject 1-65535 +r tekknick KFAf/31Y2Ci7UHHX/JWbZSq0Tr8 yPu0LPkWJBBV4QJ1IiMS3h1Swuc 2016-07-19 20:56:17 174.68.65.40 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=188 +p reject 1-65535 +r luxemburg KGUfQZ9aHPdFEbtQDFgRIZLdSUM MlrMxfUU2coHc9x8mDsIReTgfy0 2016-07-20 08:30:01 81.89.96.89 443 80 +a [2a02:180:1:1:2ced:24e:32ea:a03b]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34300 +p reject 1-65535 +r PIalpha KG6XgTtqr5B+I6HDeDC7/3LhB/A JfFo4m+g6FRnQ6L1/57hvW/aGWk 2016-07-19 19:47:52 103.3.61.114 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=211 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ratatata KG8i9dGYqyDFDGW5SgO1LK5YiUY 9vh34ce33xed9Djnnh4OC4YRPPs 2016-07-19 18:05:48 217.20.130.72 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17600 +p reject 1-65535 +r tor6kryptonit6 KIZlk+KsBwLhXZjKEot7ZM5uSE4 /rM+aHrogfTlU+sggexR7k7XCY4 2016-07-20 01:18:41 76.164.224.66 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r derdave KI16jqRxtdljW2qKwIF2TjzTl5g pL5Ea8Ih3VjVuOLil7C0gQZksaA 2016-07-20 00:18:55 62.210.109.48 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1010 +p reject 1-65535 +r intothetylerzone KJIHNgiYWXfe0z+YqfonqcR8i2E xUntTzot3xuELncwb2NAvU+IR4U 2016-07-19 21:34:49 198.58.107.53 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1510 +p accept 22,80,443,465,993-995,5222,6660-6697 +r Eutychios KJxke5tTXvqB8MJrKL3r1szCK4Q 2T4MS/OBU8owAKiQSNFXMaqxgVE 2016-07-20 04:08:56 81.169.141.222 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1110 +p reject 1-65535 +r frecy KKtyAeEDbDuKx84umZRfikmIfT8 wg3hl/kDGLjhc/T0QQWxerO8Q4c 2016-07-19 18:47:54 217.12.210.95 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13100 +p reject 1-65535 +r hacktheplanet KLWND5j614Xdb95ZoTftGP5ZehM G4yy0j4fEso4X5WFjf24MQUTLoI 2016-07-20 03:36:28 136.62.64.142 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=3210 +p reject 1-65535 +r nocnoqqe KLl7B0Tsd4tQgA2UsoHfO6IuP4o xSgnZhvXm+MXkwDHUiIRJzPVO94 2016-07-19 20:13:57 185.34.0.188 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=88 +p reject 1-65535 +r maxmati KLnR8HepMaUzx5wlJOYH0v/u8CQ 1X7Mrx3oiCfXueTlXsG6He8qLfc 2016-07-19 20:58:26 5.39.81.153 55030 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7700 +p reject 1-65535 +r Linearbeschleuniger KMH1oAVhbgl818vVSTQ3ffj5WLI Boi8xE7Qw9Y23A6s5F6yhjWbamM 2016-07-20 03:43:50 93.205.168.51 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=329 +p reject 1-65535 +r SugarBear KMSERuFBcZW1VNVTc2TeiZ94rAg 3gnvvZSr+Omo+xg7ifJyWDSRsa4 2016-07-20 07:44:20 174.50.133.131 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=537 +p reject 1-65535 +r PenguinAlliance KMwIQuvrBNaT7ZUoCc57+dwOYkk GvrxRIf6bjg+7vkN9MisvCjEcC8 2016-07-20 00:42:22 75.155.205.164 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=401 +p reject 1-65535 +r nathanielmahieu KNsi6EFqTOyYZfTO0radHJ/zGSk uWuJVisW/Mkp6IEzVxctUNveeUw 2016-07-19 16:25:35 68.184.202.29 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=92 +p reject 1-65535 +r unixio KN0qIEngrnq1PW+jj9uerTW+H+c 4IIVuvRmlQgT4S8jIqXX4C6l76c 2016-07-20 04:45:27 37.59.243.198 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12900 +p reject 1-65535 +r zesaver KOq35HUR585PM0kNDtRq7epMjIs 9T7y7eCaGTtTEKt2xlSWBay1TN8 2016-07-20 06:17:47 46.119.161.110 59031 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=277 +p reject 1-65535 +r baerli KQV3M2Tz6Uyu2UnHrSln5UkOAXo 2IYPQGmWPtdaLiyXM4X7JUSY4vo 2016-07-20 03:53:55 5.45.107.56 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r darkcomet KRLoUmvoXKBbC3TEVeiHdWsOmvw lwBzEZ6fYDE7q2eY1J1VEyE93/8 2016-07-20 06:33:58 88.198.163.100 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.25 +w Bandwidth=2240 +p reject 1-65535 +r alttor KSG27CdRZdT+GbvHf6i4Wco15gE AZ/+uOraQXNxZ66N2/QEIrBrkOc 2016-07-20 06:57:56 92.84.61.245 9999 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=876 +p reject 1-65535 +r StandUpFightBack KSHmAzRuA8FGJk3yAAv7qhP8iuo O3OYH1HO/lYcHXsurxE8wY72k68 2016-07-20 06:15:14 106.187.55.239 993 80 +a [2400:8900::e:4040]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=548 +p reject 1-65535 +r theredbaron KS3ShdKEuXt5xA/XgsA0Kq1Bjn4 llZDxddwxuP9ZA1FJIb0xg5qvQw 2016-07-19 18:11:24 213.157.15.235 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=78 +p reject 1-65535 +r DiePARTEI2 KS9GHtdmp5h3ng/4/F30D58cumo Wjqxx/A48lh2pQnOAhvT9/404tw 2016-07-20 08:06:08 93.237.130.50 110 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2990 +p reject 1-65535 +r karbtor KUibPNaf5qmpzt3312WAebsXoLM 8G+8D0d64DAZt0XceyTOsbh/QCk 2016-07-19 17:13:18 185.47.222.34 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=217 +p reject 1-65535 +r automata KUiruPmJRwB8aAnnF6a69kX1GIA n1+verMiufTphJAOeLHocvXcWPg 2016-07-20 02:05:13 88.198.44.145 8010 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=398 +p reject 1-65535 +r barabasz KUsJdM08BUvI5shiLtBqauiC1gc jS0lUBeIkKQOq9okRuNJjDNLwTo 2016-07-20 03:37:51 86.25.100.29 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=82 +p reject 1-65535 +r lifeAndLiberte KVBPODA1SrUNql094zNMIK1jKXE MsvtbfiDSuFJX18bGCKbI15+5tM 2016-07-19 19:34:36 69.90.132.248 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=542 +p reject 1-65535 +r TOnLwxfYrDaCul KVXeWHGYSSFWoOefkN5NhJLbfAM 3ydC+15OPLPx3wnXAwLTzLwtdKQ 2016-07-19 22:30:10 185.62.190.108 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=4690 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r BlackBigHawk KVhqlfSSz+syg6iquUCakaHZd78 GNALnYRJRtv9+3/+Re1GFQOKBU8 2016-07-19 23:06:48 37.221.197.183 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3640 +p reject 1-65535 +r geogeo KVrC21rfTi2y22/3Aw4p3X5Ndls CSrehyajLg7Ebz+ZFQys6KQia6Q 2016-07-19 16:43:23 93.50.186.136 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=682 +p reject 1-65535 +r lsd25 KWYl804jgENALuG9XTW9DM5i6AM C4XWSGgYdwNSdzMxsLOP7w3C9J0 2016-07-20 04:44:21 194.145.209.52 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2890 +p reject 1-65535 +r soltor0 KWsheP10KrNasgya3wTV39PUB+s yIMJM9S0M/uns0T5lVSJwo2f3wg 2016-07-19 15:38:31 206.55.74.0 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=199 +p reject 1-65535 +r Unnamed KXKLyJ3Yk+oIm2kItjNmy//sgw4 OV1bqVNPZnKZ7gl7+GZX8rmZK/M 2016-07-19 17:29:47 91.121.84.92 8557 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=618 +p reject 1-65535 +r cyberphunk KXh3YBRc0aRzVSovxkxyqaEwgg4 pM+TJ8p1QNnBGGTkcGbdqu8JPxY 2016-07-19 18:58:31 94.23.150.191 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4940 +p reject 1-65535 +r hsde KZ1kA7PLPWsJCdvHAZZSNhvinNg Uj5B7ywx0rgE2KfFLP4wnirUL0w 2016-07-20 07:55:10 130.253.21.123 9007 9037 +s Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=15 +p reject 1-65535 +r vlli Kac/4dxx2x6gMCEOH6itsTpIRuw YeUxT3T929G5ft9QNbUh3TIMNTc 2016-07-20 00:13:18 37.120.175.187 110 143 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13200 +p reject 1-65535 +r Unnamed KarrGUELtJ7fz6bltEkldC1ETrg JhgFQg5qkjCTtqibKNATs1apwdY 2016-07-19 22:19:36 128.199.49.137 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r ui Kb9pvdNs9BwXQmVvyE7MtQJKaEE JPQHZRTn5vCRHhhJzZFPQ+pUgGo 2016-07-20 07:14:40 83.83.251.73 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r TaurImDuinath KceY667TakEPx01ZBcG+xkp6rlc JLlEbMCBOjftclS7B7EjdH79kcU 2016-07-20 06:57:34 103.234.36.144 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=122 +p reject 1-65535 +r tdipeter1 KcqqeJ55pWoXXmzIpMlyFLIEKbI 2yiwokw4pIXFIUk44yS4UJo5UuY 2016-07-20 06:20:45 217.234.220.5 996 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=80 +p reject 1-65535 +r VeberNode1 Kc9ErAbaRcxeAWC/ee+azHl14nY +P9UhzUqo/AtfOyomltgN9u5BIU 2016-07-19 16:01:28 185.22.173.114 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1560 +p reject 1-65535 +r vex KfECC5S+Jea+GtE+k84Z0hMbSHw zTfxPI9p4ULKRTKrQYI/1vc02LE 2016-07-19 16:20:54 194.150.168.79 11111 11112 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=41900 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6660-6670,6699,6881-6999 +r torpidsUSqfoundry Kfoip67k2KrqW/knGDRkLu2oSdc HV9K501UrCG2pUEsZ5M1GWGoY8E 2016-07-19 23:27:26 107.182.131.136 443 80 +a [2602:ffe8:102:406::76ec:cd0]:993 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1110 +p reject 1-65535 +r darmon KfpRHmejGhqHSqv7K2JK0SKuTtQ dMEjsuEiJEPw5VFdkBR6Jws5Xh4 2016-07-19 17:44:31 138.201.143.186 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=29500 +p reject 1-65535 +r SchvingSchving Kg4lbxDgm7bESGbanvV+vzcf/lo zv8YK1I6ZLqE/oWHjqTRfQrO2K4 2016-07-19 23:50:42 81.4.103.170 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r HassoBarks Kg+tPKehkMQ9jteJZye9Qm6MLvo G0OUQ2MbHLOmpoDAcasHW6ZMM7M 2016-07-20 08:06:26 217.160.13.173 6574 6547 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5950 +p reject 1-65535 +r scalewayone KiCi4Dqtcus/fiWdlgqv8fMehbA cvgX+YapKMlrXXxXRH1wZO12zcw 2016-07-19 23:23:33 212.47.236.79 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=38800 +p accept 6660-6667 +r ORLY Ki5jAndSCpQfLPDb7mQG9IhFvDM eglI+hbi5FMk8+EwPbZZfxlVmk4 2016-07-19 21:45:31 84.202.116.164 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=99 +p reject 1-65535 +r DockerTorrelay Kj/f6is/GlBPqcZYiwr9NwYtwjo oXo62nPnvi/i/NRWU//Izz4m/Ks 2016-07-19 21:41:52 155.94.144.18 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1740 +p reject 1-65535 +r LaTORtueNinja Kkma7qlfsQ8HVEOD1WI2jkm+Mso aEpblpopKUcaIOsDzQzU1BBAaPU 2016-07-20 02:02:37 185.87.185.245 40000 40001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10200 +p reject 1-65535 +r gent00dotcalm KkqqPs96TJnHQDWbqGE/6fEEp4Q 7O+ThTEXJMSnRGjqUechUpphpCs 2016-07-19 15:05:15 162.216.6.144 9443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=2330 +p reject 1-65535 +r janschejbalScaleWy2 KkxEh4T1qDr+bHjaNX1eMfeYnes reVwCUv4FwTjHcQjLCL4pkyATfA 2016-07-19 19:50:20 212.47.240.10 443 82 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29800 +p reject 1-65535 +r Unnamed Kk7pCNHkZxpF8MZwzDCec8mMmNw dddS3rE9Fj/blt19is69onMBrWM 2016-07-20 02:11:01 93.184.66.227 443 80 +a [2a01:390:c:0:216:3eff:fee5:f303]:443 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r default KlY1eh8mqrgFFEu2dvmKX2QGYw0 UXwv3fN49DZ5bhmaqSIUh80el0Y 2016-07-19 23:06:45 188.53.31.86 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Challenger KldGv/MqNjzTqtBRlsDxDnFDu7Y E41Iqq/VwhyGf2TLGPzKc2EiZ7c 2016-07-19 16:32:49 149.202.181.214 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=30800 +p reject 1-65535 +r iris1delta KmF1gVz9WWlWcwVDdye90y2pSOw ljy9CYMtE6sQdeCENcWc9zwGTxQ 2016-07-19 22:37:56 130.204.236.133 6006 6007 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=398 +p reject 1-65535 +r toupeiradofra1 KmeUvv2YITPPEMXT/H8hI3Y7mAM k7d9Ta0g5dmwS9FiYzsdHJvAQn0 2016-07-20 07:02:09 46.101.197.155 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Greenhome KmquGbAQ3H2n1Hi+qqZFo53ESu0 IKYQjYWP1x9mPXylOhQXLkW8a5g 2016-07-19 21:14:23 78.193.78.45 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1770 +p reject 1-65535 +r PetitOignonVert Km4IrnQ3IoL4C1bKsLNQ4DsT2n8 k9/KA74BlD68gJ2E41nQkNo7GTA 2016-07-19 22:00:43 176.221.46.53 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=3780 +p reject 1-65535 +r ZankleRotaryEngine Km56v0P5eWrUoT3ysgR/kOcpGl8 uUXU865y0mRZWHDmtVOUicZ5x5A 2016-07-20 07:20:08 135.23.103.133 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p reject 1-65535 +r thewatch KnOR0kLw6IyKKTBH2djO9GiGsHQ dLRygu9YgFkuso49+9VnKCLP1gA 2016-07-20 01:37:45 46.252.24.56 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13100 +p reject 1-65535 +r UG15 Kn9A5vnB4OZvS8C2VDi7GEWLBDs PxGCi6w8lz9KYzwABJtDtn3u4wo 2016-07-19 21:21:43 46.183.85.124 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1880 +p accept 1-6400 +r ABKuma KolR4RtgcQw27JQdwl9iYzYzuWU nswbmRC4yn1VrQHeHPkM4QTw1pY 2016-07-19 19:09:30 150.107.29.57 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=111 +p accept 22,25,53,110,123,143,194,443,993,995,6697 +r tom Ko7w9f3zFJAO361gdi6SkfizgTk qZzcQVvSCvCN3xvSDtbhCALUfh8 2016-07-19 21:31:34 91.138.66.57 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r aroldo KqA8SkvucqUrcpmmvFKVbgbydtU J5HLhP8Fh3RZuSMclQBjOpydQyQ 2016-07-19 15:57:12 104.156.60.163 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=914 +p reject 1-65535 +r godzilla KrBPDk0nSVQijqbElvoa+nE6x/E FxQ5aaCTqsv9vXCLDqO5gc2qZNk 2016-07-20 07:35:55 76.164.202.122 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3910 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r marlen1 Ks4X2/ya8uJRTrjpg419oUIO+8s kjiFUuxjXctq5ABFv2izqZgQjfU 2016-07-20 01:15:13 46.252.26.2 49992 45213 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21400 +p reject 1-65535 +r foobar KtZpgAmdiOeT2CR2ayQOfKhSq2o MpDgEISKeVdjxZMMoGyvgc4kq1Q 2016-07-19 20:57:41 149.210.218.41 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=76 +p reject 1-65535 +r arbitrary1b KtkU0D+DnRJ4hV/ZJSanaJymLjc nhsozQCSOE2aD5CPG3mTtxvTWPw 2016-07-20 07:06:56 78.46.51.124 22 143 +a [2a01:4f8:101:10ab:6ca1:a8f6:cd6a:6255]:9002 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5250 +p reject 1-65535 +r cliffjumper KtmxT6wpa0eaN5+P08z2/H93Xts uOb0bAR91TU8PgHbQke9WgkpPnA 2016-07-20 08:24:39 38.229.0.29 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2490 +p reject 1-65535 +r RobotDreams Kt7HQs0ZU127yEGOKiC6dMkn70Y fp4RUQyZwCmjxKzWxjd9uEWoBAk 2016-07-20 00:27:36 207.244.65.165 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1870 +p reject 1-65535 +r NlTorRelay30991 KuFqnCTVinr/0J4zihRYdaFtcUk YoHWsH2HQxulNRF7dX2RyCvqNx0 2016-07-20 05:35:18 94.215.24.85 9001 9002 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=449 +p reject 1-65535 +r LittleFoxTSA Kuwi05t+h8UJwbcCpvsY+AiL/aA CB5K1QD+PO/QiX7vW2vkQ3XQ7lk 2016-07-20 07:14:18 178.63.154.93 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23100 +p reject 1-65535 +r sriyani KvHwPKUCoj1VTrYcZknFMWdMlic kZl+EN6ofHEYoSiwh/GcniWeILc 2016-07-20 07:14:59 91.219.28.99 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7810 +p reject 1-65535 +r FarGalaxyNetwork KvLEbpJXLDh2sjbVkinmYXdSo/w lwyMRf2k37RmHHasl8JTqCgtd5Q 2016-07-20 06:24:30 46.21.107.230 443 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=433 +p accept 20-23,53,79-81,110,143,443,989-995,3128,8080,8332-8333 +r JanLucembursky Kv0JCeYHlt6OJwlQyJDOF3/zKbQ ie3lnyNsZHntU/rKAtEuTVmFLfA 2016-07-20 06:21:44 87.236.195.185 8080 8081 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=30 +p accept 20-23,80,110,115,143,220,443,465,646,993,995,1194,5222-5223,6666-6668,6697 +r fejk Kv6SAZTtWAc3fLC7aWxchwzti/0 Pyq2gHMMgNtXOr2/NSFRJoOEynk 2016-07-19 19:02:55 46.165.249.228 110 0 +a [2a00:c98:2040:a008:1::228]:110 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23700 +p reject 1-65535 +r UniverseTMTF Kw2suz+rb+LkYdnc4g2VSX118qE S9bbJi4Cn2yPpsYLQgoZ9NjPWOI 2016-07-19 22:10:34 62.210.36.227 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=39600 +p reject 1-65535 +r aosctwbot KxLIfUY26ZG3XF2IccgASl3rOv4 ps9UjWjt3Eg6rcvBu5X+FRa0LZE 2016-07-19 22:25:03 163.22.17.41 110 143 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p accept 8-1024,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5900,6660-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9000-9050,9418,9999-10000,19638 +r pyatt KxUO9pRjG8G9C5Mfo4UsSco+7ek TGNskPiNk0OPLhI/ps8/JQJ8/m8 2016-07-19 19:48:28 150.107.150.101 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=644 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Idatha Kxuyp5bHDX3llv+foMukjxKZTEw 1w5dLNs6whMg9jZg3zzIysTSNHU 2016-07-19 20:07:56 91.228.52.186 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=283 +p reject 1-65535 +r Ghostor Kz+qA+3oTVzyeyc1B6kexaOqdqU 2iDiuiH4tNhcqWinNTM1a7lEh28 2016-07-19 18:43:00 78.242.171.3 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p reject 1-65535 +r AccessNow000 K0T9F0LSbk8o1MrPHwz4poYnDkU mA6PQhs1aoiQBXE6+mhkCaF8xOY 2016-07-19 23:56:37 176.10.99.200 443 8080 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=25400 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r xmppse K0wMGJBv7jepNoFb67X46xhs5FU 0kCRIquaPorR3az1l1jFRtP0CU0 2016-07-19 20:36:03 5.150.212.15 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7700 +p reject 1-65535 +r plutolightsout K1ZL2IfveExzHd/LAcsqqNyt+cM 8R2gXbTnOd9XtreSJnU9S5YanLk 2016-07-19 23:48:12 168.235.89.19 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=766 +p reject 1-65535 +r SNAFU K2kZsCs36l6lZ2BnCdJ7UhLyTQk iiM1E26aOLmc7aBNOqG8auGmbGQ 2016-07-20 04:46:15 87.98.185.5 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5050 +p reject 1-65535 +r Konata K3Y1nTqqlMoQf0R9LRTkgamesgc +190a6zeDCOTFEzc3jwohSr2U6U 2016-07-20 01:46:19 69.64.48.168 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=35 +p reject 1-65535 +r tauro K4iq0uYB5W5eroK+w4qrDKbvIoM k7kwTAV6yDmNZsX7UWfY467XNtI 2016-07-19 16:24:16 189.84.21.44 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1940 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r SergioSm K4739qgxvXvYNbdyPJPWvDEX7/U oX3ponJ1LsKO35mHAfMDTB9vE+g 2016-07-19 22:15:09 188.120.227.44 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11100 +p reject 1-65535 +r storm K6LI6WslkOEHKuzivbXEiSG/hRA 4yOqmmWS3LgAvbp25/gTl3l9PJI 2016-07-19 16:26:37 144.76.26.175 9011 9012 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7190 +p reject 1-65535 +r PiRelay1776 K7wpw2KV9FeQHngV9yJnkdiieC0 0oYv5Hvph1YYlj5Pu0zWSlKV0qc 2016-07-20 03:13:06 50.89.226.60 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1000 +p reject 1-65535 +r pragonion K8DRpxHekWUe4lqDkhWN4kVG1AE pMAjbPqW8RtaMf2pzVkDrNw2pmU 2016-07-19 22:08:32 46.36.35.12 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p reject 1-65535 +r Callisto K8HGNZ8rRBHaJ3OF9YWC0EtN2jQ I+DFqtEoIDIftsncURlXiCEkXaU 2016-07-20 00:53:11 82.21.211.29 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=286 +p reject 1-65535 +r hsde K8Rowj6kN1WIQBVGLXSaiwUNq9s raSTqLJgKNawaJZOiushtZRnDsw 2016-07-20 07:37:28 128.112.139.18 9007 9037 +s Running V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=19 +p reject 1-65535 +r PaulsRelayNYC K8VcFAAxVdA+XbK4KHyOX26DnUs xMQbOK5nYXh3umkeHQVbJ4KiELc 2016-07-20 03:28:01 199.180.115.100 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=1150 +p accept 20-23,43,53,80,88,194,443,531,543-544,554,636,749,873,989-990,992,994,1194,3690,4321,5190,5222-5223,5228,8008,8080,8082,8332-8333,9418,11371,19294 +r Unnamed K8vGNFxLHcdSqb4+pWzAoPj0LGM EbJxZDyhBbEWtGz9wdSfJ0BuZ2o 2016-07-19 20:35:18 222.10.47.12 49153 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=48 +p reject 1-65535 +r medidntdoit K9DfzTRijNGG1Dz4B0QFrr7nqLc k8w8WQIKRORhQOI4C07M2Cjzar4 2016-07-20 04:51:43 217.244.185.43 42901 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=83 +p reject 1-65535 +r greshamtor2 K9io1HT7JbSedVppkEgAjw+zS34 hCFL/5oY4rwt6HmqJQpJb/MrO4o 2016-07-19 14:49:43 193.150.14.103 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=442 +p reject 1-65535 +r Petals K9p7KlNNwqJOXLZ4pmizSvzXWsE EAKMN9R7vkVGJGMKsioyRp6teck 2016-07-19 17:17:47 208.78.254.197 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=69 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r rastorberry K/f4sK+N85DLlQAnVI5FZPuWgxc lWp/a0CJqRa8owPP/nVX0WDjrXM 2016-07-19 21:45:26 179.252.16.129 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r default K/iE5Zv07d4RWAdCpt1vZQ5qqDs 8GL0mgW5UINuP8ObdnC/OmjLiuQ 2016-07-20 05:57:42 89.182.143.190 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r uboot K/lVRUpJiDt6cqGgdOQgicrgulA QKCCNcwt/IQCcOZZXRWMyvvGCWU 2016-07-20 00:20:52 84.57.244.107 443 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=7 +p reject 1-65535 +r koreander K/sm6nPrX/65Wl+fozJUsTOtPVo efNaB3mRY0/Kir6sBP55pTZdcdw 2016-07-20 08:44:14 50.7.115.67 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=23500 +p reject 1-65535 +r unit2zero K/tZu4jWIaUaXcwsrIIedC66wDg +b3VQciR+JV9zTLQwvAcGejc3sY 2016-07-20 02:10:24 69.164.209.8 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=219 +p accept 22-23,80,119,443,465,993-995 +r ididedittheconfig K/up2nyFKQbXhvVUr7jGF+weYzI C257hPQsxoJcySPXwW2xEO78P9U 2016-07-20 07:35:37 90.177.220.210 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=243 +p reject 1-65535 +r Nana LAZHYKpmV+LFdd2JfCWIsXCj/xI FYbcNWo/H6vDA0Gf9OoPUrtHL0Q 2016-07-19 16:49:30 167.114.103.19 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=609 +p reject 1-65535 +r Unnamed LCicf5owPjoQNBNosQpFfseyuNE wkbpOr4JaH2TgXM/Vy83/+ug0Fg 2016-07-19 18:28:23 91.213.8.235 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9440 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r thirdexit LCzZkreF8JdSJ4Jg3NjW1iQruHo QT1JiMmhKJrQ0bH9FfvI7ysmfKw 2016-07-19 19:41:25 85.143.219.211 443 80 +a [2a04:ac00:1:5fe8:5054:ff:fe00:86bd]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2800 +p accept 43,53,80,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed LDbWUdR4yaHTtCpHifYkWJA3NqA CawfeJgrzWPaBMRqZBmh0q8kpnQ 2016-07-20 07:42:20 139.162.44.128 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=44 +p reject 1-65535 +r Unnamed LD70gmdBB2NAKNSXo1biECK8Y/E YtKCke6lOw+5tooMgaxgQ7ysR4U 2016-07-20 07:13:14 195.154.112.130 8107 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3800 +p reject 1-65535 +r konishipolis LEyCT/Nc8heb90O144CIPSVN/vE /BipGKvT7xqhzBTUpL1pDEe2O9U 2016-07-20 07:53:58 24.130.33.107 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=16 +p reject 1-65535 +r Unzane LE4VzUDuPS1vBi8Erf6bhcjDxSs awVqHT4neAUszZ8gFHJ9jspM9VE 2016-07-19 17:03:06 184.105.220.24 9001 9030 +a [2001:470:e861::7]:9001 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1120 +p reject 25,80,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Torrezno LFuKzWpUfdvezKjzgm68VIGIZnk Yd/9ccf/3StOxiUOnCA/GH5djbU 2016-07-19 20:43:09 5.34.183.210 443 80 +a [2a02:27a8:0:2::ceb]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=11700 +p reject 1-65535 +r mtntoptor LHhg2LpLb5Jb9MEIQTRPyE8zpeI ErJiKnIBo06Zidur12/XePqlYJc 2016-07-20 01:21:57 24.171.13.54 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=220 +p reject 1-65535 +r AccessNow012 LIBKqwwC+XGkOGs6HyrAD54IBnk luZWqhu4WtA9sJIBW2t0DgsjQGI 2016-07-19 23:26:57 176.10.99.206 23 24 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18000 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r HectorRelay00 LKYsGRAs8lWYOw1KlV88TWdTE3c xxvf0Ex1FvKZBs14olIJZ7xRsZA 2016-07-20 01:12:22 91.121.110.78 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=338 +p reject 1-65535 +r supc0re LKqV3eBzNuhYpT1fsaAaNDqwnLY KDUkurSkuYN+c8Z6ZPpBQuORzJY 2016-07-20 03:45:55 188.138.122.32 23 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22200 +p reject 1-65535 +r scalewayts LKw5uqmWeRzvqtydR1TWWvXrd8A hcVDE31bs0c/xC9na7H3LTczIRc 2016-07-20 02:19:02 212.47.252.149 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11000 +p reject 1-65535 +r afriendoftor LLeeCJAKdxhT5Qe9Ayb2YlN+kTc sddZDgjgxwOwo+8IcDhYr322bkI 2016-07-20 05:55:48 45.79.89.133 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=131 +p reject 1-65535 +r default LMYbI72WW+GtI5BDJFSw9Y3hmck ODLrwsawg+QT24GoFK6/S5hXqZg 2016-07-20 07:38:57 77.20.159.133 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=14 +p reject 1-65535 +r AgentOrange LNascnZxolxIBeyPrN49Nygofig ySTXfkyPEoc7J6M47S9NEWJcVPo 2016-07-20 07:41:26 138.68.15.191 9447 9090 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=357 +p reject 1-65535 +r EHVAGhouse LNt44Xhvopoh6lk9PMeP52bB46A MiZB4PMfbBMGl7VOwDM9evdR9eY 2016-07-19 18:02:31 144.76.45.74 9090 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1450 +p reject 1-65535 +r jaures LNz+0BQrKLAC6J0wXLouJgY/reI oyK+FNqowZu7la1ZshQZ0vwU9b0 2016-07-20 00:45:03 178.16.208.56 443 80 +a [2a00:1c20:4089:1234:cd49:b58a:9ebe:67ec]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23500 +p reject 1-65535 +r Doedel24 LOlqih2gMmZMkPV0r/vs4Ypujfw mHgu8x2YSqNxBR/FOZQWOP1ivM8 2016-07-19 18:36:15 178.254.20.134 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11300 +p reject 1-65535 +r adagio LP1N68bQWbo9HYpx7iOaD+hOC3c I2TW1u/D8nnCejhWO96/wWpEurQ 2016-07-20 07:24:04 198.96.90.129 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2930 +p reject 1-65535 +r xabbu2 LQdgDKsDIJbTDqkMgl5L9Kp0+5s n7OWBQ/LzkhzIywr590OYdVv2MY 2016-07-20 06:11:00 5.189.130.187 9001 9030 +a [2a02:c207:3000:6766:96:97:98:99]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2400 +p reject 1-65535 +r TorUser99 LQkFGO+Am55GPQYwyEuUwto0KmQ WeL1yaSQv4b7WKqU28Lk2adbI5c 2016-07-19 20:30:56 85.230.108.179 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1230 +p accept 80 +r abadie LQkTbdLIc6O2SFxanjBZahvowcI fkUUJXpiYfKPFdo4pgiVC2zDWyY 2016-07-20 00:02:21 85.17.223.134 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1660 +p reject 1-65535 +r Unnamed LRCxBtJ3kXjLXRdqBhRffyoHZZ0 SGYYgtFAjzofjw6T3nmnoSh6qNc 2016-07-19 20:18:35 188.166.161.167 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23600 +p reject 1-65535 +r hsexnode LSX4/oVM3i3lhvHSvmEKNWvDv+o G9zDfz6AAhQfhrT2k9RdFFWqH24 2016-07-20 07:27:49 5.34.183.72 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r PL LTE3lQwirkDPYyWMLNOpBAvWLD0 a5RFTsxkh6o3riry6pczuGuFiaM 2016-07-19 19:20:39 149.202.62.12 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=31300 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r unctious LTX09oyeIEladdFQZjFS8vD8rtI T7cao2gyuEDrSf/N5nAWrFIys6w 2016-07-19 18:45:22 217.197.84.21 9001 9030 +a [2001:67c:1401:2010::52]:9001 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=829 +p reject 1-65535 +r aanetuk LUfwOfBO7APqvkhMwBd5agq0gkA wa57a7DSjrOVaKtJWPWISQyBY0U 2016-07-19 18:09:10 90.155.23.218 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5540 +p reject 1-65535 +r genshiken LWEh4jXdkt+GRIlRCmIlTMRoPSE DF8nitqEh6fiK+GrsoMEMxTWzK8 2016-07-20 00:14:21 188.222.106.239 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r NCC1701 LWcaSr+EZunkVqyaZknHYKAXZGk ONPzMU1aWtOVtu1+WF3BeFOQdfM 2016-07-20 03:13:26 24.132.70.95 9010 0 +a [2001:1af8:fec3:16:216:3eff:fe6e:5c4b]:9010 +s Fast Running Stable Valid +v Tor 0.2.8.2-alpha +w Bandwidth=2420 +p reject 1-65535 +r adargalad LWjqc46hy7IFXdMlpYIdNZ6RRnI VMT7AQKhd3WFzRlGoQL7MevCD0M 2016-07-19 22:57:42 178.209.52.145 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=243 +p reject 1-65535 +r PRPLNET001 LW8sckutVJPO1onDR/PXJsB89Og W2CdbldTcT/TxLmN9YEaX3lXwsw 2016-07-20 07:47:43 77.51.204.27 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1560 +p reject 1-65535 +r fntorrelay LY0uyFX83nUIE3X2eIHEDUV9lrY UN7rJvHfUu5hcoQB4qN28HyibEU 2016-07-19 23:26:32 107.150.10.87 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=87 +p reject 1-65535 +r UbuntuCore27 LaQilHvDfajFRKFRfQZe1WhXVgU AKculK7N8yTnANT/FMVm1EZgtA8 2016-07-20 07:50:41 75.142.145.8 38384 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r scruffy LawkIhndv5tlJudp+MFuzWZESN8 cL3cB6xh+QrzVBYZyHrs2EQBYic 2016-07-19 22:09:10 176.58.106.242 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=287 +p reject 1-65535 +r Yuishy La6ptzaBKyaRQe0YImlTSZoW2ic JRv0XfEszx7zmAiKCpMJtygD/Uk 2016-07-20 03:54:02 178.79.160.57 9001 9030 +a [2a01:7e00::f03c:91ff:fe93:e774]:9002 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=557 +p reject 1-65535 +r wirelesspt La/DEObf2mnAC9UtqFGLfALdAqk W18EaIGrTTWjHlfSj++mVB0Bw+U 2016-07-20 04:48:51 37.187.239.8 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7150 +p accept 443,6697 +r th00ht LbJlAsD2ZeSt0BK6QztSLl45j58 9ofjP78Mm2eEtPgyJgoj/0J7E6g 2016-07-20 03:32:13 193.25.102.252 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=215 +p reject 1-65535 +r vlips2 Lbhfm3tGeB+DZfZejUGczmYPuaI EUJoqHgStGsqhOMb7tjpZoQsJ0s 2016-07-20 04:42:44 162.245.23.63 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1430 +p reject 1-65535 +r roemstedt Lbi6S+0HcrY0+juSSBr1ZhSPWBc BTLNdCO6XgLsXdOwwVtDE/+uUPQ 2016-07-20 01:21:58 91.3.8.122 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r Unnamed LcMJZx07G9+LEOvsBfFMm/1B2dQ JuDILJnGzMOUu7rTHVcvbO5IhjQ 2016-07-20 06:27:54 192.157.239.243 9001 0 +a [2605:f700:100:400::14cf:50ad]:9001 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=21 +p reject 1-65535 +r Bergerie LdNhfZIQqBHboMOzY4U30RQjL/g LN7JwB+n9pljKYXMR0tiJZMEL0Y 2016-07-20 07:01:49 88.178.86.202 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r torcloud1 LdgpRd2zDt8apRzOMG0vprB+1ec iv2rKmDQz8f2zmJMqY7qJEV4Azk 2016-07-19 21:31:14 45.62.253.3 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r toupeiraovh Ld8gwuA9Vkc3DGjAULEIaRJoP4g tNYnDpA2iuGxpRwwCdfEsj0TUFI 2016-07-20 08:25:36 92.222.71.173 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed Legn4KNJrr5C4jPztavoITIb/I0 AJx4EoUklfUV2sTyPCUVxOmPB+4 2016-07-20 01:20:59 62.149.2.188 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r mausMan LeoLwPfRdIOUrWbaoOM60IVFncc mA3paNnybVtLGAoXTm0U7dKpCAM 2016-07-20 05:23:46 81.4.101.93 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=88 +p reject 1-65535 +r proactivemellowed3 LfpJIdl5bj0wO8xvzMJXYU3Rbk8 6KLEwIPibGh2kFZX82NazAHgayg 2016-07-20 06:08:36 91.240.67.138 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=228 +p reject 1-65535 +r nobodyspeeking1969 LgBLm2+xZrmAZBAaHVCJsmNG3I4 PWD4aw1FcBMeJ1gT5Gfj5IfvjwE 2016-07-20 04:53:31 72.216.236.194 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=127 +p reject 1-65535 +r CommanderRoot LiLFN34DFmUEb4/DGqQXG8rnDdU OivLbsKGptKLdrp0jemaEyQ11Xs 2016-07-19 18:25:35 62.141.37.142 9001 9030 +a [2001:4ba0:cafe:263::1]:9001 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=3010 +p reject 1-65535 +r jwon Li5b2CVG/CDvhIvzSuWI8VElMvo NWAiLfUTR1z3M/9ro+2cPTfBjhw 2016-07-19 18:55:59 149.56.12.78 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13100 +p reject 1-65535 +r WeekliLeaks LjpUt2/3UvHUP45ewkzNjuveadE cf1f7GxClBjfPTdYmNdQ8IcCb1A 2016-07-20 01:13:03 110.174.43.136 444 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p accept 80,110,143,443,706,993,995,1863,5050,5190,5222-5223,6660-6669,6697,7000-7001,8300,8888 +r gaztronics LjsG+w3uaKGNnU8ERHjgI0zUwZo 6hYB2EgwnddpC6/bpke5/2kwdAk 2016-07-20 00:48:14 95.172.236.63 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=139 +p reject 1-65535 +r theOnionKnight01 Lj6UGivdt20UOMEMRSZa7rkm9qw dA8K9X/vuTHHE+9oiJ4XyM7kxCQ 2016-07-19 22:54:23 141.20.33.67 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7390 +p reject 1-65535 +r Antarctica LkFijZmr4UpTuMXuQ7sI69BASsQ 9q9COLtRsBlbYEh+Jv5MPl2FSVI 2016-07-20 01:35:31 195.154.107.151 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=3780 +p reject 1-65535 +r lolnode LmCd9Koky6rSjqvPRRsVaWgnu7s rLmJUOL2fYXJcl+cv67DDy4Tey4 2016-07-19 15:47:45 64.137.242.231 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r RLG02 LmYId1+VyYYYE4TgxzLKCx3xFk4 zIyUj1X9KCwMWJHQsOzUE56H5vY 2016-07-20 07:53:57 192.3.94.54 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2 +p reject 1-65535 +r Unnamed Lme3RnCB74zlUs42tZHGGM7e6QE LOpcKz3AiTUWfScbqKBgXGFRwKU 2016-07-20 04:30:58 45.62.251.146 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7680 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r asdf9000 LnTz0qViQWPX3s56ANSCABFfa3s Nf6sDTFCXZXbpR625VhqZvHp9RY 2016-07-20 08:45:40 188.64.45.105 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9250 +p reject 1-65535 +r alternativlos2 LnquguK8j2X8lOO8dEtzc84xCIY 27sonIACJ/UiaM/oeEJmtBbnB3w 2016-07-19 21:18:10 78.46.223.134 9001 9030 +a [2a01:4f8:c17:e5e::2]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2000 +p reject 1-65535 +r tortello LoOS9+TORpfQW5sF3PCfXWo4/Qo pod/Ona39x4caG/9z2NK0v0O5fM 2016-07-19 18:53:24 104.167.103.122 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=527 +p reject 1-65535 +r gloryukraine LobAtxVmq0L0NLtJQ5EcZ6rzFQ4 XBxFSj7h3vKdMKOd6a0G1QCtfTM 2016-07-19 16:22:41 77.122.79.126 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r AnAverageRelay LpcQLrAsL0iE7L+kN+qxQb4bbow mBd8tl3B+2U6oG18tUpfmGBY/Sw 2016-07-20 00:52:30 167.88.40.171 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3870 +p reject 1-65535 +r 2S0V1A6J Lq904l9c+VzbZaPCD/+2uV9y0Ok RBjAjuK1NPYwqh32wjPHAbCXvEo 2016-07-20 01:09:53 217.238.5.17 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=67 +p reject 1-65535 +r Alastor LrPCMBgGlKHoSAAeIPNvdqIocDk hofpsj9SQrRq5PkQyUcmelAlvUk 2016-07-19 17:21:08 62.210.123.24 443 80 +a [2001:bc8:30c6:100::dead]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=105000 +p reject 1-65535 +r kitten2 Lr0ReAbuQ8PMiFqPHk3GDyB+fT4 RrScOjQqVcyMZ1xTVV6mKvNLC28 2016-07-19 16:41:56 62.210.124.124 9101 9130 +a [2001:bc8:3f23:100::1]:9101 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48500 +p reject 1-65535 +r panopticant2 LsDGbqcAxEZwREKAqrqx7Hi3IqA nBAwCejF4hkTtTPa2hxrRRjotNo 2016-07-20 06:58:36 167.114.113.48 403 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6180 +p reject 1-65535 +r AAAPolicy LsFr28o3jGdudexwgrp1HWlKdzU Ms/H/b1xMG6Y9QjGN6q/9BaLMCY 2016-07-19 22:01:36 91.219.237.19 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15500 +p reject 1-65535 +r tornado1 Lug4EZnwWKiLz/8fhbWLClZjA5c AkDJGo8LpUFRt90x3khdD9KaKXg 2016-07-20 00:42:48 120.59.35.6 8080 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r gans LurMxlwgcHIf7EuOa88izUo4lUo 8B8dPXoM9qDZBaVfYkSo0Mrrliw 2016-07-19 16:18:03 178.18.83.215 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=82 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r someDOrelay Lutn+56SOuLMyK/Z+BmOzP52ALE s3JhE8KIZ5xJ66vEbsROdZdAZW8 2016-07-19 17:46:27 104.131.128.247 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=712 +p reject 1-65535 +r Unnamed LuulSvb1nnTiQhT4A92JQTE5Qw4 pzc1mlyMHnyVtjZ5bcI0FWmwacI 2016-07-19 19:47:00 78.109.30.96 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=12300 +p reject 1-65535 +r iLikeCheese LwD6BHJ2ACKMA0Cs2ieXJT60oF8 GrXgY2yj7ZwaD/qwn371VaI7QfQ 2016-07-20 01:06:51 213.114.146.187 110 143 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=305 +p reject 1-65535 +r Unnamed LwJuKqStZs4D1b/i1MkpD/Audic np2oWo/h2YDgXKkfl3FitIlKW64 2016-07-19 18:39:17 5.9.143.73 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12600 +p reject 1-65535 +r Politor LwVF2wQkh7JDb5hX3HiynHdKwvY +ErfShfJ4iwbRlVep1IJfkmXoUA 2016-07-19 21:40:58 185.13.39.249 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r Minotaur Lw8yqx5blDyn0GLAPxiWDIbnDZQ KdUhwwqCNv9G078Pqps8NVB5pRw 2016-07-20 05:46:45 97.74.237.196 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=5340 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r raffaello LxJSKgmld84Of3DnJzaIRR9FzNk v81lz8RFxanCa4QI+5QPh0IWyhE 2016-07-19 17:25:14 185.100.86.86 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15700 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r 418imateapot LxXHpOILnIVZu5Mpag2RgzPYSmg 1bsdioLyFGko5O2sn9hfz+IOURc 2016-07-19 19:41:26 74.110.136.111 65532 65533 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=855 +p reject 1-65535 +r rasptor8675309 Lx2fqkgr3hEfLzuD6QPsmDBhv5M Ez2f1ctiaWw+zEBmPrfp3nZ1cig 2016-07-20 08:24:40 98.101.56.178 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 1-65535 +r SUNETtest1 Lx7RKO1NmTr7mYRypHqVQA6PRxc wvbmcCxgOSBMQZYEIS+HD7QCK6U 2016-07-20 00:07:15 89.45.232.9 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=9820 +p reject 1-65535 +r rkfgme LyZe0K2l+xmWT7/Zsu1Pg4P72Pc dFd86W5Iac2A6oxbZoTg0exH9bA 2016-07-20 05:11:59 37.48.67.11 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=997 +p reject 1-65535 +r ephemera LybUMlgoX+s55DIIiN+vqKDSDhE ixdxAs3n9EsDoNwDRgPuYCjH2Ro 2016-07-19 23:27:28 5.9.81.41 7973 7712 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=659 +p reject 1-65535 +r airport LycMp6ww9MPyQ+eFgipRnJeT9K4 uT5v28red7EWX1QFfBTS5R+FUjw 2016-07-20 05:43:16 185.61.138.124 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.8.3-alpha +w Bandwidth=2270 +p accept 43,53,79-81,110,143,194,220,443,531,706,989-995,1194,1293,1533,1677,1723,1863,2086-2087,2102-2104,3128,3690,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8888,9418,9999,11371,12350,19294,23456,33033 +r TeamSnowdenA0uRe0r Ly067Cxo303yslBjz9+WCz8wCp8 lUsk72jrM0k7J/Mc6xV3Z78q4j4 2016-07-20 05:17:28 109.230.236.89 9002 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=153 +p reject 1-65535 +r ORH2 LzFJmCEn95jXKrnLrJwr1F7o4Iw cQF0SvVsFBxNHepvfF15KvmaDeA 2016-07-20 07:20:04 31.220.45.148 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4650 +p accept 53,80,443 +r GreasyPiRelay LzgGI2Lr1kJlpuJQ9GOHMtD17YA Jf5WXcES4XWT+yEE/v/NUX5tcis 2016-07-20 02:57:17 68.174.214.76 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2200 +p reject 1-65535 +r wg1337 L0M9Vpr+X7MV50KPSP8kwF6d8iY bYvR3tMVizhoWQz313fPw32BoUA 2016-07-19 17:45:30 188.165.145.157 443 80 +a [2001:41d0:a:5888::10]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30200 +p reject 1-65535 +r Crabapple L1SfnvbIz8AqkOOkVsQyYZCqF/0 D1ENtjYrMWGdO47kbGMh1eVgT7c 2016-07-19 20:06:27 153.92.127.105 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=348 +p reject 1-65535 +r banesTOR L1V9SIGFZBK1/ejHNdeo1cWOkWc VvzHTg9OVtOw9fj6lMcfyXjQtIg 2016-07-19 22:14:29 178.238.224.132 9001 9030 +a [2a02:c200:0:10:3:0:2138:1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6730 +p reject 1-65535 +r AlexanderShulgin L1eYfzlCugu9cG1iPx/4aoloQsI CgLt9yMcjOvMDnY7Dc1D2BUwWJk 2016-07-19 20:09:50 93.174.90.30 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15100 +p reject 25 +r pageaxyz L14dqtE4j32+zPbE6DkJjIi6PSo eENqmvQeMB/FILqu30VlGGYCo/o 2016-07-19 16:14:01 69.90.132.10 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=425 +p reject 1-65535 +r homealone L2BewPsYs+BX3pwb8qrFSyGo6ww cJqUiqSsMU+zwE/84YDMjrxGTqI 2016-07-20 07:29:44 72.193.139.5 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=135 +p reject 1-65535 +r onfire L2v7hZqUctmABJU2DQaL/lKHC9E RnwCZ7o34rSWX/ipLco2uCMWCI0 2016-07-19 20:30:38 195.154.122.32 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4120 +p reject 1-65535 +r BigBang L22Pahb0wtOE0W6HVR+i35snAlQ d/v4sjWB2EMY8gPPAYGO2/iC6BY 2016-07-20 01:47:20 212.187.200.170 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r Unnamed L37QBqdLz80Fnz+UT0P38obYV4w 4id/W/mi2cSztA/m2t1CkrJFqE4 2016-07-19 17:15:24 31.192.151.29 465 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3090 +p reject 1-65535 +r sooneengu L4MQ8WM4TPnDFOp9GCa3Xr2rYYM KLTBjUqGPylFOQJOt8QqgvzyQg4 2016-07-20 00:49:15 192.81.222.145 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=40000 +p reject 1-65535 +r vortor03 L44g9n1CVgAidE3yVa3U9/FU1DU /HAwCCykMpqjcd82z3b7MfIrAgA 2016-07-20 06:03:29 51.255.206.74 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15200 +p reject 1-65535 +r BlastTheCensors L5KaBFcZx4CBd0aS+E8tm8gqwGw EkyEPsM7crOMMuHX8cRAqQF+lx8 2016-07-20 04:18:00 188.134.7.83 8080 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r 0x3d003 L5prWtvpHsafVar7fcSWGdMbgyQ YQu6iux7YHGUTo27vAkAY47CRjA 2016-07-19 16:02:56 85.93.205.183 19001 19030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31500 +p reject 1-65535 +r tapiri L6Sz1GCHZaNa1O9hwC3IiXO//0c k8zja6/EiQQoKdSiq7IoUBiksSk 2016-07-20 01:08:35 78.46.95.20 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=486 +p reject 1-65535 +r Unnamed L60ZwC3P6ygDaFWXs8Z3XZsvh6s wTA1KJMHBQ749yo2ORLPKQymqdY 2016-07-20 05:12:39 88.80.214.189 52788 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=117 +p reject 1-65535 +r DarkSpoon L7Cna86aI3bteFx0KC5O9t0vMnw Wl6CQ3YyUTSTAMx5+HU2Hus7qYU 2016-07-19 23:49:29 68.14.17.108 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4230 +p reject 1-65535 +r serotonin L9C6V6NNwnkq9HA5j3Lzf55R3C0 RQLfGmgbsBzLsAbhZc0tXRfpmTc 2016-07-20 00:29:24 213.239.216.222 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23300 +p reject 1-65535 +r TOR9282983 L+MzkYWfI9LeA/g5ci8nCAXczGc 4v4deevqfzD6chzexwvqL13c4jw 2016-07-20 01:21:30 188.122.213.4 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r EdSnowdenIsMyHero L/YtWhcoTrKC1G12QLZoQLMuq0M Fw7alqiKaNzBAjfrwYK5UHgLbHs 2016-07-19 18:19:42 104.236.131.15 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1630 +p reject 1-65535 +r MYLEX MBjosYLkSqSu+hmXK6cbNOShg8I y/FgzcvBec2XTZzlJzRi5gZwmgU 2016-07-19 19:51:54 95.69.232.24 444 800 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=811 +p reject 1-65535 +r vernehacker MBsR8nye7c0cyPgYYTRLJ8Txk08 VoSZ7kM/IMh/L7vQkUErY/s7fig 2016-07-20 08:27:52 59.115.101.46 4433 8003 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35 +p reject 1-65535 +r mateyruse MByLcG9JagbIHT5ox5DTV65vwh0 K+9kLp0QqyUhROzgJRC3MFk+Shc 2016-07-20 03:35:18 212.47.248.194 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12800 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Bubbles MBy1zlL9WlFP/KWdft2XM7dtiHA A09QdT5yS3cA0D77wZy3KenBknA 2016-07-19 16:21:00 80.101.237.205 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4190 +p reject 1-65535 +r abc MCBcX1t8aRefHCY3C/BkjA1gXxg Ik77bRxxeioS/mL1LsyeBED40kk 2016-07-19 15:24:07 62.80.200.190 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2750 +p accept 22,80,443,993,995 +r xiaoyu MCjIoul2ehPNutQ+7NB/6Z3s6/4 93qdyn8FYKlVTWrZou9YbfbwuhU 2016-07-20 08:11:15 1.169.202.253 443 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=158 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r vryheid MD2ixG1fflaIij5css2fySiuskk 8F+ZnNE5DfaDthcsQxwzmhtZ7OA 2016-07-19 21:20:17 154.127.60.92 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=180 +p accept 53,80,443,6679,6697,8332-8333 +r wr3ck3d0ni0n02 MD23GX5DavUTPcM93I0FTeDRm3c iawKgbR1Rcy3nUNH67bEMEDjWso 2016-07-20 04:56:26 95.215.44.194 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=603 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r orpheus MEUwMoPU6vdMj6BTBUxpG7RRqso rNf3An8gYEK+/UqkCraVnAqlXEU 2016-07-20 06:33:20 104.131.66.194 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10400 +p reject 1-65535 +r TORoC4SSoORG MFxbjv4kPdp046T98rYycFvBtAo PuZAW0yX3u7hPRk7UGJBM+OxUec 2016-07-20 01:08:36 109.201.131.11 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.19 +w Bandwidth=1430 +p reject 1-65535 +r kostirez1 MF2jPsSbF7GDgDPJm4JN65JlBoM jU87tziC6dWMGAwlmj6qrfKbJVY 2016-07-20 08:06:49 31.14.134.194 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=328 +p reject 1-65535 +r arn MGRrK7LULFjhXYSusK4OeeSi1oE lBFIyqj9MJixr4gm2zF+qEOkeVg 2016-07-19 19:02:55 81.95.13.55 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1040 +p reject 1-65535 +r AVUSBerlin01 MGSLxkztswIPSkBeSrKmNH+4+iI aVjdy9KwbDrQFI1mJ8Xmx0co8BE 2016-07-20 02:22:05 213.61.66.118 9001 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=46400 +p reject 1-65535 +r loonex MHzgo/0QFJ2fZTw1GQE7M775Qn0 lV9iKdOerqYUh8rTKn7Fk68DVjk 2016-07-19 20:35:59 81.169.176.20 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=432 +p reject 1-65535 +r hrmphhh MIKKWtDcfd1pOFKb18kB0MDzXE4 alPUkhBVk700hUZKeAet/aXlxZI 2016-07-20 07:59:02 173.230.153.109 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22 +p reject 1-65535 +r HexFromHEMIo MIhvNqTFcpdHBqvPihiTfGHRgj0 aLv25yJAEmmn8i4yU5hRKC2Xhqc 2016-07-19 18:48:27 23.226.131.175 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=928 +p reject 1-65535 +r eponymousraga MIwrI5+M2Ok5hFxtMopY4A10HIY SA2rzpIrgi2a05kLvKliOGIiwNU 2016-07-20 05:09:44 81.57.208.135 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r Kiaxz MI1bcmBRdh1A2zHH6JJUo80/J+A yQPrYYHdOXXBWJFOjNUAfiYc7Rs 2016-07-20 05:16:40 78.142.19.213 9004 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8870 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r vamir MI/kDkmfaH1dYBq/Vrx5ZiTjwOg vCCCVaj3GTLrf19/QRx9AvkalfI 2016-07-19 20:05:53 94.100.6.23 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8850 +p reject 1-65535 +r torZilla MJaJ4jjSeQkX82q10qNAIcUwVV8 ncMnfkWuQ47FxY2TseOyoOYlsj8 2016-07-20 01:58:40 195.154.251.25 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=89300 +p accept 20-22,43,53,88,194,389,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r youlooksuspicious MJcyF+cK8A6+UXl/9tmqcgqQLqo O06e7vdBrcFSXFSCA1kigWcVb9k 2016-07-19 22:27:19 107.170.101.39 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13400 +p reject 1-65535 +r f3ndotsentry2 MJy9pA8e24vAiWn1ePevzJBdneI lQfC1fc1mez5lzOKjnZYT0WEGJU 2016-07-20 03:35:52 151.236.6.194 9001 0 +a [2a03:f80:ed15:ca7:ea75:b12d:73f:dead]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1620 +p reject 1-65535 +r YATS MKqLa2RIBHJwIwVqkmEK7Q7did4 yvE7SgkqlRb3EQpD56QiPx6QICQ 2016-07-19 18:27:44 188.192.43.148 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r rheniumonionrouter MK2hYZbiLsQHkc46xUstYeNd3rY zks5P2xsRjNHMlVWNzqRMoiyry0 2016-07-20 07:03:41 153.126.158.65 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=137 +p reject 1-65535 +r martinjirman MLJY3do7EYlwWc/X20KiVliXkI0 ViqDmcWYQpSg6oNqukJV7meZu9s 2016-07-20 00:31:52 94.113.176.165 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=954 +p reject 1-65535 +r diazepam MLngAxvKX+dZmHvqR57pKwBueXM 9dMbbVk+Cpsq/siFRGzqFdE+1Lk 2016-07-20 01:06:04 81.7.11.22 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6510 +p reject 1-65535 +r Pascal1 MLq47nYGy9EvPMJprpduAVPnpY0 fV5YUTllpEjYfrgnFJfOGliTVA8 2016-07-20 03:17:52 107.158.255.21 143 0 +a [2607:ff28:0:b::65]:143 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6020 +p reject 1-65535 +r Libero MMGbgZgfRQxAIwbi58+2w/ectrI TyWKyUoiCp9rhQyDILv3iT38UYo 2016-07-19 22:30:18 64.113.32.29 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31500 +p reject 25,53,465 +r permlug65 MNBTU594Z3554YffNapJVJBA+uE q2NKUTFzyHFVSMGqweyIZaF2SMo 2016-07-20 07:40:14 212.192.74.100 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=858 +p reject 1-65535 +r devnull MNhM/Pm5n34zawACg66NRYZ5LWg E18DoAogFpZNWFbRncz3rCAvryI 2016-07-19 22:29:41 163.172.43.20 5081 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19300 +p reject 1-65535 +r ScalliAnon MOL6yB2zk+3cXdxE5BQ5n+XVB0w eqKoSvF9b6NF+DTBtbyihy5pY0o 2016-07-19 19:41:51 86.145.75.30 9001 9040 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2290 +p accept 50-51,53,80,389,443,636,1433-1434,2123,2152,2301,2381,3128,6518,8000,8080,9100,11370-11371 +r Unnamed MOeJ2nM6lqnQSgHrUcGGcHunQjQ xbg6dXe1z3YHz2xBWGMPPs3ZRWM 2016-07-19 23:19:21 178.151.182.123 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=871 +p accept 21-23,80-81,88,110,143,443,993,995,1080,1194,1723,1863,3128,5050,5190,5222,7771,8080,8181,8300,8888 +r hamburgo MPP6uOKt2wFljmg8+SrEUxrx2oI Pu9He1ys2kg0PYsT3oR0vUbks5g 2016-07-19 21:25:51 78.54.101.0 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r KurokatzesExit MQaawEf3VyJ8WsgoKRFRTxBxvAI jc2NqvHy7e3Hp/7TiajKHiBEdpo 2016-07-20 03:50:08 128.199.87.155 443 80 +a [2400:6180:0:d0::10b:5001]:443 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=874 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r mulloy MUGaZBiLyAcO6J887mqpjqrH6Og VgI4Ze/unE5dg9UzoOw27MC69X8 2016-07-19 15:55:43 46.249.37.109 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14300 +p reject 1-65535 +r grasshopperunit001 MUa8dPb7qDJmqUnXEuWuArcxt+Q cojd6B/+EVK/ImOmhg7+40Cady4 2016-07-19 16:10:16 173.52.240.64 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=240 +p reject 1-65535 +r Watchtower2 MWUAbaRps8uxGeiBtfdcjul+XSE NKfGbj+tSJ3EHhsm7AsP8PPoa4A 2016-07-20 04:49:48 66.228.39.83 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1520 +p reject 1-65535 +r SupYipYep MWcBUAkKfDUTy3kUuWEOeGORqV0 lSC+V6SpFyYAZLkiH1pPz9wW2cs 2016-07-19 19:26:44 46.8.249.10 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11900 +p reject 1-65535 +r dawkins7070 MXCKDkNGnwnL977leBXkxtBpzHA LJbHKD016BnZzjKjVPRa0+KuROM 2016-07-19 16:44:05 198.49.73.59 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=1410 +p reject 1-65535 +r mangrelay MYLZTH7lZ2ZW5rTLL8QCMTQA4as cFMtO3xB++OEqod1JB+sphuvwWY 2016-07-19 22:29:49 207.229.65.155 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=688 +p reject 1-65535 +r jeoogmRelay MYY+Rf2tBFMD9NXMPIqmC6VIxYY NCpTfq/Y0xfnL4acXjqrLXuoGxE 2016-07-19 16:23:38 82.13.225.5 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r Unnamed MYytGgCzPS9llYIQsJuJN4Numa8 fcnxb78NpfIpLbSBQARLK8HfdYA 2016-07-20 00:36:22 93.227.141.30 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1460 +p reject 1-65535 +r DedicatedPi MZihihBoV5Sj1dLy1v59EPlTOhY vJwkEPqvsozm7syP8HYpo8+72zE 2016-07-20 07:29:25 96.45.178.134 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3770 +p reject 1-65535 +r gap0023 MbS3RqCuNzfMk2SvWvPb3/bZlTw LYFiGvkVgCZsRHL5ZgloTXKZ/lY 2016-07-20 02:34:21 176.9.53.52 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r anonymouseTheFirst Mb+Gmu1qdFW4VmsxdVU2K/wFTRc GL+H2Bcd+IXkc/FuHMOp7eEm6XU 2016-07-19 15:04:32 31.7.184.38 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5100 +p reject 1-65535 +r Ukraine MdAajNN5ngy2pW2PFJhGobDZAoM KC/Oj7gM/JgZjy0ZQZ0WR7Z3Xqc 2016-07-20 01:46:43 217.12.204.104 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7320 +p reject 25,135-139,445,465 +r Unnamed MdLNKRTEaWf3rEvyemIAICuCej0 reKPKU5NQXPUjJ00ZfLf/OLsAms 2016-07-20 04:56:05 93.123.225.151 9050 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=160 +p reject 1-65535 +r startor0lv Mf/yMYj43/xWI9Us+knr+GRHUdE 02jV8Pi+WDY0hRKUdSS81vBqlxs 2016-07-20 00:57:50 185.61.149.43 443 80 +a [2a02:7aa0:1201::19b7:3e0f]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=4100 +p reject 1-65535 +r SchwarzeLocke Mgwsae3WAlF6i90kAyUp8N5DGq8 ZiVlvFpcuNMv1PIuJhZPZ/iweUI 2016-07-20 04:04:26 78.47.218.190 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=67 +p reject 1-65535 +r Bab0 MhoWUls7qfL7kP0mXFz0dXRM6xA i0llD4baZh4dZA+vwvtAip7+kUY 2016-07-20 05:18:56 195.228.75.149 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12300 +p reject 1-65535 +r powerloadnet MiPNMc+ZeJ9TArck+oFqCNxef7A kcqEmQ89WtuL5h1FIFGvc/XKr+E 2016-07-20 06:15:40 91.89.32.184 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=352 +p reject 1-65535 +r cockwomble MiSte0JqP40BulKYVcBVnUnRz60 VhnQWQshOzkwysC80w9C+4s0G04 2016-07-20 05:30:21 82.14.128.128 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=23 +p reject 1-65535 +r nayrtor1 MijiUi8DS19oLt5HLKbjCI2ifl0 KhpHQKKukZIdrXzfkOxrnpT9oxY 2016-07-19 22:14:18 192.241.180.27 444 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=92 +p reject 1-65535 +r bauruine204 MixuOpc7wQ/DbeMDetJ7yJ8Ucjs ZUrtlmRS6Jl/IeiaV6yI11RdjpI 2016-07-20 06:30:05 212.83.154.33 8443 8080 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=55200 +p reject 1-65535 +r anothermiddlefinger MjNSgPKCG/IW+BmsOY8xb8upvAA PNLykQRBgBKXDJvpCgxLuKojl9k 2016-07-20 07:47:23 100.36.172.110 9001 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r mylinuxtime MksS05K9RaqUmCrAlFnTqwPGHWk 4gy9nr9/tQHatc4EwEmGrqjIVnY 2016-07-20 06:37:50 148.251.113.230 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1490 +p reject 1-65535 +r 7cqFEgiTjn Mlluc/QZClU4Sbf4hGHBjom6Q2w Jo19ZnM77hmvQqvFNkWg9qcuqjQ 2016-07-20 01:03:40 37.48.101.193 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=750 +p accept 79-81,88,110,143,389,443,464,543-544,563,636,706,749,873,989-995,1194,3690,5222-5223,5228,6660-6669,6679,6697,8000,8008,8080,8332-8333,11371 +r DontKnow Ml/IszDHPC5dWNsEzLOm+OXon88 +il6FuxzIYUjt3yW6DUJyTb30wo 2016-07-20 06:12:14 5.141.94.131 12478 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r Yuman MmX7YnnhQr+7i+CKoFggEdI+0u8 bmbN2Ebz1g4kkEeYBH0uizYmKvQ 2016-07-20 02:31:16 37.187.177.2 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1040 +p reject 1-65535 +r Unnamed MmYQhtHrqnpcTJ2RQKUutBUHMdI KVAcPEkQv1YQr1Yj7+df1az1ccI 2016-07-20 01:24:59 80.127.151.162 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1880 +p reject 1-65535 +r FranceWithLove Mmb1RrZFvsYTSwtt46OGF4dxtro ijQW/8qd4HY3AB7stC4dyn7J64c 2016-07-19 22:14:47 5.135.234.147 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20200 +p reject 1-65535 +r alfredjkwak MnbWY9aL3iy2agGQNAOZ/oKTxAE qOjj2qyqXDBDlIuQWmrjb60LQhc 2016-07-20 06:06:07 188.166.161.136 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=84 +p reject 1-65535 +r hrck Mnbjew1IbEXDypB/MVTUEADnNCc U1/1Mr/2vxmTSMmceJTvdtFrDG8 2016-07-19 20:44:47 104.236.199.217 3443 3080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=148 +p reject 1-65535 +r FSF MnjdZVfw1IThOJf+OWyqwIZg4OY xUmDXZ0gAopstdoAcRncDV7M8rQ 2016-07-20 07:13:29 208.118.235.48 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=1660 +p reject 1-65535 +r ExperienceYoshi Mntij4TvLsxtts7QAsAQn1V5W00 HCPiquxGBIWXYFOzYStWaQD4biE 2016-07-20 05:07:11 92.222.86.165 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32 +p reject 1-65535 +r demang Mn9YI0OLjshuwzNVwUfYRVqxwUs b35P0nzLB5+FjgPj1WC8kRrb2FM 2016-07-19 21:10:45 93.115.91.66 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=73200 +p reject 1-65535 +r Rhea MoKEdvT4ThXEK0w2ClzY3kw8K+c hMPKTw4E7JUO5QsbaEKMZFKGhO4 2016-07-20 07:39:32 104.131.11.214 8080 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=976 +p reject 1-65535 +r EmperorGoYozei MoS3CSy2mfgEdcP6HYT3Mrpk5Yk nHaOBXA9uilNnAOjSsEbPJUbALs 2016-07-19 17:26:06 37.140.234.24 9001 0 +s Fast Running Valid +v Tor 0.2.8.4-rc +w Bandwidth=3870 +p reject 1-65535 +r MeinGrundeinkommen MoYsY6pZ0tPYRYLvYCIL6YiisF8 fMksJwag80/Js/ZqWUzokBRFaZ4 2016-07-20 01:49:13 217.197.83.162 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 1-65535 +r Moshpit MoroIFhNdWDGABhr2QIlPZPAFMU Q1n2rvoi1bUKzp0So4N8rVpUeGM 2016-07-20 00:47:30 178.7.6.224 443 80 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p accept 22,443,563,981,989-995,1194,1293,6679,6697,8443 +r umtor MpA/liEN7ujWMVBB2ebdaWrrNqQ Iosea+zeCI/1BHMZ5hw7xPFRcXw 2016-07-20 06:31:34 5.199.129.129 12345 56789 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4540 +p reject 1-65535 +r Fe8Ohcoo8roogee5hah MqLwy33V2znFHfnYbI0mPDg1AEg FZKhCm5KEQQe2l7FuApS9m35GyQ 2016-07-20 04:52:46 82.242.152.211 9001 0 +s Running Stable Valid +v Tor 0.2.6.2-alpha +w Bandwidth=8 +p reject 1-65535 +r Cortez Mueq8fYCgU1pm+9nYa0D44d1jUk Uk/4sx5WymXpVt2qoJv3T9iTZfE 2016-07-20 06:40:05 212.51.156.193 110 995 +a [2a02:168:4a01::49]:110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6480 +p reject 1-65535 +r ndnr1 Mu6RHZaL4+AW7KVyux7Qqe5D/C8 FtkZMMaGoq9MtOMbqXRlMjxhIyI 2016-07-20 07:29:23 109.105.109.162 60784 52860 +a [2001:948:7:2::163]:5001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=45100 +p reject 1-65535 +r BackWatcher03e MviM3/eYEcQZM5/p94Ih1UTdmT8 u3gA735fzVIEkccWeGfpw9bo8LY 2016-07-19 23:39:19 45.62.225.248 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=361 +p reject 25,465,587,1025-65535 +r Unnamed MvqCR7doNRkVN0MIPbO8Uo/VFWY OKEGcy2AwgUyvbx75t3ABHreNGU 2016-07-20 06:23:31 212.24.106.116 9000 0 +s Fast Running Valid +v Tor 0.2.8.2-alpha +w Bandwidth=77 +p reject 1-65535 +r DigitalSurfing MvxWhHWw0dnQVl0KiELHr2LRL0U EsyUtJfdtW4kyiCJDxa4TKdozis 2016-07-19 21:17:52 45.55.178.34 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=242 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r grandted MvzffdqgQseYuRke/WEZ1/cTVpw rvfUMCsdgltmiD0SbotuICoozoM 2016-07-20 00:13:06 83.252.178.135 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r Blazer218 MwQDRrCVxYrnIZznV9XjAzJFf68 sV0G1XQxiojxWZZwdT9oTn+1bGg 2016-07-19 23:53:45 144.76.92.176 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17700 +p reject 1-65535 +r Sunpet Mwomg6+fpLXDfCxorcoqx2y/TMY M67XVwDx/kBTmVN+1YVRk99g9OY 2016-07-20 07:30:08 89.176.140.190 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=31 +p reject 1-65535 +r TeamTardis MwzT22rSZtxwzbUSsDaVfQPZvFk 5hguA6YzGllLZ2Akzmf+zLQM5co 2016-07-19 18:29:18 185.100.84.212 443 80 +a [2a06:1700:0:7::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4760 +p reject 1-65535 +r Unnamed Mw2mdF+kOzS5h4k5HVmq7dDT0+o p131fHoTJ609/E4AIdhz/z8K8oU 2016-07-20 07:17:09 98.19.134.206 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=5 +p reject 1-65535 +r 9FF3E47368D3 Mw9rjMcwSFjycSLr82+FiEq7Xrk nT6TG0VkK2ydaJKRGU32O5HF72w 2016-07-19 21:51:15 199.230.11.83 443 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=993 +p reject 1-65535 +r ToorXCF Mw+Gyt+TQQUVzzMziD8CpXgBBBw RMDmvazTXz9IRwN1JkaElvrz2JQ 2016-07-20 07:06:52 217.80.222.180 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=647 +p reject 1-65535 +r JohnJohn Mx3reom8FuAif3KRiBgVdzBI7jY tpy/CfRREvYyAS5Ro590id4TYzs 2016-07-19 22:44:35 185.21.216.167 44333 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23600 +p reject 1-65535 +r 421971 MybhdUXHps5uOfbg43JQq9zyMDY jVPWS88YZifBbrq8s/1W9j4fhsU 2016-07-19 20:53:50 88.67.185.150 443 8080 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=707 +p reject 1-65535 +r CalyxInstitute05 MynnNsyhZEnQLVZ9Qmg78f15hnY CAWgO5zxvGgMMnSVK7Ul39EDojk 2016-07-20 05:18:25 162.247.73.74 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2260 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r tornado MyzUiRd/ICVwpwITKKF6kb+COIk ecoM64F1l3J0RmjZPsX+MilF6ww 2016-07-20 02:41:51 192.150.94.49 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=82500 +p reject 1-65535 +r BabylonNetwork04 M0rCcXXssJUhiKX9AEnwlRGgBfQ nKLr+4S2eOYI7mwJnljlJKjIqbA 2016-07-19 19:42:34 178.17.174.99 443 80 +a [2a00:1dc0:cafe::5dbf:10bf]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=9780 +p reject 22,25,109-110,119,143,563,4899,6881-6889 +r tortillero M03yFkMiuY/MVnvERJR7dKyS2uo I7+a0AEBdNofnlI2HlP2loWiHEY 2016-07-19 19:45:13 37.134.41.23 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=17600 +p accept 23,43,53,79,88,110,123,143,220,389,543-544,636,749,873,992-995,1194,3690,5900,8332-8333,9418,11371,12350,23456,33033 +r avokadokadavr M1v1f9X+DWaT9dSryinQQlHBuG8 vEQ83k3VE6jZvlmE5uEbwAIqYuA 2016-07-20 01:45:47 178.49.253.215 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1550 +p reject 1-65535 +r SH6173 M173OIF1C5era6o08aA3gnniNN8 T7ptT31vROxlV3Ubyy7XcHz8Ddo 2016-07-20 08:41:46 120.145.144.16 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r gamegym M2VvGnoYhfTlPll84tZxkBF2PK4 bJk7mXltYl5nRlhibuE2KeXPKEs 2016-07-20 07:28:50 85.207.155.39 4444 4445 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=0 Unmeasured=1 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r Me0W M2iHo2iVA66krypOqWSrkHrhgoA 4IxilX7lwasYAb6RzPorT5Erd7s 2016-07-20 00:15:43 107.191.126.184 4443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=780 +p reject 1-65535 +r INSHAME M3AQgGl2mT8dnJYubD+Uu3voDgQ MQSmjDyheW5oFeJ5U4g9PUww1Z4 2016-07-19 22:35:43 31.193.139.14 3784 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r Molly M3ONPx77duyUc6y8jreHHdTQSro n8iYbELFy/aMBUxmHuJ6txoeBew 2016-07-19 16:16:14 80.101.137.223 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=945 +p reject 1-65535 +r cyborg M3hvIkcKIsi+75B87SmEd4HhXF0 +PeJiqdK0xl7o06vwbhCAJr4rjA 2016-07-20 08:16:38 89.35.146.25 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r Neutrino M3tYlxvkWA6sXR165OUIAgzwRZQ 4/fbdpXtt2TmVoJDPFLOLTXB/xo 2016-07-20 08:27:44 95.211.216.9 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22000 +p reject 1-65535 +r wubthecaptain1 M3t+MHVQ9I3NradIH6hDay/Nrak AwcYjw1Dlzr1LJQnuhRUD5fWu1s 2016-07-20 07:37:34 80.221.159.67 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8700 +p reject 1-65535 +r Wikiri M4LljhqTAlxQRKuQFObTMZwFNBk ieBo6bPdM37i7n7jvsElVLtHF8A 2016-07-20 05:14:57 104.244.73.111 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3260 +p reject 1-65535 +r BlaGlobal2 M5CGN54xfBvkHHu0aG+khXa3QdI vqJJsvSAiPpcdRYk7QFJmOjgw2Q 2016-07-19 22:11:49 188.120.243.32 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8880 +p reject 1-65535 +r Unnamed M5mdATdugnNLryb2OBqaQxdvshM DivkPovV+wZlh/S7OQzzEO2IP2w 2016-07-19 15:31:58 158.58.170.159 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12200 +p reject 1-65535 +r CryptoAnarchy M6BIrXTbmnOWLoNhiZllFsRxz5I d06NAGs5OZh67HEkPDPuv3S02MI 2016-07-20 05:34:47 153.121.44.30 53 443 +a [2001:e42:102:1106:153:121:44:30]:53 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=377 +p reject 1-65535 +r speekfree M7dcWpyiAUGxLHOCBSJIUajIbpA MlfrFQJxTj6uUAnc4oCLum9c8b4 2016-07-20 02:15:21 203.217.173.146 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p accept 22-23,53,80,110,443,465,563,587,993,995,5190,5222-5223,6665-6669,7000,9030 +r Mischmaschine M8McIBEnHecf+iiPN6OtJKZRnEk cfzG8JRTANNYiYUuutmTqQ3Sugo 2016-07-20 08:48:34 188.40.206.5 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r anonymous M8cySXYda7GMuAhZ/4vEOQedTss 4GF50Ex0KFgX+F0yoLcIEeD7PGA 2016-07-19 17:12:33 178.202.222.66 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=138 +p reject 1-65535 +r WilliamISRAEL3 M8kt4gyxF0/mt6dT7YG6pBu2T6Q sRZgakZhTURDVcgQX0tN0sImReU 2016-07-19 17:38:23 5.100.253.152 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2960 +p reject 1-65535 +r mullbinde9 M9oMq3wngS7/LiLJcFYwpU0QH+s oBrbdLIF7lNUnZPlQOiDgJrjfZ4 2016-07-20 00:19:20 212.47.250.24 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=7520 +p reject 1-65535 +r axiom M9qOJ0faTUEIUYqn4FaLMfkh1Ik ls0qMVzUKDMtQAnTBqHmvdigce0 2016-07-19 19:39:58 142.54.186.178 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1290 +p reject 1-65535 +r valkyrie M/GnQZ45aDW43KAZBSLqQ+BqhPc lSAYeUxJTmiDp7gxRWzn/dNfjRI 2016-07-19 21:58:40 45.79.3.147 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2050 +p reject 1-65535 +r Lif NAYr214e1fxG3weEB8eRjrRifAE dmdP9lbtw2pSsTCWz7YSMpygIWY 2016-07-19 21:39:22 163.172.35.211 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16300 +p reject 1-65535 +r abgtor NAs6gBBb3Oo6Yl89u6rslNGer+c QqqBeSzTn3eEsLBufeiAM5GewFk 2016-07-20 08:12:58 92.247.51.169 9090 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1090 +p reject 1-65535 +r Unnamed NBao/wZ8i7qN4T7fSpwKPgpFWR0 qk9yLXmJ/hOkipK7i6xD1GXOS6I 2016-07-20 06:01:00 195.154.123.227 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=360 +p reject 1-65535 +r default NCoVWaYc6pvr7O6S/90eM5Q6C9g +/kHDZYcRJTkBgHlhjLlcyU8A3k 2016-07-20 01:40:31 121.128.210.238 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=110 +p reject 1-65535 +r aergia NCoax2TYkkjmZFjAd8/2aNBf/zQ Kip0PKdS6JmUoPQQHlTxeF9BV1k 2016-07-20 01:52:38 37.187.98.185 22 49030 +a [2001:41d0:a:22b9::1]:22 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4980 +p reject 1-65535 +r 3861668179 NDH0So/pyiTQu9uoqDt3hbYWnsA dNI07XlkNtK8aNhZ/EOf2ViGmkg 2016-07-20 00:35:33 5.137.137.0 50000 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=295 +p reject 1-65535 +r TakeItEasy NDxQ5y2z1iMzBEZYyRHt3QWSRAY Fg5jOfbx0sEgQ6awBLaaoKwInhk 2016-07-19 18:22:39 52.58.38.48 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=47 +p reject 1-65535 +r Article23 NEHhdH+qCTiYV3jpaZsBcHWnh5g aCUdeMM+79cokpcIQGuuG4l/Gn0 2016-07-20 04:24:22 14.199.113.179 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=211 +p accept 8333-8334 +r controlroom2 NFaB9M2h9UG4o5fDciupnlu8KB0 EouS+T9jwMxrwUSFNQ/FSHhiYlQ 2016-07-20 07:23:44 87.118.84.246 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=632 +p reject 1-65535 +r D3Stettin NF7NDDOb95kfUN07YElMvAOxYIk ujwK09Z9LA4cx0aGQeGw3JttgrQ 2016-07-19 16:03:38 178.201.50.87 9035 9040 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r tin0 NF8ERiHBSIWY4CZpXgWaW7iUDr8 BAA7fi77km/lFR7IuvmhfdkUdoo 2016-07-20 00:46:11 87.106.208.236 20000 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=157 +p reject 1-65535 +r Uncommon NGHw78Y0Kin842VHnB061WSEhuo XR3hyIxn3HM/gUJPOTGUPY0Rxm8 2016-07-20 05:08:57 96.231.30.185 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2720 +p reject 1-65535 +r jipsee NGS3AlnxPxUQklpJNeEshLSq2D0 XNt80s1cIz7xjK937kHABuvRF9g 2016-07-19 15:05:46 93.115.241.2 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1230 +p accept 23,80,110,143,443,465,563,587,993,995,1863,5050,5190,5222-5223,9000-9050 +r Gaugor NHtAm7MeKME/F7ITbmiNvj63VQg UrgswFcmcBDdbWNnxfp5kwyCtI0 2016-07-20 02:42:38 83.34.175.129 9001 0 +s Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1 +p accept 80,110,143,443,993,995 +r Unnamed NHuWAfnFdSAbdMc+IGhGfeSVEf0 /lBr+ds1Wcy+5x1Jjmho7cx5B4M 2016-07-20 05:17:43 93.95.100.185 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r PartitoPirata NIDAWk2liHtkkf4hn0w4hK/bAwE sZ57K9gk3kr9Je3isC+xvnU5E/A 2016-07-19 19:56:43 178.62.186.155 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=18600 +p reject 1-65535 +r hypnobouncer NIF+qt+v2Gj7sBDVEAWUn9hA0XM linUihn6yKc1QfIDxdggfmwX+IQ 2016-07-19 14:54:35 173.8.211.74 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=215 +p reject 1-65535 +r sever009 NIoiwFFM0zCYluD4HY1FLb2DmAI URYhpdENqfT/0tAUE9fF/edMHzg 2016-07-19 20:35:10 128.199.251.186 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r couldntbetternick NJVbngaHKeber97OIqy9iQgACm8 NG3lfzZ9Pw5OhHybiINxqZtGpxs 2016-07-20 07:53:36 178.202.131.174 9090 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=127 +p reject 1-65535 +r finch NJj5nlmXjmNiZx4YebxHNAM3wkk 9W9nKkyBwD4661nqBLSglLgvZcQ 2016-07-20 03:15:23 198.74.60.26 110 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2030 +p reject 1-65535 +r vvkhpvv NJm3oWD0X9yQhOW2S43JFBEQsKA 5PoDWE7mmf4O4+Jb/TByoSvKRAs 2016-07-19 15:14:12 80.198.105.184 444 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=170 +p accept 6660-6667 +r GozzaIncRoot NKCOLwAB+uCA3H6vt/WBgLA+ZVQ z+o0YKUU4ghszLMB3ldIKsIYatQ 2016-07-19 15:01:54 85.214.130.17 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7890 +p reject 1-65535 +r TorNull NKJwu0660AgNK9rKM3I+cKRJs5Q ZBecb3czQTpeIzFMeoaahoK6LbM 2016-07-20 03:05:56 64.137.162.36 20 21 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=1780 +p reject 1-65535 +r AngelasVersprechen NMSH9vHkB/4AVkW9uoeSOIADcqE UO83L4Y1h1cb6ZqdEvY45XvWIrA 2016-07-20 04:43:08 85.25.255.140 49001 49030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11200 +p reject 1-65535 +r Bombadil NMjEVh7NfZFvAX4Q5//4IjqmJBE Nwundmk0gkWfHYMB1bJtt5kyIDU 2016-07-20 05:44:43 123.243.39.9 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r donnergurgler NNLjyFPGxgpczZPjY81SS6li09Y 7mmRZmqIQbzb2s2Ewx5zym+3KuA 2016-07-20 02:00:56 213.239.249.71 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=11600 +p reject 1-65535 +r krosnovorg NNOvjcTPaL3qNU0hwk77Lq/XGR8 7/J4XhwlcTatLbJUJsOgm9pMCO0 2016-07-20 02:40:20 46.233.0.70 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3840 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r TorVonFrankHaveFun NN1hdflUGaCJ0rrmjn9vMZIcY1g bRWVgUGmyNZCJ3/pwSY7QLwOQEU 2016-07-20 01:32:13 31.18.168.236 9035 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=163 +p reject 1-65535 +r livia NN+EQ/as0aVDqqEKdiGjieMaRCI IX9m4deZj2P6byCXO7A9VNdu1qQ 2016-07-20 00:29:11 46.36.39.134 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9570 +p reject 1-65535 +r ADobrawy NO2iJcd7AqbC5tkER5J6XcGGrSQ +bttQbU9i9Ax9pup1o0qq2dUofw 2016-07-19 19:01:40 185.142.204.41 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15300 +p reject 1-65535 +r Politovskaia NPegypFew1OpDvOWdIyG5gIg3do +FO73p9wRcbnqFNcy9rDw92WtPQ 2016-07-20 07:33:45 78.58.149.151 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1310 +p reject 1-65535 +r TorSrvFZ01 NPojeP1rTeNET6SFU0+vNOOPlrk IfA+QDUjMuo3atQCxSHemNVoxKg 2016-07-20 02:10:28 46.223.20.44 9035 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=83 +p reject 1-65535 +r FreewayBB NP1IXVWVYWZwMQgQbPgEKZALtDE qnY01LRznjKuL6WkkzvfGT3q3NE 2016-07-19 14:51:03 24.121.64.69 9001 0 +s Fast Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=2090 +p reject 1-65535 +r Pascal3 NQ81cFze/BxO0xjIy37kk0IRCcs +3FInSj2lCUB+kSDRClskASH0Yo 2016-07-20 03:39:39 107.158.255.22 110 0 +a [2607:ff28:0:b::66]:110 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6980 +p reject 1-65535 +r ARPANET01 NRCPFuPx+rtT2mlmvKv2Zsz/08s 2neZipGSfKU+8/0MXwdXVI7PSLo 2016-07-20 06:36:33 212.47.236.60 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11400 +p reject 1-65535 +r Unnamed NRO5gQcCEEw2Che2KHsxvd4jeek pUSm/XqGRe/6KNdjPlDe+AT5T44 2016-07-19 15:17:12 85.214.236.207 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6080 +p reject 1-65535 +r default NSYZxIqVnXbWCBkBfO6JPA+wJPM FnNPp4wkaQ1eGgiXU/xBbPfjP/Y 2016-07-19 23:58:11 31.148.27.217 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r fogbank NTn5b8zcZFx4AQBvkoZMuv1KjrI jFDfnAwrK6/AmCTm3egQsxDgCW4 2016-07-20 03:34:37 109.164.236.231 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=155 +p reject 1-65535 +r JusticeArnold NUQuZTju7AzDTCPB/7YEXc2iISg OrfB6C18gxXoIePgcT26oFu7UJI 2016-07-20 01:48:51 80.7.54.187 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=15 +p reject 1-65535 +r GuruKopi NUSes9AlzCRgH7Q4hPlpk2fWd88 9Z1gT7o5grTrWsb/2UpBzibN2oM 2016-07-19 23:32:41 118.163.74.157 6667 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p accept 20-23,43,53,79-81,88,110,143,220,443,464,531,543-544,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6679,8008,8074,8080,8087-8088,8332-8335,8443,8888,9332-9333,9418,10000,11371,19294,19638,50002,64738 +r LBH NUh+GX8hIf5xqpgfNbuX3qCL4eo VndukHoeEwbFgZ1nKxMFlaz0kao 2016-07-20 00:58:45 62.210.107.86 9001 9030 +a [2001:bc8:209b::1]:9001 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1460 +p reject 1-65535 +r jesstou NU7YxFnucovwmoCkjbFvLKqva/M 45lLmhN6xG4XYEER1H4VSc0wqM8 2016-07-19 15:52:05 95.111.40.101 19001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r labersack NVOoRKqkJGsgO8qWJBgtgF1OM3k KAfLejzWjuRJ9jv17pnVVmcu/0s 2016-07-20 08:46:35 95.88.75.185 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r achtung NVwTF+RB8Sj2fklzbCqV1pVDt38 vz2Zaifp+5z2dDEnKXN+Wu5D5aw 2016-07-19 15:17:01 82.80.33.99 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.21 +w Bandwidth=2200 +p reject 1-65535 +r Unnamed NXGoEwYH7+fCJu8kfsrix+vUsAw GSFq5iXvb2FIYRChzZ1wUH9XPA0 2016-07-19 21:44:24 185.32.160.22 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9710 +p reject 1-65535 +r Unnamed NX+PDdIl3Ba0/NUPv5PaC+VAILo vkRY25fqz1lstSoipwWUNBek40k 2016-07-20 05:23:54 87.48.42.199 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=52 +p reject 1-65535 +r RasPoRas NYJEVE06Y7S7vt0h7it/30XdT2A jHC4sNm9wwpn7bnsL+mNpNQC314 2016-07-19 22:01:11 178.235.61.35 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=165 +p accept 6660-6667 +r nc23radon NYikL40DdFYSi+pILDaTGS4aDQM fjCGoXzd6Ei85hPm1kdYvcg9iJU 2016-07-20 04:31:18 195.154.109.157 23425 23426 +a [2001:bc8:3c31:f00::4223:dead]:23425 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14700 +p reject 1-65535 +r bridgejul NY63nmaq0/IVPzvJPlm87+6qKvY A/TcMpVfs58yCtycvoE2vZVKgNw 2016-07-20 05:50:48 164.132.99.156 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22 +p reject 1-65535 +r taz NZGeGXxsfzcqJsdH1mrKajlkKz4 VGIqJV8vBaJQSHMgC89fI7hF/N8 2016-07-19 15:30:46 193.104.220.35 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=385 +p reject 1-65535 +r noiseexit01b NZHg6WYwmtM1vmL/aU6KiY+Xpsk ZuTs2qHY+I/jGq9AE9Um9JT5QU4 2016-07-20 05:40:34 173.254.216.94 993 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6310 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8333,8443,8888,9418,9999-10000,19638 +r ldr NZYbJ1NLCOUdNS1Mh42SScrCk/M ij8hZS1UWQ+wjtDVpcPw1hhaQnM 2016-07-20 04:51:03 87.118.100.54 9005 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=444 +p reject 1-65535 +r BoBzrKr NZ9e4ahY2D04t1Q/q1STbAtCyuI t6iYatKAU+gOQQFo0lpzj66jFek 2016-07-19 20:31:13 166.70.94.106 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3280 +p reject 1-65535 +r likopikoliko NarmRQIh1rvIHotEcuAte5MUhug opPLlmLS/zQddhR0ePpNq8CowqI 2016-07-20 06:07:24 89.173.206.9 9002 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=508 +p reject 1-65535 +r deeruSaR9IekHdQGUGI Na3P+j1nnV++eplutl05OoC9dc0 8KTVNFMc4pWUHdvuMb0KbWB2YEE 2016-07-20 06:48:48 37.218.240.101 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=63 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r ratatouille Na9TywhnIcqe+FsQjhvXr6Y2gEs +Ia1VoTcFHrdgvzvSF+MpQhYc3o 2016-07-20 08:19:59 205.168.84.133 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=100 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Solus NbsScySZx68dJQbX7rM4VqXAEzA 5EzCgGCrDixCnb2uGerMTS0+qXA 2016-07-20 07:43:51 100.2.123.16 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1640 +p reject 1-65535 +r tor6zXLCtAn Nb0pKg+GwGpHU/9vZlBf8EtWGYY EE7T8dImTIHAID/nOn/g002YhWc 2016-07-19 15:19:43 104.131.4.237 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=350 +p reject 1-65535 +r Unnamed Nb63cBg7wVtLA/jCLntGrFZpzr4 CQwf/Vo268Gqk0J6iU+/oj5K5PY 2016-07-20 05:09:34 45.79.108.96 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=95 +p reject 1-65535 +r default Nd+imif/XWB8350KQ+ajxLjLIng STCafvpe8Y8U2VPbw3Q1jErIEG0 2016-07-20 07:27:40 122.106.229.6 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=19 +p reject 1-65535 +r epow0tornode NeizRPZh9PLmixdkjzV5i0RnLX4 m26TWxyFZ0iTuzSjZFGeD/r1KGU 2016-07-19 23:11:30 146.0.32.144 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36700 +p reject 1-65535 +r seabreeze Nek6WHw7ZbBoZWnuNz6LwFB/fg0 BoU0hRAS3yB2XMhbjXFNVchsnjE 2016-07-19 18:33:25 185.15.94.14 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12 +p reject 1-65535 +r Hakkapeliitta NemPsLWR3zs1f/7dPa2xDa0CfX0 YPvYRbqwbLXit0CcSTwJ/CcYf9k 2016-07-19 14:53:01 188.117.6.19 443 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8300 +p reject 1-65535 +r PartitoPirata NenOYDqM4GHd9JuCpiF4lzjRuEw ZxZcb4QjaMZKCExre8bzjiwbjmw 2016-07-20 07:01:53 146.185.185.154 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=44100 +p reject 1-65535 +r kedmytor NfL2sYycRzMdcnfrF+vzMRGWiv0 G7DxXlA8PBwr/GuhEeC9HkWdMiE 2016-07-19 15:26:06 91.176.62.132 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=194 +p reject 1-65535 +r SFT1 NfX8SPo1Jl6A5DSopj4jalF0wEM eLGJYCfk2c+cMwVp+R1SZd1AcQs 2016-07-19 22:05:59 128.199.234.252 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=158 +p reject 1-65535 +r dpujtk NfxzCHZpjSKq+G2HOX7q7zuO8ao 6miifyzGANvXAtfVIpt2QeNM2SM 2016-07-19 17:20:34 140.192.218.139 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p reject 1-65535 +r CloudTorfj4Gh5jF NgkRvr4Da+fQukW4/Af/UBGetbA yiEJRdBhS+mHTqJmc3yl/W1skDs 2016-07-19 18:55:08 185.56.57.120 1234 8080 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2910 +p reject 1-65535 +r Alice NhLEKcKfaY3qtQcsdeLXAIk9DPE dtAWqozToQIfuz7l6XfvY4qyaCc 2016-07-20 05:54:16 185.73.44.58 443 80 +a [2001:ba8:0:2c38::3a]:443 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p accept 22,443,993-995,5222-5223,6679,6697 +r Unnamed Nhj+Scr70R8XiW6/q/1ocH0K4KQ pB333TzOrPvymAwXrXkETLuGDgI 2016-07-19 22:43:12 84.50.169.194 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5080 +p reject 1-65535 +r pk007za NhxI3mDIiSb0dqB2aR62+a2IIuA LvMb1XDdyIlBHPWCGWeJ9X6xX2Y 2016-07-19 22:26:46 212.47.233.177 636 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4280 +p reject 1-65535 +r cxx4freedom Nh0zyW0PFhJ17mfiyR7hCydud4s iBGtwRVtvaPEfu1olLvFreqFlH0 2016-07-19 20:08:47 217.79.190.25 9090 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29700 +p reject 1-65535 +r Matrix NiDxpS8YJwJbzrOPnEhLgWixQQ4 AM86IO5bLEM4wwtHfrs4+/C1loE 2016-07-20 03:24:38 62.210.178.177 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r ChurchOfSeitan NiKMCAFcUEw1ZQxo6zCg6iio+F4 wqMg/ZhQWECiyqzHy8gXtMTR91Y 2016-07-19 15:16:44 71.125.17.72 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1380 +p reject 1-65535 +r theconstruct Ni18I/eywXWQOb+taD8LiET4UHg i8RL9TxNawrP2GGunhPWiu4+z0s 2016-07-20 03:13:08 99.61.129.14 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=56 +p reject 1-65535 +r Unnamed Nj/UaH2QEjZirkAXcehH1Zuj+wo q5nk6nvSyOXuvfhd421EnYohZNU 2016-07-19 16:26:25 37.24.76.201 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r zambaloelek Nk0dzXCdEB3rCEz4fvJCajII4tM fQ+2WBFmc/pFeRzuOQqCsjGB2KQ 2016-07-20 02:47:25 91.32.196.135 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r BrassHornRelay13 Nk1PCYKzWk6Nnb6SRwxD+gyPi7g 2luLN0yRGCwiwEew2a9xoRpF4FU 2016-07-20 04:16:20 185.61.148.29 9001 0 +a [2a02:7aa0:1201::7f6:fc0]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=3710 +p reject 1-65535 +r howareyoukiss Nk+jt+LTU3M2LEZVy8hg+S7IUDU xkg0t7VGz+QIGHGAImQ8npOzUfY 2016-07-20 06:40:19 46.148.19.66 24423 9476 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1140 +p reject 1-65535 +r jaffacake Nlk1NAY8gNkLiuUva7wAZfYiXMo xjLTLctKA2Ekw6wdQELld9KwcXU 2016-07-19 18:54:31 51.9.146.72 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=84 +p reject 1-65535 +r surething NluxdbspRFxP5SD75pIwcxrl/ew KaWvBUDI7iJcq51ylay/ZhL8J08 2016-07-19 20:35:58 78.47.201.181 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4180 +p reject 1-65535 +r PurityControl Nl2czCS/CIuOOWVJ4HU+Ea16lAk AXGzVlMt5Ez9x2qjTgicwEh4+O4 2016-07-19 16:45:29 216.218.147.131 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1460 +p reject 1-65535 +r annalivia NnAY52x6G3ljL6zoBZPW6l0dzGw JPJcAiYq1U8xbJklvmlvgZkHIbY 2016-07-20 05:28:49 83.86.167.145 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=88 +p reject 1-65535 +r ada NnX9AogfW3GHZLOQDkmcx+W//sA OGCBV8k9Iu1yL6rI9WetTMSkea0 2016-07-20 08:31:35 213.239.198.237 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=21500 +p reject 1-65535 +r DreamMaker NoR7HMo0ICrLFcTRD3DzLBQ1ANg KrAJ816n8EAWuKZGJ0yU4zYcXe0 2016-07-20 08:28:00 89.179.119.165 8443 8091 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1460 +p reject 1-65535 +r Unnamed Np7tqOfXWWK9CeKyBda3BzhCZfY dj+hj6ZSr9ZvnQEUm12D+dmRGqE 2016-07-20 05:15:52 139.162.61.44 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=69 +p reject 1-65535 +r Unnamed Nqpu/mt4B7w/eTo3xjmzG5hO0kM KKNBEcYMx8Dx6Hy7JqS1X87ukns 2016-07-19 23:01:48 78.47.35.35 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=23 +p reject 1-65535 +r titan NrVuqjW8toxvVgxxihjv0L0/+1I ihnGXaot+S7ptMmQjJU8s95nwww 2016-07-19 22:28:26 139.162.146.12 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p reject 1-65535 +r huit NrhFuMX9qU8Fzx4LDxItaaQPbgM +Il30jqfoWdRTR045YGcl0AgVHE 2016-07-20 03:29:07 103.41.177.49 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6810 +p accept 20-23,43,53,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r kimsufi321 NrnnrB42tiqdbzMKvrYBK6fw1AA 4/tgjLziwzCfaBKQ0pTc2hm8hvc 2016-07-20 02:39:01 37.187.22.87 9001 9030 +a [2001:41d0:a:1657::1]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8630 +p reject 1-65535 +r whoyouring NteewILViatyCaMSa/tqCkReNMU sjTxd2H0qKZMCPzUAbX6CtneLFw 2016-07-19 15:39:12 60.225.14.104 9090 9091 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r RaspiTor Nui97+c+HYUv/xYlCoKOwsM3h6A Q1u3HvxLJIajCADlM90CRrT588U 2016-07-20 06:12:59 217.85.145.14 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=18 +p reject 1-65535 +r maupin NvpwhbjPcpPe+oKowCgeDuQ/O14 hbTCe5jyNzcrFdV3gCU8CTaKm0o 2016-07-20 06:46:09 176.123.7.197 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13900 +p reject 1-65535 +r 1d1dnt3d1th3c0nf1g NvvLRHtNrmJJgx5JW7OLlChmZSc mUNxuaEFItiQpEl+DdT6L6tba5s 2016-07-20 06:50:43 82.161.210.87 9001 0 +s Fast Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=777 +p accept 20-23,43,53,88,110,143,220,389,464-465,543-544,554,563,636,749,873,1194,1723,5900,8332-8333,9418,12350 +r FranceWithLove Nw9DGo1+QUP+moK+qRJEr9M5SD8 Dck2MLyds8Y/TUyLW+gQyOnMlDY 2016-07-19 22:14:00 5.135.234.146 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22500 +p reject 1-65535 +r BetaXYZ NxA9v6si/wHp9sAIahvjMFv5dH0 Ojkpao77a/YqMHYZiJNAsih0lUQ 2016-07-19 17:07:44 163.172.135.172 9002 9031 +a [2001:bc8:4400:2100::10:217]:9002 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38800 +p reject 1-65535 +r 0x3d002 NxHoC1sESUyXH7BFnUIJq38up5k yxW4XH2YSsPTegoGjAbwWwyBmDI 2016-07-20 01:33:25 91.121.23.100 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=121000 +p reject 1-65535 +r Unnamed NyCC8+Ad5qYzPTAynGkDoZ0Ojoc 8aK7ogQTQgF/00jvT3CfqGMZ++U 2016-07-19 19:46:01 176.195.96.166 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2860 +p reject 1-65535 +r fractaldragon Nyzpwq2YZTP8WFxh7eTz6hiGlAI DugjTNaoqgP/2YIQZQlPOf6y154 2016-07-19 21:21:17 93.95.227.245 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=403 +p reject 1-65535 +r Unnamed Ny49Cx6TjWGdMzteAMTIX6YmKGs xGvRpa/K6H1UJ79z0gK5605Gdhk 2016-07-20 00:00:48 45.32.155.33 9001 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r centipede NzkJuIr50lHTLQ2ElAbkPdN5OW0 JvOdCiRUirGUB1U44qb3W7T4FW8 2016-07-20 05:38:30 121.127.250.156 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r rasptorpipi2 N1NUCRAt/+kvPayAnkcOYrwn8d8 v99DnJ6AHAUbu7EM63rcW+kUlGE 2016-07-20 07:30:12 84.240.60.234 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=274 +p reject 1-65535 +r TorKabsiBAG N1dVE7dtsOLs6xWut4992gKLacI 29DEVBk3noE3baRkdXLV9fOMcXI 2016-07-20 03:52:23 81.217.187.6 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=28 +p reject 1-65535 +r Unnamed N2PIOFYnTozjorta/oE1CAiBoDI nK9KiXhgfh4UAZL+bE0vggala0Y 2016-07-19 16:40:06 195.93.242.137 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=757 +p reject 1-65535 +r dotnetworknode N2bTIRtY+m+42fV+zrX30jAh5y0 Wu3GuBirf59vmL7jR3Gyb2A3Kv4 2016-07-20 02:31:55 87.224.210.243 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3190 +p reject 1-65535 +r AccessNow015 N35egXqE+uD03DQngF2y6KbLv8A MMfX+2v9CiYdj8vBabNtN42ZQcs 2016-07-19 23:28:52 176.10.99.207 1414 1415 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12900 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r assis N4QWc6iJo2n/kWthMwdjKa4al9g VZ48mgu7hTF2r42mIpIrAOWITRo 2016-07-20 07:10:07 109.87.69.138 443 80 +s BadExit Exit Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20 Unmeasured=1 +p reject 25,465,587,2525-2526 +r ThornWithin N4bgghChvW+ch7f6xHn3vaPngg4 gGotaD27t80OdoquTo7TyKMSH20 2016-07-19 17:07:17 185.16.173.86 4430 8000 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1110 +p reject 1-65535 +r SecurityAnarchist N5UfzJTPlCSDbmGILqsB/m0CkSQ AwSYk8m9U9RhOUgY/Ic7ebv3qEs 2016-07-20 02:16:24 45.55.27.160 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4090 +p reject 1-65535 +r LoveThemBytes N5vWtexYbV36wp1n8E+g9siYUmQ TNUMV3QHsOr8YSO3Wk9+u5TDgWY 2016-07-19 23:19:50 158.69.210.73 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5920 +p reject 1-65535 +r Azad N54+53b1PPmvz0WY8ocfB6sxMks PsFWvjQvEsM1kZwRwjjOULD+s7Y 2016-07-20 07:22:42 176.136.149.41 9022 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r aurora N5+0UAENFweLN2bCJzMDw1jDpEI Wt+EnEtM2TEtaUfg8oaYrP0F5bc 2016-07-19 16:27:07 176.126.252.12 8080 21 +a [2a02:59e0:0:7::12]:81 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=156000 +p reject 25,465,587,4899 +r Ahn1 N6GgGj5G+d+EbXlqigHDgHpIM20 A4Z2CvGMLS/gT20+2gxiwbSwsS0 2016-07-20 03:42:40 141.101.32.104 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=104 +p reject 1-65535 +r weebl N7l3wvF8G3mzzYaG9ur16V76jXo tt9QysijL3wYIZkcGqYWzVL36UE 2016-07-20 06:31:24 82.95.66.203 110 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=100 +p reject 1-65535 +r Unnamed N8TrhJ9wOADmNCDBdyUlHVf7y/U KQNqx6wlZzoqvmK3uzrOC3u7dec 2016-07-19 16:37:51 118.20.239.71 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=22 +p reject 1-65535 +r ellenatfims OAyBIL2BnfisIrfXzeZbA8kGB74 m2KSokQ5AT/+RoOYdPMKHhUcvok 2016-07-19 15:32:49 129.100.34.106 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2050 +p reject 1-65535 +r braaten OBqt2UIGNxtNSLXvjbqzyJR8aI8 ztPXEj32THcnlOsXAI6dXXMDFtg 2016-07-19 16:43:33 62.210.132.56 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=7560 +p reject 1-65535 +r IPRED OCDpGYGbYi6aM4k6UdsHdUjYJSI d/HkSuq3e7dzII3lqHXEPC8vkC4 2016-07-19 22:32:36 198.167.222.77 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=880 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r doyrov OCJI6emYVxCbFDRM8riBZrQSl6M qSECYUoAbADlWUmfUNpRWemm3do 2016-07-20 07:19:52 217.23.7.98 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3910 +p accept 21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ovh142 OC8kWXjpbwRJWkFBK5Hy6OVPWMs hj9EYU5MthPdLAL9tG3R7XfkfK0 2016-07-20 07:02:18 142.4.213.76 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p reject 1-65535 +r Balmung509 ODNJndWvjHEdrF7lsrAnyiGQgs8 1nWRJBe0t81bpEiQXSGTWAo9KPM 2016-07-19 22:16:59 80.119.137.65 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=92 +p reject 1-65535 +r Unnamed ODazbSIUjLVDsQ5/ZMik4xQaADE 8RNxmdHSS/mztkdIV4gAU+35LBw 2016-07-20 07:29:38 87.106.140.24 80 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10400 +p reject 1-65535 +r torNodeCom OD1uNNm+qS6XCSsTSnCO70dt8uQ eBMWm+IJAmQAfjUW4irjBVFj7Jw 2016-07-20 02:37:35 204.17.56.42 8443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3590 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r zarvoxrelay OEtRyX2Y80iTs3EH50xwKV0sEOc MIFgB4QseWEb7EYhoPndwbELOAQ 2016-07-20 01:36:27 192.241.233.203 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2920 +p reject 1-65535 +r TESTE OE5kRKNfKtPjP1E3ozljEQvHjjs 4FDNkrzdo69m/BAZRcW7DthDm84 2016-07-19 21:03:51 54.187.207.162 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r Unnamed OFYeIkKdLNDaaA2U97Pe594R2hs fLU8NyhcEG3zyF61KS4tVemR9hk 2016-07-19 22:25:57 100.36.49.178 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1690 +p reject 1-65535 +r duhhh OFZgDHANc6OPmzAzxaRFwXEFB60 b+HSsfiV6IGCJNBQVLkKHSe0PHg 2016-07-19 15:03:03 104.167.113.138 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=22 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed OFjosm5YRjX6bRxCbI0pSAUOrc4 WGx1l9bfktcR+8qWtHLIWr3sN/M 2016-07-20 06:49:58 188.166.67.109 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r CDR OF/k0y1RwDdm8/vSSxCNb7gsnjY Mked/Bt6HQlGU9l84GXcDdcwxTc 2016-07-20 02:00:11 5.135.155.121 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22300 +p reject 1-65535 +r Tortule OHSpLM42FItESMLUgWPBiciaTw4 nr7SrEDJwZ1YrssUy+86+HLCodU 2016-07-20 00:10:34 109.128.53.90 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r cave OHXJyEPTN2L6czvK8SjyahC8dec WAO5v2owaqhKu+txWLao1qEnh7g 2016-07-19 19:54:44 75.164.122.150 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=30 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6666,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r redjohn1 OHsGWjjk2qFtnUHClk7LxLMdMP8 RCOQKBiYZIOFGsCrI2DZ8xAZaVw 2016-07-20 08:43:42 62.210.92.11 9101 9130 +a [2001:bc8:338c::1]:9101 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=133000 +p reject 1-65535 +r OrbotHasli OJwSDOo45jq9qDK6DRMgwLA+SuM 3NvnM9k1pB7M/ejAqzdOjqDQzgc 2016-07-19 20:41:29 81.221.247.207 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r dee76relay2 OKDQPe4MUnrFr5941RMJostjodg ZuNPuanGUB/Y1e6N+HQ/7FDMmnc 2016-07-20 03:27:08 109.236.82.206 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18200 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r apx3 OKQrjXwOY0b0pIIWF3QK7obqiFs 0UIuovFeh+W82O9fyJUqg52+IrE 2016-07-20 01:52:52 37.220.35.202 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=35100 +p accept 20-21,43,53,79-81,88,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3389,3690,4321,4643,5050,5190,5222-5223,5228,6679,8008,8074,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r theWildMoose6 OLGbkOgf1+cClkGzL4wV7gXW9LU MTHMwlIscYxkzwTYFfBfmpUhC00 2016-07-20 01:02:12 162.248.142.162 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=37 +p reject 1-65535 +r YellowKnight OLY7uN6LY7vmNMirhOUbpzPr6HQ Bhk2uJYfZ489qQgpC/eKZrM0Wuo 2016-07-19 21:59:23 84.92.97.97 19001 19030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p accept 80,443 +r TykRelay02 OMyVqM6SpZHUpXeTWb7/uhP6G4g E3iWRcwrZ5GqTW5Y5X9cc76k8cY 2016-07-19 19:36:19 144.76.253.229 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=35500 +p reject 1-65535 +r himbeerschnitte ONCCGGJAg9Klr6oWHP1i99sCMaQ elr+PzX0KuH+KNgbJPabsu5VMvU 2016-07-20 04:43:45 5.147.72.229 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=55 +p reject 1-65535 +r elofstorrelay ONClQF4F7/gh0ReSiAxbvDTcCyM RDZacNG4E9yQS96PSgyhAvWnP0w 2016-07-19 18:06:19 85.24.188.10 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1850 +p reject 1-65535 +r hinterdenspiegeln ONN13LagK/VC64GlBW9HBVHKkxs h4IOFmut+iU5f99/ozmKcGWl8x0 2016-07-20 08:28:34 178.201.221.91 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r tor3multisec OOewuekM2rBJWJUMTjvoIrH7ajI MKvlFdi1Dvk2PLSruLA7L6hs/qM 2016-07-20 05:36:40 193.90.12.88 9003 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19600 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r mberelay OOtsqHyR1OPyKPKIazsJlOtYJr8 0dRnSOj8huzReb05xt9AIioy9Q8 2016-07-20 05:34:35 77.170.230.163 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=319 +p accept 22,465,993-995,5222,6660-6697 +r trafficloadengine OPBbzCEoO68sfNrYhEPczD2Ae94 TVg7LvROKyrgh7bRY55hoZyjudo 2016-07-19 16:04:32 129.146.0.7 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1780 +p reject 1-65535 +r titanh OQLuT1++UIYvgnj701qiXdrPXSA Cuv/ksJGO/Lnw/X/GZuC8JZrky8 2016-07-20 00:45:45 172.245.24.228 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=422 +p reject 1-65535 +r BlueTiger OQoeb0Cg6d7+Vd19pGTWXeLh2zc jv/2qhVAZ7nkdFniAGtqH1PPr1k 2016-07-19 16:54:31 62.143.142.52 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=354 +p reject 1-65535 +r TwoFlamingos OR8NBTRdpWQQeTSflv6UwmmrFcA iRwGf77l4UWoB0UEzEHpBY8BPUI 2016-07-20 01:47:45 144.76.105.169 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23200 +p reject 1-65535 +r xtat OSlWkv7hXxWHDu5Z+kn3uthQ0kQ watxk3E1dBqnsztQbAzSGPnLsBA 2016-07-20 04:31:55 24.130.221.118 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=287 +p reject 1-65535 +r ididntedittheconfig OTfzLE3rCb5l2vBYADwQ4wruLXw z0SZhZfTjvufwlFORjD3D6tYRnk 2016-07-20 00:00:35 93.160.251.170 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r yetanotherrelay2 OTzeFS1qOAagMAdZYN8lcO0BfJQ eDYaxnC7TvfGJXzQECOWgO2ggYQ 2016-07-20 06:17:00 95.72.11.251 9031 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r pansomatik OUJs50Asti8E9d+rpc+7rQhpOQA S8AhwXFO4IOKRCBnTZ/Rc2KnJuE 2016-07-20 08:36:28 91.121.116.34 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=409 +p reject 1-65535 +r vampire OWG/isKSPDvsEyQbdPSsbCO+Ksk maaotX6sMCq67pp9rTLBCvhM+fc 2016-07-20 03:54:55 93.113.36.242 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1080 +p accept 22-23,80,110,143,443,465,563,587,993,995,1863,5050,5190,5222-5223,9000-9050 +r bauruine121 OWyrhZl61Vmj8bv3M9UvQC7tJBo vcYmA9MxLWkGgkM2FX2xnbwFqXg 2016-07-19 22:45:11 148.251.84.200 9001 0 +a [2a01:4f8:202:54c7::beef]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=52700 +p reject 1-65535 +r slunix559fd19a OW6Zn9roiyksQEBOlwazHLdXWY8 Drm61FZ+tkK0pRcDNLVRUi7LTHs 2016-07-19 18:20:58 85.159.209.154 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1720 +p reject 1-65535 +r TorOnPi OYbMWQhypzYsOCJyx+pIpZwHx6Q 6W9rmLCRcfAWG/+Vfg1baidnj60 2016-07-20 04:06:07 83.150.11.203 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22 +p reject 1-65535 +r trshck OYtNCnAtZhnSNmmClp/QKeM4mjM rLaojua35Rt69d69OiUiksNv1/8 2016-07-19 22:22:01 37.14.198.44 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=501 +p reject 1-65535 +r N00dl3 OY0kPp7dwAKO3E+nym9TeaZHHRQ LBa08fjN/Etf1eiXWR0d/swRebo 2016-07-19 23:27:53 71.202.184.229 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=96 +p reject 1-65535 +r vibcanexgpsftornode OZ8t1Pwez2ooBM74hoAnVMYkvSk v33vQ+n27qOltztLchMIe+9idN8 2016-07-20 05:57:59 159.203.193.175 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1100 +p reject 1-65535 +r mypko OaJmZmkNfJs0YFtCUaJsaIFsQqc Vxxwi02bDV8UTuvXbXMBoehh2rA 2016-07-19 19:33:40 78.46.247.36 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13100 +p reject 1-65535 +r Charon1 Oa/mWln0dzkV7VE65Kv7SMCg4h4 KBvdI4ysWzWz/nhBYU9Y23EyFsw 2016-07-20 02:09:48 76.74.97.33 9153 9154 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=5 +p reject 1-65535 +r Unnamed ObA1C7boYcGlaVOgrgFGxuDmTos fHG7iKlfU/W8ttojJQiRgdQq2ZI 2016-07-19 16:52:20 176.31.200.122 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=25 +p accept 6660-6667 +r rammerzed ObPbMVx9ONpCraMVH0kE8QVAn6c dqH9q1MTxI2CYLllYptl8btvG+o 2016-07-19 18:00:30 81.4.105.192 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=28 +p reject 1-65535 +r Sovereign ObWa9P5U+tjFCF+pwV/fIwhyUNs YxbSaO56VNcxFJPGtA6vdKwAtS4 2016-07-20 05:25:58 185.100.84.175 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3980 +p reject 1-65535 +r RUNode1EddaiSu Obah3pnS3WSWMsq7bHKCdmTjyyk 4w4F1GcWzMBPRvQWWeTHVLZ75nU 2016-07-19 16:51:13 92.243.69.105 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1730 +p accept 6660-6667 +r heracleum38 OclIeYm3wraKPprvqslydrOvOvw Kww+VepWdievMjG1QS1bhTt6kjA 2016-07-19 15:14:37 83.149.20.38 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1900 +p reject 1-65535 +r TorAustralisLX OcomgoZt7WpQK2SPmBxE1hrVqXs 6BJLn1fsI8Odip5Z6vDBDs+kFyc 2016-07-19 18:04:13 104.168.154.70 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=458 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r onefortheroad OesvfEyH9EYTSWbYTLIDDdASdHg SMRqaK9XJ5MqJFVZE6PKqngDMrA 2016-07-20 00:30:35 115.187.246.184 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r metaether OfCWlh7SV2l1yGbUUDc6mROv3JI LxY8oulnWUZwHXiFUGdee+AgbHM 2016-07-20 04:27:00 198.50.191.95 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8730 +p accept 6660-6669,6697,7000,9999 +r socrates OfLXt9pO8y0NwyUttlzi8vyzx24 loVWvmdvlj+YjLRfES//FH4plF4 2016-07-20 06:29:46 70.92.183.139 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=65 +p reject 1-65535 +r Unnamed OfZKZaqqDKcgYxL/mW2rufQ+/bw 0Yss9I3ONVeqmc1R8RJe0XjDXX8 2016-07-20 08:28:10 87.17.201.96 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r Unnamed OguBFs48KyNHzVdI6WQDW+VwM/U WaZrBXXbF5hI3IZfKEeVw3kLisQ 2016-07-19 18:11:38 188.32.242.244 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r argenla Og2IAkowFS5vY3LP34+bcl+YQ2I 18eUvtw6qNuhsUE1hwyodeOjkWo 2016-07-20 03:07:12 195.154.90.122 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r TokenLow OhujsIE+H9EYM8n0MPNQdmKlj0M gteJRuvwN95pWSb1doxKMAoe+9o 2016-07-20 00:01:17 37.205.9.131 9001 0 +a [2a01:430:17:1::ffff:159]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=448 +p reject 1-65535 +r tor7andersio OiGS9QUYSRphML4KXKhw6CUu0O8 ppzDaqjipcDPi8fw9cMlGspVEA4 2016-07-20 03:15:15 128.199.133.154 33443 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=455 +p reject 1-65535 +r matsubokkuri OjHdaCFtNoveA8yqzhHpu9Try2Q 8hNWvIPM8PcYjFTm1ZOcKzUB4aM 2016-07-20 06:30:10 222.230.110.122 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r poprelay70 OjSWAsviblrx6u2fEzTpKyKAhTI 2L6/wmY4Mc3cQueVmfXW0sPdD4Q 2016-07-20 05:44:53 80.100.7.153 9002 9031 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1530 +p reject 1-65535 +r Evengard OjVhaAQSzbAF7q4vug5kosUKwYI Joi6Ri+Adg7bB1Z6lxy+hX/SwPs 2016-07-20 07:08:28 93.94.146.43 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=391 +p reject 1-65535 +r valberg Oj/BKm5ELScogVmoLQ99PTFPET0 eXw4OABC3oZY0n9FMu/ZfgjqPJs 2016-07-19 17:54:13 193.106.165.27 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7570 +p reject 1-65535 +r o9k OkldvxUqU7BsWdYA+E3nHgkyjtQ jPFY109uPzfP8Tfs8pY9vEOV7P0 2016-07-20 06:32:00 81.7.10.68 1444 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11900 +p reject 1-65535 +r Deepdale OlnSOcUEvsI+KN6cxhZui2wtit0 UwOpZrL5u6TP1VxK3eBh33U9ivQ 2016-07-19 20:42:45 209.6.145.116 9447 9090 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=437 +p reject 1-65535 +r Unnamed OmoVagGJGhPfqxmhbS26u4Txhps 8fCq87Xy5FnAKFiQlcTxbnv7osc 2016-07-19 15:41:32 89.16.176.158 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38600 +p reject 1-65535 +r wintermaerchen Om6uBsMzrHIkaaR2RbICfJg6dfw 4oLFwpzoRZ9ldv2mKV/evc1PcCE 2016-07-20 02:37:37 50.7.151.47 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9850 +p reject 1-65535 +r interrupted OnILbkIOaoEzoLekw3wIucne5f0 tfF7+c5IFGrP9pgFuH9ZTsVhXIo 2016-07-19 19:44:53 91.237.88.103 8080 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=38500 +p reject 1-65535 +r BabylonNetwork07 OnXxu43mtJWNVe7uOCjPEN5i9rM OU9y7XmUbzCwZ9AGnpnyoajMxwQ 2016-07-20 05:54:27 199.168.141.71 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6170 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r gbwilts1 OnwP6LVEj14ulLebYKQxy4tQ9zQ JrIH4RJibYk5XTc+KuWjezrTfJI 2016-07-20 01:53:09 213.122.248.33 1111 1112 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r Beluga On3szCwXhD6t2Xodh1+WqoONa5U aBn9or0kQn1/GQzaGjzoCbwYrNc 2016-07-19 22:07:05 81.7.11.154 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6320 +p reject 1-65535 +r HomePage OqVilRdLKeJGvMWDwPURBi1OnxA CH2Sid+pceOPVmcX4xQ39YiZdMA 2016-07-20 08:31:17 128.204.204.133 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10600 +p reject 1-65535 +r MercuryV OqrCFJmsOOQaSfMCkTTF9YwWt+g KaQPSXNDU7wU27zKKfYl6TyUllw 2016-07-20 01:49:01 94.242.58.151 110 143 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r tortuga Osj+54qJ6rWjmKabTpidGPOgn3Q VOSYwQ1bbnhQROpZ/v9LKFqRtVU 2016-07-19 18:06:23 87.98.250.222 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2060 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r DontDieJaedong OtkGsQyteD92C64btg80v1ARyKQ wiqK2P+EY5g0uv0xEcBeRZnaA5o 2016-07-19 18:02:48 134.3.71.198 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r FlashCod OuE8Mzith+wedrRX5Bff2XXboyM hgXY4rTnv/fjaTuCsMeyQFom7KI 2016-07-20 07:37:09 5.2.72.26 443 0 +a [2a04:52c0:101:16e::8db6]:443 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Unnamed OuXQTOceRDRxDqzEzTeelNFJRF0 O2VipFC3nMdoYVlLAt/d/HPc1gQ 2016-07-20 01:01:33 86.101.127.122 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1610 +p reject 1-65535 +r GambitNashRelay0 OueJZAcaywNFZ4pp2NDJK+nf8vI pXvhB3oD/ASYhUFKTIvgQDwniow 2016-07-20 01:42:09 77.68.36.93 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3740 +p reject 1-65535 +r Thorstor Ou/BHVQae5lVHT0uElh6X/A0Ed8 MHo4l6FLW/Xi6sOehY/dBj78tYE 2016-07-20 04:09:16 88.78.168.174 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=2 +p reject 1-65535 +r Unnamed OwpFfxPymHTOQ4hUqyWGjtGk0WU v1SZdrVNu/zx0P0WGTHWgv8Mv+A 2016-07-19 16:38:38 85.229.1.232 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3140 +p reject 1-65535 +r bababo2 OxO//VZkXArN7Gh47pG0GVcM3jE 8KNPROy1pCpzbtpXJiP61vZWBaY 2016-07-20 03:02:31 81.4.111.107 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=418 +p reject 1-65535 +r decomposed OxXN9DKYtlJM2lYFPI/fw5nlr1Y UAp2sD390GDhBeYYHmZO/4gf64s 2016-07-20 04:22:41 178.62.109.164 9090 9091 +a [2a03:b0c0:1:d0::285:6001]:9090 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=54 +p reject 1-65535 +r cgRelay01 Ox/rZTpxeZExOGOLdB6Z7L07u64 OgfZVMJg0pkPfVyE0lUKwnOyk6g 2016-07-20 05:31:07 46.182.19.231 9035 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=242 +p reject 1-65535 +r 0x007f0101 OydXODYy2MILXgLbVf7/YZjI/vU z1zQL+o4UDrAiJHJiavFO0c4W08 2016-07-19 17:27:38 195.154.82.88 443 8443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11200 +p reject 1-65535 +r FreeBSD OymDxwYroZ0W6wxYR1WmYCRsC84 MBmsPwq9r4lRV9za6dh+chwEOOU 2016-07-19 18:47:03 195.40.181.35 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=8840 +p accept 6660-6669 +r Pilatus Oy4g/k61Ml3mKg91MEh93RqNYGc 04zQCDIWeqvAUqKSOPiJsdCB9vo 2016-07-19 23:08:36 78.46.82.123 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3410 +p reject 1-65535 +r rofltor1 OzP2/KZFrU6RQoo699xzatn7cns kOR/tm/fsO1tNVfsxZVf7Yt3Y74 2016-07-20 07:10:59 164.132.77.175 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29800 +p reject 1-65535 +r Jambalaya OzygTm6S+FISwTyO0B0yucw9+gI BZa1X/eoJrk5Rng0rl9oSS5b+/I 2016-07-20 01:00:47 84.141.122.41 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=348 +p reject 1-65535 +r Tunguska O0Dp59Xvv8CKiWFYymj8He9q/gc FB3VMrDwJMCEZc2VrJr9OyWBpII 2016-07-20 08:13:21 134.3.133.123 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=5 +p reject 1-65535 +r PanzerPanzer O0HVo6MmNy5qeMjVgQiKfjn2ByM X/3vvPysWzuynd3T7wnutPg7FXw 2016-07-19 21:08:48 51.175.194.118 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12700 +p reject 1-65535 +r BeTheChange O0Rlm5pLOAURxeqH72Qest/e3Gc ETLICR9FlF66wcLCMW5NFKoOhh0 2016-07-20 03:57:21 46.7.126.45 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p reject 1-65535 +r NOwyTorSerwer O0nC9GXfd7rs8788/ex6KK7qSVM ON4PWtPlEG2xfDdFZvcuhkScin8 2016-07-19 21:23:41 185.25.151.153 9001 9016 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10500 +p reject 1-65535 +r ChiwawasCanDance O041cWYq1nWdmz30VNKB4WZy9J4 A2dyz5LvKQFEEsbnZaUQyU7/TiE 2016-07-19 23:26:56 50.116.10.242 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=1310 +p reject 1-65535 +r FRNode1EddaiSu O0+iODHMacE2QYsDBTgaUQOjtHA jyAvNQuTRQfZUwcIjceOoIK//58 2016-07-20 02:22:28 92.222.22.113 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=14900 +p accept 6660-6667 +r TorNodeRandom O1DPVmtF4LzEf+kN4KcQOvAMG2c WTG98hS9FM9luT1qfeZ9YGdiElI 2016-07-19 21:09:47 107.170.143.117 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2490 +p reject 1-65535 +r bakunin3 O1I5LiJWw1zc94Af+Jj8iM5tQxo 2RkJAtB5WD6pm5wwHNanJmHZ7W8 2016-07-19 17:47:58 178.16.208.61 443 80 +a [2a00:1c20:4089:1234:2712:a3d0:666b:88a6]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=42700 +p reject 1-65535 +r 0it6VTBdZs O1o8T84vocMCobNnRG86FT6Cfpc DpnbH497d7nmRsyl8t80vwNX4Hc 2016-07-19 17:47:19 185.62.190.108 8007 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=19500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r TorEdu O2NfL4W3WDdeVbVUkbR2rmnWzvA z40nFdjgxgVe8bWKoPx3vbhZzpc 2016-07-20 05:36:14 200.63.47.10 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=136 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r ididntedittheconfig O2OGqvEsrDg8Jwbegj1ZFR3zy+0 E7nZfNZ1fbPBTMmQDR0tj26IKjs 2016-07-19 23:29:55 23.83.248.5 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=887 +p reject 1-65535 +r nxu001 O38i5rt5oUStPYusQ8S7x2wz4lY erVKcm2kg2SmMepLKRQCJKDo8IQ 2016-07-19 19:06:31 192.241.130.60 8000 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r yukon O3++X+8iT53NgRUBiTmZoNOVl20 qGmZrUsJWMCVDpWrIeoVvl152KU 2016-07-20 02:05:30 178.17.173.22 9001 9030 +a [2a00:1dc0:2482::1000:2]:9001 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=4030 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r poofeg2exit O4ls1TAQ2XyvBwy3kh5hSGQdnd4 jwtfwG27/q+dn2xWOpeFLvtYjDA 2016-07-19 22:29:09 213.109.53.16 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5430 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r blablablabla O463lAVb5ZP7OeOHKugEgjVKRjI mCr3qBPCCaI4LQbik923kxHYKGk 2016-07-19 19:21:30 81.7.19.110 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16900 +p reject 1-65535 +r MingLee O589j/3ijtw2b482+lROGA0Xst8 Ezx2wHLMN+DwwxtgK8xS6ODYm+I 2016-07-19 16:28:38 92.110.138.26 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r cn O61zUXukW2hdXI5fTDKnKUWSdco pd0ffauc1O0T3tgJPFDnTEV+PiM 2016-07-19 19:54:04 134.99.112.168 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2080 +p reject 1-65535 +r dexter O62z7/uHU0c2v6yaICSreEAb28M hQIweUcIDG/l4eRF1r3WfJAIQG8 2016-07-20 04:44:56 195.228.45.176 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.6 +w Bandwidth=12100 +p accept 53,80,443,6660-6667 +r kerly O7A1UU+CRqw2e1Nw9P4SC7EdjG0 4yWFOzVlye9LXdW84TXUUAHMXyM 2016-07-19 15:38:45 93.115.95.38 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10800 +p reject 1-65535 +r venser O7NMzY6pyATFxTYbIfM3Z/IggB0 oU3ISmkFXZbOHQaRIB4GuLM+LOE 2016-07-20 08:26:01 94.23.17.58 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3680 +p reject 1-65535 +r ktcagency O/OqIr9t6iq1T78ltyube7gLUWc +z60KyxSpiXbjkxgIMEb4OrUNDc 2016-07-20 05:40:36 192.81.132.46 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=7840 +p reject 1-65535 +r FurryTor O/SEyAZWERHrQEpy6oGl6xWBTAY WPbNDpjZ/TS6i8FnwJbxNAM9e/o 2016-07-20 00:27:27 45.55.27.70 9001 0 +a [2604:a880:1:20::5:8001]:9001 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1230 +p reject 1-65535 +r florek O/qcLR5nPeXd0mYoxuwHXYBBUp0 T9yUFoutfsVJrZg7jdMk6O0Rxys 2016-07-20 00:51:15 5.101.103.70 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=486 +p reject 1-65535 +r toptor O/+Yi4wcO692ILUIHIuChWzbglE en9fKyNQQRtCcq/1MF7kxj6Q/8o 2016-07-19 17:04:46 37.4.234.245 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=191 +p reject 1-65535 +r 443 PBvJWIDAUO+MjbCKm7hpdnMkj0g zFJFFkNfCZfUNbODXhcRG8/KbYg 2016-07-20 03:25:50 5.104.106.31 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14100 +p reject 1-65535 +r DefiantDaveRelay03 PCWysFB8krTAYpB2ySLt/n8dtdE w0rAP+1u9ZV+0u1wTS0UqT5wRBk 2016-07-20 01:21:53 45.63.42.143 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2270 +p reject 1-65535 +r Aryel PDdMCMpIVyvcJe0Q9nniYjDMkio 6TUQpAxsfRqbPcTi1P7og6jQ19o 2016-07-20 02:54:03 62.210.74.110 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=342 +p reject 1-65535 +r tienshan PDk0LAGPop6TKlY1XfC9k3AAGAg ftoo1CU5JcgwlnhAjNhQiCb09Z0 2016-07-20 04:23:39 89.18.190.107 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.2-alpha +w Bandwidth=427 +p reject 1-65535 +r traffic70 PDphNOS1t9HBitTobuI/rGOGZVQ P/dfFTuIoa9pichRm+Gak2qdFQQ 2016-07-19 22:16:02 188.138.1.166 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=98500 +p reject 1-65535 +r tagomion PD0gYDCeymkT/QHDfy572BDRCiI 6WawfBclU1ZoI6I7n3HrPObPa3E 2016-07-19 19:37:36 188.166.246.106 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48 +p reject 1-65535 +r gyterpena PErvQxa2EgGw8vMdUahTURxQJSM wn8702OMYqHumBDcnFNoX6cMAfI 2016-07-20 06:11:29 88.212.34.141 8888 8889 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=625 +p reject 1-65535 +r Anbarocrator PFlgWhLSEEzOxxlmJVAjHPaXXQU dzrUVbRAQS/bF8WDzR0tt8XHUUk 2016-07-19 22:40:09 78.36.44.54 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4460 +p reject 1-65535 +r Unnamed PF3qyDJ+AK4CAOzRhod2+0z7a4E 8ZxBKlxk5il9SdcMbehIWN07AKo 2016-07-19 22:53:24 79.165.180.243 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1050 +p reject 1-65535 +r glenda1 PGOPlfNmcfxxaQx7viUuIZIARNU yw+uyIEBq2qltvii4/4TrHLWfwI 2016-07-20 01:42:53 78.46.209.112 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=387 +p reject 1-65535 +r lupe PGh4Y8Nr4F+FiPgSwpvzRlSAKiM wS/wpP1FTjKRUNDcHAC3QFTrbww 2016-07-20 03:00:30 50.116.46.20 9002 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=7540 +p reject 1-65535 +r anonymous1112 PGp7Ux8xHlPYjV/vQUWW8runZiA mCIz1GcEP3V9NqXhN/T8H/rDt88 2016-07-20 07:01:29 82.211.0.201 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1250 +p accept 6660-6667 +r bauruine203 PHlpnU+8N94aIS1QM7VtrgeawO8 8df0nHhfr6jCTtIrYb02qMNxPps 2016-07-20 06:29:02 212.83.154.33 443 8888 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=51000 +p reject 1-65535 +r mergesexit2 PHmqxncKS/6g6bvjozkEbAH/VZw UHSSxAyABlMFOEcBFtYvI/ekigY 2016-07-20 06:06:32 78.41.115.145 443 80 +a [2a02:60:1:1::41]:443 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1830 +p reject 25 +r AngryDude PIIO31cljWQ0HP0gIgRregqGA7g oMz/vsocNpn20vSSOOWGBfC9WYY 2016-07-19 16:07:52 80.140.42.83 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=820 +p reject 1-65535 +r Hasifantasy PIV9XaHtwxUBQv1qtcCRJvKueYo 58qbYzIJXO/AK88tmQ+NQ2efzpE 2016-07-19 16:01:34 91.186.46.83 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r Unnamed PIYTsxz9OJD374rU2giP9JrLg54 +p7RljFE+mBx+xavMok9IdIdfec 2016-07-20 03:10:31 91.14.113.18 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=518 +p reject 1-65535 +r anibal PIlndjFBcKWtM/qexvSlfPPVoY8 EbALqJFBiilWjPJ4XSAeQWFgKcc 2016-07-20 04:00:28 173.230.142.130 9002 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=5220 +p reject 1-65535 +r bruins PJMp/PcQ8m3lgUgEkvPz1WZznqs ZlC/WEGHVtIexE+7bn0mZNoyd4g 2016-07-20 03:22:37 85.25.44.141 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4040 +p accept 20-23,43,53,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5061,5070,5190,5222-5559,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,11499,11501,19638 +r vilmorin PJPT9rXgcwOklk9igGFKhuCYEn0 cZ3sscN44DHp4jZG4OGXiODmkGI 2016-07-20 05:45:07 217.23.13.129 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9550 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Zuidel PJhCruY29YM45R9OS7sMXxEf8/U XKGbCJokhJKT0ysOR6Zg5fSfU88 2016-07-19 16:41:09 86.87.230.74 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4670 +p reject 1-65535 +r Unnamed PK27afwZ9Ql1K0wa9XRuynJJwqc 9o/zrFKBnjWhbNQPblS2lD2Xiy4 2016-07-20 05:12:34 14.3.170.193 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=468 +p reject 1-65535 +r carcar PK9QrSJX8B2YMPLfyvG4NLD5+/0 MFUrWJPN5XYCIawsDOUN3cHa6MM 2016-07-20 03:20:43 88.198.220.113 28033 17197 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p reject 1-65535 +r LegradicBoris POjY8Ds/U0aIY8b5hXCZWJ4nLhI /3k9gjKDk2wx9P0eio2b7qPZ6nk 2016-07-20 06:58:50 81.190.96.119 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=73 +p reject 1-65535 +r modupe POkFJ9VxIpa1jn63zVf304jSX7s nT5130BzqYON32t40lOzitH0fcc 2016-07-20 01:37:53 104.238.188.98 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=30700 +p reject 1-65535 +r NerokTor PO4LRxbs1qM2NugiJO7d9K1LKoc zq6+/zWZCXHKnEXYCvc8ZY5CafY 2016-07-19 16:30:24 97.107.139.189 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1470 +p reject 1-65535 +r cockroach PPTGmWsYUJCldtshcIAv6ZhvBVM GT9P9pPK/cO3jBHkIBkoJff/6/c 2016-07-19 17:50:01 92.249.143.119 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2510 +p reject 1-65535 +r EeeTorPc PPzNd/PZc1KFr7LTKC9b5dWjtvs qdFbgj4QcbD9Wxth+APDWLoUqyw 2016-07-20 06:31:00 46.126.124.171 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r superidatmynode1a PRBS033SD6nkLPgTyztKc1vRGe4 vvrQ+aM0OT589BzcUHlRVdlwwhA 2016-07-20 07:30:25 176.9.157.112 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5410 +p reject 1-65535 +r e5d6b5c459340708 PRCVYyxsRaWqpJAJf5HtqjYzhRc fqBZjoaDH3vyZ1m843bBC5Tg/4c 2016-07-20 05:00:51 45.33.77.52 5381 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=7760 +p reject 1-65535 +r houstonrd PRJ7DPa0zD9t+NM3kIp/sr2puIo IZbSq216SnRPl7y3iZvdIjvAWG4 2016-07-20 02:07:51 115.70.208.17 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Yivgekor PSjl+9DGcMAE5Z1s/ecwW8iUj6g nAgNpfluyURQzlZltoBdFU/vha4 2016-07-20 05:23:49 78.142.19.213 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r idideditheconfig PVE6uNd7CeyrVJm9K0touABHoA4 5paebD7JTJT1a1iCCgmiaRbE9PI 2016-07-20 07:59:19 87.158.8.44 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r MADNET01 PWDuirbHxkVf2LECoF50uyZrLms 9GIspXznll5n4G9lqXjLppobfYY 2016-07-20 07:29:57 82.155.67.190 40004 43334 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r elektrobier2 PWFd75fzh2MfUCAfr6bntn/fP+8 gDaHpF8XU96KdahZIWmVaZtU6ng 2016-07-20 02:10:36 95.211.138.7 8000 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=36600 +p reject 1-65535 +r ovhvpstorexitfr PWZn79K3PnfQnbREZhLjFc+7Vos 1KYfBibuXie9ZVfbGI7N2kKKqvw 2016-07-20 05:22:14 149.202.42.188 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=42400 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r marvin PWx3bovp6K5dBZFZQReZnjxUmMg 6LoxbU3hvDEd6/o7DqWtymRE/Fo 2016-07-19 22:25:54 62.4.15.84 443 80 +a [2001:bc8:3f76:4284::2]:443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28400 +p reject 1-65535 +r InnovateTor PW0HceVAVq78KLsd6BaVHxGCbpc OqQ3SK0xzLuCY1JoGjYtMgJ4irA 2016-07-20 04:21:35 212.47.230.49 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13100 +p reject 1-65535 +r VERITAS PXZcWGzKi0N7dpfqLOalExJTCrE D62gxfzQGvTANqocN7fojTCILmQ 2016-07-20 07:32:51 18.181.5.37 9052 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22700 +p reject 1-65535 +r schokomilch PX4nSofZqJrwZME9HuTKHxhPJgA or26HLhGb7TBKh0H+dtvJGdhcfM 2016-07-20 00:21:26 176.10.107.180 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=24500 +p accept 80,443 +r vlastimil PZmEj+kMWpykyKQRW2HQAr4q4Zg ysjX2Qv8/8+Z/oiREIGS4gcK65U 2016-07-20 01:57:26 92.62.236.45 63547 63548 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1990 +p reject 1-65535 +r silverunix PZwccJZbZEAX4FrEn6kvWQOLA2c AoxUjIGn89a9RNdreEdeAEFRhLE 2016-07-20 07:07:54 46.249.47.233 4430 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=507 +p reject 1-65535 +r jenie PZ0WKqc7P11l++kop+gbFOEF9oo AhsGuEcsqSAKylU/7JKUfeZ68Ss 2016-07-19 16:54:22 130.185.250.68 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=49400 +p reject 1-65535 +r grandmother489 PZ9bliQezPbRmMGRnsHR/yi2hvg uHEmi/Cdp3BYmZRVxMP+OyNcDr0 2016-07-20 04:41:36 87.169.178.125 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=601 +p reject 1-65535 +r viridian PaGZHuCg3joyoLKiAk1tzvSpT58 ofsff8oSzaxs2ZwDDt0sKeiMOKw 2016-07-20 04:00:01 185.45.192.53 22147 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=1690 +p reject 1-65535 +r skynetcarnal Pa+JqeP/DATEs5F0oZC/6JulsDM jotjITFAFOD6xwMX3Uan0nZCzKA 2016-07-20 05:08:23 92.222.86.169 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43 +p reject 1-65535 +r bem007 PbaBGvM2X2jtEerfjIJO/0L0Y94 pmTzGA3amEVm1Cxtfer2SLqA24g 2016-07-19 18:12:32 95.116.203.176 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=17 +p reject 1-65535 +r compensaTor Pc9cdXZfuwR8XWZ5N4I6/oCi8r0 ZlOsUziRmyjvepzFCZjFgNMutGc 2016-07-19 20:26:19 78.47.120.150 143 110 +a [2a01:4f8:d16:24c1::2]:143 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10200 +p reject 1-65535 +r duke Pdg0A4XKlrnB4rrb6qJHCXfyrSM dFjpk9DBg6Izfl0S4cQXDFggQQ4 2016-07-20 05:03:55 91.229.77.64 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=5230 +p accept 53,80,88,443,3128,5222-5223,8080,8888 +r FlorzsNode Pd0ejsq5ue54/VyPbvg22/+61d4 por3E7NAB7FX2H5Qx3tuEiMz+Kw 2016-07-20 07:09:58 149.154.159.172 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=823 +p reject 1-65535 +r sonsorolDotNet PeVnwTUMDoWMYUeuywbqmz6vMmE Wkuo8zHxuMmRHj9yGtiQmInj6PI 2016-07-19 22:15:04 50.247.195.124 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=899 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r orion Ped2LdYWX9cMdL0CplicjAwbAgo L55jaeeM17l/PxtzrnStrDRxRSs 2016-07-19 15:38:43 62.210.76.88 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=29300 +p reject 1-65535 +r DerRaffke PfKMaiH58GP6FkD3NnvoFDgW1A8 kpFOYxt0F9VCvZcjbWNw+GfNrDc 2016-07-19 22:18:58 109.91.131.110 9010 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=930 +p reject 1-65535 +r Unnamed PfZ9UMiJfO5FaciWBMK1t4C2UUQ ZHL+7gBhrvcAYGS7FrN0Jr+rqog 2016-07-20 08:25:42 90.157.0.176 19001 19030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1190 +p reject 1-65535 +r GreatSuffering PfmS7dIZ4a0lI5aOchmx5hXC9dM fdRT4vWaHqxaqlnRul/0DKP97+I 2016-07-20 06:23:26 104.207.130.147 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r Unnamed Pf1cUddddTyU5856+uTRV7YAB4I F2vOecel2koz7cVYwgFRfp9KSZg 2016-07-19 23:06:27 178.65.154.227 143 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed Pf1sN1g1N6vBvx/Jderz+q759J8 eGZqRymqdGdc8nXEOQLTBwQYahI 2016-07-19 21:51:09 83.238.63.29 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r hotzenplotz PhPi64fM9WkFZO4z6fn5+Asin7s FlDxvjexFfR1eRQMhFm4FIfu0n0 2016-07-20 03:01:23 31.28.168.174 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7670 +p reject 1-65535 +r GCPD PhdizEVSVotco2EQDFnXeG0lllw PrOVwEnPW1CNxtcxTIZaQDiuJCM 2016-07-20 07:53:24 148.251.255.92 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22800 +p accept 443 +r murdock311 Piw5D9hhyDqXS3v3VCjAYUFc1nU sepoM5xzHVgcB8IxrTgu3pUPZDk 2016-07-19 20:34:14 109.233.127.233 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1960 +p reject 1-65535 +r Unnamed PlPTl52wfv1zZmHJNKHe0UEntoQ UsldMeY52MTRuzRNwz0k8J22LPI 2016-07-19 17:28:03 217.79.179.177 9001 9030 +a [2001:4ba0:fff9:131:6c4f::90d3]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=93500 +p reject 1-65535 +r orminet PlRBUiGzDcvify8/a7aYIfP414k mhPPiuSqraeJ7WQkOQUOwfuoF/M 2016-07-20 03:18:30 92.39.246.45 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5880 +p reject 1-65535 +r TineMelkLukterVondt PmPAKvdz3qU0GgKKof1Irfs0hBA YSupWjgg7gy0+zyL7+SaiFBrQS0 2016-07-20 06:09:50 84.208.55.157 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=480 +p reject 1-65535 +r Chick3nRelay1 Pn0NWEUfeOsbjkkkEuLtM25cL+I 6wQuNgmbBsRjiRZnSi9B6Fgexjw 2016-07-20 08:26:50 72.48.102.32 9101 9111 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2620 +p reject 1-65535 +r BV2 PowiIH8zaxXsW1so2pnj63Y2WOE jilIpfVMGW2tsunj1gGOlD+AQMU 2016-07-20 00:41:27 5.249.159.209 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1250 +p reject 1-65535 +r KagamineLenEAngel Po82Cm7ahYaKtx2ZYFmm5ZDQD2c u+8Iq0bvRObCVIZJ/RM51E61mhE 2016-07-20 02:45:03 149.202.248.101 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=9700 +p reject 1-65535 +r El33Team PpS4RZMuF8K1sPb+C62yvjeiuXA 3ejXcFhvRQ7Rg7oaQiUT9RAKfw4 2016-07-20 07:14:28 188.166.2.78 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=630 +p reject 1-65535 +r darthsidious PqGey81UF1FzxlzYS9CBwSJ/+qs uYlII+LBGQV64DS8+QjPmo+Qzhs 2016-07-20 06:23:29 84.150.116.187 9001 0 +s Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=25 +p reject 1-65535 +r AccessNow002 PqqrNZMmEEEeJPpDF2A8tXgLgLw Qi1Kkej3QYpgUcq2fOK7a4xJEs0 2016-07-19 23:05:20 176.10.99.201 666 667 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=15100 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r SOAB3 PrIsOSZgPIoyBruHeq9mjeK67cs 6I/INsdo50dHXlgTrdI4gq3bvb4 2016-07-20 03:54:34 158.69.206.114 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7460 +p reject 1-65535 +r Jupiter PrVlePjNaeH+NQtzkv1ouOogs0E vuIuwSqzzdWDT219yblFktarMs8 2016-07-19 16:08:47 77.248.123.152 10001 10030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=38 +p reject 1-65535 +r BrassHornRelay05 PrdeM5Y37VpNEuet2eRBkUOYlvc aop3Sx7b4gqXKjAtx7BF9YJSjkU 2016-07-19 23:00:44 198.143.136.237 9001 0 +s Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=24 +p reject 1-65535 +r Unnamed PtPDaaD/vOsF4vFGNAhd51bcE9U LAzAbFsmpR+Rc/9VCDoJ8A7O0+c 2016-07-19 16:18:33 192.241.202.169 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1970 +p reject 1-65535 +r Debbie PtXTD0A5co4Yw6t70w50HyQ91Ho qluWp0n3Wue6LSmlL8e4iryFFTc 2016-07-20 05:13:40 92.25.37.6 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11 +p reject 1-65535 +r CatRelay PtySR41nfsBoY8LsQxIhJDsV3DM 69zY+H4SVQKZCPei2pvzga4Zfgk 2016-07-19 18:42:33 89.163.245.181 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10800 +p reject 1-65535 +r twoface Pt0AJF2TZkozpyS6N3FQ5VMe0DM uRVpKJAVnJEE2WVOtavwIlb3H3s 2016-07-20 06:52:04 185.8.63.38 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11200 +p reject 1-65535 +r bluesky Pu5P4D5/qklydnv2IqHxpjrWSfE eKLEpALGB4f05e73E1c/4xTiwLA 2016-07-20 04:00:16 178.62.193.49 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p reject 1-65535 +r Unnamed PvuSn6FeCEpfU8nHoFjFk6l9/Vc Qu7i0ScDLRr92umlspl/44ZCb+M 2016-07-20 07:52:18 162.244.34.169 25452 27640 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=963 +p reject 1-65535 +r donkey Pv9VDtqxM55EWrnQ1uAAZymbkqA RpSuT1wrEaa42tFDmAE3xix2VFY 2016-07-20 07:16:16 80.60.245.234 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=201 +p reject 1-65535 +r AccessNow009 PwYUALb7H1Xn8ZuzxxOITWd+Vbc jy+GyhpRdcqtpFKuprK/ronz2pA 2016-07-19 23:05:17 176.10.99.204 4321 1293 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=16800 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r joszef PwZbsLAvsjA+FEOD0WxHp97XWuc lf27dKOv3XrUGsGvzqZ6+6EutoU 2016-07-20 07:09:44 195.154.209.91 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=47400 +p reject 1-65535 +r NYCBUG1 Pwkphum4fT/aCbcfo6YCN4KFx3o tCA62qu17qB2AtfpuJ1jelUG1WI 2016-07-20 04:57:19 66.111.2.16 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1130 +p reject 1-65535 +r ididsoeditheconfig PxB68fFCY8YxdTQGIEgQEhqAsVE ec/ccTnQKM0MPGzvcN6+O6nhrkA 2016-07-19 16:06:09 162.248.142.103 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2900 +p reject 1-65535 +r christopherburg Pxc/B9272PY0x5WIb5noCBrmq0I uLOxruZVHdYApHC8OUpXohZXxCk 2016-07-19 21:53:13 173.165.240.153 9001 0 +s Running Stable Valid +v Tor 0.2.6.7 +w Bandwidth=31 +p reject 1-65535 +r poprelay69 Pyh6siE/mYXvik7gQe3w241voGo toThcDFH+RYuuqHz8iSBu/wYogk 2016-07-19 18:41:35 80.100.7.153 9003 9032 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12400 +p reject 1-65535 +r default Pzi+N3ZjL5zKReuV4E9UX+FzyMM eJmKCsKCqFvOe1NcOR7AjN9La10 2016-07-20 02:12:34 84.145.119.177 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=352 +p reject 1-65535 +r BYXAHKA P0Sa28YliTDN/Y2LPo302MkxKzQ 9YHfw3rc/Nr0sbjubnW+GHIZPqI 2016-07-20 00:40:50 217.12.199.76 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r relaystationthree P03mtgRXzGzq+iO+o0sB+RL3s8c dCUYMKbuEnydJZO+CFw8ABuBjVo 2016-07-20 05:09:17 90.184.222.118 443 990 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=821 +p reject 1-65535 +r kitten3 P12Kh5xYlhu0Wj0mrEG1Q7QCNtY tv9qur+DAMy49j1U+jy7Wnnn+jI 2016-07-19 18:59:05 212.47.237.95 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9470 +p reject 1-65535 +r lapetitionbeenclave P2FRZQGBwBzeDBmFTjuosqYFJNc BdayNQI5USpkUtVejWfDQMWsNwg 2016-07-20 07:39:50 87.98.253.84 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=418 +p reject 1-65535 +r vegaspeedup P3xOdZjMBQFACLINDt1wn63DEVY iHEsof+ygJciTIqOkN3bZmeACQA 2016-07-20 06:31:56 46.4.122.162 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7150 +p reject 1-65535 +r 0xDEADBEEF P4uKndvSiRDrdokCjneQMRFS2c4 JA5YIL13F9uOTNswTkGg4KrONaw 2016-07-20 02:55:26 95.33.213.41 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r prentace P5IsjN7VrOGBYSkUO4FQMbPA5+U uiOxXyDuvDF6WjtGFWn1xtxNuXA 2016-07-20 05:45:21 115.146.127.224 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=103 +p reject 1-65535 +r Sykotik01 P5Tz+9/3vP3O0x6kXCLu7QN+uX8 +1Q67zumcmNzEVQflI+ahdKbFCs 2016-07-20 00:52:09 109.68.191.133 2200 2201 +s Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=46 +p reject 1-65535 +r brialy P5da/ImaqbQwyBzDh5GvkC3wb9M 9JoXxN/xcO2K1e1tYp6uxLW3h/k 2016-07-20 02:41:45 111.90.148.178 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=129 +p reject 1-65535 +r RedNet P5rY0uJkl6TL4yXKy1x5VBUeqdo mJWrnM0asaFoLwr0PkQXOuQSTgw 2016-07-19 14:51:48 109.63.191.21 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r dipulse2 P50UlD4Jb0iBVU44pZiSaxPOib0 PDqqUQbUxnJ1hodVg7l/UHHal34 2016-07-20 04:39:08 89.163.155.142 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=47900 +p reject 1-65535 +r default P60H88Zua/449pnLRmiEdWWFtP8 XqV/hpXJK6CpqdQepoumv2LOcgY 2016-07-19 19:39:34 98.26.112.238 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=16 +p reject 1-65535 +r maisterik P7MllgaHfNmdYLJtw5hqMRpVUzk POCK4i8Tt164QqvMy3197uadTf4 2016-07-20 02:00:42 85.157.112.45 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=185 +p reject 1-65535 +r Unnamed P8oTF+0x8kAYKyR0x4x2TIgU+UM 9lYRyZpeUpcBLvlhaci9YkX0Ris 2016-07-20 01:11:11 118.172.173.241 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r omegator P9zn+nLKJ5lTw3aGUU2D6Jcx8gI 6Aw3KE17gcLrNb47t2LJSXm8rV0 2016-07-20 05:42:21 88.97.77.255 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=428 +p reject 1-65535 +r MansikkaMaki P+XsATVkKRcgO3MUF/cQ3tvsV7k mJTJP1x2ox2hMCGr3lb9l+2cj1k 2016-07-20 08:01:18 73.228.134.44 9011 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r inlandempire P+ko/ypE4zTVPGZ52ShrrhGRIJs PZy7GPbUpg19JciNwm5f4nw//6A 2016-07-20 05:28:51 79.188.1.161 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=173 +p reject 1-65535 +r remedy P+v7akkdMMrMLCmV7bQXF6b5TpU 59ChhXIYWXHPsEItSvojx7DFN9I 2016-07-20 04:04:29 212.16.170.158 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24400 +p reject 1-65535 +r NWPSdotFI P/JgPKR0aHsyG4yPzb3aXbQzP+I JyfvkKu9+3NN90Qb+kJFdWGVesY 2016-07-19 20:30:23 109.108.9.189 9001 9030 +a [2001:14b8:100:350::2]:9001 +s Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=12 +p reject 1-65535 +r Elena P/zarHhMn7ZuUCSQp4e1uK/Gnig h5Pbi7IwHdV1msrEK8z1IXyHyQc 2016-07-20 03:10:32 212.83.40.239 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=6700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r gabedwrds QCmuFgInIIdhmMJDW9m3pnXIKxw HCu59UlZ7DYUPsPpzUiKARR0Mr4 2016-07-20 03:42:31 162.248.11.6 9890 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2240 +p reject 1-65535 +r 314159tor QCz3EYOW1zbZtj68FKD83h/vq+s lLoEy13Rzckah8qtp0IPsCxnzL8 2016-07-19 23:56:53 73.190.21.202 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=144 +p reject 1-65535 +r ZeiberSchnitzel QDYDr/7jvrX4ts4ki6EvXq9diJU fYJTvtKOKOjXhvDrGBF/mebX6NA 2016-07-20 01:11:05 91.43.121.98 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=52 +p reject 1-65535 +r gowiththeflow QFp4bia8/HRgAbA4a+qt7n9ojn8 VbJkaELuWw9IoIfFWRGcoyDI/R0 2016-07-19 22:24:36 173.230.133.84 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5600 +p reject 1-65535 +r Razor QGlTVQYXVFC3WxlGKXNtQ4YFCjU z3IzByO/AL1gL8bKI+idwf8WrXk 2016-07-19 15:58:31 98.164.4.223 443 81 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=818 +p reject 1-65535 +r yzq QHY5EWi5R4sfvY9hO9FLwWIzbZg GGKa1Gpc5tnYbz9PzkJ7/xjDKhg 2016-07-20 01:23:29 91.188.125.128 443 0 +a [2a02:2430:3:2500::5fa3:1ef5]:443 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r KimSuperFast QH4Hd873Sy0KebAB5uBVghntubM /4bndahWvOeZ/7tiQMz5tilcLJg 2016-07-20 00:23:47 37.187.102.202 995 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5150 +p reject 1-65535 +r Associatic QIZ4k4dpZKbLw2AvzoKQsP7s/tw RWu5Pwe5Z13zSfBE2rhtpiS48A0 2016-07-20 06:48:48 5.135.176.63 10010 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7850 +p reject 1-65535 +r AustrianTorRelay QIfOhsR3gSQkzOqUb4O7MbzJQ8U NAQQiV45hmmW0PHr4Tm50HRl5Yg 2016-07-20 04:41:02 212.47.242.176 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12000 +p reject 1-65535 +r ididnteditheconfig QIgUHhfvbKGx/ao8OMNP3Tc0XSo x0z7gku27gyZCSgnkYaCSY/oTz4 2016-07-19 15:30:46 198.50.132.154 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9570 +p reject 1-65535 +r elektrobier3 QKYNHx6K++0i/LMLP74uJ1oUz5k oru81HlhHGKXWXgjCm2bf4qkl24 2016-07-19 22:35:44 188.68.250.88 443 0 +s Fast Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=925 +p reject 1-65535 +r torReactor QLXSjUPOTBrwuylUfZEqks5PeiI xjhfQZOQsmlbZXa4x3RZwJlC7so 2016-07-19 19:00:18 85.31.186.164 9002 9032 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5620 +p reject 1-65535 +r Venom96669 QLqtjsUchiivBoQitEiE3ndfwvo AR8dwHbZDgntku214desQqq2FBo 2016-07-20 08:35:43 62.173.154.153 53 21 +a [2001:470:6e:80d::2]:53 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5970 +p reject 1-65535 +r Unnamed QMdGwh83klTgJUYpUEf7lX73r6g XicV5SLCd/jZsTw6KNHiNiypD6Q 2016-07-19 17:58:40 84.249.68.22 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=237 +p reject 1-65535 +r sheard QMyKg+cqIYyUNm7+nKokEPyGyhs gLVgwQU4wNKVlMwqbkvv5pksAn8 2016-07-20 00:52:07 188.214.129.85 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20100 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Unnamed QNPM7uW5viEoaEwV5XaY1Lodgm0 AY0G+A2XmKp+KLiFVvpt7FHdXiA 2016-07-20 04:13:48 78.47.84.98 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32 +p reject 1-65535 +r SedanUK QNoCgeXbwpJX+xuU2Y6a9YZNor4 lLn2+9E1VJUgoo04ffY1s0HZypY 2016-07-20 02:38:21 212.114.237.245 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r toritobravo QNz5g70LBYjo1ATssLyKdP8qFq0 X/9Sl+VrS7pD0h8OBO2e3C/IO2E 2016-07-19 22:54:07 5.135.176.121 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4490 +p reject 1-65535 +r UnivUtah2 QOVL9FVrI2HavATAFZlcut+Bcqk ZgZYNC9mDD+Vv3+fmOOwK4y1wIQ 2016-07-19 23:07:35 155.98.5.6 22 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2490 +p reject 1-65535 +r aaar2d2de QOpMLX0NNZADQblczNyBZ8ZJtDo hNv3Rj68msFFwJlW6F+HUnXM7xY 2016-07-20 01:09:57 92.194.109.180 443 9031 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=15 +p reject 1-65535 +r darkdevelopers QO7UrSAiYw4U6JZ9ZwUyoyj+h9I AR664b1dD+7F6PLDzbo9k3YZ18A 2016-07-20 06:41:11 46.4.78.246 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=42 +p reject 1-65535 +r Unnamed QPBz52Xig7zwezXLGBacaQu/X/0 AMedB45CQwIe2ZwUdNeniibm6Fs 2016-07-20 02:08:59 178.62.125.125 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=247 +p reject 1-65535 +r Unnamed QPMnR9qcEs9Zt8ry6g+pGFKMmTs giekHqXkolMDzBNa+XoJt46f+tE 2016-07-20 05:18:03 62.220.148.87 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1590 +p reject 1-65535 +r georgsimonohm QPNCyrju7n8h/iTogaUd8b/1fyE lWDjjeDof6GlY7db2wpGIHTMWsk 2016-07-20 07:53:50 164.70.9.151 9090 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r fennee QPrkVAz0wSaxsVwPXgSP29ZuLYg Uxm3kk/Z23jw+TfXX+kzDg9WHd0 2016-07-19 23:11:40 50.7.178.34 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=29 +p reject 1-65535 +r SecretSquirrel QQwoYGEmbFYgSReMa/HgQGD1H3w OkkyaDmX1KugMlrtVe6kzHM0nAE 2016-07-20 03:27:55 94.103.175.85 9001 0 +a [2a02:7a0:910::2329:1]:9001 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19200 +p accept 22,43,53,70,79,443,465,554,563,655,706,853,873,989-995,1024-6880,7000-65535 +r Unnamed QRCIV0W2c6Rf3xUL4crAH/rWQPE bR6YeutPKJKfkLUAsm7FN4uQxRY 2016-07-19 15:02:02 78.192.124.148 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8830 +p reject 1-65535 +r tomkai QRn46/wXfkbfQBZBhCT2ddESq3A nt1Wx8BDqsJJ7+bEV/f5xF13Z9U 2016-07-19 16:35:23 80.218.81.106 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2850 +p reject 1-65535 +r sparebandwidth QSFzYQn9XFUhcz1xTWaUKzsgt3A ElpXuns61VqbZkkZUeO89R4j9t4 2016-07-19 20:49:44 88.198.52.54 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=553 +p reject 1-65535 +r Unnamed QT74LBQM9D83uom8cOfMAynNNag Xv70qrBRxcF5tnzkvS4LtvQamZc 2016-07-20 06:43:15 194.150.168.108 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=416 +p reject 1-65535 +r mtolympus QUtEvB//3x79eG5DQI3PiO8m/gw oIsQ2+0FzjhyUOOa14MkWSNNaiw 2016-07-19 22:12:51 82.221.101.26 10101 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r baslwhekljcaheiru QUzfHGz0Lv6M74GgB+fsYteAWEY qPKaY2eljJlRNYVcDhRYRjtpoH0 2016-07-20 05:09:17 85.17.249.170 2443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=106 +p reject 1-65535 +r thisismynickname QU2hiPo9Xg4+jppOY7opjrP/1nw zoy+BHHxwimG76xh9kDPhmt98IM 2016-07-20 00:05:22 71.95.40.34 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=226 +p reject 1-65535 +r ptpersesferal QVN+HT3TyuhvWj8IgvHGR/6PwKA WKiOcAX7igtM1VLAKTKyvgiO1GE 2016-07-19 15:38:41 185.21.217.10 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=67800 +p reject 1-65535 +r jupitera QVObj9VflNxgF6Kc3MYjl38RijA i1Wew0toDp7VOiNVmfBH+y3O2Go 2016-07-19 17:40:21 149.154.152.121 7654 7653 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1320 +p reject 1-65535 +r TORy0 QVsKGpBU/jVwyjKYeNQhLR2F0VE 3fJYhw0PQ4d96FDhfI4YhLuKvh0 2016-07-19 17:02:17 139.162.217.110 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=61500 +p reject 1-65535 +r dejoop QYCr8nmgI3GoDRhpU2PuuZBVXxE LgHbf2XTyEnPMGkA6EoPO8Z8nR8 2016-07-19 19:19:01 84.45.76.10 9001 0 +a [2001:9d8:2017:defa:c8:e1f:babe:a]:9001 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9030,9418,9898,9999-10000,19638 +r kaThor01 QYXH00C3OwgfGBwJSzADK1kIK+M E0BRDq/AP9bkwNmz7B+ELK9b8mY 2016-07-19 22:16:05 144.76.112.85 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=82 +p reject 1-65535 +r rockydriverdan QYf2ROmbhGkCcir/Er1AuJxTrC0 iYYvIf636jlVX82wggTmXIDFaU4 2016-07-20 02:02:16 104.236.35.156 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=2840 +p reject 1-65535 +r boinkface QY8FeCw2QdEcLuC21Z2iABBDvMA 3a7eYWd8k5sBv/mgRnyAyJHPHaM 2016-07-19 16:30:39 162.248.10.132 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r wiggum QZLggn5UZTqrVW8CrnRGN+LrD1w cM5urvJN8ox8i3XV36Mesa5MNN4 2016-07-19 15:52:38 159.203.18.99 8000 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r dejurgen Qbs9HLWmxEJQtsyHcFeIlmYBG1g 0yLxYN6o0VgEb/JaUZ0hjXBRLsM 2016-07-19 19:20:01 84.45.76.11 9001 0 +a [2001:9d8:2017:defa:c8:e1f:babe:b]:9001 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=14 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9030,9418,9898,9999-10000,19638 +r crimson QcK47AjMOeVxvZo8UwdUJtQ4m6E ZOZVU80L1DS8JJlI1KKOVBR52CQ 2016-07-20 08:41:50 139.59.12.170 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=675 +p reject 1-65535 +r RaspiTorC Qct0rROqnODwVoJTbNkodAnMeN0 VSkw+NpNDXuf2bYkF6DrbvV/Lnw 2016-07-20 02:43:41 178.5.87.131 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r Herostratus Qc+muJmaU/StYnZByLaVynjMGHA brogQDZggxhiAfh53wifDv5mZT4 2016-07-20 08:23:09 85.17.123.108 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2310 +p reject 1-65535 +r comnetkyberpuhe QdL22GbnY4E4z58oKigPlr0CDSU wD+LDegoQLCIHmtYDfZyLLBCZUM 2016-07-20 02:21:40 195.148.124.199 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1270 +p reject 1-65535 +r nasrelay QdQuadVEX0DU3OMqw0a9rWtzOzs wq8HzZyDCNBzdCTgWmhF35p72M8 2016-07-20 00:42:50 79.203.104.40 4433 9090 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1010 +p reject 1-65535 +r fidonode QeL7l2kO7XndS9a6wAqXS2n0mFg QUziIz4IIoUtjUD841m5Oslfz8Q 2016-07-19 20:38:26 212.47.223.198 17135 4390 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=874 +p reject 1-65535 +r Matrix QevaaTtR1rxdPqb6NLyAusgB0SA tf49x7IbPNhd3+rRMf+mgEvTDh8 2016-07-20 03:05:00 178.26.132.213 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=409 +p reject 1-65535 +r 0x42FF QfIEzzrkRy5fHJRWpH/k36KC1ME KLuDWGGtAj4lOZ+m5K06lDJA5JQ 2016-07-20 00:40:38 188.40.166.29 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10700 +p reject 1-65535 +r outhouse QfTIv4A8o9u1ridrHewkYlxu5zQ QYh0WEp1Juy8WXaMj5taHR/4q2w 2016-07-19 19:09:43 66.243.211.29 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r RRDOTR1 QfUXx3PuC09GxNpG0ozNiCR3Nwg f96zILFt+VgYayRPU3ACZ3cJmEE 2016-07-19 22:25:07 128.199.52.7 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1530 +p accept 22,993-995,6660-6667,6679,6697 +r valassi QgIdlH899WqcD4bAIT6bO8Rma4I SZiWGfJpOjNSpNC7U+s+AGB6hEU 2016-07-19 18:29:01 185.7.32.76 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24600 +p reject 1-65535 +r TorUPC1050 QggcaHeaPBso5AlGfaJSPaJ+Bco QxRPqGBvy7dVS1SGfxYVOBg5fQ4 2016-07-19 16:01:09 212.186.89.162 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=267 +p reject 1-65535 +r yjsnpi Qh0M/p76qk5rD/VYFLZ0uckV6r4 QpoWqTsqi96ZFWyp4UC+dzZ03kw 2016-07-19 19:13:31 111.90.44.191 443 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r hanfisTorRelay QiC9sYvXf0ehUp4THfLZIDVVUaU d5iEvfrsuec1K6C0g0G3lBiT20M 2016-07-20 02:30:50 88.198.56.140 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=45 +p reject 21-23,25,119,135-139,445,563,1080,1214,4661-4666,4899,5060,6346-6429,6660-6669,6699,6881-7000,12000,62078 +r BobbySimone QiL9QpRaN5UzNIpwaUXX77GBeTo GVSYREa7jnG7F71KPxIlgelmC+E 2016-07-19 19:20:08 5.51.220.30 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4240 +p reject 1-65535 +r finsternode01 QmttiBGWbbg+gJg4JXaJ1WG3g7s IAzKGlZYtcM5F3nMlTrr2Qi1a3M 2016-07-20 00:18:42 178.238.234.134 4875 7954 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6070 +p reject 1-65535 +r MagicRelay Qmw07DVuiFz6FFjEfAM/U8+WSak yPn/v/evhfg74fm5xq5ikJvuKaA 2016-07-19 23:00:37 188.165.59.43 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3840 +p accept 6660-6667 +r yhagerdo2 QnRbzJ8qkfP5X8Ern5uwHHfr7mY WK0kvIUi+mzfC+YQcKcCxDir4Ss 2016-07-20 02:33:05 192.241.209.193 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3650 +p reject 1-65535 +r loxodonta Qn3tqijTlnLz2bdxQXDHJGNGcfM 1Vb1uFznYHA9aRA+MC+sWou4L/8 2016-07-20 07:57:18 212.232.29.101 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=242 +p reject 1-65535 +r NPC QoYUYSTUyZOY9KIoHCQKnluZQ7g 98fwOFpAJCUdCGCb1AADR8EukXg 2016-07-20 08:19:22 138.201.154.209 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2190 +p reject 1-65535 +r zuvcuh3891 QofQxXzvvn4GskoOk3DcZx/tVGI eEFQNbOMINKwMp7+f1Skcz165ds 2016-07-19 18:01:45 185.62.190.38 4433 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1190 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1080,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8334,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r FastKnight Qogy20brV15oOsK5kBchxbHHmfQ crC5Z1Mc4tnXMjASuRhqW4SfiQA 2016-07-20 06:05:37 89.212.213.125 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1470 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r Cobies QpF0fJiPY2ghKu+VnoAf2PYIKig KJ+Tch8Th11rv2nuN9QyKmlfBqs 2016-07-19 15:06:12 165.255.224.144 8443 80 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1330-1350,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8300,8443,8888,9418,9999-10000,19294,19638 +r q2kli Qp/pxrm/4UdRJ+Yy6TbaspLWrrU qtbqhaSi0UWqTpwPdwScXKeQlfM 2016-07-19 15:51:16 212.51.159.86 9001 9030 +a [2a02:168:4041:29:216:35ff:fe0f:410c]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19700 +p reject 1-65535 +r Unnamed QqIKYQdxNEeOsT+mtKLxbmZfMzA /VWqQbkOJHDvb3NKxstFcWojBDM 2016-07-20 02:29:47 158.58.170.63 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p reject 1-65535 +r Alick QqZyk4QuZI2wengXfM0lr3HFeTQ 9jqHHLKFnxn5qMr7Vh4kgFRzhKE 2016-07-20 04:51:18 188.32.135.192 15000 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.3-rc +w Bandwidth=895 +p reject 1-65535 +r ptsnw Qq8zfcXRcR4dj+kGQWVWmtx7oyY p4el2fT3XDbME5Zbx77bhowa8d0 2016-07-20 07:08:07 81.217.32.193 9099 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r Unnamed QraA2itiYjYp9R452Y9e633xpzQ WW/P6e5p48dGBkGzI6puTebMl3A 2016-07-20 08:39:33 217.12.218.133 80 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41 +p reject 1-65535 +r eXiTtOr QraRQ9rE+/lPB5QZPicfw4siL8Q ytxGgvyUJ4Z/lg6xQLzKzd5OuQk 2016-07-20 04:15:17 94.102.49.64 777 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=18800 +p reject 1-65535 +r N6TorExitNode QsJ802Bm3Qfh823Gj5Wqac9dwk4 Ig8MSC618JdyssRl619h3UP/f0g 2016-07-19 14:54:43 37.48.109.107 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1460 +p accept 53,80,110,143,220,443,993,995,8080 +r chisinauonion QsSVF1lA6Vq/69qZnDhRn+C5F9c 3yXqW5Hvg5XSB1/yiEx0aptwySQ 2016-07-19 23:23:36 178.17.170.238 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r impedance Qsr5wFiLut3TOAJejy08zzXO7CU XTTXg0iUTodGu1SAJl5ZHSdiUTI 2016-07-20 00:39:03 79.120.10.98 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5840 +p reject 1-65535 +r TheWaterGate QufKIJNttQp2Ksi+bRLXmskaVg4 s1McI12QY0bZH6tFzu7etqSAEfM 2016-07-20 04:17:46 85.214.101.233 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1420 +p reject 1-65535 +r grebo Qu0+Zn/39UPzx8oB+mdj/uBtcqc PKiUEbHOUMZMwSCAP8xFZE2uDPk 2016-07-20 04:51:12 206.248.184.127 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r vpn2D35SdgdaPcrfZvV Qu2R3Tdo9qKhlNCUp0Msvo2gBLE JNv9YTWczCddqKZWSz1e7j+ojTQ 2016-07-20 04:45:16 162.247.73.195 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3740 +p reject 1-65535 +r Pathfinder Qu9XE3e5EarkRWcHisTz7AOq1Xw sPMGZYNNO1ncywknEO8xziq4Kvw 2016-07-20 04:30:25 82.119.233.36 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=119 +p reject 1-65535 +r vack8dwfKlIfnvT7 QvdSwJGTV80ZsbNoZWVwcjdpYMs 4aHIYJ5YRLGk9uOgMUgDze663/g 2016-07-20 00:47:50 81.89.0.203 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=220 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r thebigpenistorrelay QwIdmKxLLslgIz5bTXAyvkUOYkE NFaK164YCT2TAHIcttwCQKuQASM 2016-07-20 08:40:44 195.154.70.130 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=20300 +p reject 1-65535 +r EVILACCESSDOTORG QzVDhCYJhXrGiimnpqXfYTsG20E Fyr0WdeWTdbLiwmHclqU0yRrzZQ 2016-07-19 17:01:34 93.174.89.138 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6010 +p reject 1-65535 +r zincnaxxfishnet QzeactlVlMi0DBt6d3FZ9zT/+lw D3Xusf4vTnep6WLkcBOYsubRNVA 2016-07-19 17:52:19 5.196.0.149 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=581 +p reject 1-65535 +r StolenNodeNick Q0z6PlmHgIGtX2uPSKhz8jCKNJ4 fsHaiHtsMBiaA+WsJrEzi62bJ+w 2016-07-19 16:31:29 46.72.193.97 639 640 +a [2001:0:53aa:64c:2811:96c6:d1b7:3e9e]:639 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=636 +p reject 1-65535 +r Unnamed Q06h+5C/45fOrcIv15qWXG2EuwE 585OJuaSOUYaiizav4pjKqabOoQ 2016-07-19 22:34:52 108.31.213.151 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r Unnamed Q2HyuRY3kTF7P2O4P875vwaVUm8 kbtLUiC4dmH7i+63aZhIkhsDR8U 2016-07-19 22:11:33 69.117.136.215 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=107 +p reject 1-65535 +r sirmax Q2HzKOQ2m1cO4AlEQR7lGtWeAOE OG9+MahwsGZ2+t0CHBxQp5xW4ro 2016-07-19 17:31:01 77.118.92.149 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=197 +p reject 1-65535 +r Unnamed Q2ucFX1/YfgCUp7VLBJhXPFUw8o z5T3+TwZ0tLhEQepDMlBZQMHomg 2016-07-19 16:44:52 37.139.22.110 9913 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=78 +p reject 1-65535 +r Unnamed Q5OPd4FY2JFtx+Hz7lmk0oE5A3c 8UGf/xQNoq2kYakCgOCsZZqQQeE 2016-07-19 21:40:41 212.47.227.195 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r fairy Q5woX0Y1nxhYHR+PxNJ+bDDJAds xURkVIhNodtcjrE7mXSNfk3VBac 2016-07-20 04:40:07 192.155.93.101 9001 0 +a [2600:3c02::13:2c0]:9001 +s Fast Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=5810 +p reject 1-65535 +r pablobm001 Q50ER3cssQe4hvd4LbwgH6JrktE qFQcYEn1q4iC6xP8+69NKtw+0d0 2016-07-20 06:32:54 178.62.86.96 9001 9030 +a [2a03:b0c0:1:d0::3cf:7001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15500 +p reject 1-65535 +r torrentor Q60zdnNbSiJ5IK0G0tm2lws8dd8 63e+PiTKE5Z872jWXeTeuDtXJpM 2016-07-20 04:13:46 78.94.74.236 9001 9030 +a [2001:470:754d:2:21e:6ff:fe33:5841]:9001 +s Fast Guard Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2870 +p reject 1-65535 +r default Q7VBqVyTgvil5EjDskxuj8OeC6Q YDhGM7JXb29sWJyhylIL/4DbSPE 2016-07-19 21:06:05 93.80.233.72 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=8 +p reject 1-65535 +r lightningrider Q7jU/ouoR/7kTQwPB6GCc8U5i3Y Ih33B7jePqpy2YKugUs58H6qxQs 2016-07-19 17:46:16 89.178.13.249 4015 4016 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r skycow2 Q8AOvn2Facb2d6tUcqDnq9XxybY bSENPoHPGUL9L5EREwZwp9eem3o 2016-07-19 16:52:40 50.244.200.221 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=327 +p reject 1-65535 +r CubieTOR Q8U9wKoAK91ZeiH+6ibtL8pjQ/E NEJ51KepUB78FtCwXKnuInBAlAg 2016-07-20 06:28:09 94.214.204.67 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2810 +p reject 1-65535 +r anotherTorRelay Q9Gw4xQn+rS9m1T3tbeKb5uhK08 Zf9b3gN9lVJnSNxcgXaCjeBV0h0 2016-07-20 05:07:22 201.150.103.67 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r LivewareProblem Q9HuEk9dEpzNKmDpAi+QzeOpEtw HKNgD5wZpEjK3V0/Acg5A4cUiis 2016-07-19 20:44:16 85.195.242.141 9002 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4940 +p reject 1-65535 +r gassltor Q+f8W4LoxYTY++qeWzoAzbIHAWc IPW9IateC0iRS+h4a/ho6tF5b0g 2016-07-20 02:25:13 90.146.215.143 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=120 +p accept 194,531,1194,6660-6669,6679,6697,8332-8333,9418,50002,64738 +r WOPR Q+iLWaqdpAsP3bxA93fBK6PhheY cAFSF7WOfEWMRw5HFQDh3WVi0yQ 2016-07-20 03:12:43 99.243.130.222 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=145 +p reject 1-65535 +r relateTOR Q/WQnrNdL+/Qx1Oc0FTwSIUfXk4 0ZaAihSdvfcMsqPZAeE2mCIJKmc 2016-07-19 21:09:15 31.148.220.112 13094 28264 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1300 +p reject 1-65535 +r Putinputin Q/W15MoClb9BhPJDBpMpv7thGf0 JEpb69kUAVbmi3nAk2v7vPHRHi8 2016-07-20 01:17:02 37.23.186.201 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=991 +p reject 1-65535 +r AlaskaCannotWatch01 Q/ddeY8SkhbEwjmZbaEASFatsas xXx9k4x4FjNActnPueNDqm4Ne7c 2016-07-19 19:45:24 104.236.103.167 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=243 +p reject 1-65535 +r DVW Q/6qFgPTTtoErzTQcTPcRv6JR9k FSxvMeOYuOQ9uhDiU5PtARX9ims 2016-07-19 18:45:20 148.163.73.86 8080 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=6070 +p accept 43,53,79-81,110,143,194,220,443,531,706,989-995,1194,1293,1533,1677,1723,1863,2086-2087,2102-2104,3128,3690,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8888,9418,9999,11371,12350,19294,23456,33033 +r z6uCko18BF RAOivqY82LcrM/71Rzt8zsvBOfI 3ZwYjvvpn5cnItCvFo6nvCSPasg 2016-07-20 03:38:13 37.48.101.193 9443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=838 +p accept 79-81,88,110,143,389,443,464,543-544,563,636,706,749,873,989-995,1194,3690,5222-5223,5228,6660-6669,6679,6697,8000,8008,8080,8332-8333,11371 +r headstrong RAesDHohFBuO07zq5fqOb4fk728 aRwcvrvz5yIOApYPgKvV2Zjy/js 2016-07-19 22:48:14 81.7.11.70 443 0 +a [2a02:180:a:25:dead::beef]:443 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p accept 20-23,43,53,79,81,88,110,143,194,220,389,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r dotfunc RCavWrUF/TIq6O/KZQ7pRG7WLgo s9HHndUF+plr8y2x2OrNTG3u++0 2016-07-19 14:58:20 85.24.180.200 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1570 +p reject 1-65535 +r ctr0002 RC72WPd3fN3iDj8asEn3bMarbW8 20kR1OFZ5Pj5iQpPtqdUKDnpCSA 2016-07-20 03:08:46 89.45.10.245 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3680 +p reject 1-65535 +r torpidsFRdigicube RDalf/428JNocYvP/3UOuGpOALk IE3tX+xnuPTMkoKIETjK/SXxBkI 2016-07-20 08:22:45 95.130.11.15 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=9150 +p reject 1-65535 +r Shakira RFF8ct0Mcgbitun+ORdAauivMZM lXXRfxCWBPtXK8vcqeFJMvgmoec 2016-07-20 00:56:38 217.115.127.34 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4640 +p reject 1-65535 +r fridur RFqJqkYApSZ/ze5Yw2KmNjZvb+s t1UZGu4yKg2TrhhKStCVil/DpW8 2016-07-19 19:56:39 93.95.228.49 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12 +p reject 1-65535 +r Torchlight RF7ZTLw9IvzBjjZ5pYZHK6ws0dY AyFE4Ffb9F5I8gAbLDmulJis7gM 2016-07-19 20:36:35 178.209.51.99 1194 0 +a [2a02:418:6a04:178:209:51:99:1]:1194 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=726 +p reject 1-65535 +r BrassHornExit01 RF8chTlmYk+zzx4SRCVw3FU8wuw muu6lXWTpuvE7NwxrLgldCMyZH4 2016-07-20 02:31:45 185.104.120.7 443 9030 +a [2a06:3000::120:7]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=3530 +p accept 43,53,79-81,88,443,464,543-544,563,636,749,989-995,1194,3128,5222-5223,6679,6697,8080,8332-8333,11371 +r jarah RGEAaLa6tjZPh8mVF1ZPEO6aTVY PrkR8E0h7krn0Kf8qFCyRFCQaYk 2016-07-20 07:58:31 176.123.6.207 24587 30109 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1330 +p reject 1-65535 +r Totonicapan1 RGYXY1hDDMdEZnZ7uyVMsN7YpJ4 liTV/BaK1/KcLJ6tplgj0OLzLaE 2016-07-19 23:53:03 62.210.189.34 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6560 +p reject 1-65535 +r torlom01 RG18fhOa6VDNsZaifF30n6Due4M fukX+VTuNw5pxf+paMKVQOFFB5E 2016-07-20 08:28:20 76.29.80.211 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=604 +p reject 1-65535 +r RedLightDistrict RHMLJFAhO8Pi2qSFRFjRNPBkT/I rowLidwPKYovZr05RV3D0hBINwE 2016-07-19 15:51:16 46.102.172.61 9001 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4320 +p reject 1-65535 +r middlegate RHaOKlRqP7dmcrnCrLR1c3dJsto AQWbsKMWCoOhShfCpgpPQ3Ni/Lc 2016-07-19 16:37:32 37.157.195.102 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=602 +p reject 1-65535 +r kkfiislao05 RIrWeJ1k1lnKSojTCfdesoamQpA o5L7Bfta5MZSPGsV/8+NTBTnxvk 2016-07-19 22:32:39 31.192.204.204 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r wannabe2 RJe/IPfZ9ccn3oNVLRTF4o2Ou9Y g15gbD9nUhh5FWxc0/uJvKkcVgw 2016-07-20 00:56:55 144.76.110.103 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12300 +p reject 1-65535 +r blinky RKCKqvXf92iSKaIoV6GuiPOLMhI c9LDUzaG/PISo1k5r/1x2AykvF0 2016-07-20 08:06:54 212.51.155.58 3099 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1630 +p reject 1-65535 +r Jerelay RKbVXEhs+T5ng4gAkLUVyhuv3uQ 0QaoPm3VLct5U6Utdc5jUeVxCbA 2016-07-19 23:12:48 78.222.145.2 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r XiaoLanRelayA1 RKl78G+2NvWEJiWAC9MeSd5OyhM 8ci+LvRA4HKB+2jsSCIzheC9fCg 2016-07-19 19:19:53 66.55.66.172 8080 8081 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3590 +p reject 1-65535 +r SwedenRocks RKoU906Ku9a5qeWp6fZcSfJ5F1A 26lNDdcBwTSgmSIOEiBfqSEVIJU 2016-07-20 05:57:08 46.16.234.131 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.21 +w Bandwidth=22 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r gangstatestOn33 RLORaK5QQM/ckYKjSH35YllC9tk mux93QFANyLATk0vNcY8Tks08jA 2016-07-20 00:28:56 84.200.8.33 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2360 +p reject 1-65535 +r FrogsInTheAir RLZwAiBlr7DMbaVao0GMlHZCksw /yqkZiOCfM41+8G/wAfGNJuJ8sA 2016-07-19 18:26:39 96.228.230.95 444 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=85 +p reject 1-65535 +r Unnamed RLc0RZCDt+pk7RddFSeLMk1y7LU BxAf5nkbQfBv6I0UlLexDiCosBM 2016-07-20 07:14:39 175.203.72.59 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=930 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r bfg9001 RLd3ix2aFyN1cqYbYvRIc4a/co8 qrOQokLaTDZg74YJeQlGrlj3RcE 2016-07-19 22:01:52 83.85.252.55 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=360 +p reject 1-65535 +r Unnamed RLnZwk48BAVK4KRwgMxVRhoawRY PW1nUZT9JUgtjjjoOxYFj6OJz8M 2016-07-19 23:30:00 188.138.9.49 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=79300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r HowNowBrownCow RNKtyFeyEXYaoCcu7Cqr6werSd8 Y6pIiDkht1FapVY5o8Fhu8ekV20 2016-07-19 18:12:01 72.220.169.168 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=77 +p reject 1-65535 +r sooty RN0tInc8OPRaOJlIhc5trL8ox3I +bhe3wVkgZa9hIqoZ7BUxhvY2dg 2016-07-20 03:12:09 99.255.36.66 9443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=144 +p reject 1-65535 +r CorvusCorax ROu/FxcfvB6GyN6bo8j24yUDbdw 1zb342yqfzeT1W1rbTcFblxEE4Y 2016-07-19 16:54:09 65.102.134.105 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1940 +p reject 1-65535 +r ratcliff RO9fkPThWyp5N7M5CLeWdQhrDks iF/Wdn95NmyUikNsO3jmHRuhYZA 2016-07-19 21:27:10 93.158.216.142 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=37700 +p reject 1-65535 +r battleguardDOTnet RO+vlCMU91b8fqUCktWzg+Voqb0 4c+61OLTfigg8xoXFDBwnpvOa6Q 2016-07-20 04:00:14 178.238.223.67 53 8080 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r kimoi RPxnXCtGJvWIavpczF51VIIXEcY +9ALndL1XRwIUpU0g9/SRjM7auY 2016-07-19 22:45:09 91.221.66.220 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2070 +p reject 1-65535 +r ParadiseTorRelay1 RP1iINnqUmDIXQ8zXD5k+zbtCUo Os2b49yawizsUlcAdpMXxgtL9j0 2016-07-20 00:00:07 83.168.200.204 80 110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7160 +p reject 1-65535 +r Pi RQfCWCy/4oc1eFmB8EXFQjI+rbs gLUWmE/73vtRkEl2rOzX34XPG1o 2016-07-20 01:11:49 94.60.255.42 443 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=80 +p reject 1-65535 +r PuffSuperTorServer RRiYW6i9hZ7jxG1RzwfpwUvVvBc /3rOeW0ALkiLplwM8aEqkzkfeoM 2016-07-19 13:13:59 185.100.87.43 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=398 +p reject 1-65535 +r cryonoxnet RRwUSjWq1Hr5H84wIbS5gvaBEzU 5USDW3JHojYwKHVkZxyiJiwQiqg 2016-07-19 23:33:45 70.85.31.242 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=690 +p reject 1-65535 +r Amici RSRhZCYakRA8LrqrngjgYn9JpzM bYpRlC+fjBoc9U4Ze/tnnqzgJq8 2016-07-19 19:41:37 209.159.138.19 3389 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=4290 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Buddha RTy5ssTaqLcmZr4GeAZc0mAGB1s TdIRhEXCu7o5shI1z/TPhfwuG+A 2016-07-20 02:13:31 111.118.177.101 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=247 +p reject 1-65535 +r default RUTUAm1EfNpPjn8i7XPoVlzKVp4 3Iw/uVbvQBEnWaxGWH53vZLjl4A 2016-07-19 17:32:22 78.31.164.41 443 0 +s Exit Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p accept 80,443 +r Unnamed RUU3GFOclP+wJoP7l/Os3zvQZ1c Bj253RpF2I+dZg4yf91szoOQmtE 2016-07-19 15:28:07 93.104.213.65 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=96 +p reject 1-65535 +r ProtoAES256 RUfKZC+f7mJbRl2DfmkNzIriCD0 d717Y2pUIwoj1azmqXHh2TxsWgI 2016-07-20 08:30:03 128.199.180.255 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1710 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r wommelator RVPBdAosBQRfndsMnnPWkfS3nUk BsP1lMmxtceVOEvGjyEJnPFHMiU 2016-07-19 22:54:51 92.78.180.156 443 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p accept 20,22-23,43,53,79-81,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r hsde RWd1K6eMUSLUrxVTrwEKw88RJ44 qH24KRg0Am8o86eTuUvC4gbjSOM 2016-07-20 03:04:01 165.230.49.115 9007 9037 +s Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=2 +p reject 1-65535 +r puddinhammer RWzaU/oZ3z9ehtdUBjMuB+bNkTU Y9355PzLaoVagw6uS0TgmeHvPTw 2016-07-19 17:42:10 192.241.202.214 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=133 +p reject 1-65535 +r AUEBTor RX1gNalTgFuC0qmTPt46DqS2df4 JqELwkJscb1JRFrNyo0qEWVy7Q4 2016-07-20 05:50:38 195.251.252.226 80 81 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6780 +p reject 1-65535 +r Avalon RYLeIKH56UKo+lJCZqAf6FODyzI 46hmLbiq8FSfK9rF/jxwqiUR6To 2016-07-19 23:24:17 132.230.150.81 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2370 +p reject 1-65535 +r yuggeit RYe1j0lIdbas8eKbHWSyyTvVM9M pfibZcYnvDD64TcYnsDG80W1DXI 2016-07-20 06:50:57 188.226.221.243 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=162 +p reject 1-65535 +r westerbaan RYg7ITnWCblTbhKHrCLW/EgKFhQ KeerFKMCt+c+pK2hl5PdqH2eKtk 2016-07-20 03:45:03 83.162.203.144 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r n0trace RZBWsJM/knowgG1KGctBCZCWLUE r83LnW1xpS28Kln+qAK6T92DGjM 2016-07-19 20:37:31 85.214.44.172 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=118 +p reject 1-65535 +r PaimGochyo RZ9L0lAI/qzySFoFYmzmyUn9Fro xGhizPBy5eUH3pQzv4OLLq87BSE 2016-07-20 05:54:56 184.106.109.244 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r uport RasfUkIR6sFCrz7i99Qt0cN66zo SKO6QVqd+jGT5QFKgzSO2N7l9DA 2016-07-20 06:36:55 81.229.36.203 1788 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1870 +p reject 1-65535 +r babelfish Rbm/QEnbmS05eSODnFGVq1T5/Bk Enw8eFfNBCRAySESj/xcR+KfqA0 2016-07-20 05:18:04 173.13.141.28 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r Unnamed RcL9QG5rWyveG3fWgC9UPzAgj7c ZdpG6804fFpxmJT0OFNHdAllFSA 2016-07-20 07:03:16 95.150.52.46 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r Unnamed RcZIzedXRcI5wP+OJ6tj4HVc3JU gg0XhWaYffxT/iBhlHGCEya/RNk 2016-07-20 08:41:08 31.19.68.21 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1270 +p reject 1-65535 +r BlackLabsHelpTor RdgaWUxFi6oq+trcUHtseE62jWM Qulie72VgxQpJY5KDmCjK0w6uWg 2016-07-19 16:30:41 74.89.178.84 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=2500 +p reject 1-65535 +r ltbl ReLXvo1CoTpie+E6ZlA/hIhhxd4 fmUZnrzTHvCPGD0V04mzhgfPwLY 2016-07-20 03:19:29 194.187.207.45 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4340 +p reject 1-65535 +r GoVegan RfQkS459XZTmftJhPBfeLhNR93g ZIKORzsTOpRa7CnJ7lS2N7WNM+c 2016-07-19 16:04:03 158.69.11.224 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=6840 +p reject 1-65535 +r PuffyTor Rf0orldNoqLA3Y6TorKq3NMbdgQ p5EE7gyl5piv75B1amcDw1bUZoM 2016-07-19 13:10:07 104.233.117.26 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=244 +p reject 1-65535 +r DudezSG RgIq+7Cxp3HuPLNa0zdUOmMhBGc SGVEFcjtX19ZEtuGxz2QMTiHuL8 2016-07-19 17:56:34 138.75.175.242 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r zoombaroomba Rg8uuVbAmTOn5JXIAHhvEf1tYzY KP+1T7tk5WURe+n4oBUdxvrqXSY 2016-07-19 18:25:19 5.39.217.14 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1570 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r 5cat Rh3N0KgIrKkjHoiiB+XyVHRvLLA lz/Ub6DhFftoe7YPIp/DBOojxj8 2016-07-20 01:19:35 69.164.195.92 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=507 +p reject 1-65535 +r 2RNaSkryLi1G5zeJwO RiLDf9gYMU0EngCBLXSP95xRYxU jGUPFCBBe95SGZaVdQwNp5q1bVc 2016-07-20 07:21:17 104.167.112.153 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1420 +p reject 1-65535 +r Cotopaxi RiOp7FO/2DFVkp5W1ve1W15xjCQ 3O3UFM7YAzT1on9Yf7VH2e44hZs 2016-07-19 19:03:27 163.172.157.213 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31800 +p reject 1-65535 +r torcasa RiWcVaioTzO5Awbp41gqGOdpfgs yOXriqy9LCWaRDSY0uiJw0c2hnI 2016-07-20 03:11:35 95.211.226.243 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=407 +p accept 43,53,80,88,110,143,194,220,389,443,464,531,543-544,563,636,749,873,993-995,6660-6669,6679,6697,11371 +r CletherPits Ri9RQ7rMP4xGXsajnO9rDo1B4CU U04uwTdhD1WrVubTNSOdO5YyiKU 2016-07-20 07:30:33 173.242.220.39 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r treeltor RjGGheSOoxVYgDJCaJLTGQLZXIw bwQTlm78eA0sgKdmTVgJ6YqOkz0 2016-07-20 03:20:43 107.196.20.46 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=10 +p reject 1-65535 +r FlashCow RjZR8fTZd16oe0tP+/s3RfV7v/4 Awfn1OTXyli6sbQd2mDPa0h4txM 2016-07-20 07:56:32 95.215.47.150 443 80 +a [2a02:7aa0:1619::7a65:68a8]:443 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r TORexitHORST Rj3ChFL2dremWXrKbffGk09ZiAY Zy10UvTSqs73OMmXU3HSY14xBPg 2016-07-20 07:59:10 5.196.143.10 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=630 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r MrSaturn RkcsFrZbF4MbTtG5woV4hZflHEw YsNUbo+FLarVt0SyCXtLpWvRPss 2016-07-20 03:29:51 45.33.48.204 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1090 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r SmakkyStiffy43 Rln7JFxE+gbbqjMW9suralrtzdg 35XFn3LBED1uUeqf2dRCqiouFkc 2016-07-20 06:34:47 81.167.146.250 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3340 +p reject 1-65535 +r ainsley Rl8koLjX9AUtdTsJHgsmsxp/RUU sjOfFUVJBbMfMt7AoPqZQtQBEeI 2016-07-20 03:58:46 178.162.216.47 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12200 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r yetanothertorrelay Rl+ZgHs6Y+DhPXhkMuNuNDz0O2Q aTYHA1vE/5w11Lb6ANXv7XoUYt4 2016-07-19 18:10:25 89.238.172.241 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1260 +p reject 1-65535 +r wfrelay RmCodhGhBvfhHkTB5p6rMKk96xw O+CoYJl3bmychZ4/+T3mUl9aoYo 2016-07-19 17:41:07 94.224.44.162 4445 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r WilliamISRAEL5 RmhXiGaD4nBtUYMBZhp5Svah6rE xvuCdK7PI+jpgD+euGMei2lKLnE 2016-07-19 21:59:14 62.90.188.64 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4970 +p reject 1-65535 +r clod RnXIdf3R3oVY/9EgQS/R3H6upts YGLAxoIitT3YX3X1fxlIUWU7ywI 2016-07-20 00:17:00 185.25.48.253 12633 14829 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r KrigHaBandolo RnkdFWybbCVcJmXU2Dk+x9uqd5g IARt9bjL59x1zIZlvH02xoQ2Olg 2016-07-19 20:36:23 31.31.78.49 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3960 +p reject 1-65535 +r Unnamed Rnwn5fFjXLIu2/74TTm7KqdLh1E dERhERF8ODonCjVm5hffUPVyZCE 2016-07-20 06:40:04 94.181.44.45 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Unnamed RoIusGKrgdsEZsqfNTTPleO8tv8 afAsGMhDYVMm1Taxms/WsDq98m8 2016-07-20 08:46:18 93.237.158.156 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=6850 +p reject 1-65535 +r naughtyneighbour Ro881EUPqUSJ7RCga6VBgtzHpI8 GTKaxkEpfwGKinO4lIgsj5FiQX4 2016-07-19 19:49:59 149.202.60.8 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1750 +p reject 1-65535 +r amershan RpbqAXFseQj0rTtAKkEl5VbAxn4 8CoGcrmuJJIbLrSUaqpZ8Q7sStU 2016-07-19 17:23:33 46.148.18.34 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5700 +p reject 1-65535 +r liberty1 Rp441aNbKdWTy/zhnDcGvtswt8k 6phATkBCxZHwNI5ZFxwkI+HCS2M 2016-07-19 18:57:43 212.47.239.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10900 +p reject 1-65535 +r test123456 RqcdSNjYefVdyuFQjdlHckDZx2I GEAwReL0HQhyQBaH235X5m6JXDM 2016-07-20 07:45:47 212.47.251.179 444 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p reject 1-65535 +r Unnamed RqhD21jNx0FmSgOQ8sHgFF8WTIU rV16HF1pMcLkhbW+jw+PLLt6ll4 2016-07-20 06:52:42 86.88.32.199 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=193 +p reject 1-65535 +r jobiwan RrHJadCkXK6Qjsx+wP7370yFWWE dLzBXOQLmA/2IMs60jAMmZJgH20 2016-07-20 04:50:42 94.212.20.248 9099 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=182 +p reject 1-65535 +r hius RroP7BhvjgtJzW0HuyEiPh3Awj4 7cB8Dy3KkRrGKalwjv6hSfoMTlU 2016-07-20 03:25:39 178.70.102.57 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2850 +p reject 1-65535 +r Dementor Rtecy4NjlxgXe0vbiu1r6TeLHQ8 lKdAl1I4Uo8+DSZV7yzGr7T0Kfw 2016-07-19 21:50:24 46.244.219.248 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=82 +p reject 1-65535 +r Housingsklave RuBAoHIzWXbxcIPPFTShCLnOWwQ tQE5ht530i7hn8+L15w4mWIru/U 2016-07-20 07:06:09 94.23.221.178 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6410 +p reject 1-65535 +r Improvy Rx/SRX2y4TR4aZVBzhBqQAkTnLI TRHtrNjlgivhskPQ/PTQhfRzJc0 2016-07-20 03:01:52 138.201.58.206 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5210 +p reject 1-65535 +r Howcoi1 RyEeciQprYsJ0kudgVZokWlgLl0 PnSSe7Vn26694XSaIgouAMs0Tn8 2016-07-20 00:39:08 198.211.112.190 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4570 +p accept 80,443 +r EmptyTor RybLzmmWmgCd6HxGg12h0gsEX8M K4SCZgL/6juJkJhTWxzM2lMnb2g 2016-07-20 08:35:05 91.64.87.116 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r EdSnowdenMemorial Ryo4H/NnWts37p9kQIzQBX98jK8 qTdeCe6IRqp83yr9+pEIK/XrcVU 2016-07-20 01:16:53 93.203.216.154 8080 8081 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r DiscoveryTMTF Ry3peRdMHjMl3S9R50jijq17EZI Zj+5xew144dQquJmn0tHhAIb9HI 2016-07-19 15:59:38 195.154.114.196 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=19200 +p reject 1-65535 +r Fuckingshit RzBtVkypMYrGHy3eXtqfeee+cN0 zG0g0YT15rZxZMO+UMfMGAYixRM 2016-07-20 02:45:45 85.25.100.147 8792 14103 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=826 +p reject 1-65535 +r luqi2 RzEyoRsSWhyL+Z9AQHmpAymmy0Q uozz2UhjR4BxxVARCff3QIqAYHU 2016-07-20 03:29:12 79.228.252.80 9002 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=286 +p reject 1-65535 +r LizardNetTorRelay RzSN4X6Ue0us1z6+UzFJYk3fkXQ 1J9kvDEfkk7439784C2Qd7u+CXw 2016-07-20 05:06:39 96.126.96.9 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=572 +p reject 1-65535 +r JaegersNet RzwgpZZrXFQbZG/ZoTSySpOJi94 DuML0Vr0vbukHfgViO8yPbrgwFE 2016-07-19 20:21:48 87.128.103.242 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r UnnamedSigma R1sH4qHpcHUrPg5uFXM8gOFCDK4 fWHmt3oN004+0XFJwK48bFUCH88 2016-07-19 18:00:40 94.45.201.222 427 9083 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r AlbertStool R2SGAfAEBMjOTHgUIDlXz1SMZ6E E2Bb47oD4ixVS+OK8zKDRSRMZrA 2016-07-20 00:37:08 86.128.93.116 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=182 +p reject 1-65535 +r rhf1 R2rRvhIy1+xlRjgdW7i6+DRTbiw uriN6GiXc2JGkLzPg9x2Err4HYE 2016-07-20 06:31:46 91.114.5.54 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=130 +p reject 1-65535 +r atorcy R2uRrB+pzTyLX91rQBnwkWY8aj8 JvsjkOtT88lpJ6NHdlBQnGQ2IFY 2016-07-20 02:27:53 5.39.77.208 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3400 +p reject 1-65535 +r Unnamed R25UWkucl1bGaVQQ+DoMXnOae6I mq2TIraAXmLBMtmdIG2e27laFZg 2016-07-20 05:57:52 81.169.175.164 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1890 +p reject 1-65535 +r goodvikings R3aiHuqm8sh6FJEzO/8pAPISHgo gQ3cwU+zhCbcgGI7mYHYSwjwPGU 2016-07-20 00:10:06 104.245.233.128 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=132 +p accept 53,80-81,443,3128,8008,8080 +r pragonion2 R3tUD5aKwxsY3SM0go2spdzcvTE n6j5nR9vX9edtbwdqINMFKQtNeE 2016-07-19 23:25:45 46.36.35.12 444 81 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=900 +p reject 1-65535 +r PuffyTor3 R4Qu/ktfXuV1F4f0tYSEYisn0DQ QhFwOVEK2Rgt9wX7xfP/PTH8/JU 2016-07-20 00:16:18 64.137.252.71 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=205 +p reject 1-65535 +r SoulOfTheInternet R4c8ZCfxUcZZ9MJ06gQ+ijOuKZw gNnYHNi1dUMYpAGoh9w7ZB5cuwg 2016-07-20 00:42:01 109.239.48.152 6666 1337 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p reject 1-65535 +r BackWatcher01r R4tyloG4At7tYDBi/iUpV65DglM ikxk+7gPwGxnNQp6AIOjaUoTeDQ 2016-07-20 04:21:20 104.238.221.31 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=430 +p reject 1-65535 +r camoList R5H8BpLqtg3yvMr/lAuVt052VPY /T58opuAyvN4RgOtZ1CwpHNRW7A 2016-07-20 03:26:21 69.162.139.9 9001 9030 +a [2607:f128:40:1212::45a2:8b09]:9001 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r devopps R5JUOrJy7pkdzvpRPD8N70wxgg8 Zd2MLg8h10RJ0Zj9rdg4z9e3AJk 2016-07-20 02:55:33 104.236.182.205 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=880 +p reject 1-65535 +r Quantum R5QM0gDH/9Cn03THFoMv1wAz0VQ Bbk0Q+/pG228U12/bitRiSASLMM 2016-07-19 16:25:21 188.166.112.197 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29100 +p reject 1-65535 +r rauberhaus R5uiwUpKmcwOqHcgbJRsC+NpJn8 XmCZlQhw3S7lxmmMHTESS5n43oI 2016-07-19 20:11:06 178.254.31.209 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=185 +p accept 20-22,80,113,443,445,546,587,706,989-995,5222-5223,5269,5280-5281,5298 +r anon6789 R5zIGmb8bfXBO6P2CMCZpZ1ZkRk knQ3iCGkFz0V1TwydOF4Aq2Yzfg 2016-07-19 22:12:22 176.9.190.240 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2190 +p reject 1-65535 +r pataTORhead R59p6knP5hg2KUyBnpbkAmVxr3Y fJY6Dn0FY3o/pMqA41cJoVwnwGo 2016-07-19 18:21:32 65.110.100.73 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=42 +p reject 1-65535 +r pardee R6Ph3c8zwyPBAF/aFcNlB2ah6/c 5JeLWwPaXeZWjXZOR4ptAXsjDec 2016-07-19 17:58:26 138.201.71.6 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2000 +p reject 1-65535 +r Unnamed R6XEM/FRvUVxc7sFfTISg+EQ2sY l9BwqRtcHy9nAscbd/euaPjIqo8 2016-07-20 05:56:06 62.21.63.254 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r anonymexittornode R6ypkgoN6rlEy9I7QADThz8DZLA wKoOx7/XTpF9Ib0HbS87SBU5Ei0 2016-07-20 07:29:16 149.71.133.7 9901 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r JojoTor1 R7WWuByeYne5hiOoS3YpeYoW6NU KtGvryDSwCW1qyXK9I9IHcTTu6M 2016-07-19 19:10:33 51.254.246.203 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12600 +p reject 1-65535 +r gurgurru R7rYNDCTaGQOoGaRPfdBr0E+3l4 hJqhubzKqFV1krN5tIKKmlK+O6A 2016-07-20 04:01:24 162.243.117.41 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4500 +p accept 21,110,143,443,5190,5222-5223,6666-6667 +r LETSTORIRC R8ezYZ3N+aM24TUbyKivitGrLrQ I7o72dk/OzSxzvwWeu0l2/IvYjY 2016-07-20 07:55:20 23.95.113.5 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p accept 22,6667,6697 +r qqqwwweeeaaa R9EnUdNAiTRgEPdA/BXAP3c8Stc OeKeq+C6n+wIcUo44te9zFjS3uI 2016-07-19 21:48:01 94.22.149.184 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=305 +p reject 1-65535 +r CalyxInstitute15 R+STGd1neE8eZbV5M3G+RnNll54 HTYRyz27HmX9Kc69kaJjR+Ne3O8 2016-07-20 07:51:11 162.247.72.202 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7590 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r default R/Mrx2NDEH+L8r5yBEKCw3o+y5g hYcpPln+y20qPk5XCCISydX1Cg0 2016-07-20 08:34:14 84.63.217.84 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Skunk SAOhY7hj8DhWBz1at4lYgsXnyx8 Ni0SI9/NhEprWXzG6iApAn9y8eM 2016-07-20 08:14:35 24.45.79.242 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=286 +p reject 1-65535 +r apocrypha38 SAfzSWe/9/GAnNH1vGy3rjJ6AGg dGnYyVJuKd2PDqgo12XXGnUNpHU 2016-07-19 23:20:05 188.226.62.174 8196 8195 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=284 +p reject 1-65535 +r IceManNCSU SAkIRysDZhzToaVAZZhp6/+KojQ jPMqUzw+PMtFLzG3KZJpfBKcJmA 2016-07-19 15:44:16 173.95.160.69 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=205 +p reject 1-65535 +r AVUSBerlin04 SAzMlM6gTS3qvA1zc4aOJF1MKuI GW4mj7uedB0XWzsDg5kJUTM5cvA 2016-07-20 02:29:09 213.61.66.115 9004 9034 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32500 +p reject 1-65535 +r mogrify SA/55+WDvhlV6EtK0/MMSFvbjvc /ShnLLafM31n3wXG462TYIfYdRU 2016-07-20 04:52:43 104.236.83.83 8080 0 +a [2604:a880:800:10::58c:9001]:8080 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=154 +p reject 1-65535 +r jersey SB9UM7DpC7aiH+l+cmFQpsscQVc jW7NfrPR1002xcKie5c+LcPvROg 2016-07-19 20:02:20 50.116.52.231 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=8650 +p reject 1-65535 +r shrek0 SCaRVJ8m/zmqNvq70ZmsqB88vMM VbUd5M3LLXE8r/CNJOpYbYfLqYk 2016-07-19 16:14:16 213.239.218.20 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=236 +p reject 1-65535 +r SerovaDpUa SCmQXN5WUj5hIe6pMcPSAFZzrJU 3QrlNBqZ7QOS1utE3bhE4mX6xMw 2016-07-19 18:25:37 46.98.10.128 9933 9934 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r johan2 SDlArR4mcLB1ePqniiRLliA4TNo aCLvp9xTs+jKL4FtBVdrebq0DUM 2016-07-19 16:27:09 85.24.145.57 8001 8030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1010 +p reject 1-65535 +r Mercury SEzq9Ro37JkmRftiV7LrxK4g2bc LLHdU339OIBJFSyuuZx1CEqI7r0 2016-07-20 06:37:27 162.213.0.243 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=788 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r tchicaya SFDj8YPOxJKgh1Wc5IAsiD3fa7Y GDSfPBsTPPN3BIdwSmQ1Ey+2yio 2016-07-19 18:15:33 178.63.145.226 3124 3125 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=256 +p reject 1-65535 +r Sanderum SFZVoWVOJDdaGj0g2ycqt5ou/lY tQLYlNnpI5y5f9dljzzRYnIjEAo 2016-07-20 05:00:53 93.90.0.69 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=107 +p reject 1-65535 +r dc6jgk1 SGdANTuQWqRzH4LAtMwlghpixuM zbEy5OPAUL3m9e61HC7D6VbW/64 2016-07-20 02:23:26 87.139.33.217 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r explorer SHavVWaGk1zFOGT5UCWsbtdakOE T15ffMxTN6a/OaWB3PDDRAWTi+A 2016-07-20 02:48:48 46.38.241.16 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=315 +p reject 1-65535 +r garvin SHfvwcCys/7YBnS9OfIVy57DEmw 5C7ID6M9sku4fLxR+BCUCMR1+cg 2016-07-19 20:08:20 191.101.31.84 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12500 +p reject 1-65535 +r heteigenwijsje SJExTxOMO/mvo8tVJWsZMKP6HvI qwfs10oTcWqcAC9QQYVDvamt3ek 2016-07-19 21:30:09 213.197.7.71 9001 9030 +a [2001:838:a707:47ff::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10500 +p reject 1-65535 +r Thorium90 SJSeYFCq2jycCYDRMDaiCXt8V1o JZto8kTqEkAklcWW8kP+fyTO32s 2016-07-20 04:46:27 217.70.189.145 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=110 +p reject 1-65535 +r txtfileTorNode65536 SJ2UMz32bVf/402dWcwtl+LLAFM G9CoL1uIVNRftuh4JK39cF/kCO0 2016-07-19 20:54:09 37.187.102.186 9001 9030 +a [2001:41d0:a:26ba::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=12900 +p reject 1-65535 +r matator2 SKHRfOz7Oubw4QaUTNxxKYx16H8 Ce+Lz2FfF/y9DZRmQRz0p9S2tPE 2016-07-19 17:54:07 188.118.217.236 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24800 +p reject 1-65535 +r branice SKHTFGm7sTAlW55TEwpYJez8xxk Zr65+NDYJycxGf9A/69TA3GRv8s 2016-07-19 16:24:25 50.7.176.2 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20600 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r ididedittheconfig SKwjARI8i+QyTad+B+0oK6MzAKk SLllEt4LcOvvZlcUkWbonKUFUxs 2016-07-20 08:32:13 188.227.201.134 8443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r Unnamed SLSvXLI5DER8VnmMFhUsW8jnRA4 69M1bZcW0yBT0UmzXtREnavAL8I 2016-07-19 18:49:34 91.121.136.132 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=15700 +p reject 1-65535 +r BreizhEntropy SLrDx6lo4OCKLgvBgktOPtqtad0 MTODvvQBYxOmRI4GrZ12xYJ6Xuc 2016-07-20 05:52:02 91.224.149.55 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32 +p reject 1-65535 +r Unnamed SMbZDZsYGYjJ01Y3hSeYt+woSL8 BpoPfsEB5svUjaltCKr0BscBW7M 2016-07-19 15:46:47 14.162.160.64 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=10 +p reject 1-65535 +r trinity SNVxFvKBMuNYvglFou9VI7n5vSg nZ/X65w7pEEC2cejwHDGxjQDuw8 2016-07-19 21:53:50 104.167.102.104 443 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2660 +p accept 80,443 +r default SOP55URZGsw95/qxl/ZjrcQfwxs M5/RHmVBw7lLXd9PYYudF/Z0NhE 2016-07-19 18:46:08 82.66.122.236 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=3 +p reject 1-65535 +r Unnamed SOv9S1u8UROm0Jjer+ypKYfoT6k g9VZtY43UH926WTF7RY8sq3e5eQ 2016-07-20 04:54:37 209.141.34.61 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=278 +p reject 1-65535 +r babette SPVbi6/jCmkFAHCqwBIkt/qHwj8 Jb+b6uq7vaoV2c7M8HNkfAFDoLY 2016-07-20 01:13:45 95.143.48.76 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r RtoR SPu6Wvepf6OzZ/2mX3T4+U33GAc im8xKLVQ19AoUtLYOWQohrH1Br8 2016-07-19 18:05:56 83.82.234.49 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1480 +p reject 1-65535 +r maltose15ellipsix SQbxpTmqRWl4EzwPhYmUvs8C6Ms w5sjU0s2i2oujhcLXVGtKcrFwAs 2016-07-20 01:25:50 104.237.156.214 3971 5971 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1430 +p reject 1-65535 +r freedomtorrelay SRAj3MgqdFF6kSIrAFUdd3aQbcQ YRvsOfgHjU9no84JNHSr62UWRps 2016-07-19 20:24:23 46.108.156.144 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=839 +p reject 1-65535 +r StateOfEmergency SRePyA5K5PsUI1zNA6ywXWYae3w Vfp3rNGGm3Xg6BieHNrbJwwLeQw 2016-07-20 08:35:04 5.51.204.241 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9120 +p reject 1-65535 +r tylerlockedotorg SSbfNE9vmaiwRKH+eqNAkiKQhds ZZXi1fpytwZOR6FjxOyt6xcAKUs 2016-07-20 06:39:12 198.58.115.210 443 9030 +s BadExit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=479 +p reject 1-65535 +r Unnamed SSc8uGbnrRngrK3nteXJyH1psEA g8KFCbIaKLawVB4ubjuWlcgnZvE 2016-07-19 20:01:14 74.37.195.6 9090 9091 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r Milves SS9WEkvLTahbJhDGVZl6vDjGeZw eb0kUyzmbmZCqYAlRFOuhJ1Ly4k 2016-07-19 17:52:35 85.21.63.62 9012 9015 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=76 +p reject 1-65535 +r linuxthefish7nl STDGhPLQ/L05AfpTWxAVNzrPGTQ OaVdO/e/K1isuIPg/usMiT2h7OU 2016-07-20 04:15:42 188.166.58.218 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=25800 +p reject 1-65535 +r IdidEditTheConfig1 ST0fwqviJntlR0mVp5Dn0itTFMY 5I2AKSP38sB1HGgqT51YEJbj3Ys 2016-07-20 04:37:59 23.242.68.104 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=373 +p reject 1-65535 +r parachute1 SUIzON6eVQzFiYZAfyt4yBYg2wE hHD9YIZnjsfiTfJ/z/b8fXH7xrY 2016-07-20 01:57:10 176.31.7.241 143 0 +s Exit Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=16500 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r LoL SUYSjluFYyBCVMVxYifMsx+MXds EC0JBHRpFDGJZ88lKqlCWqcrG9w 2016-07-20 07:59:15 219.75.104.18 4443 8011 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=247 +p reject 1-65535 +r blunder SVEKLwtvMuDcF/j3H0wtIdip45g lQV/ybIgoGNF/bf2eaTuFaVKOEM 2016-07-19 20:58:01 67.177.219.20 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=738 +p reject 1-65535 +r BabarNotDead SVXqSRmRhm+DVEBXHkFuxKJTaIk PDt0+kBgroQLB9FtH3I6L9F4kNw 2016-07-19 16:25:24 92.169.241.51 10901 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=3050 +p reject 1-65535 +r AnotherTorRelay SVtJaGfIS7ySM4MB2SSFDyJuddo DGGb/5lzTSFi9urWA4ccehHY9bE 2016-07-20 05:45:43 5.135.162.49 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10900 +p reject 1-65535 +r ChaCa179 SWdKh9hIwhalbTIoxl2SlDeddlM GIAF7x3mnWo27Oth+yMsoTlsKQc 2016-07-19 20:50:38 103.199.16.58 9001 0 +s BadExit Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r watersaver SWmNGd5oYcPAwpgSweGiVeJk/F8 nm2OaNrYvOY6SJFyuDGqUJahVBs 2016-07-20 02:48:40 128.199.244.206 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=234 +p reject 1-65535 +r BlueGene SX7aNJJQvlg8PUPyeCFjkwI6nt8 roh6yPH2sRNaGCntNAPPhoKzxbU 2016-07-20 04:49:50 80.71.133.119 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=271 +p reject 1-65535 +r 0x3d088 SYHovz94Iy0+FMn9EShRs7wfn6Q ZZjSOKkAj+0OER/wTSzIJlGWs2g 2016-07-19 16:18:08 5.178.70.94 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4510 +p reject 1-65535 +r Theutus SZNFk+3rlPtgbMGbmcIaBKmWn8w iAfS+xa/IX0Ym5e2Acpu3EOWdU0 2016-07-20 08:10:53 73.180.205.176 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=79 +p reject 1-65535 +r devrandom3 SZdawyfEcQjLa1dRk4XXQKLK3bs bqf8rQoHGbcmWyyLBiipgDaAZtw 2016-07-19 19:11:54 85.214.146.221 9090 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=775 +p reject 1-65535 +r aaaaee2g SZ+5ly1MRuhLoofVlTXTX/O0H5s xbDnX4W/XfHOHW89cRcE7YPNDG4 2016-07-20 06:26:07 89.158.99.64 993 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=449 +p reject 1-65535 +r default SaBv327GwABllKiAM5Jbn7XeVOM f6naTEZb32Uhxp8qzkVg2nfYJOU 2016-07-19 22:01:02 71.172.245.28 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=7650 +p reject 1-65535 +r baronhoppoint SaE1eE+RB+0D8/nmxlP70gA1azA 2BB8airpeMSmlOVlwKdbWD+qWuA 2016-07-19 20:24:43 72.53.125.82 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=18 +p reject 1-65535 +r OceanVulture SaHeSj4lD5emHtOXHzHjA3QaGw0 yb7uxERuhipMpbbw8E5cRNKgGck 2016-07-19 18:24:28 83.212.96.206 9034 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3010 +p reject 1-65535 +r imperial SbK5F2y4u8yi60/HohlkUVCe1yM dnU69QxBstm5ea2UEqz+8BXVWOM 2016-07-19 15:18:36 80.254.98.144 999 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=321 +p reject 1-65535 +r Unnamed SbMHntiTLnpSWXnqTp3RqyMyieE fc1hAyz4PSSJcgY6JI4/w7jbKsM 2016-07-20 00:21:09 212.224.95.231 9001 9033 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=320 +p reject 1-65535 +r kleinbach SbxzASUPbYe81nbfya8iBI+W9Zk 59u2MSRdMEfGBbeUjvbctA2BaYQ 2016-07-20 06:14:18 91.213.233.60 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=332 +p reject 1-65535 +r xor Scl3MZK+mIQneRT1bWizVOW3ilc fMDNoHCQrNlM1Q6f8zXt4hcGIXU 2016-07-19 19:40:37 185.24.219.69 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3470 +p reject 1-65535 +r panchino Scy/CxlmStwiC93qLnjrKjHYBj0 d+uzFzMY09DXXb5Y5AaH+rAs4ns 2016-07-20 02:05:01 192.195.80.10 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1720 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r BlickWinkel SdwiKnSUrvjn2/LjyqvyNQTHe2Q 0/LW915jkPq49tQ8ZbO0Zj+rfr4 2016-07-19 19:36:55 80.100.250.244 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=79800 +p reject 1-65535 +r SchizoTor SeetAbuW9v46uMOxW9JHCxUDVN8 71h01I6Vzq+Nco7a7jnmZf0So9I 2016-07-19 15:19:16 188.165.194.195 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=76900 +p reject 1-65535 +r okra Se9LnsxSN8xCXGEqQq2E4SeyjEA h9kgZxPoNrODnyRZylg2qv9EqBA 2016-07-20 02:05:35 45.63.67.113 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=439 +p reject 1-65535 +r UnstableRelay SfUjT0p/TyK9wnxW68w8FkKv+lQ U7MINZAZwjt6Jk4NwugADF4KmQA 2016-07-20 07:26:57 95.78.61.119 4443 4080 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=832 +p reject 1-65535 +r theprocess Sf2KJ5bXQjqoEtgXp270qKkCgn0 n99a8quQ2e6/1LzkjFMf9ZXIPb8 2016-07-19 22:09:07 74.208.78.130 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=268 +p reject 1-65535 +r rehm Sgw+F3r2hFge94CYGur1Gpimtc8 7OtdvlBeIXgClIh9txTI+uZTAQI 2016-07-19 17:49:55 62.102.148.67 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9010 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,554,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1755,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8333,8443,8888,9418,9999-10000,19638 +r morpheuser SgxivrLsPU6KUWJyyTPOzbCaAnY 6P8MOFNeFC5NYJOqqXfZwrd8T4Q 2016-07-20 04:36:39 192.81.218.197 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2190 +p reject 1-65535 +r Tonga SgzNLdx5lQg9c/XWZxAMilgx8W0 WxxTbDNehUW6t5rEQwlb8SgxHuQ 2016-07-19 20:41:42 82.94.251.203 443 80 +s Authority HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r domoarrigato Sg24xe7GjwcSDVfaPalyCmZVGMU xwXff4zDMOfAc8WG2CJJA2JYnGU 2016-07-19 21:07:05 84.237.150.171 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1030 +p reject 1-65535 +r yoshihisa Sg5U5pNDt89hOMEYhDzoYOhRH3g 1EJ0jjpuzWnQai5EfUX5bgQiLNY 2016-07-20 08:29:45 141.255.165.102 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13300 +p reject 1-65535 +r GaiusTor Sg+ncbzmdYmKfcfgbDcfYEuksbA pECHUHh8VFzwDZ9F6dXbRtNop08 2016-07-19 21:18:22 109.64.185.197 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15 +p reject 1-65535 +r torrelay2madavide ShQaQPoEkvC1VbJbJUGrq6As/KI wjwqy9b1MXG1cCloecEN3Gm1krM 2016-07-20 02:36:17 188.110.73.186 24 23 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=118 +p reject 1-65535 +r icosadev ShQpI12tOUCifDxH6hY2eU57KEA XqzH/P6yrr1bhew61/tl2P77j/A 2016-07-19 23:00:46 192.184.81.117 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2770 +p reject 1-65535 +r Aleksei ShlHV487eXSE8XD6YvSR2ka4yI4 kU1CYHUJS3AkLxIT0oXH5v5z25w 2016-07-20 01:18:27 146.185.170.161 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p reject 1-65535 +r larak3v1n ShtEMwxq5juuY8RB0WTMF9aO/VM akNg+JgjfSgpn/DFqInm4yIT/gc 2016-07-19 23:28:31 163.172.21.96 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=98900 +p reject 1-65535 +r Unnamed Sh2mg43QjGP9y6G8NjsHdvx3H4U QqTRl43tx1TkWvPtyyj0m/0q43I 2016-07-20 07:15:45 185.21.100.163 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=19800 +p reject 1-65535 +r rasptor SiD7JlLHw3Sk5ZNvXShFJ44YhQY YjJ0sC2JFxFrkj643HU9/bcD7II 2016-07-20 02:40:23 213.140.92.199 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r mgc Siqoze3mLxJtNjBYvbNBgqs0IAM G4Jqpzh6jFGNfkKd/3GdjYUv0E4 2016-07-19 17:34:25 5.196.67.26 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18900 +p reject 1-65535 +r Unnamed SkVmzL/UL1KHF5297H/TUzeVE7U laMUe2ob53bniNnZOEQWQt+qz30 2016-07-20 05:00:19 194.63.139.230 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r CloseTheDoor Skr8+jQtU0rAMSibFuT9m3cLxe0 K28WWjD+nsO9Nwq0VVioWed5xTg 2016-07-19 20:01:29 195.154.13.96 9001 9000 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5940 +p reject 1-65535 +r sg SmKIQjOVzapDArb2afMnkL4b+vE efXBaLjvy+8AGBDRqOOJaNanWkE 2016-07-20 03:35:14 185.80.50.33 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=4110 +p accept 20-23,43,53,79-81,110,123,143,179,194,220,443,989-990,993-995,1194,1293,1723,2827,3128,3690,4321,4444-4445,5222-5223,5900,6660-6669,6679,6697,7000,7652-7654,7656-7660,8008,8080,8888,8998,9418,9999-10000 +r Unnamed Smn5ImthE7BoHVyTu9YNX8y+SBc Z/K1Y4hXMRES48igy9jlulZHiaY 2016-07-20 01:13:29 78.34.233.173 443 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=466 +p reject 1-65535 +r knoedelgurke SoLuYhqPlAXU0RcVd5zYXyvb8BQ yoVkMxkeh6gIIBxJv8hOvIiqrYo 2016-07-20 01:39:58 95.114.99.5 9035 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r ZaraLarsson SpCc3FxfF3ZW2yAvS1QifP9PZgI f4LBLoOr+zCjKgRqEn/OWF2GSAk 2016-07-19 22:55:45 5.39.94.60 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=9280 +p reject 1-65535 +r BrassHornRelay02 SpdcVMxMXED1iiCcNgBkCPiPtEU GecWk/gATpNJkpJ25wterS8HJrU 2016-07-19 19:50:41 176.9.99.134 21 0 +a [2a01:4f8:151:4182::2]:21 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=19700 +p reject 1-65535 +r secondaryprimary Sp2Ci5ZdlyVL6ZaHCqlC7QY20NY mDuL7a7AAu+nnMmJOM5VCWpFCes 2016-07-20 03:53:02 94.30.181.178 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14900 +p reject 1-65535 +r LeagueOfAvatars SqIiNfDps3laM5MDQ8uz7axgxbA AaiIlaI1/Zd2OmwOacKEJoL4zbo 2016-07-19 23:28:15 74.208.220.222 59999 60000 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11300 +p reject 1-65535 +r wormz Sqc9E2BbAdryeuGsfguR0w0P+Yw yRWSSwOtsrU7ptYJwgj+KNy6D3E 2016-07-20 04:35:47 39.109.186.229 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39 +p reject 1-65535 +r caligula SqgcYaExrK2xAzo7MekL108hyoY GO2AjCg0URhjQZga3/RZv4mZEyI 2016-07-20 05:43:39 115.124.112.235 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=564 +p reject 1-65535 +r milbret SqmEIQReEjEB2/uBGxQTSXOeS0w 7bwuDnMpp+GwX6Z1/rZsFkBD1Wk 2016-07-19 18:30:41 62.138.3.123 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=20400 +p reject 1-65535 +r starius Sq0hrSR+a5DUKt7o2Qizxr4COyk yIMWu4aTQpZXT5hLfb6+iVRk9gw 2016-07-20 00:02:06 78.47.229.107 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=392 +p reject 1-65535 +r ilikepoop SrMCqxZ5R9aIC1r+bzaKb/B6X1c oJEE3dVhyVJeXYzN5arbWV9yERw 2016-07-20 01:06:11 87.219.115.1 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=53 +p reject 1-65535 +r Unnamed Srra1MFBN9YXA3Pem8TbTzYTsnc saurs67evncCDW5lZocWcZp0UKk 2016-07-20 00:46:13 188.166.81.117 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=14200 +p reject 1-65535 +r hwds Sr1V9oMA6td2KnPRVTH7F6DFKZc cB+k1Ia4F03FXckQHhu+WePD70g 2016-07-20 05:59:04 18.82.3.136 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10400 +p reject 1-65535 +r HyperPiratenpartij Stn5QVVAFNvcY6JDR3k8RgAgIZc tWVESuE274V5vtFBTnFrBCKlpbc 2016-07-20 07:17:33 217.123.241.170 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=144 +p reject 1-65535 +r GoatnetRelay StqsZTP2a/tIDYtH2pBkNM7uwZY Y0ixSgTciCUXcF7T9y3gYv4w1mo 2016-07-20 06:30:36 69.164.197.103 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1070 +p reject 1-65535 +r Unnamed StuVAF7lLvcL49nINJlk7aA4gOY g+EiaCPCE40kc4WKvLfYuaYcGbs 2016-07-20 00:58:17 46.4.38.139 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2 +p reject 1-65535 +r TorMogness Su8OuQnVY1Pl4hefhi/J+pjcQes /ERVNB88jQPpYxVhk1ZdHKEtSCo 2016-07-20 05:52:29 68.193.65.214 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5220 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r chm0 SvbOxDUd4Cu1p8u8gmBxcYMsaHs mP3OGsNCTmtEXazgmd070yIdjTw 2016-07-20 01:52:23 217.23.7.79 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2540 +p accept 21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r whiskeyjack SxWMm1FouebOO5d1qiWBhbpjX/Q KOvmY4W061UiZk+BdsCzJwzOCas 2016-07-20 00:41:21 83.143.83.229 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19500 +p reject 1-65535 +r birnenpfeffimitzimt SxcEdtCUWTKEOPPmjtGVFsn3WoA 7480eGC8MqoNMAlEHGM68VqrbIM 2016-07-19 21:12:23 212.21.66.6 443 80 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=56200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r fltrpb SxplMo4Gs72MOEFJchJWOCdEJTQ +1rJ29h5h3sj6ND9EUyf9q3lMiY 2016-07-19 16:53:44 178.63.18.25 9001 9030 +a [2a01:4f8:110:536c:10::8]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p reject 1-65535 +r alechhome2 Sxq6MqP/sUzno/pcUj9syKAHDfE Gdh/puqvTbGZ8fzpaaFjLn3F6FQ 2016-07-19 17:14:16 185.104.140.208 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22800 +p reject 1-65535 +r TorAustralisLVII SyHL8/zUZGEVZK2ISPpBLv9/MzU HKaiOQUxWOB6H0HWgoeh4shnFTM 2016-07-20 06:15:49 104.168.154.6 443 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=373 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r EecsUmichExit SyZVOyYrr9kF7iwYKR+ni/jsF3s +ciKP4J2HMfC7nv7uLT0FH9Zw4k 2016-07-20 03:52:40 35.0.127.52 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Kaarli Sy0Cm7E7h1vY5Prk8v9/nSRCydY 5ZcPz8AP4qLY4oQQMndkhQAdf7c 2016-07-20 01:48:50 91.121.113.70 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12600 +p reject 1-65535 +r wingedgods SzarSCqc6E+N/IgMimlxXu/IQ4Y OpD44rlPmQutw2E/yToQAHh5GTk 2016-07-19 23:42:55 173.160.180.189 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=9 +p reject 1-65535 +r necronomicon SzfoQKfyb4W6Njkn1sbydp60yRg f5QznUefm6e+A56cm3OZikaR7uk 2016-07-20 08:13:34 188.166.245.217 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=220 +p reject 1-65535 +r Corellia Sz61a3JBYNsQ6PkMBeACOtU8dVs qi2j0YVQ0GpLXmDRI9tOJmRYxDA 2016-07-20 06:02:38 5.189.179.164 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=9640 +p reject 1-65535 +r Pseudonym256 S1SiYBSTdNrHgsihMRQ59hbTaxU NH71xXgI8XGwDAt55+KGZDpvWZg 2016-07-19 21:17:59 95.211.7.158 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=762 +p reject 1-65535 +r tubealloys S1gvP0u03lbXco3rIqolU1CHD5g HwJQw5+XbtqxF0R7CKm5sopY69U 2016-07-19 20:53:23 217.172.32.76 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r Sergaent S2o8Ha/lYaPxC0ocNH7oRi9gzT4 DU6cpy88nVVRwWN35dzCLMVY348 2016-07-19 15:36:58 79.179.138.85 2444 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=73 +p accept 1-65535 +r default S22Sj/OEimHFdcoCjGfsMXeNlvo KZnbc+9RfriqnNSQgF5a4tAywVk 2016-07-19 15:59:36 5.165.50.89 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r nebelit S3FrI/IR4EhsxcqM+3B7CWmzAtg uqeJUKWbXpzxgeLR8YRCbMMy5aM 2016-07-19 23:46:24 176.123.26.36 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2950 +p reject 1-65535 +r pyrignis S3H7Nyl5hnDBzeK7PuO4dvbMF4Q o6WGBewyn1Mmol9ElbteqGvGJog 2016-07-19 17:32:13 149.202.160.69 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37000 +p reject 1-65535 +r a8g9u430h S3gOEudR0gsYHRvDyC64+dtn/+M 5YHiLQV238lyVbve1X1aR8OO4gQ 2016-07-20 06:32:07 37.139.25.31 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8320 +p reject 1-65535 +r bg3 S3tz1aH3ie0kEakOA8SckWUv25U YYfIZ8LjyBFw0LXQ8mPrRxzT3o0 2016-07-19 22:57:50 78.90.15.229 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=293 +p reject 1-65535 +r speedybacon2500 S622W3fy1NmKTq/sffc5lFYIX4E RWCiQjOwAmUtDDKD0Upe6jrxxWI 2016-07-19 16:42:23 163.172.43.52 8500 8501 +a [2001:470:1f12:142::2]:8500 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed S76YEwUkVTwKvEqiSDWmLD6b18Y +JZx37umEtkDCwPqc/3oZPKuLDc 2016-07-19 21:18:05 185.82.201.54 32917 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=35 +p reject 1-65535 +r molim S78By4NPu+KJjnIJaewDEQ48hQA vugkEVHiKdR5eqEwZ63GsMm+Irk 2016-07-19 19:01:25 188.166.11.128 443 110 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r unpatented S8LFJK3O6Tnm6whjgT3MmNTIfUQ PNVJiejzInG+GOiG5ufKhXv/mBc 2016-07-20 02:35:44 216.244.85.211 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=870 +p accept 993,995 +r telecommuter S8SOeuf20UxJvwSOL3rnNOjZ4Oc GJTbtFmp7wABwOlXS7RhTaXMrEI 2016-07-20 02:58:58 4.31.64.70 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=80 +p accept 1-65535 +r ToeClipper703 S9AlSE9NBzyFbrd5z0+bN+/qtx4 WSW9ZfRnNWELLt92kg+S0sNWsaY 2016-07-20 03:41:18 88.159.76.83 9090 9091 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1220 +p reject 1-65535 +r 0000Middleman S+y3QZgd2Umho1LAMwMzQrCqrXc hVzSZLcJby8ZirAa09cMSfrePhQ 2016-07-20 01:09:00 198.252.121.79 9029 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r georgector S+1o356vbBEdh3jhnMmsev7E/AI EVmg+fFtFl2XKP3bNNZQtFksT60 2016-07-19 18:04:53 2.103.218.9 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2810 +p reject 1-65535 +r concentrator S+3eJ54BSm7D58obqJXpDKKTpSQ po9o2tqUACIihuGNpzYr7KJ5130 2016-07-20 02:19:21 94.217.145.157 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=71 +p reject 1-65535 +r CatRelay S/z/LqssXEkRDjOiKp+12nqc0LY xkhCN8ySoY1YsI8d9N7Hp8Wn9L0 2016-07-20 00:23:22 195.154.81.108 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17500 +p reject 1-65535 +r StarSwirl TAt67vmFoeI9hwElmp+QcW2j2y0 WPcyp6VZ5YgzyvZut2bUlGaUnK8 2016-07-20 06:40:05 69.90.132.180 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2360 +p reject 1-65535 +r RizReTorRelay1 TA7w/9SoUd/tJjaVwhoqB1MrFEE d2/ZRGWrdUNrywivFCmWlckLacY 2016-07-20 02:34:46 138.75.194.61 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=148 +p reject 1-65535 +r ImCharlie TBCKyjgFXLts40enaxTdG0n/wRI 2FS/KRYcNPjV6yd0ENrTGHnkmn0 2016-07-20 01:51:57 90.65.152.205 110 143 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1560 +p reject 1-65535 +r InternationalHouse TBNIsm91OKP5t57TNhIqSqgpVug e/mJUyKke4kHohQSGIt5BbrIwuM 2016-07-19 19:51:45 204.102.224.103 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1630 +p reject 1-65535 +r wserver2 TB3ud9d9Fevpiir+f/Exm7HMPYg IUprG18NNEItDAS6r9cPgfFuMak 2016-07-19 22:26:54 87.142.43.176 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=18 +p reject 1-65535 +r Blackmesa TB4AMLsl4cqWQAWhQot8r6WlmR0 HHJC9IAlUEdDy3fw/eM49GjbNog 2016-07-20 07:05:00 94.23.70.222 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=598 +p reject 1-65535 +r IllyaTorRelay1 TDE7JwEphfC5ZXrT8vSvEDfKwns pXAkXgHNBGjGj0gZ32lSTYpHQl4 2016-07-19 16:32:54 73.236.141.124 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=272 +p reject 1-65535 +r os3fmaisdunef0rc3 TDsAyon03Cuxyl37GrmoWfQKPrk dk5y+zATM2p+RcJRzJqxSsgMMdM 2016-07-20 04:14:31 62.210.238.50 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=18500 +p reject 1-65535 +r nsaciabrb TGeWT8XKkT+u09raPfIDKi55fqw PtRqN3N9tFXdg/JzDR7dNFbbPsk 2016-07-20 07:47:49 173.67.20.62 8500 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4320 +p reject 1-65535 +r DisciplesOfDisorder TGfqe89TRW9fFIWqcSENNKtW8c8 oEUxGloPJjwQcREAOp7/RP4K+lc 2016-07-20 04:41:24 85.17.15.12 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1990 +p reject 1-65535 +r belalugosidead TGywuMY+9HTyzjpxSKg+wrWRc+U +HXFrN1FqE5BhVyXqWZiqUdfNk8 2016-07-20 01:58:34 217.20.23.204 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19300 +p reject 1-65535 +r obscure1 TH8FsUWP+3yr3FuyDSsPcg6b3I8 kpbkFCACCtLpKaKoyIDCM4MEBSs 2016-07-19 20:52:03 158.69.204.154 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5920 +p reject 1-65535 +r landfox TISJKEdDoCLshtGoIPyLOY8gyBw YqDU+0MmfK+wS3v3IkX5y/kmW2E 2016-07-20 07:07:57 84.200.82.163 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=18 +p accept 20-23,53,79-81,443 +r DigitalSubmariner TJKXhrLgmOk4CHrLXRXTw3YWX3w LF85g2nc565xgX5f2nTt22mxkUY 2016-07-20 03:25:40 106.186.28.11 6001 6030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=249 +p reject 1-65535 +r IAmRetro1 TJvOWFyL4T0T28qyCDB8NP19bGc SgUyeki2i7CYf1t02+nPfr+VVHQ 2016-07-20 03:57:27 91.121.176.89 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=28900 +p reject 1-65535 +r 4Charlie2Merabet TKRlgfs8ghAlZbAsHstt0472ZUo zS+/emnNP+XBHvtxvejtuKib5PM 2016-07-20 01:39:49 172.245.219.133 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=353 +p reject 1-65535 +r CodePoet76 TKeCzgCtvN25PeP8rPhERTU9d3I 0ILF1wAj5K+iA4VEbaSz1n8c/Mc 2016-07-20 05:24:31 50.45.233.6 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=599 +p reject 1-65535 +r Silberruecken TKjU95Yu+MjYtc6euT3MCdtfgiE H9s3RW2nG82ZuraoxsBwegHc7r8 2016-07-19 17:24:32 87.181.252.58 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=34 +p reject 1-65535 +r vivalator TKuH70/iiF72MKH97Hf7AiLb1TU P5y0BLzw9euMjM0dWHL8DZ1Hano 2016-07-19 20:58:01 178.254.22.189 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=947 +p reject 1-65535 +r jinx TLuqxWN1fUsT1mTvX0IuFEIyU+U XHWMguuxdICgOzjSD2meL6oNopI 2016-07-19 17:50:08 195.154.172.22 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5140 +p reject 1-65535 +r v92torrelay TL29R/QIK/XL9susVQoxgy8YHpU TmYCZBOyVC538kCq7BKl8Q/EB+8 2016-07-20 05:13:14 73.181.34.208 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=427 +p reject 1-65535 +r default TMUUd7ZBbsltJM3FhN9kajkK0uo 0Y4JEIlNHSPRbz2iNx0iZHIDBgE 2016-07-20 06:14:21 77.79.139.223 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=424 +p reject 1-65535 +r devsum TMnMkZXsOGRbaZozMHBYYk9mDM8 aL9Xh5QfPDZDmErZaImnAcDji9k 2016-07-19 22:42:46 51.254.101.242 9001 9002 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27600 +p reject 1-65535 +r henkdefriemel TNTf/vOXHJAqIhANkRysY5vi71w SPpYGJmiqVOAhwoYT3MjjGsstow 2016-07-20 03:45:40 84.245.32.195 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=58900 +p accept 8082,8332-8333,50002 +r AruTor TOJdMvQgJjYTF/BpouSfMA3VbaY mNdTOqHd9sY8H1CVtXsMR7tFCaA 2016-07-19 23:34:30 188.213.170.104 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6960 +p reject 1-65535 +r ownedbybillgates TOrhhnG7Ww8CY04G8p4HWIOPBrk 9ORA4wVroTyd/V9baIyheIE1av4 2016-07-20 03:48:21 93.220.236.14 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=230 +p reject 1-65535 +r OpenSamaritan TO9DyyxQFeJms3QZofktT+CZIM8 f0Fk/kiyNEtaHxbrDPr6jczLe7E 2016-07-19 19:09:42 192.227.134.192 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r kretch TPl58SuwhKiNkr0USnMep9J2Qg4 3VlfK223gW6b8/sweNP8eqsOOVs 2016-07-19 22:29:36 86.70.56.94 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r quester TP5l4W2+nZ7Qz/vZvu7k6uUM0z8 JXC71kSxlZqEMcYbUlxantqbjLQ 2016-07-20 06:48:36 91.236.116.87 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=17100 +p reject 1-65535 +r jumpnet TQk9CADrF9yfBQ+Mng4laHNrtII uk795oFjmksAvn7KxoG0KHVNPSw 2016-07-19 23:45:44 199.127.226.150 443 9030 +a [2605:4d00:0:2::6e]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12500 +p accept 22,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r trinebramsen TQxpe9fkC9sWbFFa6OZv8O2GpXY jchX38s92rlzrC5YFY+xqrfQT4k 2016-07-20 06:03:00 2.111.70.28 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=467 +p accept 80,443,6660-6667 +r kgb TRXdv0KbbPUN2V95vtGjZfe6Mrk eLoAMvMsa96EiN7w8SoicCdhpV4 2016-07-20 05:25:58 188.134.5.92 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=423 +p reject 1-65535 +r BreizhTorDd TRbSiaoBgx2QkEUrLT/7okDC5Oc BHDnsuu/awY/5J38P3Uki/yySPE 2016-07-20 01:16:25 195.154.6.120 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=324 +p reject 1-65535 +r domovino TT5FyXJwGpZvcgv4bqVEgqUUSus xBbNDOaKY49k/4zQH+byg4bBfFY 2016-07-20 04:58:06 212.92.219.15 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=137 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r newbieatwork TUQwInQb4JqKvNiL2WWEJwJDAmQ t6nTzsmHTcdVhcW8ScK5tuhSfSQ 2016-07-20 00:25:51 78.151.185.153 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r TheGreenDynamo TUk4tyW4lWF3OhYSFdiLfEXEPDU GNworBSGpw80E4/65o5CQWZetKs 2016-07-20 07:35:08 104.131.108.7 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20300 +p reject 1-65535 +r scat TVOys19l6mZx62evEAWGiGB0iHc lTu5J1Vsw6rFBj9QP5ydf9n3LrM 2016-07-20 08:27:35 46.252.210.90 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=10 +p reject 1-65535 +r CloudExit TVbPMXqGDCJiCUkGhMO78bzJdUg KfaMKoo/aPTBGz5XBissLzxYCyY 2016-07-19 23:19:44 185.36.100.145 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1080,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8334,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r torfr01 TV+qIsZQznLKQ6B4xAqR7WFGHzY kduXNRXUm4ajiCqsqt95bOfhD60 2016-07-20 03:02:22 195.154.128.151 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14400 +p reject 1-65535 +r resio TXPVOwcgRaijZweu4JkOrOz/CoU LBNAaR+04uGuVaYga6gq8uuuH8c 2016-07-19 15:03:05 85.214.73.44 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 1-65535 +r jedknox TYJ9vCpH2SLAiF20gOebncqVQeE xddRjGPyrIMkmj8PvaUTSoyreA4 2016-07-19 22:20:19 68.195.90.148 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=105 +p reject 1-65535 +r anyname TbjyE8NoXKSjz2FjUqj3055hgBo C0KzxbvnOa1QStCQW7wT5T+Q61M 2016-07-19 17:35:02 82.146.47.17 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5840 +p reject 1-65535 +r HughLaurie Tbw4hi43F0qFFmTKTfuHLAd/wOw YXBabcC65ToZH3ZCUDVLFhjUszQ 2016-07-19 22:43:40 175.203.19.93 3000 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r mcconkey TdoL9yV5TEcDQYUU88Rvr6l+6TE Uj+xpudLo+Z+gA4zJHg9b+IIQD4 2016-07-19 16:02:03 5.9.197.187 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=48300 +p reject 1-65535 +r LunaRises TefVEdrfmp5NNUOb34kV+JRW+Sg o+koSlae9Ie0o6ehnvPAASufDAc 2016-07-19 18:05:56 176.9.43.26 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32400 +p reject 1-65535 +r Mozilla12 TezLoFyHvyCOp3yBsLsSeLBjiE4 19KoQGMuE9RWVG8DiNYYveAlLJI 2016-07-20 08:37:32 67.92.173.228 9090 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5110 +p reject 1-65535 +r mimi89999 Te6jAGi6VFoEyH13l404pE5b1yY Cv16aFNZJUuVb0EUpGmc9/dBwQw 2016-07-20 05:19:41 89.70.102.105 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=450 +p reject 1-65535 +r sp3v23 Tf9g+LBG8PhgK3DxTz/CaXBRLO8 RA0lnwabhqqET05ljQtkdfFD3GU 2016-07-19 17:57:47 37.187.180.4 2342 4223 +a [2001:41d0:52:500::528]:2342 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14100 +p reject 1-65535 +r lumumba TgIfNvle3U+T+CQCDjxb/qe1lcw 1aKe2oNOAOsNYMq/a6dYbHz8DQM 2016-07-19 20:15:39 77.247.181.163 443 80 +a [2a00:1768:1001:21::32a3:201a]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=79900 +p reject 25 +r OneMoreLinuxTor4 TgqZV/26dBivgqPL/LU9i42X/I4 UvP8abB//x/2HQ+27XbDeyO+ERI 2016-07-19 16:52:08 91.136.164.149 12222 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r kjernv13o4uh Tg0UUSUstd+/wJ2oFUW0jPUEHH4 zjUTFt6euriLjRen7HUx4d9FW6Q 2016-07-20 01:24:30 24.28.70.59 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=321 +p reject 1-65535 +r viator ThT4qMUefV8vSecjTkJGG2dtr2M Vh8Ft5Ta6LrPCx0+aUg7XMx80qg 2016-07-20 01:56:29 50.137.78.129 9443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r Torseppoto ThbV79oZiOtQT/oRzpw7qMob+zU K/3NOVcLnYxISajpnyTt8XcfaX8 2016-07-20 08:08:01 185.62.190.172 9001 8080 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5380 +p accept 20-23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r dscotorrac ThqBuQ9PtJjvscoCMmDIvsLgIIM A6nGAL2BLS3MsqBMAQafyV4QJQg 2016-07-20 00:04:26 104.130.169.121 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=265 +p accept 53,5190,5222-5223,5269,6660-6669,6679,6697,8010,9878,11371 +r danbocean TigidG/kiWWfkkj/fFlxATA7F9I v1UsoLCrBOQMpqjpXVwJswc3LuI 2016-07-20 01:26:05 104.236.247.218 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=855 +p reject 1-65535 +r nobodyathome Tl9L7bgq5u/wyeUcrULIhCK/zpE BiPoq4U9ENWxMC7I0UDGMJSGSaI 2016-07-19 19:56:54 62.178.38.39 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=103 +p reject 1-65535 +r Howcoi2 TmtRmHY8Ju61s1Zgd8SyMi37cN8 617setCNu+lR1OAhqWt+GsdKJ2Q 2016-07-20 04:07:26 128.199.195.231 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1890 +p accept 80,443 +r fento TnN7v8y+RakjzoJXfpnc/6vFv/Q hp6Q+i6jptIGmT3W3BRnY6BjKDY 2016-07-19 22:20:41 81.17.30.48 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13300 +p reject 1-65535 +r appello2 TnaeMs7C/E2gl40dfgDE/5OwheE fTjVYcaxu9sJZZ5cD8jySRiUU60 2016-07-20 02:35:03 106.186.28.33 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=723 +p accept 20-23,43,53,79-81,88,443,464,554,563,636,706,873,989-995,1194,1533,3690,4321,5222-5223,8008,8080,8443,9418 +r TagusRelay2 Tn2CFiBjoDtuIOVPcsSwMS3aKTM U78TMuB+Ro4mB5w1811cye3YgGg 2016-07-19 19:13:45 193.136.167.194 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2280 +p reject 1-65535 +r ymkeo Tozm9WUec0LB5+XtAx6CB4E0+w0 0s96womIg9BgjQSvPoySg2u3atA 2016-07-19 21:50:49 82.161.212.209 9001 9030 +a [2001:980:d7ed:1:c2:6cff:fe00:90b]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=302 +p reject 1-65535 +r makeuseofIT TpG2ZWHuAbFlPhgD/lO1xADZZ9s 2k/sAblZGwsMe1SDoQznsl+i0O0 2016-07-19 20:54:42 37.120.16.193 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=132 +p reject 1-65535 +r chronodd TpTOgKZA2RmCH6NYWryiLLZB3wY w9fCYOKa1ykzKulxLYqQg9ht5HI 2016-07-19 14:51:00 88.198.194.89 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=696 +p reject 1-65535 +r estrade TqOBocr0QiwUIBtL95kDmUKpf/0 +y9j7RJ7jFPg2M77i/24v0d8j8U 2016-07-19 18:20:35 101.55.125.10 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=249 +p reject 1-65535 +r pguclsperkbnahe Tq2hOax6brMiQr4Q5mLZM5oiih8 9/FMYfLLDR8Y8kFBFISQfBJBU8I 2016-07-19 16:52:58 80.98.248.65 7566 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=113 +p reject 1-65535 +r tharan TrcNY6PBQDO7OR9e6oihZXYZe8A ss8c47jUhai4nEJSZ7GXnqKCZ0o 2016-07-20 07:23:30 5.189.143.28 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=327 +p reject 1-65535 +r Unnamed Tr6oAAj8KBsllKNMLwByemc/M8U 4VoiFcM8eVYAgabGgUwYuar986Q 2016-07-20 04:38:51 37.59.42.55 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=43900 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r murdercube Tr/4J31W+1HJrPNMQe2PhEnXhW0 eVFNwUWz18wppEqmmrGtyH6rSjk 2016-07-19 22:36:15 91.236.239.135 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=27 +p reject 1-65535 +r lokid TsR6sts3yO23BooEs22iW9a8F48 2YIAbLwLlZaCSEuMSvLl0JZt9bA 2016-07-20 01:07:45 212.19.17.213 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1010 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed TtKNKPlPBQfH8fbjOuob0eO8KEI /buIcV27qzkStDV08HtMuN7Wsr4 2016-07-19 17:30:03 31.14.135.136 55222 55333 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=405 +p reject 1-65535 +r bedrock TtM0FZUvpS25VBGh2oZmPsGxCbk zlyVb73MfnzK6ZztVUZ0Fta3o50 2016-07-19 22:39:49 173.255.228.134 110 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1630 +p reject 1-65535 +r herzausgold TtneFsie1mmC0J4VqSadbD5bxEg nR1KMFGaf9VhXSjqgjDBhYIoEng 2016-07-20 05:21:02 176.9.140.108 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4370 +p reject 1-65535 +r MagicalTorRelay TuI/dFwvhOBxzqTODtGsdiqXV98 xITrCUskRPvCsBOZd9W3cdyKn1c 2016-07-19 18:19:32 24.21.213.180 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 1-65535 +r tazzwei TvKPCsun24P1Ms9knbE6AML5/fI 39FrJmczQaOJ14ovD3hdQqQL6U4 2016-07-20 03:06:06 193.104.220.54 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r green TvVTWvsoH0Us7RzAYBaMKp2D3uE 3YL9eT8s3UBmQeF9/RpW0fTvwt4 2016-07-19 22:20:12 104.131.148.86 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2780 +p reject 1-65535 +r DVMY TwAD6rDocSuUspqEv4uPNMlZJ7w PVXHpAYm4nirab87+3lN+G6n2F4 2016-07-20 02:08:49 217.23.14.190 9901 1194 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=43500 +p accept 21,43,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,11371,19294,19638,64738 +r Binnacle Tw235of8fArlXI8kPaiw6yf78fI +Rtv39lHkVQUFhNaLJadl9llvGw 2016-07-19 22:18:37 108.53.208.157 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7050 +p reject 1-65535 +r agentsmith TxnHB6t0wgGPCfL3qX+EPhiWVJA l6hWBNAmKf232v+7z6lrirRbgYQ 2016-07-20 03:58:49 62.76.83.208 40000 40001 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r saruman TxsK7fCtwWeDmmEMzVRK608w0vA icHQcNhO3PsshsSlmDhZDSH58ro 2016-07-20 08:03:08 217.117.227.226 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=531 +p reject 1-65535 +r HamburgsTor TxvkAL92Qz8rGsSmEy/nMy/buDU y2k6TtLsxFcyyVeCAjzm00qUFBg 2016-07-20 02:00:18 85.176.237.161 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r Unnamed TyhGVAdjPMAl21052e2x8IqMoMk jPXdNgDfTQijZW1c7lMtfo1ci88 2016-07-19 16:09:06 188.166.158.100 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=111 +p reject 1-65535 +r tylerlocketor2 T1TVaQxbFvsQU/rP77sdN0iFKIU LZa3fXthjATH3Ccj/xFttVuKX7U 2016-07-19 16:33:46 139.162.16.105 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1910 +p accept 53,80,123,443,465,587,993 +r torelaywnx T2a1UjS4Xid2D8DZyu8aiK1XlGg PVIXMXXVesL455XWLJMubqSNAKY 2016-07-20 05:07:01 142.4.32.196 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7640 +p reject 1-65535 +r jolokia T2x2cpe9D3BzsO9z12Vlpipoc9Q KWO5mCk/JsUuaLKN1g6EU9EsBcA 2016-07-20 00:11:04 212.47.252.209 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24400 +p reject 1-65535 +r redbrain T3vNFiPIQOsoDXarFoAR2CwEdkQ /WBn5msRT2DGNkecaxjzGt2UdkQ 2016-07-19 21:01:22 31.18.69.47 9035 9040 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=10 +p reject 1-65535 +r hviv105 T3yuPB3bI6a6Ac9PjrtCV61Ah1w 8Erd7xDWVVasN/PRQXpvfrhr8Fc 2016-07-19 22:59:36 79.98.107.90 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Unnamed T4EQcSrkTJDE4raPcCoM9PdsMIU IihkxV39ln0s2NttMYZGEo4iU58 2016-07-20 05:15:09 99.234.43.160 9001 0 +s Running Valid +v Tor 0.2.4.20 +w Bandwidth=1 +p reject 1-65535 +r 0xPC T4F/qBJ+9rZLBw6Q/ghMs2v76GQ hIWz6+N36YttTsmKmjYdEFYYeoc 2016-07-20 00:19:21 212.129.49.59 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8300 +p reject 1-65535 +r Ajorcel T5W3MTZ57MAA84+HDPDPOcc4bFA LOYkXaVka+j35kX1s/1QQfSaI8o 2016-07-20 00:33:35 82.243.79.9 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r mrkvotor T7jChmf3hcnMmL9zF8dtrsgHLm8 RECiWF7oMnMaU8yTbSpC8QrKtXw 2016-07-20 08:25:30 80.79.23.7 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=76 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r Cicolina T+P9Z/LwbYrZKSF6NX9iP8fGktk fvU3d4GyFCQEqg4CU900q6xN+NY 2016-07-20 00:25:16 46.229.238.172 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=721 +p reject 1-65535 +r Unnamed T+2DQCiei9bGU3uXM4D5u2eRDxA 4WwtEOkfSjl9Ny+GNyYz11aK2qk 2016-07-19 19:53:57 31.18.168.47 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r CASE T+53r/0Ve7zy2JauQX+/ZHhgRmw 4aMckxDpdjh0DlwRCVciI8Ps1ho 2016-07-20 05:20:03 195.154.127.246 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19000 +p reject 1-65535 +r HSF T++mn4CaISax4gUKcY78c0KHd68 KtNt1eEs6PLc8dZ8yVj4x4CC/XI 2016-07-20 01:57:07 31.162.8.207 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=654 +p reject 1-65535 +r SweTor247 T/BpyistGnbHq0Ue+3EX8prvdQo 4xNIm6AUNH8kpznu12Xe/O2+zyA 2016-07-19 22:46:50 81.227.216.76 443 110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4260 +p reject 1-65535 +r tammtamm T/O9JteEj2zXnYyMHCFlGw7qkXU dB1QnxGZ/5MBnjzuhG1ZJmkLrdQ 2016-07-19 16:43:38 46.59.99.37 10001 10002 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=162 +p reject 1-65535 +r Unnamed T/S6jhCVe6b0eiyhMhVYAXAcBSA oRXaZKqd7hVqDQeQCCOg92PulZo 2016-07-20 01:52:57 185.14.29.188 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=38200 +p reject 1-65535 +r healthiness UAEzzk97GSKAB/qQyDs0tieCVjo PyFB6/qwo3PtBaLICqA5UW+yTk8 2016-07-20 02:32:41 5.166.189.38 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=316 +p reject 1-65535 +r DPDGaming UAcNum0+mqUsDI0ydHJN45bctVA GKlp//rnsOOUPIS6P3DqhTYub4o 2016-07-19 17:15:47 62.113.246.143 9035 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=9250 +p reject 1-65535 +r iSOcHTorRelay UAjkmVSsDKBWX+ivYdYWFyEqy8c LfJy5mErIXIejG8Txspm/0heU/8 2016-07-20 02:34:09 176.9.133.154 110 19030 +a [2a01:4f8:151:52c6::154]:110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4870 +p reject 1-65535 +r ezbg44 UAxnr3KbZFgra8gwbkutKspcsa4 /ANQ8Kr+UvGXb6WeTQW/2XNdRMM 2016-07-20 04:05:33 31.220.45.142 8000 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1110 +p accept 43,53,80,88,110,143,194,220,389,443,464,531,543-544,563,636,749,873,993-995,6660-6669,6679,6697,11371 +r nastja UA/k1rUphVovlaDLNPKhDViJ6ME 2XFLDmOYWm1BMniQo3j8vruKRlw 2016-07-19 22:19:54 134.19.177.109 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=78200 +p reject 1-65535 +r CalyxInstitute04 UBs9vyULCUoFyl28QkrUw9RnIaI XaCTar8CmFsAd426EzXoU5M6p94 2016-07-20 08:37:11 162.247.73.204 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r helpthecrowd UCUuwBtR4hLvV6gCAyoFHmTKi94 qkI+6HhcaGSmimNK+YfyOBCejZE 2016-07-19 22:00:23 84.144.116.62 9049 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=630 +p reject 1-65535 +r LouTor UCdIw8PVf1E7RdVVxspCWyzvI4g wwR49SN9TftPrj2n6cQtFs78Cp4 2016-07-19 20:57:36 90.13.32.207 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r Houba UCgEDvOc4yw3NPGNiy5rV0yl0z0 aYF5gqY35wB575DrzkeK3vQqLQc 2016-07-19 22:51:58 62.32.31.173 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=104 +p reject 1-65535 +r demilitarisedzone UEAuW0zr7kf6bpjVUnBJ5Wb7U/Q 5vrPijwe4LyLs+GeblcuA+YfqtY 2016-07-20 02:12:57 103.14.70.110 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=148 +p reject 1-65535 +r p000dle UFBQYvmHp0FEGT3j/k7mI7HtZMU TyO5JStDHQSeFAzkd8lb3kIQQiY 2016-07-20 02:55:21 91.186.44.159 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r Jans UFhuJb4Gf9H3OZmFUO3csaFMpbI UXkSss7uu+glk/xODPEiEYnmrP8 2016-07-20 05:31:05 212.51.134.123 9001 9030 +a [2a02:168:6e00:0:3a60:77ff:fe9c:8bd1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=53900 +p reject 1-65535 +r d3xtor UGdjmUeSIImZUp0DwBZ3TIFDhqg roXX118qlSDESaz35P/BIRofU/I 2016-07-20 05:45:31 79.115.171.49 18213 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2880 +p reject 1-65535 +r nibbler UHqgJmO6fdIrOUJnrv+eV/0UtVk KSsvKrqN3XgYFNIuu+hQM/Sgb18 2016-07-19 23:09:37 91.240.66.142 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=96 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed UHwoxl67PRnvMfE4A3B3nhGYXQY TsS0blb7cwHfC2htBpvQpLf4YM8 2016-07-20 08:45:57 159.203.22.51 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=259 +p reject 1-65535 +r rahc0eeR UIAEVSND5TdLZXDHbpI5qiMxBoQ yymQAm/T2/yB2guU5n1u50Od9og 2016-07-19 16:55:56 86.62.117.171 63500 0 +s Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=65 +p reject 1-65535 +r ViDiBox UI6/TJalbgdMQAaPk0erBlFQmfQ bbK8x+PGXqvku5lPCJYNgONczEM 2016-07-19 20:10:56 84.119.132.149 31337 31336 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r DisciplesOfDisorder UKZQarGFozPItmlHGmFf48X+btU bsFLzP/xVOVWn270HHUxx5Lnbc8 2016-07-20 07:44:28 51.254.120.82 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30300 +p reject 1-65535 +r SEZ7UtedCA UKuASJBfqAxQTY3MLOpV39CTzf8 3HyCdU9VDpyGdNr8O8D77YhKW7s 2016-07-20 03:19:21 193.239.243.20 13444 13445 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=180 +p reject 1-65535 +r Motoko UKwFGG1nIdWoanQDrBUqT5CYwvQ HvLPc/pqiAprKbtdMwIdKXKFBCE 2016-07-20 04:51:53 82.181.77.6 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=143 +p reject 1-65535 +r CatRelay ULUhlV0xGByOP9jMGz26jJuN/+Q RbvHIeh/+I9ggUJ99W2vDsDhwIs 2016-07-19 21:07:01 89.163.245.199 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24200 +p reject 1-65535 +r Rainbowdashie ULkX+NJytTv1IXb7M4Bl//toxwM 2aPSYKJ7bzDY/B3Pt3KvCbHHd7k 2016-07-19 21:35:43 178.190.133.108 13010 9034 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=746 +p reject 1-65535 +r heilbron UMMe7XgHmqm6xMxWQPpANvT+U7M CRqjFvDXW82Bavxm1zauJLqcYzk 2016-07-20 04:00:10 89.34.237.21 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1050 +p reject 1-65535 +r buha014 UMwA2KyMZ3DGp6M2/ufo1B42U3U 7J6VpQj7cLIoW4ovN/Slb3Y2u4k 2016-07-20 03:44:21 92.228.59.127 29417 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=409 +p reject 1-65535 +r cognito UNVOBxiToic4PFuzykjhrwG1Z64 3/ucqjlTUmmk4ts5tCOKXZdzBNY 2016-07-19 16:09:16 78.47.64.147 9040 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4750 +p reject 1-65535 +r Unnamed UNnQS+fDDFc73PxYWFkEco0aHeY TFLhoWeVivcqv/I9FbWaz281tmA 2016-07-20 06:46:01 217.71.227.70 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r binar20140514 UOHenYpHs1B2RuWQ6v3+uUpI/Uw 7d56MEh9CLHxYeZNszzbbG+PeS8 2016-07-20 01:26:15 130.180.23.230 110 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=159 +p reject 1-65535 +r Unnamed UOOzBcZiu3A1CIlKiLGiWQ2bt1c V9/HpkWA7oCDWk7zlQoTBlJ5za4 2016-07-19 19:00:23 212.47.254.130 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=10700 +p reject 1-65535 +r hsde UP057sgfRSKMARPJZkh14LttGuc MKmhT2kMvBOJ04buGUJioQDU8tI 2016-07-20 02:50:47 129.22.150.78 9007 9037 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=15 +p reject 1-65535 +r Unnamed UP+cHJTCeCwqqFxLC3WEfoyiV8E f3Pb30tTd3RDKYcMthTFn3wPw/Y 2016-07-20 05:34:39 109.87.70.240 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=589 +p reject 1-65535 +r torpidsUSwholesale UQF2wHAF1Hsj5nlvAskyQaKaoOk BQNmC64dIxa2Wy6J5GIF+24y6AY 2016-07-19 20:20:00 69.30.215.42 443 80 +a [2604:4300:a:2e::2]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=7470 +p reject 1-65535 +r randomrouter URWh7GDx9GgnvIGYyHVu8IHKCQc Ca16DSh5cEcoamfrEIYOfSvjYPk 2016-07-20 05:49:57 91.146.122.45 9090 0 +a [2a03:a780:3:f155::2]:9090 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r rikko URuYaqPHn+WpzhkQdGU6J1j2BBg MsnDGaVHFO7mErfoUaUXufkd0pg 2016-07-20 07:22:52 27.50.94.251 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2090 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r ucube US1wHubFgfuZWedkL7iixLLRpGI ifhek7tFm4vpB9Z8Btl5z3diW3E 2016-07-20 07:52:12 108.17.70.50 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=103 +p reject 1-65535 +r Unnamed US9caGMvT9ZLShFLyaztHP92CF0 G6kRH7rmREPltnBscvmC5aC4NxQ 2016-07-20 05:52:17 193.37.152.199 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4380 +p reject 1-65535 +r s12t UTUh/gqcRpUdc91l2gjjFQeDE+I MfmKL0fdGU8zIRDq5sndryjEIPI 2016-07-19 22:07:23 83.162.199.60 9001 9030 +a [2001:984:3047:17:be5f:f4ff:feca:6866]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4680 +p reject 1-65535 +r stellaranomaly UTdMjaRZxnMp/9XHUCzK5BlJEMw 89La8Hzm48Hc1I0vMNk+KfJEa2g 2016-07-19 23:27:15 50.196.251.113 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1440 +p reject 1-65535 +r ghostofelvis UTdcl14sYnwMiaTVDfKktdnESfY 2y12ZzRH8DQlL/+eMKNAN3yjg2k 2016-07-20 04:38:43 107.170.92.237 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1120 +p reject 1-65535 +r apx1 UTd8SWgYVS4mNYOkTHlt8/sLxxs WUzVbLOK5mSRUHnTPh6E5T194TU 2016-07-19 15:42:43 185.38.14.215 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=52600 +p accept 20-21,43,53,79-81,88,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3389,3690,4321,4643,5050,5190,5222-5223,5228,6679,8008,8074,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r Unnamed UTtMjFOeKiQSVEx5fg2P+Nyz8Yg CDH98Oc4ohoxs0THUeBVrGpIiDs 2016-07-19 16:18:53 139.59.2.117 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=720 +p reject 1-65535 +r oginome UTyONoacXTK4D8fl9N+BAmmM2GI 9aQQ3T/F1OURoU/H+EYgeSSjtJk 2016-07-20 07:52:52 188.42.253.7 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=268 +p reject 1-65535 +r justdoIT UUx8u2CqILe86poiL2UNny3EnTU quhZqNj/CHGI5lRv4WLyYwvsk8Q 2016-07-19 19:15:27 93.219.91.96 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=358 +p reject 1-65535 +r GetReal02 UVKdAnamVOEXpAWkT9WKkX78Fes Dgp3q0C9Ne2CTT2PgPxl6I2XOHo 2016-07-19 15:10:00 80.255.11.237 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3130 +p reject 1-65535 +r DanaScully UVi2o4buzMp08a+hGZPw5wsynWY Ev3K8uuUryp3q5pu49T6dg4Na0Y 2016-07-19 21:52:33 213.246.56.62 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9280 +p reject 1-65535 +r Cir0X UVs95BJzXGeOesZlQpyoJkoYvsg kyHZ4rII5ecJJjOQYbE5UqWU9Mo 2016-07-20 02:15:08 178.254.12.66 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=21600 +p reject 1-65535 +r saengerschafterde UX/kHsf66iFNHcbl6m9z9DeV0OQ 30X88Z6ivlOz31xvIyr5V43A7+0 2016-07-20 02:17:52 5.9.62.17 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 1-65535 +r BrassHornExit02 UY/4cIaY4doJyCPDbTXfiaLK2VY DBzxFNgl9ir3ZELjtvwzTR6mpks 2016-07-19 21:05:02 185.104.120.2 21 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=1370 +p accept 43,53,79-81,88,443,464,543-544,563,636,749,989-995,1194,3128,5222-5223,6679,6697,8080,8332-8333,11371 +r colosimo UZOWJRaeLH4NyD04uuYoveZ+miI CtEXoypT7Si0AtzM+WjHlajch9E 2016-07-19 18:02:05 109.236.90.209 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=108000 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r wobble UbP8yrcUAR4xdyP6rLcY3Oxu5ec b4PgFZ9qUj7ERNuStZa3A3BJFl4 2016-07-19 23:31:56 174.34.225.215 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1320 +p reject 1-65535 +r Unnamed Ub2DO4bVVu6WjN//15WSvlZ2Ejg v5tsj67TRAq5JQRo/YJLinHKbZo 2016-07-19 16:03:06 212.51.128.44 19810 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29500 +p reject 1-65535 +r sexrobot UcCs/oLVSRZAZF+VRPo3AgOs8dY TmAqjqFui+g7AFf2hZdnV6DsV2k 2016-07-20 07:22:16 178.79.165.21 443 7734 +a [2a01:7e00::f03c:91ff:feae:89c8]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=5140 +p reject 1-65535 +r MaxiLeaks UdGCRhgADfZJkaIt+kvV3Mgo6Pg GLGy5/U1bsRCbYBx07spUC98G18 2016-07-20 05:41:37 193.111.139.242 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2470 +p reject 1-65535 +r default UdHNUHvK87cGgukiY9Jiq5nCpdk hdHRyLIr0cSuc9wyzu9S4aeilCk 2016-07-20 06:15:52 90.189.156.108 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=155 +p reject 1-65535 +r Unnamed UdVvwgJMMRbN+f84dGTSCXW/qpE JWI7saoN89E+p8++2xYJYXun8rM 2016-07-20 03:21:43 212.224.95.161 9001 9033 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=531 +p reject 1-65535 +r CACpwcrack4 UdswDLa44exSmcNY0i3OOLdsZw0 c1u89lZcRkO38RnqAdBQG/1a8ys 2016-07-19 16:27:38 64.137.212.189 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=3360 +p reject 1-65535 +r torpidsDEisppro2 UeHPYT/W+fEf4kdDyR1vmYGAfYI nucAMC5mqPd1XdrDyHCaCtrfkus 2016-07-19 18:19:35 81.7.16.182 443 80 +a [2a02:180:1:1::517:10b6]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=24200 +p reject 1-65535 +r convoglioToo Ue1ZJRsT0U+wyjQIOmPsgdTQ0JE Rnh2JghPAChLr3YiEVL2C2LCa/k 2016-07-19 15:19:44 104.197.227.60 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=76 +p reject 1-65535 +r default Ufk8ewt3PwuhcrZ4V55UPTljBT4 tU26IA0b3MwXUQ2HYsHCmt89rqA 2016-07-20 05:47:00 178.201.206.107 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=9 +p reject 1-65535 +r Unnamed UfrQZP67IBuJtxpJ2XinUU+a7hA u2CN3hSfLrtL3+RKXwMo9kv0aAs 2016-07-19 16:06:48 79.245.42.254 443 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1230 +p reject 1-65535 +r TorPubB UgusIoI54uVLp1KE2FQTW8EN+XI xc3seoU97dht9WHP+4jXN7GSb7U 2016-07-19 17:23:53 159.203.46.174 9001 9030 +a [2604:a880:cad:d0::1f:9001]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6210 +p reject 1-65535 +r clash UhaDTWtkHFg0fH41PojGlZ+X2+k oDsu/EWZnS4IFecI1pLooQc/NxU 2016-07-19 19:59:02 217.172.179.47 4443 16177 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1100 +p reject 1-65535 +r vilo UhxMseFQOPG4RgCFkQHnn52LXZs S6xHrs5gwfuV3CjjcwjM9d+lXXg 2016-07-20 07:48:38 46.20.35.114 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=27000 +p reject 1-65535 +r startor0fr Uh7RWuGjkNOdUrEYvOBu03BXZh4 7OE2lFgv9bSrNHhDs0MMOERR5A4 2016-07-20 05:35:52 108.61.177.110 443 80 +a [2001:19f0:6800:8202:5400:ff:fe02:e0c2]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1600 +p reject 1-65535 +r Kindness UiXjktZYkBRBp1JwaNuOFaPDej4 /IrfeuDzC/C1T19ZJBg6ui0MM7E 2016-07-19 23:24:16 77.43.152.60 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=592 +p reject 1-65535 +r lux Uj0kLEDnzfTTibjzIe+6OuobOcA 28G7KdtRUVGdcjbwEDKEkTa2mlI 2016-07-20 03:53:58 94.242.222.215 993 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=750 +p reject 1-65535 +r ImGrund UlTuBmXR0QafopZ/f6lw5cVEF3E +JylO2Qb2t8/O6swB/Sz68/Tmns 2016-07-19 18:00:25 77.47.40.187 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r CatRelay UlZJ6XaHkJqRzn0TceWIa1I+wZ8 ArlQ6nUhDYCgaPVBiaWJjJXaP1g 2016-07-19 21:06:34 89.163.249.201 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14800 +p reject 1-65535 +r kokokogoto UnchJA7AagC3TcrlLOrrekLuaHQ /VMK6FmkxiF/4PGQGfO6Bra6bhs 2016-07-20 07:35:24 188.0.236.135 8046 4717 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p reject 1-65535 +r 33wessling824 UpJP1nHQM8E0Fff9U0Y5D/mF1uM qpec49Mi8ZuyYyM99cdcBe6OrGw 2016-07-19 22:45:43 178.208.107.73 9001 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r tobrien Uq6jEYgzH0IbLttJTbZc0YHlslc 0BJnm5RKScxy1f9+TpOkxX5RHbY 2016-07-20 02:21:11 78.46.164.129 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2090 +p reject 1-65535 +r AmirTaaki4President UraHZOJssE2uOr4foBgm7yc3bGg X7hom0MlwKyEKCUhlM+JfwlzS74 2016-07-19 22:41:52 46.101.178.190 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4890 +p reject 1-65535 +r overratedconfigs Ury+JHMMLMWjEHRBDhP4jl5Mtgw Qfz6AyT8/QuOelJ24ZsmXGlJRFw 2016-07-20 04:15:01 216.75.21.31 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6190 +p accept 20-23,53,79-81,110,143,194,220,389,443,636,706,873,989-995,3128,4321,5222-5223,5228,5900,8000,8008,8074,8080,8888,9418,9999-10000,11371 +r aaatortest UtTml2Wg5e5DeziWgNCTuY5oyeE zfjNtkaiRcGrMxXNtGA0OqMv770 2016-07-19 19:01:07 62.210.206.53 21 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=329 +p reject 1-65535 +r bentleywashere2 UtyjCDAnvk3gKu0hDo5F1+QG8tE H1rQ24Am85aytdMS9DXfwPx9AEs 2016-07-20 08:31:37 104.236.86.41 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7980 +p reject 1-65535 +r chasm UvDJOMvL9CQxD3pPtWM/Zk3eEhc Fa2/+Ick83aUHItuPzqggqQef04 2016-07-20 05:16:11 89.111.20.68 443 2013 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1100 +p reject 1-65535 +r LeftChanceNine UvGGA6R7LIEO6v9WGrhg40/ZH/4 Pxm5JXnYBafIyt5O52Jl1QHz5y0 2016-07-20 01:49:12 109.149.222.154 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=202 +p reject 1-65535 +r bauruine122 UvfGe7MxoufERq+uStMAxnxk+7g gtcpfMENwtZC//b+bfCKY8TqM8U 2016-07-19 22:45:12 148.251.84.200 9223 0 +a [2a01:4f8:202:54c7::beef]:9223 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=47800 +p reject 1-65535 +r hakkerikartano UwEzeIh+ohhxdV0E/NGuBMR7cvw +ktGBHK0uLOchfAcOlK3haoO4r8 2016-07-19 19:43:05 87.92.2.103 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r DesolationRow UxInsqj3yu/XF5ErasrqUgx7+KQ CoanauVkdfpujCW61L8WAqe8l+I 2016-07-19 16:06:57 189.110.112.39 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48 +p reject 1-65535 +r weirdoo UxMeyfmjNm2Ie4izEtud+8KRmog 53Sxx9ZYNbGgMJvLiCV9ZtmPoqY 2016-07-19 23:56:31 188.181.93.85 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=103 +p reject 1-65535 +r ferrrumtor Ux8NpFopXYq0O9FkyLFW35XlrdE DibcYceXQJHfO253zIAaWxLP/A8 2016-07-19 20:55:46 185.104.9.38 31048 23944 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1430 +p reject 1-65535 +r drysiderelay UyD3Absn6nFAOlS/UAaDa4s9NZE KpQMhNdsCWlXm/71VbCEivxVRHk 2016-07-20 07:52:24 67.158.226.202 9001 0 +a [2001:470:b:1d2::5]:9050 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r pipibaby UzJ0JmSFsB1/yk+G7Kkx2MfNWQ8 lnhARvnuodK3gCEo5tBNAQ4gfcc 2016-07-19 23:10:05 134.3.126.100 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15 +p reject 1-65535 +r Unnamed U21iXj/pyqyAKzu607FpfInXjtk l68f/GiuqIrdSAJzEOSYdUHmtek 2016-07-20 04:39:03 45.55.12.23 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=214 +p reject 1-65535 +r wineisgood U25A2F9HmnKgErKx8kazVXgZRho PphmjkspSrtUQY0JBKQviwtnI1Y 2016-07-19 23:24:25 78.213.146.86 9001 9030 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2 +p reject 1-65535 +r BlackSun U26AYmtgRFXuoQttXKIOrttBJXA LHUn5eCCb9z9oRFXwhWDta4c1hg 2016-07-20 04:20:39 93.237.143.107 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1450 +p reject 1-65535 +r Unnamed U29Nm+Whx75/QVNvsrN0qz3Gio8 0Foibsnl+c3/ekRhm4npZazEQFs 2016-07-20 06:47:21 91.219.236.166 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=17500 +p reject 1-65535 +r TorShirtsAtTheBar U3j7qS/VQnCoROJEgZX13AU9gzg Iy7HsbS0I0s691cIQXA1ENbp6+k 2016-07-20 05:20:56 188.166.4.209 4433 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1290 +p reject 1-65535 +r biotuxRelay U32uLo3a5RSsJQ8qT1gSiV4fQS4 K6ppTfnIV3pvJxwactZsA82OUaA 2016-07-20 06:54:02 62.210.72.109 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11000 +p reject 1-65535 +r default U4LXl1e6fA57drpuKA5i00b4dmo EI4DDxt5Fr8j1kSrGxMLXKokJa0 2016-07-20 05:25:14 188.187.60.119 444 9030 +a [2001:470:28:57e:8133:a2c6:4a:cfab]:444 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1490 +p reject 1-65535 +r Unnamed U6VJSFghpL79YXg0gvff0mUFdsQ yFUTRwa9g23rry2rqOLSpBIC9ao 2016-07-20 06:40:54 95.141.37.22 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=5560 +p reject 1-65535 +r 42isNotTheAnswer U64XtVjfour1UbZQ9iYLPjH76tA kW89ypOSlb7z/RD5U3NRgMje2HA 2016-07-19 16:42:45 46.165.253.180 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2520 +p reject 1-65535 +r Nicodeamuz U7N59AY7O5GySn3/zC9lM/UbMkU ARDgUAGTbETZI6EHJb2Ivu239ts 2016-07-19 16:35:56 67.247.255.33 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22 +p reject 1-65535 +r martzeladidit U7aK44IXyoblkFkndfyG2Uj2HJQ LEBPHgV8tr8Swniq+bAkGpGuSzI 2016-07-20 05:11:38 82.116.120.3 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=432 +p reject 1-65535 +r trillian23 U9IQpXjRUbsHj9ftXj/nZa+JYco 8yf+zNEpgp14jrGI9lRiaMJ8G0I 2016-07-19 18:41:37 188.194.46.217 143 110 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=128 +p reject 1-65535 +r propsy U9kFaqakxWhnTrN+0BjJeNA0i5Y NIL6iZhYF69aSrYd0JNJ4w9VSrA 2016-07-19 15:37:31 178.238.41.252 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=146 +p reject 1-65535 +r BlackNode U+nFDeWRjMtIKt86hd7nkK2AcnA XKKuAxYp810P1fttyXsqPFoZPD0 2016-07-19 17:36:12 63.223.69.103 443 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=20 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r schnulli77 U/aPDFjJcKmqzxwBrI6Q9n0R/Dg pO1iCTTT5SvvkRJr3sP2Og/zdXk 2016-07-19 21:19:19 109.91.89.151 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=109 +p reject 1-65535 +r anonymousByPDH U/78Gk8zoFkjx09d/5rSs4OCWRY /y0KiOjRnNt5xuBTNpAiZAjFadU 2016-07-19 23:09:01 45.62.225.150 80 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1330 +p reject 1-65535 +r PrettyFreakyBowie VAA/JDVFKK3p5ALBjMKVx4m2Rc0 07PzLkgR0p+VkqqXY4+e01Aca48 2016-07-20 00:08:00 45.32.12.37 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=235 +p reject 1-65535 +r Relay00090210 VAp7CipuLliGPWfVj5cYI8HSRps vBXi/7FFkRnpLHi34lQc/4MsRgA 2016-07-20 04:00:20 178.62.174.198 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1770 +p reject 1-65535 +r maxrelay VAz1mXCOZhcqxJJikaUnWlQCO+g cXkrX9Er7WtqiHZqrPge22hgj+s 2016-07-20 02:36:52 66.130.88.13 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=435 +p reject 1-65535 +r configchanged VA6CxT25fNX0cZ9KKMR9LFqAXs8 8lEZcZohun3XLYW+6XWMDBIf0wE 2016-07-19 20:37:33 89.18.172.100 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=19 +p reject 1-65535 +r rosalyn VCHL+FDaCabSThuscQCsNubqnVU jjUdbfd3EuZEpn61jPP8ECZWDpk 2016-07-19 19:48:24 150.107.150.102 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=505 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r mnemonix2 VCMZGzilULk2jtg0gJBEPHaYoQI FBuPvpOpfHuSRWKuBqmXqi87UYw 2016-07-19 20:22:47 195.154.91.61 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=269 +p reject 1-65535 +r orangeApe VCVov/w2J5zgyp1P9JcjMEd/heA 5bCn6OEH5dWEWYv4Ur7ZFJZuNYU 2016-07-20 00:53:54 37.235.55.83 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1010 +p reject 1-65535 +r CyberGolfClub VCb1cx9qPl2POgfHKLCmPy+4dfs fXNldHmjKFHrY8XvMYx/DOWqCK8 2016-07-19 20:21:59 185.100.85.168 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5070 +p reject 1-65535 +r Airlock VCg5lOQ+26aYmivGTEF+MxUPyaU cHtJM5cy4pg8xiGYdeppphThDuA 2016-07-20 02:21:25 149.210.221.48 443 0 +a [2a01:7c8:aab8:6a2::1]:9050 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2140 +p reject 1-65535 +r grog VDb8cqverDm/WOZOXhLEYqfT0Ig 7GxV5984/Yqo0lZoTuvf34+B0AE 2016-07-20 06:37:19 176.53.22.142 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4600 +p reject 1-65535 +r zaphod VFviAA3vBJFszFtYp2TxLuDAAc0 JkHu6vTeNkThc80oEr1O8J7Co1M 2016-07-19 21:24:53 75.108.247.239 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r 421974 VG9LFMx5pLrslCaqkhy8nl3xSfQ KO415RMjw9WNH48+NGA8xl5HcTM 2016-07-20 05:41:57 45.62.229.165 8001 8030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2640 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r VvVor VHnYcHje4+PdDQT2De+mWWAw8RM EDuMu6ytz3qE8raEyZD95Sd4gi8 2016-07-20 08:22:06 109.251.138.26 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r Tange2LV VHwc21FnmOxmoB8EpYhNzhoVGRk qk6sNkvM0VmAiHuNDKHMsxU+iYA 2016-07-20 04:23:54 87.72.85.217 29001 29030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.7-rc +w Bandwidth=12200 +p reject 1-65535 +r chaucer VH2lb2uItsWWs+MIaAPNpPDvjyE Fmo03AE/J4yc8K0rAYNZFnG7tbw 2016-07-20 02:10:07 192.160.102.166 9001 80 +a [2605:e200:d00c:c01d:226:6cff:fef1:da5c]:9002 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r FreeNet2 VIUukDZ4RExL8w5PQg1/Dsww3qM so0qMLovY1fAr10BGqIAqs2wrjo 2016-07-19 15:21:54 91.237.247.62 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r kasperskytor02 VIU35NKxrf3w4qo6nOcZAv60V50 g8ZYAbnuuwbymk+zLSFn+YOuCZk 2016-07-19 19:45:14 37.221.162.226 9002 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5280 +p accept 53 +r madcat VI9v7gmHal3edD5KhA4ijbrVP/4 jTjh9Bze7PjSS3esnIpOpHQuW1Q 2016-07-20 04:13:25 158.69.194.146 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p reject 1-65535 +r Unnamed VJBgm6gR+kRYNwQxpz1e7Wd/7ME f9KrdppE1f9AxDqPgLA4syfqDHw 2016-07-19 18:57:19 104.196.142.29 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5730 +p accept 6660-6667 +r larco VJpehda89Ha/egOogj53Rd0xnBc EjEBeX2qh/7GbLeNhAm9q/vDQpA 2016-07-20 05:46:33 82.221.139.25 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=26400 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r theyellowsubmarine VKePs3GT7T9ptaAY4h/QHoipiiU VPq070SfV+J9Gs0e8Mkw+v3Vr3Q 2016-07-20 07:51:35 198.74.60.131 9001 80 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r henriwatsonlon0 VKpMz+gfTdc5HYN6uwiS11NV3zA pXhFicXFDh+sGrN661Vem/r5sBo 2016-07-20 02:36:54 178.62.94.243 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=136 +p reject 1-65535 +r powertoyou VLi1OPujs6FU4fnM5AHf1FaP834 x8oZaXzE2duuHOCVDEHS6skhWOY 2016-07-19 15:09:44 79.159.81.187 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4680 +p reject 1-65535 +r hsde VLjxzdxxG8S4bzKSb9f7Zor8HdE TmQP3cXnCTF87ejWuJ0Ha1lDSC0 2016-07-20 02:50:45 200.19.159.34 9007 9037 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=10 +p reject 1-65535 +r avolevoymailru VLnMJ1o28a700ipN7PTKH+gVRY0 aGgrnGD5l61Ic3O5b90/fpBlbxU 2016-07-20 04:28:46 109.188.73.216 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r trantor VNqCHm88/ZuWQCmwEs3STf1Bgbw C2MCSKU0UN6qQQLPqwmt7PUXEQQ 2016-07-19 16:07:45 84.238.225.229 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3580 +p reject 1-65535 +r uzieka VN5j9FhwWLeRUqdaAjjX96AnkhU g+VD2ySeGkm+9HG5c3OIF6Bi7iA 2016-07-20 06:47:29 192.36.38.33 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24900 +p reject 1-65535 +r macaroni VOM8/k1zH4rIam+aV0Y9bNht+5I orHk/aSEz2Lz5dsqpKVViaBC87g 2016-07-20 07:23:50 91.219.28.85 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11600 +p reject 1-65535 +r Unnamed VOXC5qwTlmN59Hd05LOPz+jrsOM VbCW5NOWMKo/DKGF5k9eYDTzpOE 2016-07-19 22:00:19 91.237.52.170 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 1-65535 +r tabesugi VOaSRwc2N16YIgx0xj+qpwIU/q4 g6+bM1ufN1y2zcY8I1tBm5tvaKg 2016-07-20 03:47:40 166.84.7.55 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r NautilusII VO2amdxPUZAoxZM6U6OWrpsX47A vDmcUBrf4Dit5/klNStnDJZZL/Q 2016-07-19 22:00:21 78.47.176.74 143 110 +a [2a01:4f8:d12:1cca::2]:143 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2750 +p reject 1-65535 +r ididntedittheconfig VPjga4JiCAO4fRWKJS/jgdLdV4w uof2cw8OfwZDZAJ3+VyOSagCIfA 2016-07-20 05:59:10 178.33.188.147 444 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=16900 +p reject 1-65535 +r torpidsDEevanzo VRD8FzaxbUbT8t2lARmVxHjUJZQ T0qmgcTFyaAyZBXPn2DFNdzud+8 2016-07-19 16:54:18 178.254.40.5 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30800 +p reject 1-65535 +r wagner VSXQQpv+XcTxsOneR6TPoWlmHjM GmB29Rzx5rUDfFXfv+0ik8sRBPc 2016-07-20 08:47:29 185.130.207.151 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=58600 +p reject 1-65535 +r PNGTIME4TOR VUBu/SLS++WE7PKzPov9c6fOW1E waT7jCG0vaiPoKVLUe3a1os6DuA 2016-07-20 01:54:21 107.170.108.222 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=339 +p reject 1-65535 +r Unnamed VU4Onkjv45xZks7gDEfE62CXhII p4HDkBFeYsA23/bNVtbadbpgIS8 2016-07-20 04:02:06 84.176.109.197 81 0 +s Fast Running Valid +v Tor 0.2.4.23 +w Bandwidth=878 +p reject 1-65535 +r tor2relaybyme VVIJWd9TOPViYQdk1RFliETEmUk EFz7GaU9uFGZAl9uDzxqUJklwTQ 2016-07-20 08:43:45 81.7.17.62 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4590 +p reject 1-65535 +r testnick VWl5kq1Wg4Q6QqXcTsaxaVptknM dzi+9AsPg9ZiLIZTdH3dwy9kkIU 2016-07-19 22:53:39 79.68.18.70 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 1-65535 +r KDFrelayVentura VW1Z+jZGKGcJLRpeFUUsOOLTYZs QVS/c2WaBADbvj73TR+gdMLliSI 2016-07-19 18:04:23 104.32.21.49 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=116 +p reject 1-65535 +r plup VXM+k/uFXBXN0XFodKhRntzZ3z0 eWAkZW2lOLLNXzGFMWlPmEs4v/w 2016-07-19 16:14:33 46.19.93.214 443 9030 +a [2a02:2918:0:fbac::214]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=48700 +p reject 1-65535 +r Unnamed VXaiKVIzQt7Ou+DWOwi9oK4qR4E RnaPw713QBXi70KPdfrlV8KhDhc 2016-07-20 07:58:39 45.63.54.143 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3260 +p reject 1-65535 +r DoingMyBest3 VXk/cmzfbkr8RvZGYda8CdzQgt8 RYlv+m7LX2OQE/30+7R4goO3hNU 2016-07-20 05:31:14 198.50.146.252 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4900 +p reject 1-65535 +r TzipiTorTest VXuWRFdGuuX/kYHZXmKbTPDCPLU PpCh1wbuMKdQQR1lMi+UWBLaLSI 2016-07-20 07:24:05 81.218.109.195 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10400 +p reject 1-65535 +r ihasditheconfig VYAx6LD2jV0WE02ZsKOgWza5+V4 f1ob3u+1mbaTmJdpP+q+RgMJjXw 2016-07-20 01:27:10 31.135.243.22 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=296 +p reject 1-65535 +r vezr VY3RkvEWvodF+iDL3A4hGGYyG8g 4uZ6OQJmnhOXYMcXW1wUugAt7Lc 2016-07-19 19:29:07 158.69.185.170 8500 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12000 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r moonman VarHCCtLaXuDrAfjzZoo5pUz4vc 60AK80U11whU+SS6YKtCNDYQgZ8 2016-07-20 06:33:22 155.98.38.247 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=257 +p reject 1-65535 +r clone VbmjKNc/WspMCAva5tUFktrzKVo 90kj1vyQ5yBm1NrhmrYOKGZ2dH0 2016-07-20 03:52:29 59.177.81.30 8080 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r RedLine VcdVSvzsEGLcusk+Z7LgPG8zDvw /lMo8zE0EVoTV3pDMkHitOGJz3U 2016-07-20 04:43:47 159.203.32.149 443 80 +a [2604:a880:cad:d0::105:f001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p reject 1-65535 +r Unnamed VdD9kXrh/RJ/rwh2sOIiATxHZY0 7BprlTe65FhJeva9rR9/PpZ8qmU 2016-07-20 04:30:13 167.88.46.205 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4900 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r asamatomo VdM096ZUeSxC6ipL1FovNke/q44 ulYt9aX/rcMeUrO+T9r73qNNOI8 2016-07-19 21:45:17 84.84.208.47 9050 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=715 +p reject 1-65535 +r pedrillo Vdl8trh0Q9pExgM1QC1h0/WIblU kTOeV5iDpgVydJO5FhQXu571PVg 2016-07-19 18:19:14 89.163.135.98 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=64900 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r flyingsilicon Vdpn0ZtzRx8bqKt7+W1Rf/XnNSg 2G58Hyh0NnFWArXicvM+ctUM5Y0 2016-07-19 19:05:18 5.196.95.236 143 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=522 +p reject 1-65535 +r RaspberryPiTorNode VeUH/pKF/gnCKkT8N5hd8M+ZPW8 vfoqDR7eKTvlV/aLbryCx0rQM9s 2016-07-20 07:23:01 92.63.174.36 4443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=85 +p reject 1-65535 +r ididntedittheconfig VeU87uZhXqAbysvH4noM9vJ7F3E ljDoxAwCx75zIj6gVyAZ/8/x+2Y 2016-07-20 08:36:48 198.50.147.70 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=365 +p reject 1-65535 +r enjolras Ve1LtJ9tPzbY2Umb5DUA4Bel74I V1uWX/+idkLTJwKc9Xr3VPMZu+4 2016-07-20 08:29:55 81.89.96.88 443 80 +a [2a02:180:1:1:14c5:b0b7:2d7d:5f3a]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30900 +p reject 1-65535 +r fmi Ve6IZp4MePP0p9O3S97FkI6Yqd4 L1rxaSiteJrG0YqTXvU0m3Xj6zc 2016-07-20 06:04:50 217.23.7.103 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11100 +p reject 1-65535 +r arhi VfkLBK6zpLPrWVADZ6Ql8IJwKDU apUup/IyqTNe/ECUJ20IhFTG6dw 2016-07-20 06:42:33 176.9.143.208 80 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=724 +p reject 1-65535 +r barwin VfkPCHmEUt2F5b3hIg+extVVCu8 epQsZvc9XOoKaw+1XH2eJSjh48Y 2016-07-20 02:37:22 179.48.248.17 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=276 +p reject 1-65535 +r vlips VgQlKW3d6P+ShI+EPqRTJeQ/hyo 0We113WB8o6NzAsK7LTNWLSgyZc 2016-07-20 00:00:16 104.156.229.238 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2310 +p reject 1-65535 +r ambition87 VgS3RtPnFC0HqalUwWTSknFfQDM HDSI+f4eZWLpQb6hqqGb9CTjDgw 2016-07-19 15:09:01 146.148.18.25 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=66 +p reject 1-65535 +r beelzebub Vi79OAGQXe8CnxuKBAhYPJNRPzQ pHF1xc7b9n+FDh9Wuw+3YypmbYo 2016-07-20 07:41:52 69.172.212.42 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3540 +p reject 1-65535 +r Vanadium VjQ0P3mOvt3z4twXKeSs1ha7ixI TFzWTsGhM3/aGGy3rQhiuKQzYmg 2016-07-19 22:00:52 107.172.253.102 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=2120 +p reject 1-65535 +r WaldoPrincess VjjmutGkkfwFBkB5neZKZYyEajI EgZxgACjtNpietYgmbH4Qthawog 2016-07-20 05:00:40 73.76.166.127 9001 0 +s Fast Running Valid +v Tor 0.2.5.10 +w Bandwidth=1470 +p reject 1-65535 +r workman VjjtF0w+5Pk4JUXgGR4BgGZ4dN0 s2BdoT1iQHjrpHmpar8kXi+Vq8I 2016-07-19 21:23:02 71.19.154.138 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6490 +p reject 1-65535 +r Unnamed Vjknw001p8bJlav4967Co91g7ow bsLHDoFu0a4h2S9LYquY1YLvwVU 2016-07-20 03:51:24 79.243.81.236 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r AdherenceFast VkkV/z/SZdi5hFuFWbZnQxHsLI8 WeKG2V3c0CqfZLOSpIg93LXUaLQ 2016-07-19 15:57:58 149.202.59.84 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 1-65535 +r FollowYourHeart28 VkuLm6gNsbsTjEY/IiAFLQvC4a8 W92OPsBYRoPU4V5UE4dfwUUHJIo 2016-07-20 02:57:56 78.47.224.219 9001 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=7430 +p reject 1-65535 +r ididsoso Vk1XOgynK6/ZW/mX7p21xjQvmYE 6L9joKffYWK1FB0LWKU1gJriuRQ 2016-07-19 15:22:04 109.189.173.31 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1910 +p reject 1-65535 +r theencryptionwizard Vk5Q39MgiIoc7gencXihscTvTzk EtVZZAuTQ8zEgSrO26EU3M5LfBg 2016-07-20 05:33:28 162.243.150.156 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r GermanCraft VmWjkEyJ4i6XEwXujBmXvKQSPGk fxYNMODUE268tpZLZp/Ix6Q1UfM 2016-07-20 04:15:33 94.23.204.175 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=89800 +p reject 1-65535 +r grape Vmb6Fd+ASNSE3efLG+o1wv26178 GFNV8+JUjBCZUCkJgZAqaE7e67U 2016-07-19 18:13:40 93.170.77.174 15951 14540 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1450 +p reject 1-65535 +r DFRIpi017 Vn2zIxcRwbqjv9xDDqAkPIQNL08 f7lG1myOLsmelSUr+xBs4+HLT0E 2016-07-20 00:28:01 85.227.191.62 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=392 +p reject 1-65535 +r BV5 VoE6i6tYaFdShtXSgzQCRiYBzCA lELEAVg6erzHtAA4oDWKGGcfQ4s 2016-07-20 00:41:25 89.46.70.98 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1310 +p reject 1-65535 +r shareAndShareAlike VoFT6FFSHb+tUqclOOWEHIn/ttk GW3/Iqf4p6AIcQ13AK0wEl6bpAI 2016-07-20 02:57:47 76.26.203.243 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=891 +p reject 1-65535 +r mumu Vo+Tgev6J3rhLwOo/qFeeBY+Nrc ahZHrYacJJbbTOmRIuIiXxvPtv0 2016-07-20 08:28:55 91.233.106.237 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2690 +p reject 1-65535 +r GeorgeIV VpMaGvrKEOZQn1EfGBgKaLFnvxY WcyaWjhuiuUqRW85AurPehW15Wo 2016-07-19 22:31:47 37.153.53.133 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=6100 +p reject 1-65535 +r tux3 VpRACPl4MbSCAU+OjSZ8tl5bUNs hpnvmnXq4ike5TQVIcPHmv7fsow 2016-07-19 19:29:12 163.172.140.60 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16900 +p reject 1-65535 +r Unnamed Vpu+mZRR/n82eH+CnlqgnWPJg+c 7HWIyByKYvcP39rGGRCHTmHbwP4 2016-07-19 15:16:29 212.129.52.49 9666 9667 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12600 +p reject 1-65535 +r Unnamed Vqqsdsn/DVhpKkAuYJTiorAbhxo k/cfJMmNMu+OT+JKGNpuFRTxwz0 2016-07-19 18:15:15 195.218.16.199 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r DarkCry VquDbVpFm32WIeUZfgoIAptgwr8 ic+KiXYUf8OTAY59JuPxfHG6Ims 2016-07-19 15:02:18 86.157.116.231 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r industro419 VrNNyDEwDL4D50fzXngEg5oPpGY 3tSzEAiRQN46Mb/zdnx7y/muT1s 2016-07-20 05:09:48 41.72.133.174 500 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3 +p reject 1-65535 +r clash Vr87Y2rfULIBOzFk6+3lnQwcKs4 e/DdLiL55sfVDI3tbc5gKXZL8HY 2016-07-19 18:32:18 2.230.164.254 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=79 +p reject 1-65535 +r choogoug VsZNThGs5WyPYPCZMTRxeApFCwE 3COWhR9VP0szNS+0AzSMMeAYQqM 2016-07-20 08:03:10 95.24.60.84 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=433 +p reject 1-65535 +r yetanothertornode VshuKqpeTLTpXtr9JPrbL2+2A9Y YoKf3ZKPWLc7ydRLBYh7Ph6vbjY 2016-07-20 08:16:08 178.71.71.165 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=374 +p reject 1-65535 +r torprops VtyommtBraMOiR72X9zAcdwFB5s 10l4KpvEr2X/mnZgPIdzMLeWQ2o 2016-07-19 16:59:51 96.92.118.50 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=831 +p reject 1-65535 +r SaxonyNQ VvFoVgu4OULLUgfFaHY4r09knLQ mNVpdXoWOneDaeTUX0c/S2IC6BY 2016-07-19 15:28:39 62.113.223.154 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r burning VvGVxh3wTG5pviw5XTpouoYpPwQ Jq3CG7/6+l9l1gkoBR7oVz2DIdw 2016-07-20 03:11:04 217.239.4.11 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=55 +p reject 1-65535 +r mareksebera VwMib02JUsuP5be1DAA+a5ZBmKQ XijGiSimb0jOOOhpAUYaVSJI2Gs 2016-07-20 08:08:44 46.249.37.143 9001 9030 +a [2a00:1ca8:e:4::efbd:618a]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1360 +p accept 22,43,53,554,563,636,873,1194,3690,4321,5222-5223,5900,6660-6669,6679,6697,9418 +r 6cards3boards Vw8SyoA0oOgRqQJYeFBJeugaCvs ME7tBasEQM5GfMh9oZmalMpc8B4 2016-07-20 00:44:48 5.135.183.226 9001 9002 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8830 +p reject 1-65535 +r Snowden Vw8yizjyajS9bk//9g3jJKcoIcM HpKdKd2ujfwfvWd2s9lLnKl3DBo 2016-07-19 23:22:47 91.153.104.49 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r iota VxHRXJsnNqhncnPg8bawNwd3z/o 5iRKkfFgjZM/xtJwqtOGd5cRgps 2016-07-19 17:01:42 104.167.101.223 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=786 +p accept 110,143,993,995 +r edwardsnowden2 VxRULcvuHdmGSCRyNjj9RLISLOo VovxBm09HdV9Qe4OAjhm2iZVLPk 2016-07-19 20:37:04 109.163.234.9 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=51700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r Loonquawl Vx/f6lzaBlhd0mmiKLALgGqep3U /2/8OH124XSNVWCzV/In2AmNbgM 2016-07-19 23:22:53 92.79.12.90 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=326 +p reject 1-65535 +r Unnamed VyKcOvbG9Bdw7fosDyamBYDyOr8 JHbDYmh1dXJlnJ6DGelGCzneevM 2016-07-19 23:32:25 104.167.107.9 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=715 +p reject 1-65535 +r ThankYouEddi VynQfbfqg/SuxC8vN8jO3UmOR3g 9zfXPUlHUelsy6eAPHd5XHDPeFE 2016-07-20 04:53:52 91.54.196.61 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r nerdportal VyqqAWR5ajeFMERLjtboNUtjczY Yb9O4Sk9Ts1IRWPzFkmKIWVky08 2016-07-19 19:15:28 178.128.55.241 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r AnalogCarnal Vy4/H/Nyt4Z4dAuU9ORSIcsnbR8 r8muMEbK8aLvh/lFPN/4B6mKmPc 2016-07-20 05:04:16 51.255.166.120 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37 +p reject 1-65535 +r JE4VjANyDh V1evFenWIUSskqxP4SjRKvSUZi8 OakTj0sPZLY+nwZ0pKDoQFhIIkg 2016-07-19 16:55:14 85.165.223.70 8844 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=92 +p reject 1-65535 +r gsrv V1tSkbT2amFMnZ11Wp6vTsuy8I0 jVn6DC+otwx1ecfxJ480oza4hDU 2016-07-20 00:04:33 86.73.143.149 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r josefgesing V3FpVN1mgpZrXrJ9Xe+Lbr96m4E YRLnivFRzzZMrIBqDdknBy6SVlQ 2016-07-20 03:25:22 85.181.147.118 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 1-65535 +r Mozilla9 V3ka3cindaVGoqqPMnwdJkeZAWI ycVd8r/NP4IX2x+nRAjWJXrF4RQ 2016-07-20 08:37:53 67.92.173.227 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5740 +p reject 1-65535 +r pustkuchen V3vT5yFlTnMTA1PsgRoqTSHrQZM hN080ZrPOmcY3aOnA9EK/G94u9g 2016-07-20 08:19:50 178.32.66.43 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9940 +p reject 1-65535 +r crowcastletor V4bQTFoohdGeYG8TxCA/YK7jgRA nD5ysxNE0xnWNZZGlNXcZ3SYgSU 2016-07-20 03:00:46 98.118.118.122 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=2390 +p accept 465,993,995 +r Unnamed V4k0xk+3abp3E1f3jCH0uNakI9A JNNUIl+rRuO0mzC7Ketc/9bQf5E 2016-07-19 21:29:33 85.25.117.216 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=115 +p reject 1-65535 +r marylou1 V44Afl5FNfv+93WNhYewe0yMXQY YmKtyJDMyLtuLhz8AMgEuroQqP0 2016-07-20 00:10:48 89.234.157.254 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=53900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r argleblargle V5JlF3r8H4YFhM2BxtsB/+wL/wk UZy2QLoPr9bMbK6OLGYPP+vo4B0 2016-07-20 05:46:01 106.69.25.161 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r spookydesign0001 V5L+RZ//zAN3MTavCQUIhN5oE4Q WclCyNtKYlaT/2rfU6UcFZS71nk 2016-07-19 15:05:32 85.119.83.190 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=153 +p reject 1-65535 +r poildortie V5tSgXnRgseLUDt6BTBJLet7rYY 0prUFZ9TNLCXgwuu8sLYNP3lH18 2016-07-20 02:59:49 37.187.20.79 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1640 +p reject 1-65535 +r CyberDragon V57ku3MMGAiwSnW8F7ssNRsOPY8 FxDq2eARXTa5wB3urGjoTaNFB/w 2016-07-20 00:36:17 83.160.139.183 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1370 +p reject 1-65535 +r alliumursinum V7cA6+o6D204v5FfWLhsAXA34mA Ii/Ljp1BHBrBOeM2qLBQ7r43AFg 2016-07-19 23:59:37 178.254.30.86 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=101 +p reject 1-65535 +r e4211930 V8aKl9YOV5pQ92EPbOOgRYRU0ns 76mipaUbcOHdVsmSTz/d0aQ67l8 2016-07-19 20:00:36 74.58.201.175 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1210 +p reject 1-65535 +r DFRIpi004 V9obKidnbartQY1cYMs/6z1zbnE 49eaeuZCxUK6EtmGJLFCUtJmgZg 2016-07-20 02:53:05 5.150.204.239 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=566 +p reject 1-65535 +r EedHarderwijkNL V+Xok8gdPiCfEx/hrowgZ1jDPFk qyPEZMENipsFOVC+v6YCp2WRpq8 2016-07-20 02:16:38 213.233.226.123 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6520 +p reject 1-65535 +r longrenCloudAtCost V+lgqrVN1ZDcZIxJqxLB6s3OW28 /42hEaSSYL0Mv1HKrzOsLcHNafA 2016-07-20 03:32:27 104.233.85.37 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7350 +p reject 1-65535 +r kricklen V/ySfxza3skzgOJH7pSaN4eg234 BNtxn3pK/MgWatC7IOlVFHeNfec 2016-07-20 01:55:52 77.7.123.237 35278 35288 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1300 +p reject 1-65535 +r misrata0451 WBT+EKztNsy06uPIX0zJTKZzmYk cO+lniV0/nxKhJjTPILu5X3ME8o 2016-07-19 15:41:24 75.170.84.90 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r 0x24D WBgFXfuvD6f2foEl/WPj5/iOKPY Z5I8+kwU+HXQMGwv8j5LqBMaGTU 2016-07-20 05:30:54 5.196.74.215 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11000 +p reject 1-65535 +r zeitgeistor1 WBjIUbjI3RMd5s7Xq1RR5v1yFxo WUyoHRf0T129iCOCSrAY2dspddU 2016-07-20 02:44:36 188.167.64.67 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=124 +p reject 1-65535 +r socanova WDKpt4iavz/4nFr3jq+1wcbh3y8 iUtuIFXOimmbLqnoLB3UJhonNqc 2016-07-19 17:36:32 41.141.142.169 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=1 +p reject 1-65535 +r kaitlin WDMt3aFUFcs9E/Xso9VL6WG4xFg oLHlDQETS1joa9mZy+rKlDGFUU8 2016-07-20 04:10:00 141.255.166.142 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11800 +p reject 1-65535 +r tnyskpnktor00 WEQVFFKl6hKantW4azpq2DwI/cM PV3w/wT9fKdd59Rhq4FRvVbgMjk 2016-07-19 21:40:08 107.170.78.42 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=532 +p reject 1-65535 +r momotaro WF2iBS9VHMtYjA5cGNIf/2PdHf0 zKfuaIYzTMKGLT6aI5Hg5q7ubv0 2016-07-20 03:00:22 117.18.75.235 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=379 +p accept 22-23,53,80,110,443,465,563,587,993,995,1863,5050,5190,5222-5223,6667,8333,9030 +r section9 WGCwd/sIFBBtclIFKpp2LFjpTdY 2H4GmwQSk3xwp70yUJ7tiKWn008 2016-07-19 21:14:58 185.73.44.54 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p accept 20-21,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5900,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Nuath WH4KlVLkJ0slHym1smc9OEQu5L8 a4zFBRIcq4XDYc12SYEIaLTMOTo 2016-07-20 03:13:39 95.130.12.119 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9700 +p reject 1-65535 +r testingnode5 WJY9moTh7Z8ibJXjKa2yxJ+Ad7c vsAf2CIcyJT2/kPNZHxQLIMjA+E 2016-07-19 22:22:43 176.114.1.248 19001 19030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1580 +p accept 80,443 +r madmanonsteroids WKCWFrPe2qz2DSxf75QmVLmecXk pMv8ZTU/gMmDE7D4SXKevKNOKWw 2016-07-20 04:01:54 37.187.105.65 61240 61234 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2750 +p reject 1-65535 +r yog WKvBLIzHTpZu1lVHou7B+DR31Wk VUvCAEDvjp4g0WDPFaCDQyxxTBo 2016-07-19 19:28:33 70.171.232.202 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=39 +p reject 1-65535 +r VM023 WLPSviJYqFeIhT+/V34xDU/eesY ktylmVEJ6PsgheKtjSPHFReDBZQ 2016-07-20 08:09:36 87.102.15.216 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r sk1llz WLdlfunRH4edzUDu8Uw/Xwbz1sk Q/7Nic46hTXcGD+f11FoW/wziAQ 2016-07-19 15:18:12 89.65.205.33 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=557 +p reject 1-65535 +r klo WNISaSy322Uo5oekrlV1hCn8s7M NWANts7YLqS/uA76vMGnsQ+ccXg 2016-07-19 15:13:57 50.7.115.12 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12700 +p reject 1-65535 +r jacksparrow WOk9aqSkFR0huAHZOewlwnzS/GE kTz323wccIhq8s/Ztc5XI6o/1RQ 2016-07-20 08:05:50 62.210.207.217 31564 22426 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1470 +p reject 1-65535 +r SamAAdams2 WO2cnDXkM+5Ydk1iiStP/VGKPNA PGZ04iW6GkHJ5EWuXsHEokPJNpA 2016-07-20 01:27:34 185.21.100.50 9001 9030 +a [2a00:1158:2:cd00:0:74:6f:72]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12600 +p reject 1-65535 +r UrbanRelayUT WPM0dNaOgCE0OQy1QvfTsq+vIAE aD4ZPv1P/sJuu6FkJChhcyDIMNo 2016-07-19 20:32:58 108.31.40.5 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4140 +p reject 1-65535 +r DefiantDaveRelay02 WPV5CQ1kSXPTbnFgzgLd2i4qYQc N+iDRXzgARzfGplPpCZAccdLqkU 2016-07-19 21:38:22 162.222.52.184 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=896 +p reject 1-65535 +r torasanhetzner WQI+muNAkmd8QBtq9+MW0x0k66A /uUbC5cxGD7Q1i6Djcjb81fvH8s 2016-07-19 17:51:28 144.76.61.40 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3850 +p reject 1-65535 +r GLaDOS WQr/cqDilbZ4vZTYnbmB/3iVAMI KNEvGZgXQteqwPLZjkG0R6No8uQ 2016-07-20 00:01:00 85.17.214.177 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=514 +p reject 1-65535 +r OdinaFR WQ+bERqimRux7Omp30rAX6R64QY uVZH7AI1s9cl/642L00tOWihKgM 2016-07-19 16:30:13 163.172.36.156 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40900 +p reject 1-65535 +r FirstTorRelay WSL28EtM+ShBE17n8o1vz4RvL7E wlgV3hCoi4siFyFjdj7aSn2u5do 2016-07-19 16:26:51 176.31.191.126 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12300 +p reject 1-65535 +r jugbox WTFwknRr288jUxwRo61pjdHwjaQ MuvUQROVJi0V7I7lO/1MJi4hQGs 2016-07-20 00:18:51 198.46.153.51 9001 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=17 +p reject 1-65535 +r bzerorelay1 WTckKnydARbXDFtKgr/PkJSVi5I s7S27pjrwXmjObpZNfjBqs0mutY 2016-07-19 17:38:03 50.193.202.38 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=92 +p reject 1-65535 +r tor6kryptonit WTeADetbP99ovTOS8q46CEJU/l8 ZcYzOfWNQBZtbYnpdsI7YVzha1Q 2016-07-20 07:54:04 176.9.232.116 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=77200 +p reject 1-65535 +r zensur WUIJ8do2GH9tuVad7VIPEAhxlgo sFgc6kFrTPQq4kpWeH3mih/QelI 2016-07-19 18:18:45 93.219.88.179 9003 9031 +s Exit Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1210 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Howcoi4 WVzTlnH1VtMwARSeKehCrEWbmcQ ln7b2+DCg4yhHRAGA7qjwTbbqr0 2016-07-20 00:39:04 46.101.229.169 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4580 +p accept 80,443 +r FFCT WWOQIIdQ3UepGL8xqfzHxAMiAO8 ecG4wHqPeK1bi4yDBPFUOeK3f2Q 2016-07-20 04:44:20 5.189.129.14 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r 555nase WXQirdra9fsnJzabfvx6p2uJ1hM LU9TYfijK8D0YhSczbs/rZm8Z2E 2016-07-20 04:56:37 37.187.3.106 443 80 +a [2001:41d0:a:36a::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13500 +p reject 1-65535 +r Thor WX7o+VIWgGwU9sP2bp62iSzTWtk hU2rAK4zRxVv2uFGLE6WMtMx6+M 2016-07-20 05:57:17 83.248.11.28 443 9090 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=316 +p reject 1-65535 +r modio4 WYlSGoXJTuEB6IuNsuaDIWc/lAU juQHbOiHUF+6w4Ia3KqXtmOCM3Y 2016-07-20 02:10:16 193.15.16.4 9001 9030 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r rognar WYq43a5WUCmjz4IMJqgxtRsLp00 LwzsEZBeglsXdaRoOtt0+gpf8SI 2016-07-20 05:28:14 88.80.7.5 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6170 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r PSIRockin WY7YhSPprzeIT6akvr+NuW3mmjs kJWdOXFpb0Ktor9l8LCMQoRRHok 2016-07-20 05:49:12 45.79.207.176 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1250 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r M44x WZpFlDNMosAKBOYiYI8fWvKSFn8 Y3LQi+7jrMn1v6w8t8+BFyse0tI 2016-07-20 01:14:36 24.37.18.34 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2200 +p reject 1-65535 +r aquinus WbfFNa7ybDqQKq9utqS9S08s5KY cr4RZC+pZ9ksJjmSKGlMCRXKQ8o 2016-07-20 07:37:43 172.245.126.70 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2580 +p reject 1-65535 +r Nebuchadnezzar1 WcSFWcnrh2BTuA5p++A25lj9xPQ sXoJYBBya6TW8/yqiI1LHad8Hzs 2016-07-20 08:24:36 101.98.11.146 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1660 +p reject 25 +r nice40680596nfig WdHS4kcTRLT5SNy+Vy3LRFSyDlA qulAQ9ggs4b+VPUYOg7OwOaJ+9Y 2016-07-19 15:42:44 88.198.51.101 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=16500 +p reject 1-65535 +r tatsulingTorRelay Wgg5ReRjW/Puk3g5DgSsaJ21FTU hzDJzhg4sjERu41aQA+ifkVqpZ0 2016-07-20 03:35:31 97.123.203.252 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r guinan Wk3bB7uuNvNwERn4b0CMZCKGhwA NOw2/T56CUBxgqBcCs4MmeSfts8 2016-07-20 01:08:50 95.211.224.12 995 993 +a [2001:1af8:4020:a043:1::12]:995 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14800 +p reject 1-65535 +r therakerelay WlEZbTnpcpRYQ5tbNoWiPWQZb/A n7ToYsuWchS13znifgL4Eaydggk 2016-07-19 20:45:52 213.152.161.74 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1180 +p reject 1-65535 +r torpidsUScoloat WlUb8uRr8mzFCpg/dDXLdJx1JVM ZHBwV/iMB8urCqo5TE7iTbyqxIY 2016-07-20 01:12:53 107.181.174.22 443 80 +a [2607:f7a0:3:4::4e]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=4530 +p reject 1-65535 +r tornodeviennasil Wl4DNVwZCOv0JMrx8+1weCwNL3Q yM7oaRqNwknrSGn14DGoQKZ2SvA 2016-07-20 04:10:56 78.142.142.246 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17200 +p reject 1-65535 +r renzo WmsV+lGVpuUEhc2U9ZAa76RHd28 iH0XFkRZbAXdokAMbTHP+xEkiqg 2016-07-19 17:14:26 82.233.117.151 6969 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1 +p reject 1-65535 +r flipflop WnnECqNifo/8481mrSGAhH4y+so QGV0dWxIwsXXoj9XOYTsHLZIY6w 2016-07-20 04:47:04 139.162.150.232 9213 3901 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2960 +p reject 1-65535 +r tor3ornottor3 Wot4qyk0ddbVXxy/pdKhzusJVFs 7eaWlf17oXq4uyGTlG8mWxssiw0 2016-07-19 17:20:44 82.1.129.150 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=385 +p reject 1-65535 +r bananajazz Wo+zSuIrgnbfoPvpxIvVo3anXyc gKDKw0TZI2LtZ+9yB0tYIrp9D3o 2016-07-20 03:29:41 80.71.140.9 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3080 +p reject 1-65535 +r AcMNPVTorBox WqKsNz0TLiHxG/+ZFnr5K/HLfEE 96aPbGLNGkWQy1sWP+mYiWxN5p8 2016-07-19 19:05:18 188.226.222.19 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=88 +p reject 1-65535 +r freshhumbug Wqga4fJYTxdA2BP0B/8IAoeDxd8 xej4wG2JjITLvphNbzmsG+0nUJU 2016-07-20 08:36:58 77.72.150.150 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6030 +p reject 1-65535 +r getwasted WrP0Rfog4pajX1XoPUe7Rlpesy8 udkXTx4fm6D7YwffpUXKBIJR3uI 2016-07-19 19:28:25 80.135.190.207 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3660 +p reject 1-65535 +r YellowBoy WsB5M7/C1VqalWyDKjQJJP55rY8 S6suOHygO2rMhsU77w0yKC2T/Es 2016-07-20 09:19:51 103.233.25.57 26188 9207 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=213 +p reject 1-65535 +r Unnamed WtAO3o8OpSb2wXcMhoj4t4asvW0 PlkpoUwNEO3mTFyqxJyxoR+Hwn0 2016-07-20 02:59:34 107.191.118.171 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=143 +p reject 1-65535 +r mindpollo3 Wt8sg+jtRVGrAhuukSvLINKD3t8 ns7WaM60wHua8eUr+UtPBBMpTPo 2016-07-19 14:52:38 212.47.241.13 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.26 +w Bandwidth=12900 +p reject 1-65535 +r barsoom Wt9JhkLBimO0gMi/xmopjOkd16k Q4dESQMOWzzDihSjXFGxQ9qu63M 2016-07-20 07:47:42 5.39.88.54 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1630 +p reject 1-65535 +r PdmGarden WuPICILcX5q4+mLgkCKtYvv1ow0 GMdBwOaLtdhnAKS08+AGzGO8rx0 2016-07-20 00:53:59 92.78.66.40 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=496 +p reject 1-65535 +r vladv WvZIJwAajj7ZMP71cOkspkB7FgU dlghNUnZ4a79HHs+4hKKBMwwuX0 2016-07-19 20:04:10 188.32.51.167 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=611 +p reject 1-65535 +r SaunterFlat Wv3XgwGkeMOrrzI8zT5OxYVOXWY QciNNDnQZs3k51R2+DOw6T0Todk 2016-07-19 23:32:44 46.226.110.221 9010 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=24 +p reject 1-65535 +r SteinTor Ww4uUZ/G5hd1iVvnzeUExKqNaCA c8Kjfm77l+AFzpj7pZYUePu9W20 2016-07-20 01:30:54 92.75.187.215 443 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=362 +p reject 1-65535 +r hiddenhidden Ww6hKTmtJ2bdbLyLZHEC0jAImbM RLOolLbQCEYVFeG0OHG/eYkbLjQ 2016-07-19 23:47:28 185.74.252.34 25236 19259 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r ididnteditheconfig WxBn40JPEU5XtaI3WMdrWJYJ9fQ tWK2itrPbanp5ZjxCDRCZor0ysk 2016-07-20 05:30:59 185.92.222.52 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2440 +p reject 1-65535 +r asa WxpPzRRJYHgkYeow/nnb65OAZaE XbbJsPCAtGFQGRAZ0bdoToYeKPw 2016-07-19 20:12:42 91.219.236.131 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=415 +p accept 80,443 +r fastlane Wx8NrzeKH6/P1fqc3GbRAj3AJ24 +kvLogB9Xu6TTLoWqGwfFDT+vRk 2016-07-19 21:57:15 178.63.25.10 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6-dev +w Bandwidth=18400 +p reject 1-65535 +r jkVR WyFDlQAlIX05E10DxTJ5cItgnRk UVrUFqZRuIVUaIO1T7kot/q/KVI 2016-07-20 02:19:05 212.109.216.111 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9810 +p reject 1-65535 +r goulash WzWBRpaVf/olHl10vjjGpAT8cCQ ddz/j2SxfT+4czUWtkEU0N8fsT0 2016-07-19 16:29:00 91.82.237.127 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=50 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r smallbox WzcfEODuD5x9vOSYWWwzKpjnHsc DdVt6bCze2B5y0tjhECcklN789Y 2016-07-20 07:38:24 84.216.25.208 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=67 +p reject 1-65535 +r baconisawesome W0ISYgRvN6LNz6bctK5RSqwQfaE VFrdfzKkcK+q6g8S2XavOC6lKDA 2016-07-19 16:42:29 163.172.214.76 8500 8501 +a [2001:470:1f14:214::2]:8500 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r lauchrelay W01rhFrDzJfrMWnQx3RGk2QyKUg shuqhiWQenCucjRu9wNntuKoKLw 2016-07-19 22:18:32 148.251.55.246 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=878 +p reject 1-65535 +r b128 W05aVEfUbVdwLW033+rlo5efLwk 4jh65BftRP36YmDZgpavd5A4JLE 2016-07-19 19:28:01 5.9.150.40 9001 0 +a [2a01:4f8:190:3327::2]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18400 +p reject 1-65535 +r kemr W2dDRMgnwGG82B4x94g1Uhu7MIk 0eZLAUUjuSdw3Tz8/SCPt84Yp54 2016-07-19 21:14:42 50.31.252.11 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1680 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Pascal7 W3rrFCGsV14aVFogkrMsCqR2B0g RQ9Lik9Npj0brsG7q3WDuJkt9fA 2016-07-20 02:24:24 23.254.165.250 143 587 +a [2607:5500:2000:355::93a4]:143 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3940 +p reject 1-65535 +r SIGAINT1 W5L6XIpJ1G0jVzVQTHLbs0croyE QekDc/PuorLZ92TxHiW/OpMfhQQ 2016-07-19 20:49:24 46.28.207.19 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6310 +p reject 1-65535 +r sterntor W5q3PD4jxv4WoKYzyYnGstXgHME Fia6ZyTM0SF+YAfwV+1WXyCrsQ8 2016-07-19 18:33:29 5.9.171.36 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1780 +p reject 1-65535 +r MrFrisco100 W55Wd60Kms+9+3uxg4Gjca3GmwY OJBbOZ7nyXZRMuFts9wGc0Sy3ZU 2016-07-19 16:15:25 104.233.80.15 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1560 +p reject 1-65535 +r EecsUmichExit2 W7QTfQtH0pRqfnEtfVejlavv0Mg KR+l9fOSGu5c9hH28pMvat/zvlc 2016-07-20 08:30:19 35.0.127.52 9003 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Richie W7UeZQNm0UyVAn2y8demm8WwBnY VPOLL/A5uaTYw4OhWyTqWu9Rlx4 2016-07-19 18:03:38 217.79.178.60 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=54500 +p reject 1-65535 +r thracia W8hPtw7bIY4zIwMIwGkHCWlJEAQ kEoQAsC9dt90CFCvsZ2c7yfhmmw 2016-07-20 02:48:21 104.233.83.206 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=426 +p accept 80,119,443 +r KDFrelayPorterRanch W/wO9J/NCeuz9BzpPCoL6Qz85pU XjByhuzms/w8RtFpeuWJj9bh/+4 2016-07-19 21:31:22 198.72.231.233 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=394 +p reject 1-65535 +r lisboaonion2 XAzWCueOQYQueAPm2T78MlzR4RY Yli5ZfmXLaL68AYnYmdWeGhUJi4 2016-07-20 01:02:36 177.85.98.227 444 81 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4290 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r default XBsn8XEoEp+CIychTKxr/CnQiMk 6qbxNIfkXBSe7VaZPc/XfV/RZFU 2016-07-20 08:24:21 84.214.220.135 22 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2550 +p reject 1-65535 +r freiburgTKom XCGEU9Xqzik2fWMaKiDjJZumclU VqQuyiiMpwNvDcGLpPEIyRLTo+w 2016-07-20 02:13:31 84.174.224.161 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=816 +p reject 1-65535 +r tS8tpUFXh7MGrxdr XCsqeqVcYMVrTcC79+o5GXMauhw G2fcw3N8EJECQjt83wCxyHF6cO8 2016-07-20 00:47:19 81.89.0.198 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=145 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r tor5multisec XEAHgknfHkDxsA2ljUxKsvV6zC0 65h7wPgqsirmHzZ+RGp7evBVlPY 2016-07-19 15:58:43 193.90.12.90 9005 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22400 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r saidot206 XEOiazGiSVf0gKwuUaJLtBxHkzE WnDyojSKdFBbCxsXDPR5yOdMDXA 2016-07-19 16:23:26 66.215.142.69 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=110 +p reject 1-65535 +r Windah XE4bU8TDzAp4PhWj5cZaJD1ZwSA l0L78UFUDvitgg4y3GW24o3RJjk 2016-07-19 17:20:48 188.165.123.244 7044 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2870 +p reject 1-65535 +r Pascal9 XGepzouaA9zqDMlO13p/+caksMA vEyU41BNPVAYI67bzM42iw7kahg 2016-07-19 20:00:21 23.254.167.231 21 20 +a [2607:5500:2000:37b:1::]:21 +s Fast Guard Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3060 +p reject 1-65535 +r ViennaOpenRelay XHPdHfyTXDp463VlSrJuJBosvsc 6ygr2S3Tfrf11mzDO6RJPkC0HRY 2016-07-19 15:23:42 84.113.233.34 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1870 +p reject 1-65535 +r vikinguthar XHtEQ22Sy8ddZEujO/zjK+u/7SM F8sm4OwGl0er6Wt9+bmCn2w+KIo 2016-07-19 21:00:00 193.107.85.62 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3450 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,561,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8080,8087-8088,8332-8333,8443,8888,9030,9418,9999-10000,19294,19638 +r hessel2 XITDWTa3EAuUmsdXZO7xNSVQVQs rC16e+8YUaQH/5jDZJkLO2YmimI 2016-07-20 06:34:41 109.163.234.5 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=56200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r everfailed XIVA2NTvC32k5Uhtry7KQu3+ycA yjdnYbhCzS2q7XkQcwh5A436Fqs 2016-07-20 06:38:35 128.12.177.59 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1910 +p reject 1-65535 +r RTY20 XJYIyDrVO9Q6gZf3fnBzAsCR9hk ClyzAh1eTrGrAO+qQ7mgG4ydE8g 2016-07-20 07:28:45 95.130.12.91 9040 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=459 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r REDJAY XJmmvBbTq3C7Di8c872dz+j0HbY d2Jdo7Me9ZbHKnJh0Q/VcCiv2ec 2016-07-20 05:06:22 104.244.72.179 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8520 +p reject 1-65535 +r affectiosocietatis XJpm9Apj2cjflwDm354f1H2K0xc 1o2hNxdqE0lwqzwi91KkQygF+jY 2016-07-20 04:13:43 91.121.160.6 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4310 +p reject 1-65535 +r trustytohr XKEuTpcRAsxRl7u35VYlrX5BrO8 nGNd0j6WRt/NYr52njhUY/Aa+dI 2016-07-19 20:53:34 37.187.2.230 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r FordModelA XKJwg5SF/bCIKMoJXvSfRl+Je4o xe13Hppmlqautl3TKaMudRvZy3I 2016-07-19 16:49:32 38.229.70.33 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1280 +p reject 1-65535 +r Asmer2 XKLWDzD2ov5h9myrJIxUhKw/E7E cjXbK2Q0yG1FW/l96aFB/LX+hnQ 2016-07-19 17:57:35 51.255.202.66 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r TangeGRB2 XKRCCkrQ0EUHGOsOunm844QsYmE QQEIzForrPpbtXolKEl9Q3W422o 2016-07-20 05:32:44 188.228.49.148 39001 39030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2760 +p reject 1-65535 +r UVB76 XKVNfc0eLnbD/hKRfSsMA9ymlPc jHRX1pf+yf4jvnphQamx+6eCLyY 2016-07-19 16:06:52 192.235.78.19 8781 8718 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r Swords XKXrpI6tBM0aAxGU7BCXm2EceLY uAsvnm92R7aLEtSQuPEUYAIVE6I 2016-07-20 03:15:04 128.199.132.7 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=212 +p reject 1-65535 +r BrassHornRelay08 XK7PJqDfQNiYZyVg64idaPB16XE UcS4nFIjafvA4qwCIkFDiM6ldJM 2016-07-19 23:54:43 95.215.44.232 9001 0 +a [2a02:7aa0:1619::3b0b:d696]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=2860 +p reject 1-65535 +r HaitianFightSong XLjbAoNe4+uKzKg5PDbNrAYxDKM S5qzy6R4nS5aMzRG44E7h0dH6i0 2016-07-20 07:15:35 185.17.144.138 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1440 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r mamadoc XLwc0GonQLPkjAESZxFCYDzmEd8 V3ozL+yDbudse1Ax+1XVlcTi7ng 2016-07-20 04:47:57 51.255.41.91 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6900 +p reject 1-65535 +r dragonfly XL1FOUVzgoKRyP6XgCMv39DSAt8 uixRROxKzuvGon+HiGMXHJcIvj0 2016-07-20 08:43:09 192.99.13.48 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6070 +p reject 1-65535 +r Unnamed XMpGdpDCmCNVkYZBVPQ1EyLg6rw 2eNupeVu85F4xLk6UAqGkJu/7wo 2016-07-20 04:55:51 173.230.129.153 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=89 +p reject 1-65535 +r linuxthefish0ssdkvm XNBruHfqE1O5LvEz3Jc11LYNt9A aNtv2cfa1JJq+DAwvIE0I/2Gf/s 2016-07-20 06:33:38 149.202.49.87 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=44800 +p reject 1-65535 +r polizeierziehung XOOtitBK3mbAA3o89ff3pA1Iogs 83OQpCEPojlmqm8qPzTGG6nyoy0 2016-07-19 16:48:55 95.211.138.7 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=32500 +p reject 1-65535 +r zz1949 XOfUQ1/cixMQ8fhEiznkmNoOD/c q0mU584HoRvfWyOuwuDuCovELHE 2016-07-20 03:59:24 77.197.112.107 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=8 +p reject 1-65535 +r PrivacyRepublic0001 XOzFwwrMSz3kYnkjI5Zwh8xT2Uc FTfk9sbqtJLPS4aQnguVimBNZmI 2016-07-20 04:04:48 178.32.181.96 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=209000 +p reject 22,25,109-110,119,143,465,563,587,6881-6889 +r CLITORUS XPXOdDP7MIX+wpY3OTx/gly5qlQ T2gXxEu3j+xWpI01WUWttW6Hm6g 2016-07-19 23:48:04 162.243.103.174 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=112 +p reject 1-65535 +r Ronaak XPcWDSZRtuV528BrezOKiujoTrc t+MqnXISAVdr740Vjp4amcNVeho 2016-07-19 22:39:36 91.121.159.36 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1480 +p reject 1-65535 +r jaures4 XPivpeSwu4iUKkSj86rgjDvf1gs W+5Mo731MXMd2Mca+NAh8tAk6R4 2016-07-19 17:47:45 178.16.208.62 443 80 +a [2a00:1c20:4089:1234:a6a4:2926:d0af:dfee]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35800 +p reject 1-65535 +r Unnamed XPl1pEUYH4A7AAJidl/J6+D0I1Q 5ocIvt661Tc0A52djC2aEFXiLLY 2016-07-20 06:39:09 37.0.127.44 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1780 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed XQ1tT2APZmkr2JjeGbGCdmzZc2U NzfvmEulyYYyD1yicGU4rALYY+Q 2016-07-19 22:50:45 54.94.85.201 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r mullbinde10 XRANrDrFH8To1upNoLZQoS25Iq8 qPRjubZyYzSbXyeAb23g6v5tUaw 2016-07-20 02:05:20 37.187.21.11 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=9520 +p reject 1-65535 +r loforfoasvbc XRWVe5Lt2QlK1wd9ypFB71VrZBc 55/k01/dZiXWs1HIMLqb7zpiFUQ 2016-07-20 05:03:37 50.193.19.178 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=809 +p reject 1-65535 +r catnerd XRiN9x+8ZTyep4VyHMCuA1GZ6B0 SzYDHNcREbfwSf/dqaozisCmxK0 2016-07-20 06:23:27 104.207.130.147 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r wannabe3 XRlyqejFb6MBPqbz1Rsa0zF0vlw IqSS4vHFmoEd5VEbguMkpdsTzVU 2016-07-20 01:06:55 144.76.110.103 444 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15700 +p reject 1-65535 +r anduinExit01 XSYwN/wXVZazo0QTKwt1Xrj7HRw GrK2JyCyVhIqsxjxzg6ZbmuVLlY 2016-07-20 08:12:35 31.185.27.203 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=819 +p accept 20-23,43,53,79-81,110,143,443,531,554,563,636,706,989-995,1193-1195,1533,1723,1755,1863,2102-2104,3690,4321,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8332-8333,8443,9418,11371,12350,19294,23456,33033 +r theark XSqMqhGdBShyLCQ4NQ+rDI3gGrc 58IYg0rOwr8yk2LuNm7a7CmZd+E 2016-07-19 19:00:43 151.236.12.126 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=83 +p reject 1-65535 +r BOGTOR XS6+IkncJlDa4jnyBYABDapLOug vK2bMfsOo/rRMARGJcRIo3uZUko 2016-07-20 02:30:56 31.16.2.23 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=52 +p reject 1-65535 +r devnull XTL8vMRHgATHcioC+7TF959qLz4 /53U7APdQfBExLJ9KMnIgKGdpk8 2016-07-20 03:02:26 185.26.156.14 61058 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=60 +p reject 1-65535 +r cadory XTdNrAFv8F3ImZ8ku94texqodMA LxCsen4Wk1oClOEXrS97SzVPdKs 2016-07-20 02:35:09 79.253.12.63 9001 443 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r Unnamed XT35Jd4mn0ae0MdisPTmxRMHoak 4mL7TLpR4nFmuVebrzohii/LYdE 2016-07-19 23:37:42 163.172.132.178 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1360 +p reject 1-65535 +r vlima XUG76RjE3+79YgytlJ34YqIcVlM JEFcJasBNJ6RRjQr5ySmHBNc3Ro 2016-07-20 07:53:03 62.217.124.253 443 995 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6420 +p reject 1-65535 +r crashbandicoot XUNgRUFaVzfib6n+phRm63Fc91A sbZs2G6E7WZIRYaZaKi06qgttHc 2016-07-19 20:35:20 62.199.141.54 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p reject 1-65535 +r Dragon2 XUdo5jJr2OP/PwN2kjEFiXnbKbM MtGnf4f4QCOXu+CpCo5E60TU0Hw 2016-07-19 16:12:51 104.233.108.157 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2890 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ronin XVWHrJ9iA+AQVnlB/W2cgU0XCDY dugybs7mEw2EzDe/IUvGKpax3pw 2016-07-19 22:07:30 195.180.11.196 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r TCNSecondary XVfN0iahby2VCQZLBxCqk+Und+Y 4rqN8bsEr0ftetc80Yz4cBRW5HE 2016-07-19 15:15:25 198.23.161.144 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=766 +p accept 22,53,80,443,5222-5223 +r AnonymizerOne XWoH3ASFWWqz79RR48xikygzNHI KASnujR8+QHHyii+8HBPXdmzIAU 2016-07-20 01:59:22 87.98.250.244 5000 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=112 +p accept 80,443 +r TORter XXDp4vDJ03w2u+bkWachWRUXUZY pkhFgUX9yvrq/30ZKgBDmZ+2hEI 2016-07-19 21:55:19 176.123.6.89 2012 26131 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1240 +p reject 1-65535 +r robinvps XX14m8NRINHgVaccNST0o+DORC8 QkwyyY53Of3eVq4Ewnp91X1L8Tw 2016-07-19 19:52:39 167.114.7.166 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=74 +p reject 1-65535 +r nodemad XYdO4pBEZYZRJC5xuQGm0c2OPio DB1EqJlvnOxqbSy50Zwew+W2pDg 2016-07-20 03:04:37 79.227.132.69 443 84 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=816 +p reject 1-65535 +r notespace XYnBy/Hy6EDMSPx1pGCQliqD8y8 /s+NPE6Wj3WkL4kaz9/ROdKpJqk 2016-07-20 01:51:13 74.207.231.186 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=313 +p reject 1-65535 +r a6xzL5 XZYiMm0a5A8vTVcL4cf8dQXzUow 3ekiW6uDQNM+GO9JfnRm3042UWI 2016-07-20 08:32:46 188.244.43.25 9090 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6280 +p reject 1-65535 +r BillyTheFish XahLPqLoiHqC/OunWQGiftbPU5A AxSucai+jE6NsNdWIZ40ZRUH2zA 2016-07-20 02:08:28 167.114.205.42 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3750 +p reject 1-65535 +r G2U7cD7ClAs9wq XcCkzb4f3+pQ3qj8tHEVB/bG3bg LRh3FpjUhwBi/NGVD1SS0ORY9Z8 2016-07-20 08:00:26 84.72.41.23 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1280 +p reject 1-65535 +r Unnamed XclFzo+yo35uJ5Xs0nCbsh+HFLA hH2RktrrPDjiHVm7skWL3/Tg/bQ 2016-07-20 00:17:06 207.244.70.35 443 80 +a [2604:9a00:2010:a08d:10::23]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=44100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r unionflour XcvYDQDicgqjLkAxf1FoG/UrWmM /Gdl5JDll6EuJ+hlwVJxewX/Uhs 2016-07-19 16:27:56 45.33.65.68 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2600 +p reject 1-65535 +r believestudent Xdmng9p105x1qKWrqnEVygmBeTA lZXrr64m+nvreLvdZ1J/O9E57Kw 2016-07-20 05:04:17 51.255.166.120 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p reject 1-65535 +r Unnamed XdtQ0Ou2SkiilrBc1N6B1mI0LDE ka5T5i1dFNAmnP7kO5WYc9vCSsI 2016-07-19 17:11:27 85.214.124.168 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6730 +p reject 1-65535 +r WhiteDragon Xe9p5nuvLPJtNrWsKpJbsuo3ZZM WcpI4aghegXdnP/rKXOOeUxypf4 2016-07-19 23:15:51 38.229.70.52 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7750 +p reject 1-65535 +r Busybit XfJb/diw/cvSY6gnFtxQUEkdtMk MezNQ3DwiZGOaPjT6x40JR9OMpw 2016-07-20 00:41:03 78.47.47.89 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1210 +p reject 1-65535 +r montivideouk XfJrWY2kW6unudA69eVE9wm20qI QCHFPAvs6x5D0yHoQnc2jaX4k84 2016-07-20 07:19:11 89.246.199.242 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r nikttegonieczyta XfWqd+y0GK5bi+i7aruAO9wkY6c rhsOsKpRwqBxw23RKiqLeCLJmPw 2016-07-20 01:10:36 5.196.88.98 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13300 +p reject 1-65535 +r Unnamed XfZYjlaQ84P1aMUk1nYqI8wtT04 LtqLEIr0aSFwmDhFnDmH3foiBII 2016-07-20 04:16:04 68.48.85.151 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=33 +p reject 1-65535 +r exityqvk XfffKA8mVvhuP239aWryDaCwPho r1zLYLa4+BxSL41pX9DKEKTv4bE 2016-07-19 23:10:40 185.17.184.228 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=26400 +p accept 20-23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6679,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,50002,64738 +r hellodear Xfx0FHXFbvYbkE/A0v51Xz84sOQ V4dZX4JwRiBRPj1qA+X30GH0LcU 2016-07-20 00:22:59 149.202.181.41 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=19300 +p reject 1-65535 +r extatic XgKAs3UprzArwxz9+xCSqBKeqNg L3zylpNxH2PJXbbhN0jo4EtnQzY 2016-07-20 01:13:31 178.79.159.147 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6050 +p reject 1-65535 +r TitounNet XhFK1ghCjCOzjMx32iLkzQwn8s4 MoH79tpLlxMpfNCYlnTEhKH1Ujo 2016-07-19 21:35:10 213.167.242.183 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=105 +p reject 1-65535 +r pook0oow XhhP6gK3xUFyu8dXY29QEEfPlpE cSJmFg5glLRXzknLmpF0b7KnxsQ 2016-07-20 08:28:37 195.154.162.172 21 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=35000 +p reject 1-65535 +r urthona Xh+V03TckGHBv63kyF8EqEd+q5Q rvAxihsn5XkEfJSGZWtQz/m7Iy0 2016-07-19 22:52:35 37.191.199.173 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=404 +p reject 1-65535 +r 3jane XiUdR3bgch6ubILPj3L+XJeI3ns NcOz6heTAMTHNB4oGjU/lxig6+U 2016-07-19 23:58:36 69.28.90.105 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=339 +p reject 1-65535 +r fluxclouda Xix9He5/E7mHQzo9Igyhn32pBHc TH8/Tyllar8cxmULTFCyB8XKWEg 2016-07-20 01:32:18 104.37.192.156 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5430 +p reject 1-65535 +r Unnamed Xi1kkkorxybBiKrQcUgR1HQbY+I n7DghcgXseR1j90srAmx/q1SYpE 2016-07-19 17:16:55 45.32.20.145 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=73 +p reject 1-65535 +r papyrus XjBUGIL9WNJ3mbt6EEAgDc+kbts 63XYoh0b71UKOryp2K3fBL4AFNQ 2016-07-20 07:43:09 178.38.130.206 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r WilliamMD1 XnNjm9+vOJdJdcy+sbvU4eHS1MA L1CNKnE9NzIbh2HlULV7+mIrwjY 2016-07-19 22:08:19 188.211.173.183 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7220 +p reject 1-65535 +r holycowburger XoU8lKsfZV6ckIkkNwoKZwdQjGI uXl654f8LiuBVhx+5Zju+sGUsFc 2016-07-20 08:02:06 120.29.217.46 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2290 +p accept 20-23,43,53,80-81,110,143,220,389,443,563,636,706,873,989-995,1194,5222-5223,5228,6660-6669,6679,6697,8080,8332-8333,9418,11371,19294 +r amanaemonesia XoZ2KSduJmQRy6Ec2GxVEKmHzCU 24tOIXH5ZJLqcIlPHylllJdJ2MU 2016-07-19 18:31:00 212.149.199.140 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=827 +p reject 1-65535 +r HomeSpfy XpnKX0WodX+sp2KCeKCPjWwYkeI 3FElfM1H4VD8AMjl8n8xRW0ZHgo 2016-07-20 05:11:39 78.108.66.110 9001 9030 +a [2001:470:1f09:11bc::2]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2430 +p accept 1080,1194,1723,3128,3389,5190,5222-5223,8080,8888,10000 +r Nothinganon XppyhCB50UW4fIYf82xvrlvaPJk qMXMmcWviQvKZNH0g64yI9ihsmY 2016-07-20 05:07:11 92.222.86.165 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p reject 1-65535 +r tylerlocketor1 Xptn2wVOV5pL/VX3Nc8R9ymLuW0 Y6J7vkGW/Vj2NmmwkJAvIRUz1sU 2016-07-19 17:10:43 85.90.244.52 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2450 +p accept 80,443 +r Totor Xqd65QJkgv926ScpXBtgPmdoazc V2k6agszW+aWhDq4EPcGzMXSrD4 2016-07-20 04:17:56 109.24.193.216 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2770 +p reject 1-65535 +r StukerTorRelay XqzFitCXqevn4Nt+wAk3FOur6Lw iF88lmnrgKKjKDMIVkZWsdqXb4w 2016-07-20 00:01:39 88.6.92.121 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1100 +p reject 1-65535 +r yellowDog XrpKn0g+B/1xe6gd1vc0SvgvfV0 5chwdplnfFGPProjDjDScAZStKo 2016-07-19 16:29:05 178.73.210.118 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=986 +p reject 1-65535 +r justAnotherTorNode Xttx+6Hr3xodikIIHNYp4EYsim0 HtCgtS+1c+4DoWJukg0OJ5UkAMo 2016-07-19 19:01:50 178.24.4.38 110 143 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=221 +p reject 1-65535 +r FFA XvgX7xpWoIS+DUi99+t/L7OTiRU S77ptdEZRBbtunAWJcnOPwblWG8 2016-07-20 08:47:33 45.55.42.214 8080 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6060 +p reject 1-65535 +r verax3 XwJ8cpavuOqKuDhYqnvZFbfpT/c NxuARVqj4ux/a5jQIpX3P7qwFzM 2016-07-19 21:49:06 128.199.174.247 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=182 +p reject 1-65535 +r TheK XwVj+VzUNiOv0L2jXaxWXOkjCgE ZCQlt2jnw1/QJKxpCiigDhy/2eQ 2016-07-20 08:27:52 86.245.111.236 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1350 +p reject 1-65535 +r frankenstein XwfimTxeMhCyMxn3fGEt69NkHrg GTldnSB/K1OJ4JQJ5IwGhAtsWC4 2016-07-19 19:57:59 81.218.235.162 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=547 +p reject 1-65535 +r terra XwqOkSyRnRlkxTlx8ppHzQSjSh4 2n04Ga+xaS1SfW1lay1xYXK6mYE 2016-07-19 21:31:32 74.116.186.120 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r default XxWVbDz4ib5D/Yx7DhRU2VGWUTA zBXcCWMHKDCGsJ4g2pZ9kwUE55M 2016-07-20 07:51:04 109.192.206.64 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Uberrelay XxbsY2shZWUnS83Ll799jBEtXRc I8ZXHn0x6uyiBKDyvimCDa7d/H8 2016-07-20 03:02:08 185.26.156.50 64200 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=22 +p reject 1-65535 +r Leningrad Xx7bEgIOn0Nrf6g/jLOURDSNFEU lyOdx2/9PIFsBv/EAHNTxyK1GGg 2016-07-20 02:56:23 5.135.211.179 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3150 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r justice XzBRAej6h0qoB5i+0gh/UpJLuMQ 6W5Fco4mm1jnbdD87JQOzoEQp1g 2016-07-20 08:46:21 37.187.220.151 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6480 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r TorRelay20430 XzVreyHbwzW4Cw9XoWAOORycO68 NEwLmeSVabR2BoGqs+k30QRLFMo 2016-07-19 15:26:15 213.161.5.12 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=126 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r abr888abr12 X0HlH1snDQq1/yuMrbsPoayMcTs pKe9UK1WaxA8zJtX4XquTaDpUeM 2016-07-19 21:47:20 212.117.180.137 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=17800 +p accept 20-23,79-81,443,989-995,1194,5190,5222-5223,8008,8080,8082,8332-8333,50002 +r JumpingJuniper X0KWboslrkxDHuleThtdKx2QDN8 bfwreV0TaIigjOZkh1SrVIwnT/0 2016-07-20 03:22:13 76.94.115.9 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=979 +p reject 1-65535 +r Necto3 X0gqSPiNL5kizCzPmLnzJgGYYtA MJFQGmloua2Vgz+C/OmoBCSYo48 2016-07-19 22:39:22 93.115.95.204 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33300 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969 +r 1TRNodeWEB X1Z8hDWuDmoQ26QH8kLF+md/TT0 rcSv238IHsgaZjgnjfZpRteenv4 2016-07-20 00:24:02 188.120.251.129 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6920 +p reject 1-65535 +r PsyloNet X1pZ4+ywmHQH2RarveYGE/g+oek HMoOXICnyA2lCBxMB7EY+IOfBrg 2016-07-20 02:30:16 91.122.100.13 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2520 +p reject 1-65535 +r Unnamed X2AHgOth48dra+QK3mNrhi0fLt4 TC1mnTQpzPRjv1Phs54uMlTsYCA 2016-07-19 21:29:39 75.127.4.6 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=6 +p accept 53,80-81,443 +r SwedishBikiniTeam X2vrndkAswXISikKpRfHKD288WY gDLgjBw/sGXOgiViUgWjqaQd3+0 2016-07-20 08:11:10 95.143.193.145 8008 8888 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9120 +p reject 1-65535 +r copr X8PibU8YWcNkwYf/6Oa+O9WvMJE Og+I5IPBz11Z2WPAgyTA1o1otIA 2016-07-19 19:20:10 168.235.69.79 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=26 +p reject 1-65535 +r BlanK X83LYaxevLjx8Ql5abv6837qy14 ECI/zvcMkMkvIZrhDp53EvJsvRo 2016-07-20 00:41:14 198.58.110.223 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=655 +p reject 1-65535 +r Unnamed X9BW7rBcAnbJCV11BzmGZTxW+NE kDQTu2JegqfvwtgTOrMHL0t4UhI 2016-07-19 21:26:50 95.215.46.149 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4130 +p reject 1-65535 +r nykesephron X+I+m8dikIhVvLNq2HKsvefOeHU 5Du6Zlam0Ww4YHsHkEgtOVT1ft0 2016-07-20 07:13:37 151.80.45.49 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3450 +p reject 1-65535 +r pat2man X+o2RY6dsSGpmATCkkxrN0My9QI VhbGKkRFHpEYuajZ+sQEk4AOaIw 2016-07-20 05:45:11 107.170.232.75 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=531 +p accept 53,443 +r YellowNet X+qI7+3FiX9wlKF1nOJboNPah+c nV5+11Vkopy+LDcigULNPaQ4mkc 2016-07-19 19:00:57 37.48.124.117 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r sevenbrotherschool X/AFws/4v1Yr7Kj5uAGkO80LdoI 65YDE9q+5z/tXgp0OEEPSUlxLLk 2016-07-20 04:27:50 92.63.110.124 27871 19579 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r default X/N1n1brPMo0E8mZ/e4VVkAeNls kgfZiWAo5rWv/tf82wyCSLWsQcI 2016-07-20 08:38:53 94.128.200.127 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=20 Unmeasured=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r mineAllMine X/mT0DEcIm4H4nhm1VXudssNWjA i2AiFG4P9N0e3vOAeeZvh6c+Zuc 2016-07-19 19:51:39 83.162.188.100 4443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=326 +p reject 1-65535 +r v210 X/qUgb2xnN1+WtAmb2eeCTkz+b8 WYHQAFgDT8LSkJMigI0C7h+Rs9E 2016-07-20 08:29:52 138.201.91.210 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1140 +p reject 1-65535 +r anotherawstorrelay YAEKbmpPlXrBIfNLdZ7TmdfA99s DZu034C39ZfYV/mb2f4PLubJoTU 2016-07-20 02:17:13 52.39.243.102 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p reject 1-65535 +r Unnamed YBFetv5FUvATRIYQlK+tX1PsimQ +S20DoCKatDV7D0dHjKtDBI5mzQ 2016-07-20 08:03:37 64.137.206.52 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1480 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r tor4multisec YBs6dvaJc/Wz4tkTvV9IjdruEoA hwlbzoNogzdWkjPXKiE/jht4B/w 2016-07-20 07:49:10 193.90.12.89 9004 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26200 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed YBySEIpWh0KnptlHP+OkFPcUkHA 7gPqPVguYAg9JDegjGEp80E6gtA 2016-07-19 19:39:45 158.58.170.143 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28400 +p reject 1-65535 +r schrodingerscat YCAEAE2iQjs4adLMlWKTsX4v6V8 7F6Cbpn7ldhaD9CznRImTSirCzM 2016-07-19 22:50:34 5.9.140.242 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41300 +p reject 1-65535 +r default YCI5v4RvqaIB4K2on/g9w+H5dm4 lq+RbCaY2gGmIh/CHZIleOgsg3E 2016-07-20 01:35:49 133.130.188.176 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=194 +p reject 1-65535 +r unix4lyfe YCMh+qhX6pOje4sc63sWG7C4wAg J8FpU5+tcUs4T0KtfC8ZKK+4wPI 2016-07-19 19:32:24 64.62.188.248 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r spacebeans YCSei3iVzydy3Dx5SOxQGLVAwrY sOXN+hBi7E4mpnwMwDrUxSbNu5c 2016-07-20 00:34:33 84.48.199.78 9049 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r skewed YCog+Q4g0bnqTdh66Ui1kMYfipQ lRWyeEDK+OP1o4QLkd31tzgmyiE 2016-07-19 17:58:25 74.50.54.69 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r unicornio1 YCozRlDmxega7Z0vmpvxSdvT/ZM ShzhK4YtYVm/22IXcdNoXRafN84 2016-07-19 21:00:22 89.18.173.41 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=523 +p reject 1-65535 +r 0x90dkrelay02 YCteteXnNb8WPL88/BG9RST0dSU +E/aANfRQjf5b0/B0Ohrp3Vcuwc 2016-07-19 16:07:09 176.58.96.199 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=184 +p reject 1-65535 +r coralmyn YECQ0/Brix1lYSw6nb3T/PU1r3o MQVtBD1VLGYv5yBMFoSv2F5Gvj4 2016-07-20 06:25:57 81.2.251.77 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1880 +p reject 1-65535 +r UniRiMirrors YEDMmGeuGkNUGXfzFps2UKjfl3A 8qdtEefYEMQgPjR36HOOMhX8OeQ 2016-07-20 01:27:46 193.198.209.45 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8820 +p reject 1-65535 +r Unnamed YFmZA2lxIY8QqDdsjMpNA780N2g G8b+57xVou/+T/myX6uuRItsWv8 2016-07-19 20:06:46 148.251.245.151 9050 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=17100 +p reject 1-65535 +r hal9000 YGJ1zIRp1pbLgUlfrx518/eDGIo blnfNjsG5kOOrLjrXKlcWC6OTLQ 2016-07-19 20:14:42 85.214.80.249 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=73 +p reject 1-65535 +r sever2016 YGiAHlaVCl39qmS8285NE4l4o3M F6zRd7C0lGojUKO75GvryOmMsLs 2016-07-19 19:44:52 178.62.60.187 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r ElroTheGreat YG26KqO+pOFvYz4FiEQMOIDLcWE joKE9u8M5ISHnRssquCImN4k8Rg 2016-07-19 21:02:32 178.85.140.246 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2590 +p reject 1-65535 +r tor8756 YIJq/Qhh9JtA/MTkspKoAcoKo+A TOfJf4shrj6/TfN0DiNy0OhmRdA 2016-07-20 05:17:20 87.106.46.143 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=347 +p reject 1-65535 +r ididntedittheconfig YJHjmU6p08D2OZLsh6SIna7REdw wD1GnYfVkLQ81h23Kd1QxECjwlk 2016-07-20 02:53:46 192.210.203.16 143 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=201 +p reject 1-65535 +r a10060c393046cfd YJL1n5bLExS0YA8V0oxe1NQmvJE jIoDC0GAHyQOlIVm40zPBeLdQlw 2016-07-19 23:10:46 190.216.2.136 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=21 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r HotPotato YKVUeyID3S4Ujvm91v84kQgcXfQ uQgIKtrfMVgENfLSpgQn6hbjy/0 2016-07-19 14:54:28 96.126.105.219 5353 2121 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2480 +p reject 1-65535 +r sergiodf YLQNkd4beIba32PjisrHIBEplGI o2rzpgIRdkYI+6KHl35xaE8sTJ0 2016-07-20 08:15:15 190.189.58.97 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r CryptoQuebec YLQf4+cSCcwYCwluv15dYEtOgc4 6UourEUZ3nZfKefw2nZ9YzFEfjg 2016-07-19 17:33:39 198.100.155.54 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2260 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r asdyxtor1 YMbLh/7CfJIqaglqgAZBpbA/aDc 4ne2PYz//VSUN7PP8Burp/1lU3A 2016-07-20 07:44:18 141.0.21.242 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2140 +p reject 1-65535 +r mitwombat YNxqH4awNIP4vzgtCloLNwtLcoQ 9RKid93h7IHQEgjzZ68/lqGxG70 2016-07-19 22:32:47 128.30.79.202 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=953 +p reject 1-65535 +r bemyak YOFYfAt+oUYrZ/wHBsDHKYp/ZNA VnhB8PyIuHzidqzNstsaV2uPne4 2016-07-20 01:41:37 87.251.140.93 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=820 +p reject 1-65535 +r rgiad YOTF4wbS2yKJDuJKCfm2wwrzlqg EEAXJKpDKzurJOHARIJhnkz3wH0 2016-07-19 20:23:32 198.180.150.9 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7900 +p reject 1-65535 +r poyn8pEa4hEw YOxfhRk/sQicdhsfv4jw2pq5RNU 3zwbNNQN9XmHgnWejO7oxLIxQtw 2016-07-19 15:06:51 93.231.104.182 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=863 +p reject 1-65535 +r KBDigital YO3IWQNoUmBU+k6dWck7naTZjzE bCYjBpFU3PHhJ1MdoKOwaE36EuM 2016-07-19 18:21:23 107.185.180.242 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r klasa YP5nqeK9LW/FlOMmng1JPqE+nTE HU02UF14RqKWt9apdgly3P1K8ZY 2016-07-19 15:56:02 69.46.30.166 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=415 +p reject 1-65535 +r wenoehuyuarr YQhHEAoSk32ljeoK3NT5ntV2pN4 rqu4YDIGyl19DwJgvvQ/obN0ihc 2016-07-19 22:48:28 23.92.16.229 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2090 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,531,554,873,989-995,1723,1755,1863,3128,3690,4321,5190,5222-5223,5228,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,11371,19294,50002,64738 +r melk YRN76xxJ5lwn7MRClJ9Tm2Y+e0U Wxc501T2N02WMxPsS5jUr1PLomQ 2016-07-19 14:51:24 86.107.110.82 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11400 +p reject 1-65535 +r uberspace YRevsTiii83L9V8qFuYFcrS7zc4 8RprXI6uP68cveoLKlfkXibJCmk 2016-07-20 05:41:17 185.26.156.46 64521 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r sbg YRsaaXzHcuY43JnLPzyVLPknxMo JtOOkuwCECtDJ1G3LPy4C/saD84 2016-07-20 02:18:51 51.254.115.225 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7570 +p reject 1-65535 +r sybillia YUI2sadOEmKUgp6JMq1E4roFQPY 6Q8gP6m5E9nxJKqkr+IY06KTRiw 2016-07-19 18:55:18 88.180.173.63 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=240 +p reject 1-65535 +r foozmeat1 YU/MsGyI+gDNa9z0BfJVLtCP+WU MNUARU6e/16PVdUA6wFa4Zo8C3E 2016-07-20 04:16:55 65.181.118.10 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=881 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed YVYFNBNJMpOB2sb3t35hDoKJtrA pJxYWZP49dJ0M4GMsqQag4snTt0 2016-07-19 21:58:32 220.220.108.208 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=138 +p reject 1-65535 +r BV4 YVj8QnuDXHUS4lmoUZ9OKbsThoY fFkt9fKbJ+JQE/Kmk+u6RleeUBU 2016-07-20 00:40:30 5.249.149.153 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1180 +p reject 1-65535 +r Cloud YVq+ot526zdgvFHnMGuqWfFc2PI cSpxgeoY9ucDwvxfTfcKsz4D/bI 2016-07-19 21:25:53 5.135.158.101 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19200 +p reject 22,25,109-110,119,135-139,143,445,465,563,587,6881-6889 +r AccessNow004 YV68S0jwOFj6UKPiPlr1adDSMIo +d318MDIpYbqYAGJ2bRR18/dGSw 2016-07-19 15:28:08 176.10.99.202 991 992 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=19400 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r AquaRayTerminus YWCB7IKVk69CMlUN5v+qHXWzepA f51uGlBvwYYMkCRQPt3Y25huuSA 2016-07-20 07:30:32 95.128.43.164 443 80 +a [2a02:ec0:209:10::4]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r MouseTorRelay YWNSjrkm1ulVsChtPFpcsW222z0 O8bKZrORuBf3Zbj0H/pFR+J9oyo 2016-07-20 00:08:26 5.135.181.208 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10200 +p reject 1-65535 +r gondii YW8pr5fXNewg6MfLT1gxIlvCBVg 8iVmJqPB/BEHkXOIRDA7kbfZo9U 2016-07-20 05:22:25 104.236.142.93 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=186 +p reject 1-65535 +r HackDark YXK1o0GSZIcqp6l6pLCc8i/8Jf0 ckbrkur3cV2dtpFHGM9C9L6B29U 2016-07-19 17:15:23 85.159.213.101 9051 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=443 +p reject 1-65535 +r banerelay YXMU8M2LjqdrSWOsbGujdz2mNZQ abd3LLvNKtGepPuyBpBt0HMlv+U 2016-07-20 05:32:35 144.76.91.135 9001 9030 +a [2a01:4f8:192:2186::706]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21300 +p reject 1-65535 +r pezzztech YXpqnlsZyyiiSpQqNML1j2gtFm0 q0pfB1U/xBITg/heMFuw7sV3O7s 2016-07-19 22:39:25 162.211.225.133 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1210 +p reject 1-65535 +r wtfarm1 YX9cG3rsbyX7iw/Jy0r1F0BSRd0 5fq4RmcmqCV42aVqSZ1CovzVblc 2016-07-20 07:15:17 212.47.239.163 12000 13000 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=5200 +p reject 1-65535 +r DiePARTEI YZORfmSKIbRUoEx9CmrpiNi38Wo ZZxaFySLICcDTgnrftnfN0A26gE 2016-07-19 20:27:24 46.4.60.219 9123 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20300 +p reject 1-65535 +r dockere8413d2a2e26 YZvdQvvD/kyq/Ujfl8MNG7HM/LQ llj8dFEZy//pFfpHXZ/vabIC4G8 2016-07-20 08:24:10 45.32.89.253 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=3350 +p reject 1-65535 +r kibibyte Yaj3HbKqJx2ZHxZjmCy3013LhmU HOO8cDDnZxsFSZkCphyG0EVS3Ik 2016-07-20 07:27:03 79.136.70.93 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3990 +p reject 1-65535 +r default Yc1HqZuC3G8ENTVX2L6AX2m27II nVvUCBnFBXGKAk/hgrD3ROu7k2U 2016-07-20 02:39:34 178.200.104.24 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1450 +p reject 1-65535 +r WALK3R YfoQPX6K1Sq6VVOUbD4rnjOiOWE JLPh9n6Ik8yDnhfv/k2hn9VXBnY 2016-07-19 22:13:28 37.187.18.148 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15200 +p reject 1-65535 +r PrivacyRepublic Ygf8nd5Ox49FuyTFPC7uY9zC4rY dN8h/AYhCp1PKVMazzZmWgO9SqQ 2016-07-19 22:08:37 85.25.103.119 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=87300 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969,34700,36644,38043,41197,42104,47602,58396 +r torrunner3345 Yg24WcsPhrAvgZGdoQeZ5x2Sdio L52kyJrul9uNVNki4gvwu41FZKM 2016-07-20 08:13:11 198.27.64.215 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2840 +p reject 1-65535 +r deepocean YhZLWa/Zr1B2Xh6nEgTXyIRtvJ8 f9ilcmYHZFTo4xWNj3XiElE7eZg 2016-07-19 18:10:31 45.55.19.132 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2760 +p reject 1-65535 +r cixx YjGCqeQFLkajeOouabuEg3fScoo leP+8MwiKOuClYiVyq7AR6Ecu8g 2016-07-19 18:36:25 83.162.202.182 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=57000 +p reject 1-65535 +r catbug YjXtYr8+hwjy3HdqG8wC8e6SP1U zE1wM7yUM5MFgdeTBwEu9LQAlTs 2016-07-20 03:09:37 163.172.137.141 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=35200 +p reject 1-65535 +r losttrail YjlWsW0sSmPE9EQ75a7IaxFzF5s jLn9vCxwZHXM/082cX3J9O94j9Q 2016-07-20 00:00:54 104.131.181.174 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=12800 +p reject 1-65535 +r Anonymous2 YkBpy13cmWVNkF1BJcVrurDORIw Y055TJ8YydLvt/2D4R/ThGs8kNw 2016-07-19 17:50:35 109.236.89.207 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2210 +p accept 23,80,443,995,5900-5903 +r Zion YldD+vQbeRqvwtS/hZ2kqqLoH+c A23O8z4zbkrcrAHIVmWAGWTx4v4 2016-07-19 23:56:25 78.194.37.29 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1440 +p reject 1-65535 +r bugx Yl/Ey+0gOsRMh3fWyh354yI3jkI iFdAceMNoWnU/8A/rHBOZhec15o 2016-07-20 04:48:27 131.220.141.128 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6260 +p reject 1-65535 +r tor1multisec YmUtPbHYzXhz4Bu0CJVFvgVn3oA kIJsa+aEwgWWkXp1443sLxWcHVk 2016-07-20 06:23:04 193.90.12.86 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25400 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Yes2Privacy1 YmzkUB1hs7vBnRrgtQDYG2pljek sBkXJ3nzDzSA0Kj8DNy0b7FxzXU 2016-07-20 07:12:34 178.62.14.26 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=36200 +p reject 1-65535 +r peterpam YnDSHWzvCksavqBzCYOq4IEmcBo QyDDV9TjeQ43nq6qfXd/qeVw/L8 2016-07-20 00:25:54 190.10.8.152 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2100 +p reject 1-65535 +r fnordcase Ynle74c8mkbjloqGM6OxhuDmla8 7+ZyYKpHGQJBYJnLCqRIycxABBM 2016-07-20 08:24:12 178.27.87.79 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=359 +p reject 1-65535 +r basilisk YoMZFsZ4hSx20AZIKwShewqfivE hnVgzPPg2pTGjrT0JUNxwLxKGdk 2016-07-19 19:31:19 185.8.238.139 110 9236 +a [2a02:2b88:2:1::2eb6:1]:110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9880 +p reject 1-65535 +r k3dT YoudDwadVBKXPucrjEQmtPhDlNk 9UIQoRTDoiCjHwOFFPQXk7TTses 2016-07-19 15:11:32 185.61.86.249 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1410 +p reject 1-65535 +r Unnamed Yoyi4BbCnkFRNbzqwh6RHO3Ea9M dd1+htVI/WbOElMCK6phQ13fhU4 2016-07-19 22:13:04 91.239.232.81 22 8080 +a [2a05:b00::1a:5dd:5157]:22 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12000 +p reject 1-65535 +r mozgtorrelayhelpera Yo/eAHZXx8Y7uxgtzRRV77n/P1s +sAPWmii94RugGLrF85bYc9KncQ 2016-07-20 00:17:43 178.248.108.118 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15900 +p reject 1-65535 +r Valhalla YpMgkTdPqL4b2h6UK5M7RDakL+s MOZfxSM/uXDRDUnty1Zz9OmwECE 2016-07-20 01:50:36 139.162.220.173 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=2180 +p reject 1-65535 +r Unnamed YpVLJGhj38Q+ZnvkF2OzKnrDwEU 8AMud3DeLdHNI8nzJ5pE/b2IvZE 2016-07-20 03:59:06 51.255.211.235 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=195 +p reject 1-65535 +r torsion YpYvtanxesScGr6jshJtJfVa7ug W0tkS05govHgzsohNOKQgNceQ/8 2016-07-20 03:55:07 178.12.237.31 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=7 +p reject 1-65535 +r Mozilla4 YpsiJ0bnax1TGWkYftuTl97ACDg jcr0qCZw/BoBEXVGhzRaBCOPy2k 2016-07-19 17:26:43 208.36.2.4 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=4090 +p reject 1-65535 +r Unnamed Yp70Oe0aUJNoJY6GEzp6BIndOls F0qwbnDqtyadjOtjCtdMpZLNH8w 2016-07-19 17:03:02 91.229.78.3 22 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r BungeeNet1 Yp/kNnRuCqzfyT0tpwteJp963Hk ig69NIt0ISqqmt4nJIPP12yaizE 2016-07-19 17:03:41 159.203.11.12 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4630 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r laurel YqdaxPZMte+8g5gXX4u2oHgSUgY 7jXsUAGpwj5dnhiNR7YDojrCGfM 2016-07-19 21:35:38 38.229.70.42 443 0 +s Fast Running Valid +v Tor 0.2.5.10 +w Bandwidth=1830 +p reject 1-65535 +r skophitch YrGvfuZu7t7b29gGBwdBwenDFcw EM5TyhYSRLG0qfwoPPCZvF0fogI 2016-07-20 05:31:54 52.6.9.146 443 0 +s Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=9 +p reject 1-65535 +r tyzack YrIQtVF+RnOZwkC9H9SeCNs7hBg NGJN2pf93Pf0BzgGsv/tHaEffCY 2016-07-20 07:52:36 111.90.146.220 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=163 +p reject 1-65535 +r liberusnode YrpXBmTIHuTN2lHmelkm/QE3PkE Rh4u2hTBBotdSE0TKoIg9S5fULc 2016-07-20 08:26:21 79.133.210.11 143 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=271 +p reject 1-65535 +r Radiolama Yr7mHriNSoHDujkx1vqZnXBqxNU j31kJECiavcpM46sKcpxpaDcalM 2016-07-20 03:52:58 62.149.13.57 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=104 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,6881-6889,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r idideditheconfig YsQCp0daFMYO/OZ4nGbohDK5wVU qLcsDiuVfrEpPRyFbANOaKC5DnA 2016-07-19 21:33:19 83.212.105.144 8080 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=901 +p reject 1-65535 +r chainbox YtkFhExCMp9lqeiMxDUDSFBG3LA FHYSmBhFSHhmFM33peaJjVODaWU 2016-07-19 21:09:38 77.233.238.130 9001 9030 +a [2a02:188:2503:240::2]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r capBWillard Yt+twpQK1zwQa0wN1FVYNPDntRU SVRgslzuXkFO0mTiDb4FjdKhN64 2016-07-19 16:01:34 178.76.248.46 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r transhuman YuN/VN31YDBjL/Qx7KHtCWu3h5M lBvXEd+fBg7CRoms+KZfjUULJFg 2016-07-20 03:33:02 92.252.175.200 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=551 +p reject 1-65535 +r supersoupslooper YvV/8VOStNjrknFl5urO8jgekCA T8LsTeD8nf9swgSqTAfZgWgymhM 2016-07-19 20:09:42 204.228.138.207 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3410 +p reject 1-65535 +r mansen Yvn9q+V/uPOLeYK2UspB4hSHUCs 5tamfiF9KaO7bcacu3OseJpOXCw 2016-07-19 23:39:18 162.157.27.72 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r toruptos YvqmFzIQI2egNd+KfFi9nRAaIpI pu89BzH/2hXCoFuwrEYEuqwNpXE 2016-07-19 20:40:14 219.89.220.41 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r noeditconfighere Yv7OpsKusm9OO5AW7joHCWE7g7A Ovy+mAVBGV3CbGM7mj6ovJ2KRow 2016-07-19 16:17:49 5.135.162.217 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5560 +p reject 1-65535 +r tititor YwYe8Whump8e1/McuRVsW8johrs tpNjgVCAxFlbcpW4bbPRxG8Fso4 2016-07-20 06:47:02 212.129.50.129 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=51400 +p reject 1-65535 +r PDrelay3 YwhLtgfdDG50AhQi/raROSIIszA obGVzDhiVT79JgkRrLsYQgl4sZ0 2016-07-19 20:08:05 185.61.148.93 8080 0 +a [2a02:7aa0:1201::9147:1b21]:8080 +s Fast Guard Running Stable Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=2420 +p reject 1-65535 +r Arkio YwvSK466fCinK7kRSqQGv2yzUnM aiJxdYCiGUpJucHlt6ORVxgG7AE 2016-07-20 01:42:53 163.172.130.206 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18100 +p reject 1-65535 +r sosexy YxTwVcHw+TqkBGIlcQO3a2dePew E/7MbkrFpK4EDiiOpSChTo00XPE 2016-07-19 19:37:52 95.183.52.174 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2850 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r unnamed314 YxUnipFxAGLZCyiBme+gbkqqno8 EXuBNT/7bsQ+BG3qOKz5/0S0X3s 2016-07-19 18:36:09 213.136.81.89 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5790 +p reject 1-65535 +r thevector YyjaYRNUrGX//705aoCCx91R5aM h863er8Y7Tp0BMLYU2yDi2QyE1k 2016-07-19 19:35:58 2.110.60.68 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r luster Yymf1mzFuZrKhHoQsOvJnM8Z41E LmfqHHTLkvuwJIfRANpGDfIFDno 2016-07-19 23:03:26 94.126.170.165 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1440 +p reject 1-65535 +r Lifuka Y0MG1H6YRFOvEtTQTX1S2vJOZ58 Sc6jP+Tn5B+j50IJ7nDnBkvkVbc 2016-07-19 21:06:38 82.94.251.204 443 80 +a [2001:888:2133:0:82:94:251:204]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=14300 +p reject 1-65535 +r unix4lyfe2 Y2awqMETOs3QbIB9XDbeAehsKw8 UTPrswHG5qbtpDfnLhIcC08hLms 2016-07-20 02:13:15 59.167.130.139 9001 9030 +a [2001:44b8:31c7:e401:4a5b:39ff:fe76:f665]:9001 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r MindZeroThree Y3Tf+KhfUzATc70lgLBa4jA2mrE vaWXojYDywzOs5LHUbf5xzclEec 2016-07-19 19:14:13 81.174.231.18 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=522 +p reject 1-65535 +r sirius7 Y43KSPOxy64cG26mVlETeA0rZeo VCXPYvjq45e78Hw+M2ymRcgcngw 2016-07-19 19:49:16 93.118.14.251 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=261 +p reject 1-65535 +r theyellowbrickroad Y6msxElni0s0niK00UDe4Viek2k aUgBvVMpiMaSz6mlZluUpE+juUo 2016-07-20 07:05:38 184.18.29.255 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r hephaestion Y8EANttBoJnyV734L1nNTmP/VaM pOMJKebRwG7yLVDR34IO6xLqNXg 2016-07-20 03:32:56 79.165.56.39 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6290 +p reject 1-65535 +r bauruine42 Y8GQT/4ty0i08P6KRVHPU0Euook 9SNqbYL+6viTHDOSBkQ/xBuPyGI 2016-07-20 06:45:19 5.9.26.219 8889 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16300 +p reject 1-65535 +r TangeNLV Y8ardKXCiMIVndx4O7APiKtEQnw gGduHi6bQCHkt+q8ZEhQNb+Z+YA 2016-07-20 02:12:13 87.72.85.217 19001 19030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12800 +p reject 1-65535 +r Trinity Y9Jg0h717huLo3mQW9joj+QOsgc 4tQTStK8x69xANgRYhuE3DAXzqg 2016-07-20 01:20:21 62.212.73.141 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=26700 +p accept 20-23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1725,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6679,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,50002,64738 +r flipper Y9ShozLohagdXZEuUKW3OmKcwg8 JpAg8iCNyxuB2k53ba670uqPot0 2016-07-20 01:50:36 87.150.196.86 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=112 +p reject 1-65535 +r LbDRelay Y9zP3PBuJL7WskEU/p9QETn8fkQ qxlDNA4oEcniSUrnqFDAYl9iE64 2016-07-20 01:40:54 199.255.223.88 110 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r jackyesrelay Y/6JYalSHJyPBwhapFle/2lh11s 5V6tALOsqxVarzF4Zc0/S4fiuMY 2016-07-19 23:04:55 37.59.118.246 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p reject 1-65535 +r Ididthefckingconfig Y/8fihGCPWhlCyAqSn/WTgE3Mmk VV0YuQbBUflMFc7cN9aa0u5L9TU 2016-07-20 05:20:55 83.212.117.140 54265 34562 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2580 +p reject 1-65535 +r Unnamed ZBNNpQj2+T0vaJXvIP5poLI/tSE KgntpvF2vWdH9VvRqd5PIyxF/ok 2016-07-19 21:50:55 107.2.214.32 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r p3ac3 ZBgV7ShZ8YWPTVdt8O8Wxl4wB3Y D7/sZqV1RyW8hRmardr1ABCf8Ho 2016-07-19 17:14:55 87.118.94.227 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r PsychoOnion3 ZBhmUP/kRp675StkSuVDhk0y9Dw MeNYxELXC/XwauND46ioddbqHd4 2016-07-20 00:45:08 89.187.142.208 443 80 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35100 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r Hexor ZBruJmFCo6b3LJNOyTv0LY9ktEI yOW+yuCLgP7qdMyxhejosRo8Yh4 2016-07-20 02:04:50 162.252.242.80 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1740 +p reject 1-65535 +r prometheus01 ZB5sYqO+F1C4BCJWiesdSoqcNbc oarFlv1zvgcTVIbALpqsB71z5qs 2016-07-19 21:11:27 45.32.250.46 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=154 +p reject 1-65535 +r AliceSignedMyKey ZCijjsdockxWSHZ6yrU0qZF+7s8 vQDd80xoC4fYQfIrjNod09UW3Ww 2016-07-19 18:19:53 89.100.33.125 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=84 +p reject 1-65535 +r grepular2 ZDCHVV7aqS7WAUZ3V6noNX0zzZ4 VHOecrctGXbtYA2gLHC46EziHsY 2016-07-20 03:11:21 159.203.16.23 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=620 +p reject 1-65535 +r theWildMoose4 ZENnQx6QbzjplVsxnhRHjS8aCCc ntEW5lfku2by5ZnaSnXt3TIAxAc 2016-07-19 22:12:56 162.248.142.118 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=34 +p reject 1-65535 +r FawkesSwissBlade ZEgCwL/kIJVhAemOe+jocI/+VDA CV5z6RwQV5Sv10ICCHGji0T/5wk 2016-07-20 08:03:48 151.31.152.129 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r Shaelu1shoor ZEkKxibnKLC7Kduj7h6Y2omC9Bw rRIpNHyHr6U9fi4NbdxpVojbrqk 2016-07-20 04:50:25 82.76.81.35 39001 39030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6520 +p reject 1-65535 +r bradpit ZEvrxPX8o4/0VdUxTMnEao27buk yas/1NQXxXjaBtZMYFbXsKjHi0Q 2016-07-20 01:41:01 217.160.141.52 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26500 +p reject 1-65535 +r theblazehenTor ZFJ2liEMd2KvhGMyKtoYDFgLL/o Wapbum+jh0wdhYHV9IXioS+RJ5M 2016-07-20 08:23:50 188.138.17.37 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34600 +p reject 1-65535 +r titanj ZFgV1M+XyOxaYg1dxqKEBURR9CY NL73JfEn+V2cNShZLFaYxxUU/4c 2016-07-20 03:03:33 172.245.24.228 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=385 +p reject 1-65535 +r rofltor4 ZF43/7dOquOkk7p9ReS/9aMXLZE KJcSqOdpXwaRxfWcMn6Is+fr6Cw 2016-07-20 08:15:28 168.235.146.20 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4680 +p reject 1-65535 +r Unnamed ZGHCSoJnIq4/A1MWiD4JmdoZlto 2Xirxv5eECdMd/Azw6MobTUtPvI 2016-07-20 04:44:14 185.62.190.203 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11900 +p reject 1-65535 +r 000000s2 ZGU+JckJ+HmT9O5ei/jHwRxPJKw 2WSrbUL/75iwrYP5vYizm2jyUs0 2016-07-19 21:31:08 82.211.19.143 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4310 +p accept 20-22,80-84,88,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r ek0box ZGs/7Di5kMBWMNhe39YpCECgODs RAnCuT+RDjo12F2wnG/C/Ailuc4 2016-07-19 14:49:47 70.30.232.170 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=443 +p reject 1-65535 +r torrific ZHSPyGSy0sE/foHptVev2QhQylI GzVAGb8RpTGX1g3Q1GnQMOQ/T8c 2016-07-19 20:12:24 139.162.150.16 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2510 +p reject 1-65535 +r Pionier ZHokje6OhvuoYsGd4jO2qf960Zg 8j9+EzfUqz0lQ6cHHq8qMVmNXaM 2016-07-19 23:17:28 93.239.222.189 220 59030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=19 +p reject 1-65535 +r EmbraceTheChaos ZHvyNZpT+0IsTXqa6Xlu599zY3I BsXOaXSBMG5Y6V3qoYBhbJw1EJQ 2016-07-19 21:20:25 96.230.12.75 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8330 +p reject 1-65535 +r coralairvpn ZIRri67bYjT+sY4YEkzJycJ5wlQ P3EBwefkj4tzvz+dt+WrE7UeSDA 2016-07-20 06:46:52 62.102.148.172 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8790 +p reject 1-65535 +r janitormentor ZKiDepevcXdchN4O2pRVKq7cQk8 e8OhcBbcF76FKNx6NlDjrbwWuGw 2016-07-20 05:12:12 91.219.238.221 443 80 +a [2001:4c48:2:840b::c0de:f001]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1340 +p reject 1-65535 +r Unnamed ZMvn+wuUhMoag+02lzupk4xzdeo 64gqdUbk4+fdpHhZILwK5zECUH0 2016-07-20 07:46:01 176.151.88.233 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=18 +p reject 1-65535 +r politkovskaja ZNUAxNf5iezXS0KrsGiBjvlVJfM uLlGPiwO+a6cIE49YD2TZzqpH6w 2016-07-19 20:15:45 77.247.181.165 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=54800 +p reject 25 +r justanotherrelay ZOHBQCKRJqvjBvw1bRPueuduVI0 PU2IL0OsCumiB1aFcHnrg9dWNs8 2016-07-19 15:55:00 213.136.82.7 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11400 +p reject 1-65535 +r w3ctag ZOdkhx88/QuuwEDyoGrVoLgYYQ0 XLO+1EW8A3LPGZgjrfe4auJ/WDQ 2016-07-19 23:18:13 74.207.249.169 9001 9030 +a [2600:3c01:e000:132:10::5]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=131 +p reject 1-65535 +r tord0wnfr3 ZO5EHlphT2FIt71JLtsvTzG4mOE aR4H91xCuAwTwXejEhvyCPGyezk 2016-07-20 04:16:37 195.154.221.189 9003 9033 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6540 +p reject 1-65535 +r Unnamed ZQdHFbnwWx7Vr/Kn59yxYpbp7p4 s4KEOCT83NM5qi5snB3b64OIzpM 2016-07-19 20:29:35 69.126.194.8 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=105 +p reject 1-65535 +r fluxent ZQqaYIqjgxZOYolL4Q0vgpjFrVo ysGxWTCapAM+/dqXPqg2wfgCt5s 2016-07-20 00:09:18 5.9.102.198 9001 0 +a [2a01:4f8:162:34c7::2]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26700 +p reject 1-65535 +r Unnamed ZR6imLldi/JWva/Mw6N/y7GYdq8 9pNGYh7kAkbeiJYShWjw6/rt+iM 2016-07-20 01:02:33 108.61.182.74 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=373 +p reject 1-65535 +r finely ZTDB9eRTzAjrsaHUtYNskhBgRzs NQP8XT7APgkBwzw4Rh1i918GOrg 2016-07-20 01:29:23 153.92.127.239 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12700 +p reject 1-65535 +r GhostInTheNetwork ZTo2ytKzjIE+p4AvWmCU2HbZaEo oP49pSUiX+1u3eIlB0vQvSATwOY 2016-07-20 03:36:55 217.79.181.50 21 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=27000 +p accept 43,989-990,992-993,995,1194,3128,4321,4643,5050,5222-5223,5228,5900,11371 +r Unnamed ZVMD2uvEech10jMNZgsX7ohx40g UoBjL3qwZOZQUrC03iu1Xx1OdYk 2016-07-20 08:16:40 141.54.159.184 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=100 +p reject 1-65535 +r pomyoulyo ZVqLs8ypHcufFDHGxKLWKWa5u0Y Zui7Pm7AqfGbDk1/5CEqCEkXGUA 2016-07-20 07:18:50 149.202.24.106 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=975 +p reject 1-65535 +r Unnamed ZV1Gi4/XUMUYZaeioxZ1Pe6aOSo ovSFE14RRIGYMjVDE83pJm+5Isk 2016-07-20 06:46:59 178.218.114.175 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1280 +p reject 1-65535 +r oscar ZWXzHZ7Ax9/+oZIL47pMc+81tcQ qPKCqoTOIAPiHgLrPBMzzv033cc 2016-07-20 01:07:47 158.69.207.216 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4810 +p reject 1-65535 +r Unnamed ZXM5+BPGOoJmI0FLMZYUcbrm15A momJxrvHDVVFvMJPo+oQrgD+bKQ 2016-07-20 06:40:42 104.131.206.23 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=486 +p accept 6660-6667 +r usmmmm ZXmq/6AT18hdeU0b1ZF4Mdwa1xM Y8zNgeDWNBmSD4IAHWn05qC/KGc 2016-07-19 22:43:10 185.58.21.199 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 1-65535 +r CompSciR0x ZZj8oLOt8S3WsRg4gSvcyBwpOFI CAhPKVwNaBOArMimJOl0IC3eL9A 2016-07-19 17:49:22 46.182.21.99 4443 0 +s Fast Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=1680 +p reject 1-65535 +r baeta ZaIshNhMhLH0nI0l29uz/0Jy8ZE x7yovbnviUMCaHkEmybHym2iR9k 2016-07-20 00:30:59 109.74.194.124 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1280 +p reject 1-65535 +r synchrotronics ZcFgRIF+tM4BHsIRxQimYkrHLjg owvmf6j9jBjB/vr9ldkBGg8izSU 2016-07-19 17:02:14 24.217.116.87 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=275 +p reject 1-65535 +r Unnamed Zdhr1aOWyBDbAQ93rXnOOIEBnaM xbVhyBGzSPXztyms9OAKMAVLwyk 2016-07-20 08:13:25 217.230.18.212 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r main24 ZfMi9ntksuFX5yi2oH99URXJTtE 7o6n4enj1SWR+Nn6kCeSK6wElBo 2016-07-20 05:20:28 91.236.251.24 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8600 +p reject 1-65535 +r PrivacyRepublic0002 ZfmUQzjGhBCeuXXQ7HSJsw4ZHoc v18AEXp//7cetsUye17DvCxPYkI 2016-07-20 04:04:20 178.32.181.97 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48700 +p reject 22,25,109-110,119,143,465,563,587,6881-6889 +r ididnteditheconfig ZgEsuVv7UDaOF3nh69GJqW3ef+M xoG3FQXkjjBVW0G7EwgkIIVfVBg 2016-07-20 03:02:44 77.187.144.87 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=145 +p reject 1-65535 +r Unnamed ZgQFBX/K3OLMe28oNWDHI6vbey4 DL5So1UgAa/cil42Vw87QE/nmW4 2016-07-19 15:06:30 185.112.156.38 443 0 +s Exit Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=986 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r Tucidide ZgUiWNbNflIcSITujAuELDCKH/I HMGQBVnR0fGvGxHDxMB+NDeR2Sk 2016-07-20 01:56:18 95.252.122.187 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=9 +p reject 1-65535 +r PurpleKnight ZhM9AUNQVQnd6UoWI2+8owCo7Po 0jQn06HiZH0CD8sMlWLX0qwWdnA 2016-07-20 06:12:04 52.74.174.188 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=387 +p reject 1-65535 +r Randy ZhYtHyBFljYxuCX+trOKZmLikX4 Y0g5f/RCRYHo8twiFr5ZPRRXsfM 2016-07-20 06:40:52 23.227.183.244 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=139 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed ZhwDTpd0HaX4xhRpAJdRsVCZyO8 jO+El4mvAgxdHy8ZOziyA+ygq7A 2016-07-20 07:14:29 193.150.121.164 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19 +p accept 110,119,143,993,995,6660-6667 +r senta Zi1Z95366wSRSRWkbfm926tEFcQ cZRxy/SvbfliTSKs4DaN+NjsHn4 2016-07-20 08:27:50 178.162.216.42 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=26800 +p accept 20-23,43,53,79,88,110,143,194,220,443,464,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r DPR Zi/3UyUfiib4o8f+IZge2J4jL4w wYZSboMkIJ4eNpU1KKP2l6/cop8 2016-07-19 19:37:18 212.47.235.81 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12500 +p reject 1-65535 +r motodina ZjFbyW+Fj6y+zcslJPo1J6jfOLw F7irCOPfYlWj70FKm37ajfVTg4U 2016-07-19 21:44:07 185.61.138.125 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=955 +p reject 21-23,25,109-110,119,135-139,143,194,445,465,563,587,994,1214,4661-4666,5900-5910,6346-6429,6600-7100,8000-8004,9000-9001,9998-65535 +r jakfrancjamoze ZjhG1Eg+xmM6xDne6EF+vMf2myQ BAV5Czhln2W5VQqKSJyNDWsxMN0 2016-07-19 15:23:09 178.32.221.151 4899 9997 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=1830 +p reject 1-65535 +r 0x0420 ZjuWPXrxL4IBPHJ8zFMpc95nHRY S2oGlcwjfCafHKnhBwu1u1JuA6M 2016-07-20 05:05:48 83.254.70.55 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6330 +p reject 1-65535 +r gothnet ZkQg24OT9HTpSKRBX9/vA94VBdI tfVkLKkF7WzE3aJ48aQKxxcO+VI 2016-07-20 06:28:40 64.27.17.140 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8790 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r earthling ZkvcA0R3ESL8bE9Xe/Cuw/TtVFY bn8U+sJ5cH/yVEL9CDcxzX+ooUc 2016-07-19 23:15:48 80.73.242.142 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 25,80,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed ZlJqtPb4MuyefmDeztYqBZuTSKM nfF8pl+OqHQMLULDmvAd/ZyZCQI 2016-07-19 18:28:36 24.16.1.43 12131 12130 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r Blockwart ZlcvBxFVI4BYpWOR6rn0UXb2SBA yU7ZXYB4/ZS1yjnkDNnpridoXbU 2016-07-20 04:16:19 91.44.54.76 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=405 +p reject 1-65535 +r carrots Zlmy8R0rg9mxVvnn8opMNBBcEUI lmxK0OS/ksY7/S0YKU2Bf9zaLRw 2016-07-20 07:47:31 50.116.49.46 9001 0 +a [2600:3c03::f03c:91ff:fe70:1bef]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5010 +p reject 1-65535 +r trustyenterprises Zlq6tTTfo0h9jf8fPFjbUyOPEPc yhEQjiFjgn2mY4ekESkOabLh8h8 2016-07-20 07:59:58 163.172.132.78 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14300 +p reject 1-65535 +r Clayface01 Zlr82TxnzYFxQDsR+F1tt+vpcdg g2kC3GTVEQ4KxIITt+/2jLIFkOw 2016-07-19 18:27:25 87.78.184.232 9055 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=190 +p reject 1-65535 +r himnusz149 ZmO9J68YBcPdPhRhFObdko+7AXs F6CbRG8GAi7F6qirSEdbm1yc8ak 2016-07-20 02:32:15 94.199.51.101 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.21 +w Bandwidth=137 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r tormaks Znh6/rxrBJNvtxfKV/mEHgWgl+Y FLd5JptWeMZJQFE4fJ7o5l52YJA 2016-07-19 18:15:34 2.110.80.131 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=49 +p reject 1-65535 +r VS ZpGuQlWtwse+4sJ8wcnUE62h6Oo LQrT8fRuPkpplt9evrqBeRJ8s9E 2016-07-19 22:06:17 134.91.78.143 8193 15832 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=191 +p reject 1-65535 +r justanothertorrelay Zp5QNLbeLix8+8+erI2fWkd1eZY +L9QgPNv3urHYEF1Aj7woaQMvDU 2016-07-20 07:37:01 93.180.154.94 9001 0 +a [2a00:1158:3::1d4]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=931 +p accept 993,995 +r PrivacyRepublic0003 Zqoetkqv7cHqjkmnAfbEchAsXho VN5PE1o6Jt1klRlGcLi1hH9nsDg 2016-07-20 04:04:34 178.32.181.98 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20800 +p accept 80,443 +r grantman ZrHQzByE63eSn2EQ3uqpGXYph6k +lhlmxTtLangnb/VEGwm1jPFm4I 2016-07-20 00:55:54 199.188.194.53 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=688 +p reject 1-65535 +r vikingolaf ZrcyiewhM7iHJHZ0uYyDrRcOYN0 zaInU5B4uM05Lneege0PqfGXdjo 2016-07-19 19:58:53 193.107.85.61 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2880 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,561,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8080,8087-8088,8332-8333,8443,8888,9030,9418,9999-10000,11371,19294,19638 +r Unnamed Zs20PgBttG9Kgfd+v/mp38sqk2k KLXX+Toxm0IjpsAp8wHU2t9rUgM 2016-07-19 17:34:52 213.152.161.149 63332 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r tytytytytytyty ZtdeJ2ArQTl+p1IRax8MtEGG0+s M6Gx1IqSMS7qqed5m/8z0/MdkfE 2016-07-20 07:33:14 62.143.167.250 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12 +p reject 1-65535 +r packetwrapup ZvJqjxAZeCnO7N9f4EuvLm+WAtk 3cvkuUjA6ErXKMdSuGFASmKEPAY 2016-07-20 04:44:48 212.47.249.63 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=10700 +p reject 1-65535 +r Hypocrazy Zvp0Y6OsXzKxxOlQ6CN6wed0CWw XiCOwpVP5wKPvvKxUDDyWsWmjH8 2016-07-20 03:55:46 83.247.78.90 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=53 +p reject 1-65535 +r AnonymousL ZwrNQ3V+WLkQiO2j83NUBbg3LN4 OhlCV5CLohqwGkX4LeVT7ZpB2BE 2016-07-20 06:10:35 136.62.84.20 4443 8880 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1040 +p reject 1-65535 +r BzVFrPiratenpartei ZxC/cqudlT5VnrlfiQ7r4UquEyU ewZz0FqvWFn0ObinWsPHhaoUseQ 2016-07-20 02:53:12 78.47.93.12 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=864 +p reject 1-65535 +r TWluQ29vcDAyCg ZxGg6ZKZZtA2ofdLl/MbHd/enI8 5RvOVUSzwIVlTmDot8RZhskKFfI 2016-07-19 14:57:14 13.94.156.180 8080 9090 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2940 +p reject 1-65535 +r magalien Zxn4f/P8rT44mAuyd99RpnT4qgk Z8sFSoY7X5tKN7rO/swEBSjPaX8 2016-07-19 21:15:05 96.246.190.164 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=88 +p reject 1-65535 +r yakkorelay ZxrzPLyxL3NFkSc5M5zmnl5lh2A G8GrMqGaCElHVegA37N9fYpmOkc 2016-07-20 00:31:44 104.162.49.126 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r cherryjam1 ZyQE/kJmjVesbh4W63dL9IUcuq8 Xx1UikVMCIr2h8w/3NVQILPmr3Q 2016-07-20 06:28:15 217.197.91.145 993 143 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2110 +p reject 1-65535 +r Unnamed ZzUsCWQkrJeVaV05iPHS05H2HUI HJ1DaAlZ2fgPI5rraR1YJK4lcww 2016-07-19 20:33:34 216.186.168.39 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=54 +p reject 1-65535 +r niwaniwator Z0J7cnHmJoWZF3obR8A907skOaY UTBmaN2B0DN3eLTFGnjIi1asUXk 2016-07-20 08:22:48 126.70.7.146 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r elc4 Z0KzTnNcDd1nuQkg7yiBlzi2PsA LwKORVO2IQF6rQcTcOPj4whh1Rg 2016-07-19 16:28:29 176.31.35.149 443 0 +a [2001:41d0:2:add2:24d9:6a97:78db:2bcb]:443 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4740 +p reject 1-65535 +r anonymousByPDH Z0XFsAIf4zDCM0TS2K7pg9Kkgsg yLlihihJ69e8qbvY4fMzSF471SU 2016-07-20 02:07:19 64.137.240.196 21 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r NikitaiWeb Z02z/5/lUdjMgxQjMEEf/DEvTvc 03uGptRGWzTjAOpWJ6LXRDy7bLw 2016-07-19 15:56:57 70.38.31.121 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=312 +p reject 1-65535 +r nono Z1QNINE/tOYCAX0/4wtUMaWs7pg YdUvtylDV4xEcCFR7H/80vO1NUo 2016-07-20 06:50:36 176.56.237.191 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p reject 1-65535 +r Unnamed Z2hJ6sge8e7zOba8r7UVRSl+Lmo Gv5MYUKTm5A1IWf/Q7oFqbLKJMc 2016-07-20 08:02:30 128.199.111.241 10006 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r tor01k Z3FtnlJhyml1N3jwnlYVyivEh5s /U9ukmUuiRSCAQXWS1plgQZVmyM 2016-07-19 15:40:11 212.47.227.114 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40800 +p accept 22,53,531,706,1194,3690,5222-5223,6660-6669,6679,6697,9418,11371 +r Unnamed Z3oCmyyDPAqI7HYl/9uv5+GJ4IE gRKRh0H7XN/PpG+4feuTVMVcEjU 2016-07-20 01:27:10 110.67.89.166 443 80 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=41 +p reject 1-65535 +r wetworks Z31DO1LaNYuNqUSzpsvokav+5PY 0XEqI/yrHogIAzv4rMHDWhZ7q5Y 2016-07-19 21:21:27 192.153.154.244 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=146 +p reject 1-65535 +r Flight19 Z4nGktNsqIUZv+FQEt2dA5JU/pc r+Or+Ack8lZea1elwbLXjx4K4z8 2016-07-19 22:00:44 188.193.168.234 9001 0 +s Running Valid +v Tor 0.2.6.9 +w Bandwidth=88 +p reject 1-65535 +r ReDHumus Z40VP/wMGpW5MCS8BnWqytx61UE VbJkH1jZVh0JJp/5BawVNxJJ0kM 2016-07-19 17:12:38 104.131.65.225 444 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r dankcave Z6bccWHS3gU2tfChp7XfChfqHJA c+2QFDeTNeAMJK60bKOigcwjeK4 2016-07-20 03:10:10 109.236.89.202 31415 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=706 +p accept 80,110,143,443,706,993,995,1863,5050,5190,5222-5223,6660-6669,6697,7000-7001,8300,8888 +r byteturtle3 Z6ywz7F9S2Yt6BN/z28UvIuczls K9WQs4fxMT40UYmxcmFn02Ek/rY 2016-07-20 08:49:54 37.187.107.77 8081 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14400 +p reject 1-65535 +r WaywardHound Z7HGMZbLiVPZ5moCln8V4u0/v0Y z17CPbU2hDOtSyovmI9J3PVyHM8 2016-07-20 08:45:52 73.52.48.203 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r Camel Z7wbWufUTj6fX5CJ26rqwos1EMg LZZBVJmu5TgRqwkiLWrR2/VyPJs 2016-07-19 21:51:07 45.79.91.126 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1180 +p reject 1-65535 +r Menggengges Z758RrPgMOe8eZWSREX75knp4SM 6tPv+OwvpPIlySG1l36dktCma28 2016-07-20 02:22:26 46.126.191.110 9001 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r damnation Z76qYbb6r64ME+zc4bazLR8Fp04 IliWk4ZObo+ZrQjKBEkO7yEQNiQ 2016-07-20 04:25:42 60.234.107.107 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3 +p reject 1-65535 +r bucharestonion Z8rNPSKqVxmsmcDxVd1zzt2YjJA P3NlW/U9SDEPsVVhUhZRkEol9PM 2016-07-19 14:57:28 89.43.62.11 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Britbar Z8tAoQ/x7adaonJDAt8NTwsDUg8 IESSMyZH731kX8aaEiCz1ZvgSuY 2016-07-20 01:51:35 45.58.48.225 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r dunkelheit Z9a28aHeUh3GJJAIQlsg2Y2+++s uhDTrQUMjYNsvKZuo9i0C6UVlZ8 2016-07-19 20:49:50 93.125.106.150 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r Phobya Z9nPryeIb3uLxEtKpR6dn6DltC0 aMfDtjNiOsVgHMFAh9cNLxaz/+k 2016-07-19 15:56:15 178.140.119.113 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=52 +p reject 1-65535 +r Unnamed Z/BU8UH/+X31L2+I16utnvvzEXM riZV+OqZj3JirnrLDG1QKDaogvU 2016-07-20 02:50:50 103.8.79.229 1337 1338 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=55 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r cgaebel2 Z/H4QvahbnWeMXX3KEuMfIWwXYU wbKq/3oLIZAY/HbjC7Egi52V8PA 2016-07-20 05:39:48 192.81.218.137 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14200 +p reject 1-65535 +r default aAn3vdAJJFuMdRQ4gRDyEuAImuA ZGx2lgBdws2YK0IZIliSi4c1gXc 2016-07-20 01:30:33 188.134.6.66 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7130 +p reject 1-65535 +r hsde aA6IeM+tWyI67mRM/5FnKFMkMG4 lsz3B2dWBRSnK+wLWNvAMA4igxc 2016-07-20 05:41:47 192.33.90.69 9007 9037 +s Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=16 +p reject 1-65535 +r NyotaUhura aBQi+5IBDUsh9nSVcZLRauYJHKQ 8uwyxN2Hc4JY9ONODMcePHzNt3M 2016-07-19 16:49:00 85.191.216.66 443 993 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=871 +p reject 1-65535 +r contactium aBvtDY5ltlCyFaKFLlCEW56/SEo OsenpG0VwHAhmfw+iNGKvtLwKMo 2016-07-19 21:28:03 45.73.35.123 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=721 +p reject 1-65535 +r default aCuZSq31XZ7r2ieC2L7D/G9dr1U 9Spy/oYcz1lYxCv4cPqBjn0jLc4 2016-07-20 08:02:25 80.218.62.115 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=775 +p reject 1-65535 +r f5TORnado aC0havZCPkULJcIkNcKYBFnGHPI 2EUb+5qfDqzzRYXCbyZfeSAugVE 2016-07-19 16:09:19 192.73.239.83 9091 0 +a [2604:180::1e0e:bede]:9092 +s Fast Running Stable Valid +v Tor 0.2.5.8-rc +w Bandwidth=1480 +p reject 1-65535 +r PESEC aDpmjr1eJ1iJtRDK6kV1IBbj3jA Is20dK65HBjOxp8DPg8ncDbU9dQ 2016-07-20 07:00:01 37.112.215.120 9001 9002 +a [2001:470:6c:8e3::2]:9001 +s Exit Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=781 +p reject 25,110,143 +r donaTor aEEqdWpAjmQomEApbOWBkyUYSBg zGh0tylDmL6o6zfy7zKOSHzT0jg 2016-07-19 21:05:04 195.154.108.12 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=17700 +p reject 1-65535 +r ididnteditheconfig aE5JNAgtSXYLr7kCaNosyOJRTLs +QUROxSVIrY+9slPtZX9XxQLG2Q 2016-07-19 22:44:29 217.122.195.190 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1090 +p reject 1-65535 +r Unnamed aFPpypJW36FUv4/gOrdX8vLPBI4 N7J/VgIUE+6iJCeEpMIt2EF3cfo 2016-07-19 22:27:10 94.23.167.209 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=912 +p reject 1-65535 +r kabeltorland aFhcKvJAF/XOpCipkyCTCTw06Fk 84HKpq0f6lDQZ7JOySNWJViwlAY 2016-07-20 08:36:50 77.21.130.200 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 1-65535 +r BrassHornRelay11 aFyHq3ZywJNL3YdUjE743+C84rM HYvEUs2lcndx9s1ZPpPM/7lpu/0 2016-07-19 15:21:37 185.86.151.102 9001 0 +a [2a02:7aa0:43::c636:d0c4]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6380 +p reject 1-65535 +r Unnamed aGfpUb1+GtLuis1ufnxwk0KHIKI 3TufMS18UWDFjsWWP/T2uhTpdRM 2016-07-20 05:16:37 192.52.167.70 443 80 +a [2607:fcd0:100:2300::824:7bcd]:443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3200 +p reject 1-65535 +r BackWatcher03r aHRYq5qQGkZ8MmGTwgpDcs4qmxk uZlOJEkhEoq4QIyKjDCfeOYdGcM 2016-07-20 08:42:06 104.238.221.195 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=241 +p reject 1-65535 +r tracelessnetrelay aI8MzKhLpDqMk4GkYTszO2IVeUI moRyOHSbsiveKNdsr7rUVBDoqAY 2016-07-19 20:31:51 192.80.146.170 65432 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=562 +p reject 1-65535 +r ivitorrrr aKj2cWt1t3fmsYCvYOzmFb2RuTs CyZ0NtOQPN/p+8/EGDTj1VxjQvE 2016-07-20 08:46:15 91.121.158.17 9001 9030 +a [2001:41d0:1:df11::1]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2750 +p accept 119 +r FreeBeePie2 aMzbIGbBbtLQ1kRgJxt+OmOU10o z9354FdV1pyd5Dvytz+gIT7gtd0 2016-07-20 01:17:39 79.201.237.17 9602 9632 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r default aNI01oOwnv+uWPInEStuwMxay/E n1dNTypDLKuJ+hbXhQGfDzUKXHA 2016-07-20 05:31:24 46.147.83.77 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=17 +p reject 1-65535 +r TorRouter2 aOVfcNtCNjgDxz4PGKEXVsrgviw U0rnSR/ovQQ5ZKul0blS7q/cXH4 2016-07-19 17:56:25 71.34.78.131 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=144 +p reject 1-65535 +r MUSCULAR1 aOhMjso2RgUQnLmCZxMqDFuPE+4 e12ae7vQviMF3o6YufdaTyXnMXI 2016-07-19 18:47:19 5.254.66.11 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6540 +p reject 1-65535 +r weknowyouhateus aOjVFlD0Pm2gr86fKs+DVCHm2uU +wdiMrxqsA/U4u/CxLkGS3X/i9M 2016-07-20 04:00:44 104.236.15.171 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1810 +p reject 1-65535 +r neutral aO8hWfnqHHbvPrBoaODkI4ANljQ thdx4FLnWNiUHNoKRtuSHhelB10 2016-07-20 02:49:16 179.43.143.162 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2510 +p accept 20-22,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6679,6697,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r Pichincha aPF1zKvnJ6otIwm82HiUmc7jbtc 7Wiv/STl9f52XZJbEIrOb23SulI 2016-07-19 19:02:44 163.172.139.104 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25200 +p reject 1-65535 +r Hidemyassnetdotnet3 aPcL/LKlQA7W+YyNswxBo2dDli0 MQvXBo5krL8r9p0OhpUZnakz0DE 2016-07-19 21:05:15 217.37.19.115 446 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=770 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Zwiebelschale4 aPrD0lD5vC150jE9LWhhOxK69ZA Og/0BjiO0WGj6RAAOKrrPertlxQ 2016-07-20 06:03:19 37.187.4.8 21 8080 +a [2001:470:caab:fd5a:a2::62]:21 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10100 +p reject 1-65535 +r deloreandynamite aPwvJjr9hd96lfwQeYhHWgVrkDE tZkEVoTKHP1nX1viPSkIXnLSgX4 2016-07-19 20:16:06 81.65.192.130 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=790 +p reject 1-65535 +r gargath aP4bdRG1lW2B3d0jswtJgo3zbSE EB4bCr0YLmQxbRmL6NMckKu3HV4 2016-07-19 17:23:01 192.155.95.222 9851 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p accept 22,53,110,143,6679,6697,11371,64738 +r wilk aRLCbjXzRhZbLFAItxT0Wpb3h3k kzbtPZ08QaNOFk20k51gFlvSjX4 2016-07-20 08:03:50 77.245.156.135 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4120 +p reject 1-65535 +r Unnamed aRhyW3qMqp6RzSpf6ITu8FoqSB0 R7vz9gvKydxRIWnB30Bqu395X9Y 2016-07-20 06:40:56 203.126.123.82 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p accept 119,465,993-995,5222,6660-6697 +r torror aSh5lW342s9fjuEjFs7x3i/8Hs8 9wpXC1qSLxsMTUwHpOlhVEPGD7k 2016-07-19 15:04:39 88.217.143.53 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r kalleponken4711 aT3VOj5yY1MWEPljvJME5DCvOtw H0mYhuzyVWwVsS2povYCscwuuc0 2016-07-19 18:28:25 94.198.68.218 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=230 +p reject 1-65535 +r iamaserver aUKsqx88FZ/t7QyyjxfPc9tKAhA rtpZ3J/qA5oIdw8LMjd43PjabnA 2016-07-20 01:01:13 37.120.178.191 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9570 +p reject 1-65535 +r Unnamed aUlwNmUxiVMSB3RrPQ5Oy1aIjzw obIYgnSyOkK5ULZMM8+Q4FUwyIA 2016-07-19 16:05:43 128.127.40.44 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=822 +p reject 1-65535 +r ddr aUpfMMkDsLlvVIZ1G5B66B53aYE 9HYAxuuhjJEMVTho0g3MI3nrrG8 2016-07-20 07:05:29 78.46.138.227 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=814 +p reject 1-65535 +r stratmikefend aVDF4m5FA7yfKIJjo3J3fzMQpPA kXVeLsjm5x9jbfREVVo8qd4xoWo 2016-07-20 04:43:56 87.21.68.139 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r JongeDemocraten aWIEGaPQB3Jysuo5UqH0aID9+uU ewYaw/GK2TDFvAAF5AeCtqbdhQI 2016-07-20 04:12:41 213.108.105.71 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=264 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r otterbagtc8Z3KPmfnT aWmUckkMyA3LqPOo9sGRo+gRr6M BoT1mn0GR68sZ15KNo/S7PIGfEs 2016-07-20 07:18:29 46.165.242.166 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=161 +p reject 1-65535 +r HorstHanfblatt aWq/pgwv6mdvry3C2lim0J/b94w OkAJMmmqoXfgtZp4qXBhUAlJmuE 2016-07-20 05:33:38 5.189.146.133 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1180 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r suntzu aX12EqXrbbmCJumNGAp3nLNBxlU qzVAbqDphbzC8wdw72+hnG9OLwQ 2016-07-20 07:40:46 91.219.29.157 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=2650 +p reject 1-65535 +r Unnamed aYEJTtRSulJIKoUitFzmNbr1IAA EwkXouUxqzHO+fFdGdRuHr+NJFk 2016-07-19 21:15:02 212.83.143.46 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r torpocnumone aY1/lReF4YUAEB5v86ByoCG59FQ t0/WkJWLe7gu3kIQTX018n6tynA 2016-07-20 03:03:37 213.239.204.199 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=843 +p reject 1-65535 +r taster aZOIAwr8XBEIIshd6XpRVFsZKYc 7XC3zrRBceGXnXi64rGxHn0cGyE 2016-07-19 17:03:32 5.135.199.13 443 80 +s BadExit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8690 +p reject 1-65535 +r TheBadBADdRAGON aaFxJuSZ9pegRUIqoXcBRnOLhfU W86it/iXG9O2ajZBPhMTZgPGh/A 2016-07-20 08:43:40 198.199.118.134 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=324 +p reject 1-65535 +r howawesomeisjoej aalJKnubqzHkB08zIl9fVqmS/W4 c8DjkBWmLa49hrjXib9W1EpCFeM 2016-07-20 04:12:39 128.199.81.48 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=341 +p reject 1-65535 +r Yes2Privacy6 aanmHZLAHBQ4aeSdInei8w7k6Ys ouVPb663lpQDm0cXWaFcKrZMKrs 2016-07-19 22:30:22 45.32.148.116 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18500 +p reject 1-65535 +r Bjard aavO7nEXu7v3S6A8CZY9KKT3N28 dhMoFnMbc/KVUyBMnuiiJtwJirY 2016-07-19 18:32:22 217.23.7.99 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5230 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r qwerty12345 abzKgCBjCieBvJY653ZuIru7z5A oJG1FDGKuFO81G/XU5SY9qAO6zc 2016-07-20 02:37:54 83.163.77.195 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=84 +p reject 1-65535 +r xdefTorEvey acTCz89rQYY2l2tf/AFAo74hExI nkeGnXfRXV26qvh6ySgtARaIOeg 2016-07-20 05:55:59 178.62.251.184 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2500 +p reject 1-65535 +r StealthSTOSE acpWgvDv0o6d5AmpCFz/gI4kXXs i2zgJ+QP+JgaZX75fzbrhfsSdEM 2016-07-19 15:55:31 81.228.254.169 58988 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=127 +p reject 1-65535 +r drogo acvUxaKqSQ4qoBmG2lUbUeUzZDc K54QCsqZlzIr/MItOa2UpDCuoGA 2016-07-19 18:35:46 94.100.6.27 443 80 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15900 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r tjwtechsvr1 adjlbO2q5/d2sy4VuwFeEt0CAWQ iU34cMupmHGuYYodJCIXaDWHZes 2016-07-19 20:21:52 195.154.165.64 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4730 +p reject 1-65535 +r AccessNow008 ad882hzaRgwX7K2dbwwRekI4T6A RPN1tpo2zIJdaBlsjuEtBXRbfYg 2016-07-19 23:04:16 176.10.99.204 1723 1755 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22400 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r TheSpiceMustFlow agRDBbbDaduEsKZVIvadc/TtXIc e3RfELPMaU0gXgNd/V93Q4X2cuc 2016-07-20 06:46:11 176.56.236.173 24800 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1030 +p reject 1-65535 +r tordu ag2vGod2+n4V00IbLgfphpNRa00 TzCsiPvl3vG92xcq2wZOI7lh74k 2016-07-19 19:01:50 37.187.7.131 8443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6960 +p reject 1-65535 +r Unnamed ahMH3B7orwMQ9E3K7s6qw1pucHc FF7aEWawLk0jpVMSSjxBBcUOEoY 2016-07-20 05:54:59 109.234.154.53 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10900 +p reject 1-65535 +r AotRbel ahbTao3C1FeXCjChg2xDAzRLBi0 azOdeqdsYB87Nnv4JysnqQhI644 2016-07-20 00:44:30 178.62.218.160 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1150 +p reject 1-65535 +r stauraum ahdm4EWp2AXmUgsvwUMAwOCxFho 3uAAgn2acMoB1/XAcDgCpVEWROA 2016-07-19 20:29:34 84.175.19.232 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=958 +p reject 1-65535 +r torpidsBGitlas ain9jADVc+bB1HhSNFsOUnW6Mwc 4uHKu+jJIX5KjVPdMOiWKlTeuF0 2016-07-19 15:44:48 217.12.203.46 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=7440 +p reject 1-65535 +r acceleraTOR airbSg+Ka7b3lG+5rHJqzUJr0AY Q/kh5PXZZC8SAn4cTAvpW2b1YhM 2016-07-19 15:09:25 212.69.166.153 9001 80 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r tord0wnfr1 ajN429WcufldQQ5kgZK276DMJZ4 r2NM0RXozYxdI7qHUwsUNRbG2a4 2016-07-20 04:14:36 195.154.221.189 9001 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5330 +p reject 1-65535 +r HalstedHotTub ajVJHUjbAJDd0qlz2voC0ockjfc Es9grt0iRioWitXvWdGYxq08Bbs 2016-07-20 01:38:33 24.148.59.185 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.21 +w Bandwidth=78 +p reject 1-65535 +r fivebyfive2025 ajquyj9If7n3esKkSFvUSlwhoIs 69m1GtMOCG1cjOLX9DO2zGEyZqg 2016-07-19 20:19:45 72.196.200.180 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=121 +p reject 1-65535 +r Unnamed aj1cx6kWtnE/jnAf7Vfn4fG5pDU 1GmTJgTiaJZYoKqLW6x3yPJWEI4 2016-07-20 04:11:54 81.4.103.240 8080 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r foozmeat2 akAhfNuSEGeT8ErrrrMCiqs/rQI OYYNp48LVKbbgsUOQIa2Bcz7fHQ 2016-07-19 14:53:01 65.181.112.128 443 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1490 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r WhereIsMyPizza akF0oB0wuEFbBXGCYj8x+W9wR7k Z95XYdGqjTacwTFdFsN7bpnBAqI 2016-07-20 07:35:48 109.10.163.219 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=47 +p reject 1-65535 +r Unnamed alvOjMZPl9ZZ7jHlcnqP2a3Gen4 qbCbpO4VO483BnUGQxc4L7S6lUU 2016-07-19 17:23:56 45.79.214.104 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=334 +p reject 1-65535 +r kyrtor amQAGOq/Pam62TIao3wsh7vh+Qc Wz4wpLiW6Nj3lP/1HzhmC/jRb9k 2016-07-20 01:24:17 144.76.73.140 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=29900 +p reject 1-65535 +r listerine anR560N4uUbcKmWn8scGtCuuLr0 uViMta/WMR7Ab10O62ikjX04w40 2016-07-19 21:55:04 88.192.253.17 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r TorMachine anVR7uGPeKmBMJboK/hPdA0yuRE 6sCRPs+LyNYPx0m1HFrZfPBMGqk 2016-07-19 16:43:01 85.214.62.48 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20200 +p reject 1-65535 +r TotoCaca apFMJknqZyEDGaPZ70C9vcegyvM NvCzL6TfF7PvZC2cCba1dVgqFqM 2016-07-20 07:15:37 176.158.10.23 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3470 +p reject 1-65535 +r pedrosrelaycac2 aqD2riTtRZnyybzA7IUOIgVj4Kc lbm4/ggy3P7NaYPhrvT1wzmPrPY 2016-07-20 07:16:32 45.62.232.219 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4450 +p reject 1-65535 +r Patterson aqul1md1JM6AQ4AG/eo2XRyd1jk mnWkQUYin1XJUYPLcFs2P0Bis4E 2016-07-20 00:02:13 69.172.229.199 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=702 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r onionPi aro3/UNNn4lCIieDMvJjo1mKjg4 5I28E7TnusN4U+2d+nMHElij/68 2016-07-20 00:21:49 212.56.88.47 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=94 +p reject 1-65535 +r n0n0y asIWZuu/gi+axUeXxlE43F8b2H4 jRZPOaDcIHbq1X9xVdk7S55SMDs 2016-07-20 06:52:10 89.73.57.178 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=207 +p reject 1-65535 +r MKTR atKKXY4k5DcFq/JLKnJoKTjqrJ8 3qvf9m1AJL2CL/1MsC+5L5TEiQM 2016-07-20 00:51:08 83.82.140.241 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=491 +p reject 1-65535 +r OrphanOrOften atPqVbh8gJcfNT66cQ9lUCAqk1U 9iqMnnZICSZvv6uZsGKNDjva+z0 2016-07-19 20:38:52 71.19.157.127 993 9030 +a [2605:2700:1:1008:bdcf:70a4:ad52:f4e8]:443 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=724 +p reject 25,80-87,89-139,445,1214,4661-4666,6346-6429,6699,6881-6999,9999-65535 +r kanmon atYTWJngNHSHAVk4CA/EoGPiZkI p6VHoD8Xzf4oNVfDuFfzanP+EP8 2016-07-20 01:24:04 81.7.13.248 443 80 +a [2a02:180:a:36::248]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=855 +p reject 1-65535 +r hattivatti atqhKcGMLzYkmkfRM6eelXbYNIw 8fsCE9RBoeJiOAGGEeSHQpnFrpA 2016-07-20 01:48:13 82.130.9.15 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=1400 +p reject 1-65535 +r ketamine auXeJF/3UrZRwKLowdiEUKhemM8 ZAkdwUygglC+4KpKt8JhcnvAZvk 2016-07-20 03:51:34 46.165.253.164 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6690 +p reject 1-65535 +r Tokei awJfKLZY0/OKk5VNejEHXnbqa1M aHUOzfOiVJDsnYzcvzKYKhm/Vuo 2016-07-19 20:06:36 79.148.85.108 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2840 +p reject 1-65535 +r null awm3XnwCGd/qzZV+ouc19cTHIJs 8T9jvsH+mn17qwyBNa5bpsWEtTk 2016-07-19 23:40:11 84.53.247.169 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2080 +p reject 1-65535 +r theLamia axPdN0940xQQ6h432AL/ca3dKrQ LaWE/olZ60RnMxfj/hgBGw490bY 2016-07-19 23:52:50 83.248.178.221 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=27 +p reject 1-65535 +r Sand ax2tSC97QDBaixssOBCa32oQDJU ufS1ZC21Xi7QUAmcrJ/t+5kdXHk 2016-07-20 08:29:40 80.81.17.31 9006 9007 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19 +p reject 1-65535 +r hessel1 ax4AGSmvTdu3R9AuwoNAeSt3JKY QFeH0zgX2JlDYLaUe1m9y1fBc9Q 2016-07-20 06:34:33 109.163.234.4 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=57800 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r qwlos4326fsdc ayVrER/v4CEF6hXiTnXJAzTHQ/w E4in4gOU7yEbKHxDOJGXimKWVSQ 2016-07-19 18:24:11 88.9.30.202 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3 +p reject 1-65535 +r OneMan ayzPB6EPxpmMc5ZZybwUmsPiCY4 ngPeJMmBXDlFu95VOFG3/xDCwQI 2016-07-19 15:18:36 81.33.202.28 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=308 +p reject 1-65535 +r hasselba ay4f9bKto7GVCg7+bSL7CehG7uI WVovxYN/4FHEs15lbB0xrVXz+XU 2016-07-19 16:40:15 94.79.137.182 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r PiratenParteiNRW azIJyIkjqApN9MhvWF7UqGQ974k 42zRWeObAcfrrAnyXmoJO1R7aVY 2016-07-19 22:58:39 5.199.130.188 443 9030 +a [2001:4ba0:fff9:160::2]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13400 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r martinnimoeller azJVOrpGyln2hl2u/10ZekZBmpk Ce/p/9erlUBvoxGOC4G1W6X43nQ 2016-07-20 02:05:44 78.46.22.23 2443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=53 +p reject 1-65535 +r Unnamed azldKcSNyDlgP202CFmEo5bIZ0E Fu17Itzr5rf2OV5oFEpyvIGHD/I 2016-07-20 00:31:55 77.58.148.208 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1160 +p reject 1-65535 +r Vorty a0uB8TOmpAHgNBMXDHiSXJhWyzs CNUrVgzmKTbm281UI44FZJ6Flpw 2016-07-20 01:07:07 78.90.227.228 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=195 +p reject 1-65535 +r eye a03ZXawkEEOPOUj3l6y2GFwNvRI t7j+pODzRZd/6Cc0rsEdDKrKuNk 2016-07-19 23:47:51 92.222.9.53 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22900 +p reject 1-65535 +r torzilla a1zjfVbieuTGJaR394jRhpk0spk IJF35kNcOlF6jhWhkwzL/JQGLm0 2016-07-20 01:33:46 95.211.205.145 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25400 +p reject 1-65535 +r goodcleantor a2S7J9HzpRbls4cn0RLKB+v24rQ 2WfqPXrMSo/oO2zKMYVB1kWnb88 2016-07-20 04:12:07 78.52.90.152 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=15 +p reject 1-65535 +r buttersny a2YnTfc8KayxwdB5HH3i5cVU+ew /qLI3uvQ2RQDWGtQBzgFEJ63efA 2016-07-19 18:03:40 104.131.42.149 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2030 +p reject 1-65535 +r FreeSphere a2d0AWU6IdvIy4t4PI3kmtmkpaY 5k/wDqlrcxKLooLR0JYfn0jWCLY 2016-07-20 04:38:04 109.236.89.202 8080 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3730 +p accept 80,110,143,443,706,993,995,1863,5050,5190,5222-5223,6660-6669,6697,7000-7001,8300,8888 +r FRage a2l/P/BMJhI0ZqXA5dH42Rkllno tP1kfCHCA22czFOGDrey/aon+Kg 2016-07-19 17:21:49 95.130.11.147 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=9220 +p reject 25 +r torpidsROclues a3GRY54XmWX9aUYSybLI+0Jnsn0 J31qxU/jk7Y4JLfYmIfpSDGkzMU 2016-07-19 20:39:26 89.46.100.162 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=3300 +p reject 1-65535 +r Merlin a3q0WxbnaI8EJz9vqLiTTNhEoPI MaVspP5YvUPGojZixFFolwXre9o 2016-07-19 23:40:54 185.81.167.153 9091 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1010 +p reject 1-65535 +r trex a4gQP1yYTMbE85C2pY3xj2BEIVs yUkJs+Dz/OIBY1LOe8m3TQ/qCkk 2016-07-19 20:35:15 104.236.236.101 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6820 +p reject 1-65535 +r slacknet a4jiD+6OtH8ajjAgfzJwBcYaAT0 48U/NVOSi5yXLyMkoBe/K6Asd8E 2016-07-20 08:09:32 148.251.221.163 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18200 +p reject 1-65535 +r ksdev2 a429GilkPiI8vT6M6/bCL7ZQE1g P4xl6GPdULpGqrtAa79cdG8JNdA 2016-07-19 21:17:31 37.187.176.64 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16300 +p accept 43,53,88,110,143,194,220,389,464,531,543-544,554,563,636,706,749,873,902-904,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8074,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r RainbowGate a4/Dic0t/rI61yEXXoEAQN6dMk4 Yt8kI+PpMuMIp36c+6pKz3MCS6s 2016-07-20 02:38:28 178.63.46.97 9123 9124 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10200 +p reject 1-65535 +r BaboxTelecom a5OSZql5c0KKqSJMz9L2o4q0l0U 6oypT/p+zCoY0AM2IhmG6lSkAtg 2016-07-20 05:07:22 195.154.97.10 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=16300 +p reject 1-65535 +r AMDmi3x1 a52DhD29aG27gGaYm/zJAwP2ewU bCHkjms3djEM4ONSaFj3XasVERQ 2016-07-20 05:20:19 185.125.217.66 9001 9030 +a [2a02:f680:1:1100::174]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6420 +p reject 1-65535 +r BrassHornRelay07 a8guupnc15bH/WbDWUrtnabOKt4 ju6au3UaFwn2hYYA6UD0pvixbeM 2016-07-20 03:42:21 163.172.129.50 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9470 +p reject 1-65535 +r BowiesInSpace a88BMjgSUnAREK9Y4o5rkTSaaBI k+dW60LC3kzGQIDwWH9wawGu3wE 2016-07-19 20:56:47 128.199.69.234 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=59 +p reject 1-65535 +r baronnet a9JKfVqngtUUhUeSC96l2DXpnTo tWggSlqv41l0GFD4NIoHERBrvfs 2016-07-19 22:07:49 188.126.79.22 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2200 +p reject 1-65535 +r quasimodo a9bu9WwmxOlV9x9Pr+McLZPtGRM MN3T+QAPa/7pA05VTwRoKdEhBM4 2016-07-19 18:58:27 128.199.122.104 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=162 +p reject 1-65535 +r tiggersWeltTor1 a/GH6JMRIliAzt8/KVa9TkAJ9os 9FHcKz8CK3rXGDwxAZYt8roMbR4 2016-07-20 03:51:37 89.238.77.4 443 80 +a [2a00:1828:2000:456::4]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=3800 +p accept 110,143,443,993,995,6667 +r KagamineLenSuKi a/ILXetiiAQBpB4EpahyIwg06+Y 5WuKh3NeasyMnNPyFuAw6+mXtb0 2016-07-20 01:26:54 164.132.109.143 993 110 +a [2001:470:1f0b:6bd::1]:993 +s Fast Guard Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=45200 +p reject 1-65535 +r django13icecube a/JgiTnZQ+cQp+jnl/YlLubglG0 5BKTJEyt4VqHhTwTd6LrD7VSZVs 2016-07-20 04:25:51 188.98.96.154 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r Unnamed a/KUvDTVN0hp+t5d1sp0A3xErjQ nYTn2GKUamkGNKNwOAzDPOPWu+0 2016-07-20 07:24:15 5.45.100.22 9001 0 +s Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=21 +p reject 1-65535 +r Unnamed a/SOJWePjfVvU/Eh7eLM5eHxzAY VV4UYsJoc71ZAuRuz26AyesySjs 2016-07-20 03:03:39 128.199.111.241 10005 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r greenGoblin a/afXGP0XV3aOAUcOlxSujzh1k8 DOpPHQ2S0t4c3J9RpwiE2gxZ1QE 2016-07-19 23:30:44 195.154.110.117 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=290 +p reject 1-65535 +r areallybadrelayname a/8XwHOafByNU3AmBFqIZCoic+4 tyI/UZDT+mcRjN/l3qTy3w4enLs 2016-07-19 15:49:19 217.162.145.152 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=749 +p reject 25,53,80,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999,14550 +r docker8ef53ba530 bAR6Sal34OAmrLOFXd5U/VEuXAg qqEvFCPtOOVZXndEzdFEqmCc9uk 2016-07-19 16:55:16 159.122.251.58 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=4820 +p reject 1-65535 +r zeus bAbeGs8HqZnFnlBvDkbwisV7UZA hIO4vr1kw03Xm0/BXniNBj3RCQQ 2016-07-20 01:15:42 109.126.9.228 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1130 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r whim bAmkFphPMHa4XvYsg8+pTNVLbNk QDaAD3lX84tNJ8HDYVUQrz5/BRg 2016-07-20 01:49:32 192.161.180.49 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=320 +p reject 1-65535 +r Unnamed bBFHVwvxxgknkALanm4aQI+SVKw G0KQGAZ54Gau8cNt6RwOCL58JFE 2016-07-20 07:13:56 92.38.168.180 442 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r kangapi bBGQPX1cBtCHLYiWAOgB5WjbuHs 4ZJbuaYzuHUPvlfANnTx8sGxXHs 2016-07-20 06:32:25 101.167.33.247 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r CalyxInstitute11 bBQ3IP/4Rp72pcW0BmNmNAz2wNE oj1pYQF6HNIljb0bwkZsIaokByU 2016-07-20 05:40:58 162.247.72.27 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r askatasuna64 bD46svXwPNcbY31DO62SSh7MV5Y mQJhicW/P6gO9MrBvlhiGtBwF8k 2016-07-19 15:50:54 195.154.15.227 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4740 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r freeinfo bFUiktnmLFa/gMnRlrxvKcm8nMA FjRZ5LJjmqHxcmMTxgnkeunWPaQ 2016-07-19 19:17:08 78.37.35.100 8080 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r UbuntuCore45 bFzjEuNzU/tf9G2V6gKak35QaVc txjYHJ8Tr6zf+2g2bBXDap0E5jA 2016-07-19 18:22:42 71.47.67.195 35656 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=464 +p reject 1-65535 +r n0torRelay1 bGS6uf3re7duJBRQJftoDagmrbo maAMQvskBljgcjZ4QQ1nNYUrbsI 2016-07-19 15:37:34 139.162.151.86 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=162 +p reject 1-65535 +r gate2 bG+rniCuuOVPE2s3Skxr8XxbNOg oJ6JiEo8FYGqjQLORAn/mgZt+Zg 2016-07-19 15:39:28 62.75.255.37 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=127 +p reject 1-65535 +r Unnamed bHYC60HcfFbdnVoam78mp4ydK4s ImWF7D8Q6RW0v7joFqnoZ8SE2LI 2016-07-20 01:27:45 149.202.87.180 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12700 +p reject 1-65535 +r torrelay0815 bH7sbpLiLJ8Vh9fWsPYsyDGXoNk qkEZr9TE/g11hgaJyEaIQthIHnU 2016-07-20 01:30:59 217.93.24.251 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=852 +p reject 1-65535 +r Unnamed bIQe/ISycXBaqEekIeeeCJXfc/Q RfCDRaU1mTzbYmxgDTmM2lDpIY4 2016-07-20 05:00:13 162.219.7.57 9001 0 +s Fast Running Valid +v Tor 0.2.8.4-rc +w Bandwidth=1780 +p reject 1-65535 +r CatRelay bIfwiXJd3iSdWHMgdbECQFkjo7U PtVdvzpOTVYbBbuv3VdCrr/qi98 2016-07-20 01:06:16 195.154.92.155 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28500 +p reject 1-65535 +r seconds bJMYU9unDyMvU76oHgsSwVVkl0k t4nhAfZsaGpJS6p8O+oZIMNaV90 2016-07-19 19:36:48 79.134.255.200 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5000 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r nucnuctor bJb1W40MvMAvDDySk9TzE1GSsq0 IvRyt1r8mJK25JDMCVuTXEW7x0E 2016-07-20 02:53:16 170.72.39.217 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1050 +p reject 1-65535 +r IdidEdiTheConfig bK8jdRiN3kI9la2ovEpOiBjPW+8 l1y8RD0ALtcZo/Al4quNZDtTqAk 2016-07-19 17:14:59 88.198.119.197 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2740 +p reject 1-65535 +r Soyuz bLQ78kC0s2/VVqc2nFKBSY3DqJI 5gMLRezNXgJ5kY9moL4hMHb/DUQ 2016-07-20 01:40:41 103.10.199.100 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=34 +p reject 1-65535 +r donaTor bLSaU4eX5RXykQD2YY4nHciVkUs 6ONJKNlMg1TJzDGh0r9x+b6zdNY 2016-07-20 03:13:55 195.154.113.79 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20200 +p reject 1-65535 +r HIKIKOMORI bLdCrX8a1NjsgAzXkdHTJ6Ux8PQ BH3yYCuyPX4pUiLboB2U9Vc3djw 2016-07-20 00:58:58 133.18.16.249 8080 0 +s Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=156 +p reject 1-65535 +r FdGbH9QWEGudy bN8BaXdUBMqeVmTOMn28PF7tYZY 6vnJU3QzFp9x4oSCDGSUuCOmRnc 2016-07-19 23:00:09 213.138.109.144 995 0 +a [2001:41c8:51:490:feff:ff:fe00:3214]:995 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=531 +p reject 1-65535 +r default bOhLrxcNhu1z6NtPFXm4ptal5PU JxSXIGmDSxgJ39gFTeUhz+IzsOA 2016-07-19 22:30:29 178.24.208.223 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=10 +p reject 1-65535 +r mail bPpSjAqo7kSicwttGOYF5S4AHis L2FJE555TPXs+wJrdUFuxosdDlU 2016-07-20 01:33:41 31.192.108.58 9349 2611 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1090 +p reject 1-65535 +r g0rynnas bRvYWcxP89yhQBJHb2syrWGiY2A K91B3Cf5cAvZK8Z4Zwczq/Cd3j8 2016-07-19 22:52:16 91.211.107.172 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r Unnamed bS0cdyGEWh2nLb4eM9XWfVgORAU aoi7tOUIHvkMEGcn9IzwvH1pOno 2016-07-19 16:37:24 90.65.27.91 9002 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3190 +p reject 1-65535 +r securitycrap bUF2+WpUlXCkHh4qW/uYAmsbucA 5bkxXmC5lm9Dsa3PQvSpw8BN7yY 2016-07-20 00:04:12 188.166.253.47 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=236 +p reject 1-65535 +r garlic bUWjrD31TEfA9nZA8dDTaKjD8zk NDd7tvJsTtT3sDX/NXZheugh0gE 2016-07-19 16:30:05 73.4.3.178 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=180 +p reject 1-65535 +r domob bU7MONWtkf2UgsJBIvsXCuuN45A Rle7cYSVQc3enqzPSC2Vr9iuhu0 2016-07-19 22:28:50 176.31.184.255 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=408 +p reject 1-65535 +r tornickname bU9A9hfYjD6o12nvMrSSnjblCH0 Qn7hHTwsdBTFVLR1LmBLEs5onjc 2016-07-19 23:35:43 188.85.222.31 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r marodere bVorQrEGluKUAB+6nT6quXFnvbY rvCIK2kx0Nl92DMIYNLZIGy8ba0 2016-07-19 19:30:01 46.188.15.7 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3710 +p reject 1-65535 +r idideditheconfig bWAYHWMDR4orB0+xKQQOfGm5fo8 upPpseJEKTI/WKDSkQZ54IEaX0Q 2016-07-19 23:36:41 195.202.196.95 6887 6886 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=77 +p reject 1-65535 +r Unnamed bWAqxWLfv+nk/UQNIv68fgYsVhE UpZSAQ2Lc4KuUS6MDgcDVliveDM 2016-07-19 22:06:13 208.68.38.85 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18100 +p reject 1-65535 +r gaipa bWxRM7Cn+45SA7lY6Yh6eYFg5XA TkAiE9uT+E0ix0P0JYPhysCnA7E 2016-07-19 21:18:05 46.23.72.81 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4790 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Noonesland bXxvSXQZu/AkggrvZ5HSC0mkoLk bSVEkJJ57/t0Og+5d7FL2/nlb9U 2016-07-19 16:30:50 86.56.26.251 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=138 +p reject 1-65535 +r PartitoPirata bZILo+45XmP9P9uPo3mZPG6niXo NJzOICAuqwd3qy92LaXO04/D/NI 2016-07-19 16:07:08 188.226.149.124 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=21100 +p reject 1-65535 +r NodeBuddha bZhkx2qFGnr8rF+Xv/PU3YNRGEs pA+mEm4rQp6Om42dxmASt1H+dBI 2016-07-19 15:49:00 92.243.30.98 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=116 +p accept 80 +r otherwise bandPESew5yxSnp5DGTo0FqpFkE A16K1BqqHSOIKAUn1U2EBzPN+HQ 2016-07-19 16:18:04 85.234.213.168 9090 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34 +p reject 1-65535 +r AlphaChannel bbPRwAMSp1TfrbpKIddAb6TL2RY 8SsIllgwowL13jHGpbGj+tvJZH8 2016-07-20 07:25:40 91.64.194.138 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=590 +p reject 1-65535 +r default bbcD2ci8cMkeah4rjF0ogBt77YQ CgbttUNbt5YLiH2x7QQ4EwNLJcY 2016-07-20 03:32:54 86.20.43.131 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=24 +p reject 1-65535 +r MyLittlePonies bb2cmRaoeivqzkLrD3/gM3K0e64 KEGHzJTic382FH0ujDzjvO6R3Qs 2016-07-19 17:46:26 37.139.17.211 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=352 +p reject 1-65535 +r MooseKnuckle bcR2JfREt+U54zdAFi7YXyPhw78 vc9tnxcUm/izmywZ6U/3Q3discE 2016-07-20 02:59:16 68.148.174.170 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=363 +p reject 1-65535 +r default bd81Su2xEkRyuUEGvUUhorMV5LE UUve/yXzVlg6sIO4somnEO0148k 2016-07-19 20:27:19 42.112.16.193 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r hansmuff beVwZZgE3WKIPt8LP5FRItxD1z0 39jZM9babSYsztCiLRmgfBDP+fQ 2016-07-19 22:34:42 188.40.235.215 9913 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r eriador beYab3LB5UGKZr/tgN+2Pkx3Zo8 gAvv0i4bSKqqOmjHjqk7fBD8B+Q 2016-07-20 02:04:07 91.121.84.137 4051 4951 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=28200 +p reject 1-65535 +r spacecowboy bek+6Fl9qghtXyPC8yv9Tc9k7RE PaCUDOr6QVty18NIEuyYLJV7euE 2016-07-20 03:19:01 217.251.56.221 9001 9003 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=179 +p reject 1-65535 +r 00000s1 be10PecKYVlzE+vcqgplHFPkazY HlU0CFCw49Qe7eqOFjVAKc+A2oM 2016-07-20 05:21:33 82.211.19.129 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7540 +p accept 20-22,80-84,88,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r snIP3r bfvw/1BFYSWtmN5mXMYAMYY/65g iWGFfvu+9EnjnUTIPrTJ4J/48mg 2016-07-20 02:40:06 217.254.95.66 9002 0 +s Running Valid +v Tor 0.2.6.10 +w Bandwidth=16 +p reject 1-65535 +r Onyx bf60HATM6EaHEzjoXdWs9c+2wd0 OKpwp47PJVDy58VYPvkjKL+1xFw 2016-07-19 21:17:55 192.42.115.102 9004 80 +a [2001:610:510:115:192:42:115:102]:9004 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=273000 +p accept 6660-6667 +r AjaysOnion bf8rdOBVhBORGPYvwmgvaVsDfkk TCirrxpoCJcMFyVbHSSBXN5efUs 2016-07-19 20:04:44 45.63.40.215 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2490 +p reject 1-65535 +r Gatekeeper42 bhS7gGZK3GatDnLxxE4XhZ1gG0Y VQcUP5ZX1I4XHB+ut9C3063DTYk 2016-07-19 20:39:30 163.172.165.203 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30600 +p reject 1-65535 +r Unnamed bhhjv5MZPLz1iCnWsh7w4XLDP4U QZdkych9zCOOnfOcrmGG6+Cgs2c 2016-07-20 04:18:29 62.249.166.202 29001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2190 +p reject 1-65535 +r ididnteditheconfig binx8rIgNUST5fF7vC6VWT3MyKI 4AmXGXNkuV5ydoXLBr2SmdvWj08 2016-07-20 02:27:14 66.90.144.218 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22 +p reject 1-65535 +r evigfilosofi bjw+wk/Sojgf6+aYnDYkO9zMCCY 6HDxz2QRbSCrVth172l7eol0yL0 2016-07-19 20:34:45 84.219.211.78 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=140 +p reject 1-65535 +r dlavolos bkH5vD/mJtGJeGXOmpM10JqNpf4 H9ffByUm9oW75SpgTvLKlkOsrNI 2016-07-20 05:43:01 162.220.246.230 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15000 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r AVUSBerlin02 bkSlLj0f92g/5cOZw/tekS3hxrQ 4/c9qFdqbezh/iEWIRNtAnxB3Zk 2016-07-20 02:29:10 213.61.66.117 9002 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34500 +p reject 1-65535 +r libertynewsrelay blYzuoHWXUjeSNoY9zCcp9GePKI IPlzPbVieN5ccjE+NGViihH281o 2016-07-19 21:56:18 107.170.153.80 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1970 +p reject 1-65535 +r owrtmcsrelay blxr9642F4kg6ARua1M6eqze2bQ E/7a0hCAX4F+E5ZzKIE5HaUM8O4 2016-07-20 03:02:31 118.148.71.185 80 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r OneDoesNotSimply blybNV+moCWPdj5F1hI763gqdFw psT1sN8m92mcizAQpAIY88DYz5o 2016-07-20 06:50:40 68.203.2.87 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=12 +p reject 1-65535 +r darkr00m bmBHcmwsv2bSwsOcu2DfyFhYBN0 VcO9/VP/Sw4pGrvJd7zNELwP8UA 2016-07-19 17:00:40 24.20.185.65 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=387 +p reject 1-65535 +r torricelli bmQr0IpdaHssVeNZNuMnJjapA2I a6jR1AxGGguFCwSY62ejbNKND+g 2016-07-20 02:01:13 90.1.107.215 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p accept 465,563,993,995 +r torrorist bnHHIY/CMAkJlsBCQYHg17P1bpc khoEI4G7er94iqGoXiPSE7J2Ggw 2016-07-19 21:00:04 185.100.85.147 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=211 +p accept 20-22,53,80-81,110,143,194,443,993,995,1194,5222-5223,6660-6669,6679,6697,8080,8082,9418,11371,50002 +r ballzout bnmSPwi3PClAvNEO4Dms7PSOkYI B/pFWByJar9LnrohkmOXOrMfRbM 2016-07-19 17:46:09 108.56.215.35 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r carrumba bpBt135mro8d7XKJ2+KCGLFLiwM wr7Cq6ASmCFfv7ue6L7j0GqBRYQ 2016-07-20 06:59:49 195.176.247.25 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=84 +p reject 1-65535 +r plusgood bqBTEXudzswGg39MuYniryoxaFI o3ZkGFknWTW3cABLaW4Dy3tc0hQ 2016-07-20 02:58:41 198.211.124.214 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=88 +p reject 1-65535 +r moriciotor bqu3GUzTfwJq+kWcHvboptqvW2I +OSxa66K2DQqGd/r8izxojWRpyo 2016-07-20 08:07:32 190.71.188.138 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r Unnamed bq+g/KpWA3/BXFwUsuvkgyEZICg stqg8ZTRoMatgkXJjMU9MMbx2Xk 2016-07-19 23:12:31 78.47.82.196 10923 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1810 +p reject 1-65535 +r Debianer brpuJttcQfHCmmB+bpeXMOVNHP4 E0YN0+YUkf1zDPT2nJV2L3yW9eE 2016-07-19 23:27:15 95.143.172.214 61058 64671 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r PartitoPirata bvegfGxp8k7T9QFpjPTrPaJTa/8 V1wwbPTd6LikyDMGhDtWs2Y88oE 2016-07-20 02:07:52 188.166.16.91 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=42400 +p reject 1-65535 +r d6relay bviXZFt5tss16FOzJQY3UBTeNiE cjpiP0yZilX8eHs/ti1OiMKAER0 2016-07-20 04:54:22 80.127.137.19 443 80 +a [2001:981:47c1:1::6]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3970 +p reject 1-65535 +r Unnamed bwJ/16hUT2u+Nq3tUkElm7erlBQ wGOwlnbl1wXf9AfbXfp3XIGcM9Y 2016-07-19 22:01:58 213.138.113.232 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r oohlala bwV0qdFlN9YUegH+O5s6K0sanf4 nqGwxLPOyrBH9g3iL+k7prmX3U4 2016-07-20 06:10:34 122.161.183.27 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r Petibonum bwz/Y5pp8y6UH51RU28xDghyqrc 3ahDCM5E0X/ZHamfPMCJ1o58AM0 2016-07-20 04:18:58 90.112.143.167 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=34 +p reject 1-65535 +r goandwatch bzI1XYVt0npJOWBDZRIdncDyohc amGoLfxrxSXtqYZn3W4syu6rVb4 2016-07-20 01:36:31 217.12.204.161 29266 8287 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1210 +p reject 1-65535 +r idideditheconfig bzr+LNQ0M6wNQ+Z38+l0jDbR1Hc 6dHQ9QxLwLN+3qArHp5rGsldlvg 2016-07-19 16:49:44 213.114.149.160 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1330 +p reject 1-65535 +r elysium01 b0AryL13Xngm3xkMmJSszOmP774 TPWOSWZMMayLNdr4Qxgfwn2clwA 2016-07-19 20:12:33 125.236.140.152 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=211 +p reject 1-65535 +r iedittheconfig b0BN4zKT9x8Qyy6meq689zLywQA 3aSjaqFRnzOp8huvZn0jGdVXI40 2016-07-20 02:25:19 103.29.148.6 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=197 +p reject 1-65535 +r ZzTor b0LdL6WE1op1yauIwdLpjEuIGCw h1AmqwC9wXRUKpe8VNeohlFxzgw 2016-07-20 00:02:48 195.154.128.58 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=7150 +p reject 1-65535 +r darkmoon b0b/agAm9SJSC0lZtjpgv+DDTxQ jJ9JkxtcccLQrl4491qzKb2US5c 2016-07-19 22:00:42 50.116.48.133 9001 0 +s Fast Running Valid +v Tor 0.2.8.5-rc +w Bandwidth=2380 +p reject 1-65535 +r CalyxInstitute06 b06f0A1CUdmL6W+xqlRv40Z2qVs Rk606lVdfzs6OEMrp7Qu7nF0CM0 2016-07-19 16:43:09 162.247.73.206 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r fickleberg b0+44YtxOjTKZxSmRpryIuJQWIM HjGmDAZ1f9k4lWXzkCPSSuJIoqs 2016-07-19 21:53:30 128.114.97.26 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=94 +p reject 1-65535 +r Vreeken b15ebGVEFXYaJTVInMXVCwG2ymI RAyaE4aCZjLyncn+fOe7CHu8Z5I 2016-07-20 04:50:45 88.159.245.112 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=15 +p reject 1-65535 +r brotherjacob b2WG8WMcrBEVuVYWVudmTThrf0s z6q4qhTQY1bbk0Nj7xSoFdvLcjE 2016-07-19 17:54:04 46.4.55.177 1723 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=353 +p accept 43,53,79-81,194,220,389,443,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1293,1533,1677,1723,1755,1863,2083,3128,3389,3690,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294 +r nimra23 b3Rcg99SfEZNOX73fOEBc9qQG2c wSVwdj9sVIcvj0ddHhmUj8Y2RuQ 2016-07-19 20:14:06 209.148.92.154 1433 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r CatRelay b3o+2TLdJy5er+Tb0HjrPX0s3ME zYgfTyGxQCdvAAq46OTLhZa9kEA 2016-07-19 18:43:54 89.163.245.184 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7330 +p reject 1-65535 +r Unnamed b56h65bsFbjo2cmlahKUZbyzBdA GvJFhbUom7gRFsQNgx3qf+EuE3k 2016-07-19 20:11:58 78.47.246.35 9031 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p accept 80,443 +r slowhub b6D/PMVt0Fi/VRmc3gWnqsJUSVw 9TqiGOQz+a+AylmPTTGsf8cGFZk 2016-07-20 02:49:11 104.238.188.83 25128 23885 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1780 +p reject 1-65535 +r schroefdraad b6aIaIMAreXZNWNecqZiJvzM+IY o/nGitZRtJelIV9cXpZKSH29PHs 2016-07-20 03:20:42 83.163.232.95 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r isthistherealworld b6rXzH67AIrvLlrhu5CCzYvWBkg gfd1KYsXpKxNHOmlFvWC7KCv1NE 2016-07-19 16:52:00 212.51.156.246 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=775 +p reject 1-65535 +r jarl b679H2Wi10kWn2VYtVPYZrx9Ev0 ATcy00mDi0Pf+RL7WZDAFHOXZW8 2016-07-20 05:03:43 176.126.80.10 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=398 +p reject 1-65535 +r TorBerryPi b7B14Sgtkmy6a/jArpEtMM5JTxM 0Uw7CdAmpbEiTbQ7r1wx5wwZrXU 2016-07-20 02:37:02 2.240.45.118 443 80 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=15 +p reject 1-65535 +r kitten4 b7OOsi5X737V7wAjj2pI5VNzXYg k2BoAwduIEwiIYYez0myzZZzd6I 2016-07-19 19:00:05 212.47.237.95 9101 9130 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6550 +p reject 1-65535 +r Unnamed b7Qe0daPzDmdzoFgDOMDYNz/4mM 2TH8i66E+MbUArDFt9cdea79zw8 2016-07-20 04:36:53 62.210.37.82 443 80 +a [2001:bc8:3c96:100::82]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48400 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r 1001001de b8CFyqIKX/u8SHLFQukcqcgRnls qWMnMNO/PmhAL8gdGX1f2AdngyU 2016-07-19 16:18:56 188.165.241.216 59001 59030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24300 +p reject 1-65535 +r Unnamed b8DwozT+z8b6CAMmGpmxn+qw6p4 ZUFkIIkjmOw6EqEUdv2Qp1aReH8 2016-07-20 02:46:22 212.47.226.38 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r Yi b8LN7WL4I2Oix2Qjx/JAol58esc w0thQO8IRgmWgRuO1XTcOl2uoPs 2016-07-20 01:51:08 192.111.57.160 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=48 +p reject 1-65535 +r BinaryRELAY b8bwgnDVZb6Jt8gZ3Y4tSHOXwHM jh/rveRAcgE3X3eBUTr1dF6yRV4 2016-07-20 08:22:15 94.126.23.174 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19500 +p reject 1-65535 +r gctormix b8g4v3S2CwTEh7EMvd2a462FpbI KDxuPJvqKqpWn5XHhWMr0BSlDfk 2016-07-20 00:27:07 111.248.28.12 443 9030 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6 +p reject 1-65535 +r jubei b8jTsVIFSQZBfLHuBkImV0fH9ok Suoy4yeQHCcBzH6ejF1FHW5W9xo 2016-07-19 22:20:13 96.231.49.208 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3230 +p reject 1-65535 +r suicide b8oIzoD/lwi3eraTi736tbRsoPU Tbk/YIoYJ5OetGut0gG+XV5UeMw 2016-07-20 02:40:05 103.15.232.224 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=249 +p reject 1-65535 +r Geonosis b8ynk1p14/ZcwV6lia0YkEyfi0E gV3EKPbpBb6J/Suv8lpfjs6vf7U 2016-07-19 23:02:32 84.200.56.36 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1460 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed b9ba5JYt8bD68SBZXpf5RZ3xSiM 1ybSv7c9bHmHTpvf9BNHGU7Jkv4 2016-07-20 06:35:48 188.40.76.115 9001 0 +a [2a01:4f8:100:5224::15]:9001 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r therelayofnapoleon b+22ebBR8GiyoICYG6z7RMjieEc QQ3EEzCpS0Azbnx3LGs6BLdL948 2016-07-19 17:24:57 76.19.132.163 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r sscnet03 b+4WSd2fcVnuLzfh1WZ+0MSVX7g i7whyNXV/Fij+Ja/HIc6gBL1w3A 2016-07-20 01:57:26 106.187.96.82 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=278 +p reject 1-65535 +r Blog1 b/N6AwaE5HBqQlntTyi9sAIo89g hl8+aIiHyP8L+P/RwsvXZ/kxXU0 2016-07-20 05:39:25 120.59.161.70 8080 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Yellowsuffering cATJj2C+anegci+nsena2US49ds 0JhpWxGtjo4+o7eQ3FKNr1ztggs 2016-07-19 15:57:01 149.202.59.84 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r LegradicStanis cAhPRP+Ejhi2uvJ2s3Px4Y/gVPM YHALuGE9xiH7Z0zIq6d9oEVq+Pk 2016-07-19 15:26:47 31.6.70.225 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=288 +p reject 1-65535 +r AkashaShrooms cBDvXR9h7Jy2Vlgjm43aBDnniss Y0XSESXRpW3L9Jk2TFLgVdpRfZU 2016-07-20 00:10:32 37.187.104.111 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=441 +p reject 1-65535 +r CirKu17 cCA1kCKjXk1FwJoDCCCh2vSDH1g 2owmF//43D+mWJ8+QKAffgHfu+0 2016-07-20 08:44:35 80.116.195.240 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r r4pt0r2 cECrthFTSMeEuMpi7aKCjCzcYOw uxN+hcSqs9jS9uBsiQoGJ5FboUQ 2016-07-19 16:29:44 188.195.15.82 9002 9032 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=73 +p reject 1-65535 +r gn0ixstan cE52HqV6bFrFQLOZxH5kJ6EYBHc R405mdUuaz7x+QvyF3o4wQSPFr4 2016-07-19 18:21:16 96.92.142.205 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=553 +p reject 1-65535 +r ozora cFbqLpkURhNpTwJkyAV5qv6m4c0 EtK11Z6f1tFPur6AwxNsXlwzS1Y 2016-07-19 20:09:20 89.40.181.107 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1490 +p reject 1-65535 +r NeelTorExitCZ cGbJbNxuSTUlMvFAD1Vkkcw6HS0 BWWJv1xWQxXPmpFRQWcj8np1Zoo 2016-07-19 21:43:10 89.187.144.122 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25600 +p accept 20-21,23,43,53,79-81,88,110,143,220,389,443,464,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r BrassHornExit04 cHwbYaxyIns0SHtW0EuqO6EXnOg BWyhWioQnVeP4/uedhYtfLe3gLY 2016-07-20 02:37:02 185.104.120.3 21 9030 +a [2a06:3000::120:3]:21 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=3640 +p accept 43,53,79-81,88,443,464,543-544,563,636,749,989-995,1194,3128,5222-5223,6679,6697,8080,8332-8333,11371 +r nightmare cJjL3E1mlcZZMum1YPEFIYhWXaI PxVyffjFbjc/GdAPvYpdbZOYhJ4 2016-07-20 08:27:21 195.154.97.43 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18400 +p reject 1-65535 +r rasptor cJmF8S2OunKDw3B5RVJx+B6r+cQ RyT4Qqr47AdAsKla96CRwEVz2GQ 2016-07-20 08:01:58 77.186.215.67 59001 59030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r Zwiebelschale3 cJtXZdXXnyMK6v0Yn1wBL4svXAM KwmLw3mXFpMd0n/Z+OnT47R0VGI 2016-07-19 20:10:08 37.187.4.8 50501 50502 +a [2001:470:caab:fd5a:a2::60]:50501 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7840 +p reject 1-65535 +r EatUntilIDie cKaRGl2Dx4Qp0iNPn7/r2mOhfIk QkZ3MiyY/r31lTbJi/RnQf0DQy0 2016-07-20 00:28:43 68.52.242.209 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=109 +p reject 1-65535 +r torpidsFRplusserver cMVaEUwO89xXhKT67mQ4hDSjOY8 YtuD3fk8ff5aU7yztucAKANSTY4 2016-07-19 18:27:30 188.138.88.42 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=11000 +p reject 1-65535 +r TheTinHat cN8tSkoNgngadILagVENCk+8bkY U55kgbBJ9lhDuFtH3pamFJkxYqA 2016-07-20 08:12:02 159.203.16.233 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2980 +p reject 1-65535 +r beingthere cQkLeh48aYCTj+hIPW8yJ7X4NEQ 8VgQiKWI1VomPEeUzLzXa/KjbxY 2016-07-19 18:01:35 97.107.128.207 9011 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=11200 +p accept 8333,9333,9377,9999 +r BrassHornRelay04 cQk3bc1/mp9wezE4BWQI8teG8Hk pq4lIFSCJABapF+gQKv3lLk/Q4w 2016-07-20 07:07:33 217.12.199.209 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=10100 +p accept 443 +r Ylli cQ31v+MDs6llkLvyhObscF8xwyM 6Q1iaFbXuYEkdCR3k0i+o1DpFsY 2016-07-20 07:53:31 94.22.182.229 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r strugees cQ6eOgpEPj/TPSgBKYBCeDytLq4 qBKoIr/0EAkOkdjJGdqw1nDq5ko 2016-07-20 08:13:34 54.84.106.41 443 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=634 +p reject 1-65535 +r larry cQ8N7QnRNNVWSelq0N8XpLJ95Vw jfIBdaGbssuXgw0d3GkmHbjEqeU 2016-07-19 17:58:49 216.12.198.82 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=324 +p reject 1-65535 +r MAGADAN cRfsP0WMJywU2wOFC3ETZbVVZEU IUOXnoaoCDK8ChxSV8++sNwEBqM 2016-07-19 18:56:01 188.120.241.44 443 6881 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=352 +p reject 1-65535 +r cbio1 cSQ+NHO6AZYRWgovViT9LHkCIpU P+n2sZgXsX0YxKpywh0vBZDU8ng 2016-07-19 23:07:20 198.199.100.79 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4690 +p accept 53 +r tOBolst8s3b0w cSZzJnC+rzDGUukGrtyW8PszXvM SmVupE84XNzzQkG5mOE5KePtaws 2016-07-19 14:55:25 24.9.13.14 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=95 +p reject 1-65535 +r theWildMoose5 cSuqLxjFdjmukW3aHJMBbPYq1Ds g5FUScyK52nG/E0H6x7x55FXWXY 2016-07-19 20:18:53 162.248.142.136 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=55 +p reject 1-65535 +r r00t3 cTRLNx+iLfUDk+hJ3ZYnE9MNE8g R34dCfNgTwHhCAJefAgsNJIZHWk 2016-07-20 03:59:05 195.154.112.46 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18900 +p reject 1-65535 +r Hidemyassnetdotnet2 cUNKRLoZj1HIa9kH9NYAgNDSb4U zZiYF+d7iBzS7JS/bqOJrZDLKac 2016-07-20 05:41:04 217.34.135.230 446 9030 +s Exit Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=55 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r gopherfart cUeSzosPsKThs3RTQYwtzb1Lqdk 2EG+CNJzd8qL/m1CuSaPpYIST10 2016-07-19 20:41:06 192.241.206.171 9001 9030 +a [2604:a880:1:20::51:9001]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=168 +p reject 1-65535 +r ImACensoredPandaToo cWE+XuAzF+JEYyhWlIHOGW73wnE TZchLhQLt67nZU9vnHdM4PvSI0g 2016-07-19 15:28:06 81.7.10.17 9231 9230 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=246 +p reject 1-65535 +r ThorsNoseBleed cWQPYNy3hoyDX7vJRKV4C3u9+Uw 06fbPqUTYPXHyenRGeEU0Ax7J0w 2016-07-19 23:49:02 87.160.86.94 22 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=631 +p reject 1-65535 +r U039b1 cWuvnbEDj/FYB2S87Oqfr/4T7CQ DIKtv18iaG51VQg9CMrN65XjEi8 2016-07-19 15:42:24 37.59.50.218 9999 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=958 +p reject 1-65535 +r Air7jyl cW7pKi6T7WkRPY+B6YUwupow3DE txRp7TUkqo7Oh0dTKjzg7r1XZwM 2016-07-20 05:41:52 95.154.24.73 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=979 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r smrdomoz cW8RYnrtMjeoSIP8Jbkow1ZTLm4 8F9t6QCDDyOrM+T5cyMyc/meWXw 2016-07-20 06:10:53 93.103.1.109 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10100 +p reject 1-65535 +r SIGAINT4 cYfO0aOHH4N9DmCsmPN0rFQcsNo Bo05pAaRzC4rL0Zqyq5wnzm3nfU 2016-07-19 18:32:32 95.183.48.12 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7310 +p reject 1-65535 +r rsc cYoPTrgnbIQWXEue0ZcA9tjVqsk 1a1yOuTZfZ01XZD85sHWOJ8sma0 2016-07-19 23:47:27 83.167.185.100 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=317 +p reject 1-65535 +r sg2002 cYyj05yT7k49PesjDoDfdCZ+/Ok uCYzM+OmkUiz874PcTiGPSkozyA 2016-07-20 07:04:45 95.84.209.126 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r tor4thepeople2 cY28V+j3teMPVYdbkLBfKOp1IHg pKHNq8fT2QAghryIDImZHp3kmE4 2016-07-19 20:33:31 89.34.237.12 9101 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.8.3-alpha +w Bandwidth=22800 +p accept 53,79-81,194,220,389,443,531,873,989-995,1723,2086-2087,4321,5222-5223,5228,6660-6669,6679,6697,8008,8332-8333,8443,8888,11371 +r rouleau caRr+RVUBLajYf+NSSS4y77gwII 3gNNpLMHip9LJXzOe90YiCEhXXo 2016-07-20 04:47:17 95.130.12.47 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=2250 +p reject 1-65535 +r niftycottontail catHJtgw+ud210rveQzwTY4BUbQ dX9R0CeLhDigj/5k/7IWdLCQMfs 2016-07-20 06:48:34 163.172.35.247 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29600 +p reject 1-65535 +r nodebyKA ccoKjDQ1v0jR+5ZCQO/AeWNtvl0 1nwxmZ5bBzGQYTkQqesSumujzTA 2016-07-19 22:19:38 78.46.162.123 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r godserver cdifpiV7tgEurMV9VL1G95sO8Mc FOIGXdZZfyR3jVuQmWNgdrUIfWU 2016-07-20 08:11:13 185.129.148.210 12858 22711 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1370 +p reject 1-65535 +r pipeephelvetica cd9k28wK3jxra+No/C2CJXyFJ9A 2pGPoOo9WdzafF3CLjU7Ad86Djk 2016-07-19 16:07:45 151.80.69.197 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=53100 +p reject 1-65535 +r Tralfamator cedQCrG+VMSKOahr+4Tu4jnAahU 67KNonxKVXnFswtofuxfM5/OvaE 2016-07-20 04:55:03 50.150.119.114 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=540 +p reject 1-65535 +r office110 ceuZX+H8UKc3uWDkJjI9by2AZPo k4eWjyU+1tFQ1JF7o7S9RQZIzxY 2016-07-20 00:29:26 217.254.51.132 9001 0 +s Running Valid +v Tor 0.2.8.2-alpha +w Bandwidth=12 +p reject 1-65535 +r Unnamed cfWxtxkE1Hr8ABvjdoILFD9ALkA ivE9avJt2hU2G3LFMf8PXqfCLEY 2016-07-19 16:13:27 108.240.182.140 9990 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r asfnutt cgI2Mvq3ul+4M62E34/N35SkKtc mXxoziyz9/ervw82iWMvRzX90q8 2016-07-20 01:04:48 37.191.162.151 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4430 +p reject 1-65535 +r jagtorrhi cgJDCL6IGW9W0j4vMRKKETk6U+s IIvZC12b71uOLCYQkJFGSuYdCkE 2016-07-20 04:37:08 2.84.11.65 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r jonasBebe2 cgKpRJ7AhKMF6xmioqDiRfqMER4 btyUgwqtJnw4Sa3cnPe4EINdkPw 2016-07-19 17:16:36 193.200.241.195 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17500 +p reject 1-65535 +r Unnamed cgMuDV2BvdGYz4rQXaUkJ9FnROg 5uJG1INWGCip1eM+k2k1NCv0dsA 2016-07-19 20:59:20 104.236.100.82 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1470 +p reject 1-65535 +r nayrtor2 cgqCnSfMaY6+LXU2N6fynJprw8Y gPAWBHmG17eu+6QiieLHBd2kM1E 2016-07-20 07:18:01 104.156.224.83 444 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=78 +p reject 1-65535 +r nobodyafterus02 cgzWxC2aXRYNIYBF855pjkYmvac OWLAISmmcV3NVvvKVFvSsGk5Kac 2016-07-19 16:04:28 107.170.93.13 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4160 +p reject 1-65535 +r ididnteditheconfig cg0lW2SUIWokddKauYOYAqoUgbg Q/vjEVqG5GfBgKCp8mN/a6LBkq0 2016-07-19 22:33:52 54.86.131.36 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.21 +w Bandwidth=5 +p reject 1-65535 +r ididnteditheconfig cg6p1VsGHiIJjNec91RVFaOOJ88 GAJLFoeTF4WPQL1cy4fh4/Z4Wcs 2016-07-19 19:11:38 212.10.22.78 9090 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r Bebbet ciQ6UgE1QChObni+4+kGchLvd0c lcnbfRw+09yftLtKrepww89ZueE 2016-07-19 17:43:48 5.39.78.233 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=174 +p reject 1-65535 +r giesskanne cicOtY7evnJ6op5nQXYo286In64 cNmOtaYlat3sUGhOm/tHarLKBsc 2016-07-20 08:39:49 92.222.181.104 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2380 +p reject 1-65535 +r EvolynTorRelay2 ci02UUDIxS27PJ/2mG487/4rqBI tfZ3IjaCgjYTxBCfGALc4C7sH6A 2016-07-19 17:12:10 85.214.151.72 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=52500 +p reject 1-65535 +r freifunkibbenbueren ci9CInm53W3OJNaBgYRApxpYQbE fHiwBq88NX+AT79jyXpLVEBOUnY 2016-07-20 06:37:53 84.118.73.0 442 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2870 +p reject 1-65535 +r emurelay cjEVncpbrSfsoWoJCKdTvIhtX+I c5V1+fDF2QbXYYfGdIam7u/BK5g 2016-07-19 21:27:02 163.172.146.232 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14800 +p reject 1-65535 +r molorelay ckMLsmix4lYAVBiyD91TSqKnPWI LgppxzNtXYSzwqhZh9Sjqvb47Kc 2016-07-20 01:01:44 5.9.50.84 29001 29030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12100 +p reject 1-65535 +r janschejbalScaleWy3 clJ+MkLLFareKDdK4NNYM/wIP2A J8NMUvDMkzlJ6utUyzGgr7HZ6H8 2016-07-19 19:50:20 212.47.240.10 993 81 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33000 +p reject 1-65535 +r Ptolemy clM1Sk4XgklOmqQLu/4iXD4QFSM oJk4+zmGucnS5dQaFXmHOqwBHj8 2016-07-20 02:13:36 212.47.247.169 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=10900 +p reject 1-65535 +r torexitrendrag cmV7lr+Zso+9nysDalkKqKRTVCI f6bTli+WVo74y/br8kfqM+74kPw 2016-07-19 23:02:56 221.121.153.184 443 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=4 +p reject 1-65535 +r looneyr8 cmiUrsnVdLDL0aBsL5mLMcE7t3Y hc7RhQgJbQ2kmmEnEGO5aYJ+eGQ 2016-07-20 08:02:25 120.147.5.161 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r DoedelDeb41 cnZA2PyLNx51JzWkZ1f7GyyV4cg oZ5NUIZNDRbp92AAtOk9hLbaMYc 2016-07-19 17:17:37 89.163.140.168 9002 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4230 +p reject 1-65535 +r Unnamed cpJdvVkjb04/k4E3vynYx6HINYE wsjw4bkr8sbYYO9nJYNeH79asdY 2016-07-20 02:46:48 84.0.143.176 59001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=7 +p reject 1-65535 +r zai3Pheevoa4oiWooz1 cp2qCfHiJduq8vQvPIL9O7561d4 QOisf4n94Z/jMZs3jU2yWiAfXlg 2016-07-20 03:31:24 93.184.30.20 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1670 +p reject 1-65535 +r TorVXNDrbx0 cq05+KxzBDQsAd2f4mMk/zBMbog mwoq/68dEHHruNUtEiVfCxyLGo8 2016-07-20 05:15:10 5.39.80.28 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=7590 +p reject 1-65535 +r TykRelay01 crKxKj9gQIvbyYxt9TmI06Cz8O4 t7CEjRpj4pLuUvUkfYeGHXtVSGs 2016-07-19 16:18:15 85.235.250.88 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=61600 +p reject 1-65535 +r Mozilla3 cr1F2cwB2onnOewjeRKgP972/Mo XgyR4XywROIg4ua2NtvSDUdhOtU 2016-07-20 07:52:22 208.36.2.4 9090 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=3020 +p reject 1-65535 +r securize01 csnN7id9BDBkFFt2oX8wYoE6Urc z2zT+9577A8UsZjwHMepk9Pi7Pw 2016-07-19 19:02:59 155.94.144.18 38274 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=842 +p reject 1-65535 +r guisseppi cvhfFQd3Zl4UWWO4hfxPTKZDS14 0Ru/F47B0uFRcZcS+Qhj/Z4GtOk 2016-07-19 16:02:40 91.228.53.86 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14300 +p reject 1-65535 +r BananaNode02 cv5VWd5GsCtBvt/07fKe8EV9wsk YLK55qkz7eLlMiz4DxLTA0XRMfs 2016-07-20 06:03:10 212.181.206.122 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3330 +p reject 1-65535 +r voaoom cwq+mqaBqxbZFoVDuCLUGWLTsTY ORYf5cBph5xUmlTTrzMWq09hon0 2016-07-20 06:48:22 79.104.193.108 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=534 +p reject 1-65535 +r itruns cxIHBUneJoPiSjgXeP3Y8gzX3eY MBxpuaNE5Dqjwn/4iWPJ9rmoOsA 2016-07-20 01:16:25 46.59.221.223 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=691 +p reject 1-65535 +r Unnamed cxOELzmM6qRDjxIrcyuXrX0nqMI UuWGgoCuMELGlbd3Mfzx6R0MxCs 2016-07-20 02:03:59 178.18.17.204 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4570 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r elephas cyT1xL/zsRx1y9qtTqAPbqy1DXA Pu4c+7dss+4FtDWYa+/m26GNzP8 2016-07-20 04:59:58 86.246.172.50 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=73 +p reject 1-65535 +r v176 czwBE4MSmmHCgC1rthMt8VhfAYs 3usg4cqrAQOMWzTIlWzK1Oh9Nbk 2016-07-19 16:22:37 136.243.173.176 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22900 +p reject 1-65535 +r Casper03 c1CrntdWjyJ0UZg1k3PASseDw3w zRiehqt7ZNocxJ44E7dCvGTWaCc 2016-07-19 22:24:10 176.31.191.26 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12000 +p reject 1-65535 +r myhorseisnotdeadyet c1okdflMIO6xzuivg35KSQBDRhM id936yfukhfmH6kCwNqMy0agqOc 2016-07-20 07:25:52 37.120.174.185 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=10700 +p reject 1-65535 +r yono1 c2mg4UxZsR14NX7Fr+VzolkmS70 u+UC9oR0y3MKnUIxbg1SmKcUBeM 2016-07-19 19:35:39 204.9.50.25 443 80 +a [2001:4978:1:201::cc09:3219]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4990 +p reject 1-65535 +r clodagh c3FvrMkcvpKyxw38357zHfkYgP0 dpsMnXYPVM5TxeMe77eLsvlZRcI 2016-07-20 07:56:03 43.231.113.34 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=75 +p reject 1-65535 +r Dawid c4Ov0yQSaeYw20Iat58OjM1X6Q0 H9gtAVxO3Eqc+vT6HQJjk7Laszk 2016-07-20 05:58:39 176.31.120.215 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16400 +p reject 1-65535 +r ambricourt c42ANboSNqDqDVjYdnMm5TF12eA 7pz2N2FxKX/le2704ceI4nYlaUw 2016-07-19 23:54:38 37.59.72.135 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=32100 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r heidemann c5uA6gSx0bAH6mEu6wqOXTrFlbE KnvuypKxJXmCT0XqWuonPRS0qeI 2016-07-20 00:34:30 41.77.136.178 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=49 +p reject 1-65535 +r Freebird33 c6WoFoi9U2v7q+GGMPW9YwbJrI4 /bpIBcBg88mE7XfgMMeSVZMnvbs 2016-07-19 15:51:50 5.44.101.190 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1390 +p reject 1-65535 +r rdegges c7dTNhYwAhzFQdiCsgk2b3ZXDAA H3/YDb9ijKFxJiGwLfwchpyLmbQ 2016-07-20 06:15:44 149.56.132.168 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7020 +p reject 1-65535 +r chisinauonion2 c8l2FWH3Bi8AeqE/dniUi5yj+pg e+4YUopTkM4HfT1XASEyoUyJfB4 2016-07-19 18:24:42 178.17.170.238 444 81 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1540 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ehtejab c8xlIZiJRDwG4GoLbUJ7H+HDc3k G2ZOLm9Ii1LLlua2QbrPkiFucBY 2016-07-19 19:38:15 193.42.156.106 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5260 +p reject 1-65535 +r luxeflux c91M+XYHtUgoaQlQqz92StlwDs0 gN7jF4ykxoF6lzWKpGHANUH2m+U 2016-07-20 07:15:27 94.209.134.241 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1980 +p reject 1-65535 +r negatoraligator c+Dq18Kp6WA8DbfuR0PM75NerD0 j11k5X4TiaLylakxCQ18YXZB0nY 2016-07-19 17:57:44 81.7.11.253 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3110 +p reject 1-65535 +r n4lksask972137tor c+ilWxWP51Cq9xG0AtNwLj/Dle4 pqcDwv2AFUyJczMQtnaEyz+VMlA 2016-07-19 19:09:52 62.168.3.212 9999 9998 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=880 +p reject 1-65535 +r pkswitchtorronto c/a/ReFMcsR7iz01aPb/GVuWehU fdJ/MunfkRjXaTIbLBQsxj+i2oc 2016-07-19 19:34:27 159.203.27.5 2568 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2180 +p reject 1-65535 +r Unnamed dAj9Y3ReMZK8bfj8g94NaNb1YGA kD6sU2w51hRLoAHvf4e6eebhM3Y 2016-07-20 00:10:47 45.79.184.114 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=434 +p reject 1-65535 +r ididnteditthis dAm5hiL1Xo4XSTpidJyR7DTN1ng e1b0SVxto62nlPbLZEcsiw/BEpc 2016-07-20 05:59:06 89.27.52.28 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r worcesternode dAsCcKfzdoe9Mq3wRLhUKd7PGp8 hWklkkouQJw9b8GzQWOBTjZVjWI 2016-07-20 00:23:16 94.193.243.111 7000 7070 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=25 +p reject 1-65535 +r Unnamed dAuR+L1QHa5vx6vtr6CB8bahwR0 IcsQz879VUJ0I/mTXwkC70aVs8A 2016-07-19 18:45:07 123.219.249.40 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=416 +p reject 1-65535 +r Unnamed dA5MSELkwZDf7CeOwf11T9JhqGQ 6gJ3tzx8FUf+7I0FTG6UfBT4jd8 2016-07-19 21:27:58 46.9.195.20 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3950 +p reject 1-65535 +r Rotorvator dBJQ5/C/qjG3FY79CLdCrBpV+nQ FpORftS/d2ioNEGRq6nvHTGHehQ 2016-07-20 08:30:44 88.190.49.73 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2900 +p reject 1-65535 +r ianus dBQ46SNfu1Fr6MY6LiOsU/GPwhk /2jI04HFp1DjuyV7dgLNCctyLu4 2016-07-20 07:06:38 176.9.90.215 9052 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=158 +p reject 1-65535 +r whatsinaname dBSI2JuGDlnWORrKJ6FX6H61M/8 9axfi0Nzl5dYj/h1Ppg2LU/zpkA 2016-07-20 06:41:15 24.143.113.56 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=411 +p reject 1-65535 +r JustATorRelayTest dB/JkAXqiTu7JKYI4f5FTZZko4A gMNGWLKqhku19seJ9tFWItQI5Qc 2016-07-19 21:24:59 60.248.162.179 9901 9930 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=379 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r ArgusTheMighty dCFEnoPNOywozDnEjjEHeJ9p0tI JkUCTekb436xkAZRNokq33Fcstk 2016-07-19 15:12:50 158.69.169.144 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2600 +p reject 1-65535 +r canyouhearme dCRyAT82tKab1TSLOJwNYI3XuQE D/3JeIRErhZdRP422nv8m2F+Cqg 2016-07-19 21:43:20 98.210.191.90 80 443 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r Thatsit dEQD18DxRiQdEnfZXaa0z9YL2lc 92d7q3NidO3JYaRTGb5fY0v6tXo 2016-07-20 02:54:17 73.100.1.29 9031 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1080 +p reject 1-65535 +r totally dEm5puyWGBUl9JEbh2CXACFqVDs 7117XRzdQ5Ifi9/JZDw2RVNXN7I 2016-07-19 18:23:54 139.162.130.249 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r bgsv2 dEt1PH9eDGvdJA7l2HmjbGUNKwA 6TZROnGP1spgaZGBSqvYMCCY0Dk 2016-07-20 08:10:40 79.143.178.135 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=955 +p reject 1-65535 +r Unnamed dFLn0ZrNLDneEMAgcDLmvAXbePI ov6BlgxVhJZlT9sDTsDn2NJdR5o 2016-07-20 05:54:45 46.29.248.238 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9590 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r GrmmlEpona2 dGDz0S6+hh5O4HP2IzBHqs/karQ 3N+cEV9jKplWbY/evDvicM34qSs 2016-07-19 23:52:08 46.4.24.161 9002 9031 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23200 +p reject 1-65535 +r Unnamed dGvnNXnydK/vpeEsStrNU3hNB2I vmaTBJmp1de4jNG7Lzj03mdPhyE 2016-07-19 21:18:15 51.254.215.7 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=434 +p accept 80,443 +r KennahBrah dG6mNF0VoCyNm45yNoq6Te6cgKY F22QIpPNrQhySKxySODPmkUTxNE 2016-07-19 22:31:22 104.5.194.215 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p reject 1-65535 +r prata dHD7QyQkRDrPBB2esMxUgIYpsrk oIoOsTkcwnMWMtpyxjo2T9yuKVk 2016-07-19 16:20:43 89.34.237.11 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=28300 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r torfoo dIno7dC4toyKLLMdK1a2VyCR2n8 XpFiAfb5QWbY21AxsPs6iDBM44g 2016-07-20 08:41:02 212.129.42.9 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=92700 +p reject 1-65535 +r ididnteditheconfig dJxBqqMQAOfEOOLHuB1kUgdstY4 5J+Zb4BbuDAzcxcEyjicKMRDDJk 2016-07-19 23:23:24 50.161.23.16 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r Callessin dKFTOmx3h6XU2b6FCu/953CmrXE Dcto1PvbyU7NKGIrOBcGGp1ZB3I 2016-07-20 08:09:39 31.28.192.127 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Unnamed dKGdht32PxEztBS4Hzbh9EZAgR8 DVMSdSCfCYI1ZcVwp/GMZ7eZiJU 2016-07-20 06:12:08 62.210.105.116 443 80 +a [2001:bc8:3c96:200::74]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Crows dKVeEvap/RcWWjVsAEB/TSBug2g 5TN6xRu4f0phoqQOPt+cE2NFzXc 2016-07-20 03:16:05 178.62.86.206 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20400 +p reject 1-65535 +r longclaw dKkQZGvO77zS6HT8HcmXQw+WgUU mgr9xZDj+iTcIdPpWdzC5NrPQvI 2016-07-19 18:00:18 199.254.238.53 443 80 +s Authority Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Amor dLLL+95xepstWHkne0LVqWxOKrM BJyacMeHkKUXS90EZ+r6sJdY1Sc 2016-07-19 20:46:21 179.186.111.248 443 9030 +s Running V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=1 +p reject 1-65535 +r HomeservTorBox dMJgsLgrb1cdQIss7oBLb5RfvUg 0aFVl5wzpQD80a0R9V1Nm2M5PtY 2016-07-19 21:00:13 78.156.110.135 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=534 +p reject 1-65535 +r NimbusReaper dM1OpqunWxptfCIthWeqtgpumUw 51CVSAr3tP5JpqUFn6GDHK570vI 2016-07-19 20:35:48 139.162.19.15 9001 9030 +a [2400:8901:e002::c0f:c0f]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r PinkiePi dOfEeRc8B4AEHwbtuG+NT7R2/3U efHM8VTYYq/kwUX/ywbMb1h8YIo 2016-07-20 03:41:25 67.164.91.61 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=829 +p reject 1-65535 +r Sifon dPIylnTyfLgWmjKkHZcWKWI7dTU 6DdVXtgiDlKtiBVxTUzKyPsQNY8 2016-07-19 14:53:42 95.27.247.33 1485 1490 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2990 +p reject 1-65535 +r mmfreedom dPQlGCyTMOIhn1YlA5v3Og5jDBM 9q4SY/CGAh2FYNE/h/ynCtp2aDA 2016-07-19 22:14:50 72.93.101.81 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8510 +p reject 1-65535 +r jorden dPqlJqtBVuL/IJLVZvIthDrE3uM zZWdjMi02NNpD2mv0TAwKSg2j/4 2016-07-19 16:25:06 138.219.43.141 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=63 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r StarCruiser dR6ugxm3SdNfM6vA6I5ovp2bEx8 4//gTYMPdGT3BFOpNRuXnCLGWR4 2016-07-20 08:30:00 188.226.171.111 8080 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r Unnamed dSWOdVBkqiQSvGuriFdWoyAfjHM Ro1Arhs+dOX5FDZDH9fmX8joCMU 2016-07-20 05:50:23 108.161.133.189 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=258 +p reject 1-65535 +r toretableret dTjbJcXiwpxBcasTVDvMueZntqY 2NSx4tqqI35kZ959VZx0Ygh/FZ4 2016-07-19 20:34:25 144.76.117.169 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=5060 +p reject 1-65535 +r KagamineLenMagnet dT48COw2jCtY5qtmXPuMSm2piCs o/B6P4KdSNClLerGke3TsrWoiDE 2016-07-20 03:48:53 149.202.248.109 993 110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12100 +p reject 1-65535 +r prism2 dUfhOTP8/LSEEW35vGfkhwz1euw 7KHmwfM5odNOAF2fiWyWcovwywA 2016-07-20 07:55:08 136.243.208.78 8443 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=25300 +p reject 1-65535 +r benefactor dUy5kRfm7VcN/Pt9nxJnS5ek4o4 3SpWehXoim2llA4+W9+Tg077ZJI 2016-07-19 16:44:33 37.134.41.23 3690 8888 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24400 +p accept 23,43,53,79,88,110,123,143,220,389,543-544,636,749,873,992-995,1194,3690,5900,8332-8333,9418,11371,12350,23456,33033 +r damoat dVKuRtYnHSKy7wsSyWugdfwNxXM cmb0HE/a6HAFz/b+5I+rM9aFIUE 2016-07-19 16:00:05 192.184.81.160 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=561 +p reject 1-65535 +r DipulseDE0 dWh31HzDAofSvw8Yp/jRGY0Iz2U XqBOJx4+wWhqAKtPzW21hWsHfBY 2016-07-20 08:45:53 82.165.163.185 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6070 +p reject 1-65535 +r nordikrelay dWsjwUKaGRzGKHa/tf/ov2ZFDpM iqFz7NNE4dO2MtIXBGcF20kx5KE 2016-07-20 03:56:48 80.145.192.11 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=333 +p accept 80 +r y0shsToRsubnet dXOYNErH4BWabAJL80PzhlC2Y8A p6be/pmRlOA2KcWlqqy/Cnoo3bk 2016-07-19 18:27:57 64.140.159.219 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4730 +p reject 1-65535 +r Unnamed dXXgwjca83IynBam7FXon1jc7Mg izAABZOpR6iDAjRwnkaSXqtBt1Q 2016-07-20 04:53:25 87.236.215.241 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r ripGPDC dXp4XEXLRxNafCHtoNLEPU8TjN4 dJP/r2NM+wcFVqqe8Wh9wosrVks 2016-07-19 19:36:14 78.46.220.130 9001 9030 +a [2a01:4f8:d13:2403::2]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=103 +p reject 1-65535 +r somemanwithssh dYDAPMcZSOBwO7BaeKzTB2V/Yhc Tnruxh9rWJhDIM+1RSOrUXBCdcU 2016-07-20 08:05:33 31.170.105.77 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=444 +p reject 1-65535 +r macaba dYXdzrFHg8aZYOd3uiWPWzlI8ck EZbqCeK3PAz0RCJrHatviE9+MGE 2016-07-19 17:03:12 176.126.85.175 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=15800 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r StrictlyUselessPi dYeaYH22Ya4u6OJw+8vKZq33TnM ExpB8Cao6IpMtSYEsHKvA+sHtgU 2016-07-19 18:54:51 92.249.143.119 9005 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r partyvan1 dYwdhAHzGUnrEhPkoNgxuoNcl20 WeDNqPdDSzGgJ/FAsJpbVs8eFhk 2016-07-19 16:40:44 188.126.81.155 443 80 +a [2a00:1a28:1510:1::155]:443 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2370 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r BigSexyBanana dY689VUvmOiMklDksvVjDTATvWg Z0W+YWXodVH+R74VHZnCWVgdTt4 2016-07-20 05:49:54 94.26.140.150 443 80 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6080 +p accept 22-23,43,48-49,63,65,70,79-81,88,90,111,115,118-119,123,134-135,139,150,222-223,280,333,389,433,443-445,464,488,512-514,532,543-544,562-563,565,584,614,636,666,758,774,776,873-874,902-904,992,999-1000,1111,1159,1169,1186,1188,1241,1433-1434,1500,1512,1521,1812-1813,1999,2030,2053,2323,2376,2828,3000,3050,3074,3128,3142,3147-3148,3306,3333,3389,3690,3872,3899,4244,4889-4989,5000-5006,5190,5222-5223,5228,5242,5269,5432,5500-5510,5800-5810,5900-5910,5984,6000-6010,6379,6703,7000,7070,7100,7203,7228-7229,7302,7404,7713,7788,7790,7799,7803,7819,8000,8008,8080,8088,8118,8189,8222,8332-8333,8400,8443,8731,8834,8888,9000-9003,9090,9100,9102-9203,9418,9443,9666,9929,9999-10000,10050-10051,11111,11161-11165,11211,11371,11991,12000,13000,13666,14000,15000,16000,17000,18000,19000,20000,22222,25322,26379,30000,33001,33333,40000,44001,44444,50000,55555,60000 +r liquiddeer2 dZKu/vZOvOHmTlKTv9ZT8MNGoQ0 4jM2h62skWVGIDmIa5dDfxqdPyc 2016-07-20 02:40:39 54.85.158.187 9090 9091 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p reject 1-65535 +r alex daDG67soea3qdv8zxB42jVL9RJ8 v3kp620vPY4CNxjpGTkgwsxVs5U 2016-07-19 16:36:40 85.195.215.115 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r XCorporation daYCspfh3Fs7C3rd1tcf9tgxG4Y 59AdjsZWpVAR/CuY625piwMpiq4 2016-07-20 01:37:56 95.141.47.232 9090 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21300 +p reject 1-65535 +r Tiberius dakxQERTAwghxUek+qkJSgbEjHo sYK2bgk5Lj1n2BXMVvvEPG7sVbA 2016-07-19 16:59:09 46.101.183.160 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=27800 +p reject 1-65535 +r ididnteditheconfig dbBhOAH75cmKq0JMskiS9EJEWKU VZaB/weZZ5IRvvfgUJXffiVZBrA 2016-07-19 20:29:35 79.200.126.71 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=902 +p reject 1-65535 +r rigaonion dbjA+lqBJ2ZiN7O2EDauKMevmeI 0FfcMY2CxuB35atfyBI10odHcOg 2016-07-20 05:35:23 195.123.209.184 443 80 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21000 +p reject 25,135-139,445,465 +r torpidsDEcontabo dcRJX02AUiym9qP7NJ8bAJVj9Lc Nz8Y5tOniZbhU/b4ZHZppdItseE 2016-07-20 07:37:57 91.194.90.103 443 80 +a [2a02:c200:0:10:3:0:5449:1]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=18300 +p reject 1-65535 +r itsanoceanoutthere dco/Sz84uJ95oxRmeJb7v9I/7Tw B47EuVvfQVejbv7oAMxHNthfgo4 2016-07-20 03:00:39 104.131.31.175 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1380 +p reject 1-65535 +r bloomingflo6 dcv3LVu8mSwAcPr3K4fyCTQ9i98 Rhgnklp/mYSOqa3E/sagH4OFkVU 2016-07-19 21:00:07 94.242.59.182 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=6000 +p reject 1-65535 +r groompi deMPhjYOzFIGl+JWESLiWg7/9/Q HhjtGrMaV75cj22XlmN9P+XH1z8 2016-07-19 19:16:16 162.247.89.203 8443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=16 +p reject 1-65535 +r pablobm005 dfGZL9P0A+nAgqWBXrXRKTTN9Gw yR2caUrp6bIapYeRgT/rPoWqbJc 2016-07-19 23:01:35 46.101.237.246 9001 9030 +a [2a03:b0c0:3:d0::208:5001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25400 +p reject 1-65535 +r tor dfzqC+eipHJmk1Kh8PLln5nGo6o 093vQT80I8oyt1TRCFcjw+A8m+8 2016-07-19 16:10:17 37.221.171.234 9003 0 +s BadExit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6090 +p accept 53 +r ES12 dfz6EiW1tLNeJdpTyLp1RUY7Z54 O4pnDOeQ2X6Zd5eKswiy2aESin0 2016-07-20 02:16:48 46.59.134.5 9920 9921 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=205 +p reject 1-65535 +r daveystorrelay dgkqoOJ4N6fGTSpZOswwaoL+cZU +kjYdkK+2ptFuQ5rdzrfXObkSBk 2016-07-20 07:31:48 148.251.254.229 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1260 +p reject 1-65535 +r tor5kryptonit diRqTkucmYEGMLIGu7z2dMRWbPE 9u7jpsG5jgr5tHCec3i5qzm0SV4 2016-07-20 03:49:05 130.185.133.11 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=55700 +p reject 1-65535 +r Roadrunner di7abHqLxm9aqx5udsYFPmM7LIc T+iQDoMgYkRM+NVy1WMiCJgc2GA 2016-07-20 06:28:13 87.132.50.38 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r Peeter djgrllA4lMoRUhMw9N16pqlaSZE c+VhDMOYgGrJSy3tNbCyMpI+kYY 2016-07-20 02:27:24 78.84.226.2 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2020 +p accept 1194 +r torpidsDEdomainf2 djyVVmAr1iB3caej2VgJHUTEMig C+fFfc8Gzb+dDSdevThOJUgcHRA 2016-07-19 19:58:08 134.119.36.135 443 80 +a [2a00:1158:3::2a8]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=32600 +p reject 1-65535 +r verax4 dkO2hjMKya8dcuO6GSemDuouDHQ NxOZePMJHYogClIlin5/VPdWXPM 2016-07-20 05:15:27 178.62.19.132 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=726 +p reject 1-65535 +r Macrina dkRrNuFPHLCYG+8e88OrZ8tQKng o3VcD4SDajq0xoyRyyY07rINQto 2016-07-19 23:02:30 188.166.9.71 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4360 +p reject 1-65535 +r pseudodyne dkVlZEP6UMtSHkBBEVZemXLIkwQ 652uZ5cqT+nYixqJj0OaGmRDUTI 2016-07-20 06:39:08 46.38.231.209 8443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3000 +p reject 1-65535 +r Howcoi9 dlycSD9JSbmQKf03BID6pb8DMq4 0rSOmTXG0qXeiUipB5GPnFmNblk 2016-07-20 05:15:40 128.199.59.20 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7400 +p accept 80,443 +r TheSpy dmWXcJc1PQ6DFeZszGYaAmmM4HY 4oMfklXGebJBEDsPuZOFBaY6a1E 2016-07-19 20:32:42 85.242.186.240 443 9002 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=128 +p reject 1-65535 +r PaddingtonBrown dmo0PHYjvhKXbd42Hkej/RXCTtk npqltYEwZErrWi0H03p35P9blgg 2016-07-19 19:12:06 91.121.195.169 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=11600 +p reject 1-65535 +r kellerSXP dm0QkY0ji7lvfNAsHi4RQRDcMso 2He/89UCbEG8zmToiyzW7X85kBg 2016-07-20 02:12:09 81.169.181.95 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.7 +w Bandwidth=254 +p reject 1-65535 +r wmMDpr0 dnNuUUNYTgmBprmRVPChUZQVGVs R5O8U4GDkzwn8I+KuZFfozkkrgk 2016-07-19 21:12:30 178.17.171.86 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1650 +p reject 1-65535 +r chemtrailz dnZ+zzyhxF/MSio11E3gdAzMqvc 4LaU+MqRlghvV7HEBRpcjkFAXOU 2016-07-19 17:04:16 75.187.76.125 443 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=49 +p reject 1-65535 +r nerdsurfrouter1 dpFfKT5JKwdarZoJ7X19M1UfCxo jJec0Ze+TKLv45QctQmuJKGuyg4 2016-07-20 07:47:22 5.9.227.107 8080 8081 +a [2a01:4f8:160:1491::2]:8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5760 +p reject 1-65535 +r B1tc0inAr153 dpiW85iUSPFEeezYiEtF7zPE6dA 7s+2wFPulUPt+ZqcjfgYXN3uYK0 2016-07-20 02:31:24 62.210.108.23 9011 9041 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=38000 +p reject 1-65535 +r Unnamed dqvLq0e3Fduj1KnmTwAK0NCzsiE S+ehQlrquEABCcbX64XGBTXaasg 2016-07-19 15:22:09 217.12.210.214 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9500 +p reject 1-65535 +r deathstar42 drCH51YxIDMEW4LBcbACWD9wafg mlgqgZ0kc74cXdfQnUytkNJnQ4Q 2016-07-20 01:09:38 37.220.18.41 8080 9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8170 +p reject 1-65535 +r vladimir drT+3QaW2SSkB8+rULbldLKMzco 5eA4JuuCe+LP8iwGiZqa67j/ta4 2016-07-19 21:02:31 91.210.104.91 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5050 +p reject 1-65535 +r Anonymous dsDjs4jxWhhQxFQnN9VYpjXJ90E hXBWpeYUwfz2XChakHrcqq1uLtk 2016-07-20 01:28:51 212.51.158.71 9876 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=19300 +p reject 1-65535 +r graphiclunarkid dsf24clKESQwPpKPS1kAhgLx2Ag 9ZiL7KtWedz2ORs6ZBF7sJ6CL7U 2016-07-19 21:41:19 85.119.83.141 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=16 +p reject 1-65535 +r safehousecloud dtifJJ1KJxYv3Yx3gTg+8F5v/PM iAXVkLeXcl3pQbgZL3jw+AhIGBY 2016-07-20 07:14:14 103.210.210.33 443 0 +s Exit Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=3000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r FermentationLabs dtq+OgmpqLj+NCCwUQ9Loskwf7g B1hNF1HRc7rjQvSg5F1v84tQOpQ 2016-07-20 01:44:59 45.37.170.242 9001 930 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=238 +p reject 1-65535 +r xabbu dt0YS8JYIgukZX6IJVly0nuEuhA tQd9lFiLOnzuox51uk0LephdqOo 2016-07-20 06:31:08 5.189.140.21 9001 9030 +a [2a02:c207:3001:3828:96:97:98:99]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=12300 +p reject 1-65535 +r TopGun duRY4thaWhjjpsb2kMt6QQaGoMg W641KaSLOkhef0fdRRREJBIlngU 2016-07-19 21:11:20 185.17.184.202 16634 30286 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1480 +p reject 1-65535 +r qweg dumQVQfUqR0V+fuiDYjfYtA4dMY hFwOsmGACGCHaOO49gJcVlwR7lU 2016-07-19 18:10:07 217.25.226.160 9002 9031 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r stalkr dvOoGgeE3PU29t4Z+Y6usfid7M8 iDxwUUoj8hRYXrq54K1b96QqXjw 2016-07-20 03:32:10 37.187.31.39 9001 9030 +a [2001:41d0:a:1f27:14::1]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2760 +p reject 1-65535 +r lonely dv5s24XCfIM3vNE20D2KrcAEzvo 0WYXFC+bgzQfLhGzPKuQeGqv4cE 2016-07-20 08:38:08 5.189.58.46 4433 8080 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2430 +p accept 53,123 +r 2501 dv/fPMFYhzZDlCrqn3olINMIaEI 99GNHOSIMH7l3W691Y/3bTn6QGc 2016-07-19 20:14:03 78.55.29.135 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=333 +p reject 1-65535 +r comptor6 dwxOUQwoqO1F82qGzyN9iT60gOg kQzIwxL5vagh3656DC7OT3vyvpc 2016-07-19 21:35:21 212.71.246.237 443 80 +a [2a01:7e00::f03c:91ff:fe33:d5c]:443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=16900 +p reject 1-65535 +r Scaler dxNH28RQ+5IPbPqmBo59p3ZOU5Q JP7tgScTV3Xb2J+wlPA0UbBgJYg 2016-07-20 02:14:56 85.169.43.163 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r sway dyBIAkBaffHnvTvFefjR1/uB39Q CNAwoXxVG5Uvcw6V/OX71d7XUfU 2016-07-19 21:27:48 212.47.248.113 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38700 +p reject 1-65535 +r dana2 dynV6jAZ3rET+OCIk/K1ZcL1Ag4 gEEZRI95++Y7EPsqeMJ+3iMeSs0 2016-07-19 15:09:00 69.50.165.73 22 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=6 +p accept 53,8333,9999 +r schumiwolke dzCGdiV6P/rp5uds3qdry3vpcmQ Mt1O33HDAH5FgNi0ejW4ejrBs6U 2016-07-19 17:19:01 178.162.221.132 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1320 +p reject 1-65535 +r onionkun dz8EDDSrlLsJ1aqrBDVbZ7DlVEs omIC+fJf8SMyL2DMc+JwDWNMIaQ 2016-07-20 00:16:05 125.198.20.251 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=202 +p reject 1-65535 +r Unnamed d0BEgN+7dZh8zgmMQS1hp9sTol8 sdeyXgFKFLRoGfRRVvZF8+vCXPs 2016-07-19 17:06:58 144.76.80.68 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=19 +p reject 1-65535 +r adhere d0Ukd7ermNOvGHNuEUTGL7ZxOfc VOacs3I9aoGbSHWCiTBsa1m/Hcg 2016-07-19 21:00:22 128.208.4.197 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=9 +p reject 1-65535 +r dropsy d0VVZC/cHh1P3y4MMbfKlQHFycc Dg41EHaVKiqqYvc6D2ryusFSZAo 2016-07-19 16:42:16 188.166.133.133 9001 9030 +a [2a03:b0c0:2:d0::5:f001]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=16200 +p reject 1-65535 +r AlligaTor d0lp7qqQbyacTk4dLj2HEdpgFJE Xo75C7jcAE4fncbuhd2n6iT7JMs 2016-07-19 20:59:17 85.31.186.253 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11300 +p reject 1-65535 +r WhyStopNow d1FQjfnd4t37R9+lEcsaZntujN8 lrNn8aXPcTMHhIBz7sVvO0ZZrgA 2016-07-20 08:47:27 108.45.93.85 9001 9030 +s Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=0 Unmeasured=1 +p reject 1-65535 +r Ivan d10enK3IO2oM7X4lOHAeuHsLtSI 1a9XDsGfdOvgpHMaZPrnZT18FV0 2016-07-20 04:43:42 185.22.173.162 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1100 +p reject 1-65535 +r CalyxInstitute09 d2Hdx+sb4m1BVfdKFfEsMqNv4PI dLAigaPkhfjy3hAygpIqUOezJXY 2016-07-20 05:38:07 162.247.72.217 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6390 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r b9IVvwkf774fF2N7Cvk d3Hx4lw2E2n3DXZnjKrM9TyCseE /EHSx8Nf1mZi0o3Z3qtdq3vVzxc 2016-07-19 18:09:38 178.63.78.8 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3090 +p reject 1-65535 +r marais d5NfacLjQSfp3KIDLQXlSKSCojM OyWjN3nxAPIxJZrVtoauNOIHyL8 2016-07-20 02:50:59 37.48.81.27 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=27800 +p accept 20-23,43,53,79,81,110,143,194,220,464-465,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r JC d5o4Ok0MK+VnAEgzU7SlukQ9tLI f0RywSJ/20YD/AcbiHbc7ICQ7HY 2016-07-19 17:47:43 167.114.230.104 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11700 +p reject 1-65535 +r anotherpoorrelay d6ccuGydn/ioOC/oH8DaVAZaClE dqPaUsf9K3ZyBZbMq+GDwARgQGU 2016-07-19 21:42:51 104.223.122.115 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=918 +p reject 1-65535 +r cubintor d79mWfMt04ViY21nNXm/OpO0ZPw LUYLXbyy55JKyCxMAnhFi4neVo0 2016-07-20 00:01:37 84.249.199.230 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3580 +p reject 1-65535 +r Unnamed d8N4+25y2gfGTZfD6wRCPuhjNKI BKW93DnFRYCSFoiAbxqHOhSrnhE 2016-07-20 06:09:00 46.43.50.93 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r potato505 d8m57HA+YyF58Gzp/Lm482rc+v4 rDzO5jazSgkzY3LyuACgRc01caY 2016-07-20 07:21:00 206.72.198.152 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r gsrv d9CUU1f1jvsXWO+kfIV9uq3bpjw 9YZq3ak96RBjGWu7eqYEOjCsPaY 2016-07-19 22:01:56 83.231.18.37 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r default d9HIxObJXwqPOKrGQDoz28Mqqps MReG4talA9nHxW91P6uy6QTFUEM 2016-07-20 06:50:03 84.219.252.248 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r blackhole d9RHLUsz3tBNg8QfexrSS/2K3y8 VJFs4ZNmDQZOYtWZMirVhsivg/Q 2016-07-20 06:57:20 178.63.209.51 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6050 +p reject 1-65535 +r TortugaPaloma d/SQB2acqAwiFxoantJ/UQEHF2Q r+nGd2F1Tmw3LPeH3ImcK1ltVaM 2016-07-19 17:04:03 86.7.140.31 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28 +p accept 119,6660-6667 +r Albanian d/xF6GlkxqaCqX43pjgCAGXKB+8 3DeATF8pF5k6VnNp/Lat3JGvaaI 2016-07-20 05:30:24 31.171.155.84 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4060 +p reject 1-65535 +r jeweet d/6YRFBIxXdmYbtUrsqnoRroXXg Cm0ZSJESJHs1PoYlYCRl0crswXU 2016-07-20 00:09:38 84.245.25.64 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=910 +p reject 1-65535 +r toranypm eAaPfpX30g7RwNglzvhQhLEdEvc tjF0r+muy36m3FpRMRr2SaiU/AU 2016-07-20 05:47:21 82.197.212.241 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1980 +p reject 1-65535 +r Unnamed eB4OjNAvcR5UeC31iX5wCziuz6Y OEiAXFTr5iMIE9qqVOh2kGXDegM 2016-07-19 16:18:48 46.101.144.22 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29500 +p reject 1-65535 +r creeper eCH9Ht0wPV2IxMOWiEzYoFyUrFg CmjLRSsYl8gVecsGF3lQXs/Zfbw 2016-07-19 16:57:30 90.226.178.135 8080 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=79 +p reject 1-65535 +r GhostCar1 eC7f8mHcBMft9a1r8IiNXn0jZ6A +gnr2bWqwFRGW7s/kf81FHq/3CQ 2016-07-19 23:37:00 167.114.77.222 9001 1415 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23700 +p accept 80-443 +r AloneWithOurRecords eDw2zy9hobPEI4SZ2Sxhmpzd6js EWW1ZMlTJS0VppHTCoVnd47PoTo 2016-07-20 08:09:23 78.47.174.155 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2670 +p reject 1-65535 +r konnekTOR eEezYGk0/9a0IaDG4LGkx0kkqaQ gEE/tJxjpRaGIOjddKku6SA0/KQ 2016-07-20 02:29:30 188.40.60.242 110 143 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9830 +p reject 1-65535 +r batrelay eFCOGVoI6YF6AbcKkSj2HMU+oIc 4Ro8PxjSObNNflVVBFOiICGKcDE 2016-07-20 01:08:29 79.134.234.247 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19100 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r freedommail eFlwnlWd3A8tKAJAA39r4ZNg9uU rjSSN7yNeM9NyvVvh1eAFnauI1A 2016-07-19 20:28:51 198.211.119.98 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15300 +p reject 1-65535 +r GumbyZee eGcsuCdtiOzwuOLCpjtauth5cD8 /Zw/BiGCrvysg0Q3fOOVx8DbVD0 2016-07-20 02:50:50 65.110.100.73 9443 9444 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r goranson eGnQTKcHUyNVNISUXI/WVytqR+g INgmHwWPyjmhYgKTImdJqaOgs14 2016-07-19 18:10:00 159.148.186.194 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=21400 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r duckduckgo eGzMr1p1niB8mry4YX6eNL0ZdVQ PSKYECNA6gXaSEst6JKiYSyXPLY 2016-07-19 17:09:33 184.72.106.52 9030 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=36 +p reject 1-65535 +r roughroute eG7BDJMcSiX1HD9qzrfc65pD/lU mVQjV0eopdPdALd0v1cHPEviNKE 2016-07-20 04:57:28 106.185.43.40 8001 8030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=179 +p reject 1-65535 +r GreatMeow eIJfbl0jmyXIU1KUQA9A3FeknW4 D8eM9YcgkRrX9Dd+8nBWfIkdT6s 2016-07-19 15:46:01 149.202.59.186 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p reject 1-65535 +r 0x0143 eJP5JgI1kHjMSFq6O7dfk/tdjRg 1Qwh/c40DRYOpATczdZZIzROBO4 2016-07-20 07:25:57 185.61.148.199 9040 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15200 +p reject 1-65535 +r dumpster eJ6mya6a3dh2CQMXHPqaxXQbDHA 22WO7PpDepCjBdCRqmRte8aQYoc 2016-07-19 17:35:19 62.141.36.213 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=53800 +p reject 1-65535 +r bitmagier eKOwQmszw+wPWhQGZQR7UoKcaS8 LzJic+ZxZr1NwPt2ZGzLHMJVAbk 2016-07-20 01:23:32 84.158.248.65 993 8080 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=332 +p accept 443 +r Unnamed eKSqfcx+O4GVhRzr8StqVxKDK8U PxOXfPbRL2WwdtCx/e/sPB1Ln3Y 2016-07-19 21:13:10 149.202.62.12 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3390 +p reject 1-65535 +r BuiltAutomatically eKbnyWP2KhZ7DjGlttsFWmY+RNA /jYLTMLRnVExaGyGgAzMLOLmZSA 2016-07-20 07:57:10 45.32.217.113 443 0 +a [2001:19f0:5400:83aa:5400:ff:fe1f:538f]:443 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=752 +p reject 1-65535 +r Jehanne eKwO311v41YE/muzTAsRZZ6bax8 +zLQatz39Gm8Ub7P++KUbzdAxqQ 2016-07-19 20:18:56 50.82.185.174 700 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r maltimore eMT84IUcmaTgVWPG9SDGjyi9kW4 TuwfmuNRcLOxXJgaEdLH0S05bEc 2016-07-19 21:58:33 213.136.71.21 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11300 +p accept 6660-6667 +r cmutornode eMfCmdtMS9EZoiuHtX1a9fN0Gnk t9GqLTnYvxbKG5ADh/gnWPlMzfY 2016-07-19 21:07:45 204.194.29.4 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4500 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Aquillar eMmF0pxMsQSp4jPmmFODeTNdRVg +8JEC+ye+RgyliuxBhah6ts1GwY 2016-07-20 04:00:46 97.107.142.133 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=8230 +p reject 1-65535 +r torfish5 eOtOLKbsf8G+OOfK78u/xEMOT3I zIyPtfYZw9jXNTiXyebxWmPrbzU 2016-07-20 04:14:28 82.130.11.148 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=762 +p reject 1-65535 +r tor03k eOuj+JM6D1lrQ6fb15TFYw9bWH0 SQhgwEOej1XafHn0gytkPhEem0o 2016-07-20 07:30:57 164.132.51.91 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Fb5H7glvNCv7 eQcxjI57yrsc+xVU3pFN/755alM JlX0fFe+2xrvyxbTtcsX/SiIJME 2016-07-20 03:24:49 87.189.123.127 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=26 +p reject 1-65535 +r Peuplier eQm1lP5s5ukb9EOYwQf51dTQids QRBIJTYuxRVPDldQHY6/ysyaRbw 2016-07-19 15:51:46 91.121.195.132 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2870 +p reject 1-65535 +r corezones eQvS+APwAgUSWzLrfcmV1GPtICw P7+6Dr7CZ/AYjDnXVvzAfY11mGA 2016-07-19 18:20:18 91.121.159.143 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4960 +p reject 1-65535 +r dockstader eQ6z5UTnCAn6dg3Hk0afxauvHig xudUCzrLARjtQaBiUGXRGXyJhv0 2016-07-19 18:35:04 209.58.180.90 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=440 +p reject 1-65535 +r torrelayautobahn eTa06zF7bPO+8x5KzXC8KS0a65w 58hscDPzaHh/om+urZ8Lfl4g178 2016-07-20 06:31:32 94.75.232.242 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5700 +p reject 1-65535 +r TXRWBalder2 eTkKUDKzdkD0KF55kEcai7v495A pQJ/5M8yI5rmxy8Sqghuva4ecCI 2016-07-19 20:27:48 149.255.99.146 9001 0 +a [2a03:ca80:8000:7673::70]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.6.7 +w Bandwidth=4050 +p reject 1-65535 +r TorNodeNET3 eU2OqDQ6ToIDICZdBdT6g6ttF3g qazFmd6jWzcbJRPiwVN0Kb9tCeY 2016-07-20 01:42:35 185.11.180.67 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27800 +p accept 20-21,53,79-81,88,110,443,543-544,563,749,989-990,995,1194,5222-5223,5228,8008,8080,8332-8333,11371,50002 +r ididnteditheconfig eVkoIYa3jClolRsopTza1xRd7Q8 sDicEkxNlHWhRUaHbR1CRvg0u/I 2016-07-19 17:04:08 159.203.1.86 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=7360 +p reject 1-65535 +r DarkNecron eVleN29lUzXfrCD4JadfoNVccQ0 8P3oTxn6Yno/z+5jHXn5JazKtbk 2016-07-20 06:08:51 95.31.38.209 5400 5401 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1940 +p reject 1-65535 +r Unnamed eWHJmR8CLIo2P9RAyjldR9tdRNU 1KOX+k+MmZLSA9GS07oqhm9a6g4 2016-07-20 08:19:48 51.254.35.151 9000 9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28400 +p reject 1-65535 +r GrositudesLatinas eXSxKUKwTw29YIfR4qJiaechRIw YCHjhDBAohJiFqu4tTdzrQv3dBE 2016-07-20 08:00:43 190.188.142.123 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=20 Unmeasured=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r hopcyberkinsnut eXUkrRDT8NqFcijvHL/e3cuhh70 Em9k5D/CetI4CQy23evvuAOS6Ns 2016-07-20 05:55:11 96.235.130.252 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=369 +p reject 1-65535 +r DFRI7 eYYc+FIvxjfvBG92iPUonknZRXY fsdgZ5N6dtYXowxxbQtKiuLpCt0 2016-07-19 16:19:27 171.25.193.131 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37400 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r HackThisSite eZE9VT/RK7uUxwbTXpzO4/lM1aw LaWvG4Z9zZeXrSi2seqb4xuYKqo 2016-07-19 16:50:58 198.148.81.167 47580 47581 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=1480 +p reject 1-65535 +r yuggeit3 eaYJN1wNrPgqivDkcvFJSeGMW+c QTiw1Ydz8fV9SRObjP/eXCfWHB8 2016-07-19 15:22:50 139.162.10.72 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=81 +p accept 43,53,79-81,443,1194,3600,5190,5222-5223,6660-6667,6679,6697,8008,8080,8332-8333,9418,11371 +r DipulseUS5 eabzfR3Q461Rk82LzWCXvZSaD6A SHPMkWcqU+uIXrgwgSWQ6sJ4F68 2016-07-19 14:52:24 108.175.11.147 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=118 +p reject 1-65535 +r towrope eatB42cWyBW+Dnapd1BD2+LXO14 myU1Dcm34WoHg/qo4Jr+buBUllo 2016-07-20 02:03:08 158.69.172.225 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=17300 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r foi ebL4O+18cwiOXluYe9DLLcKuKFg lRXupm2mFs8bQxBhHIlbIh4E6E0 2016-07-19 23:35:43 161.53.120.152 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=814 +p reject 1-65535 +r grocock ebOfjVPazJpjl1+8NGMB2NDTYDQ 92hYrmchLVyRgGzmazQ8LOo4588 2016-07-19 16:54:58 178.32.220.61 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13200 +p reject 1-65535 +r DisciplesOfDisorder ecAXkE5fUpH+HTf5EYREpOVvxNw DAjjUXyiKn6iA5wHtDUpKfCb5YA 2016-07-19 22:49:58 37.48.120.145 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1600 +p reject 1-65535 +r MrLaker ecMDWNqJae1F75fFKNsj2oI1OcU Cg4fljCEtsM58+Lors7RJzjeJsk 2016-07-20 00:28:54 176.37.40.213 1593 1594 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5870 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r AccessNow007 ec83fwrOxfAALYUzXkGSs0IComk 0t5BKnVz5cfUsb34raxJvOgM4Zg 2016-07-19 23:04:36 176.10.99.203 53 43 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20100 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r teddybear edMUXz5QHMOyghk3X7ruKR190zc j8XiDI1AnRgwipSfpMvaXdbnXtA 2016-07-20 07:49:48 154.127.61.249 80 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=245 +p accept 20-23,43,53,79-81,88,194,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r cube edz0kAO3PTgOl6k3q5HXcleLQDs n/Ly2wjbYxK56XhW/NNzUOYVe50 2016-07-20 04:09:13 124.171.96.8 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r Mundl ed604C/QiuGutNhZSqsII3XpBi0 8kcPkXd8hNlP12f2JsqFLMmiDPw 2016-07-19 21:26:50 195.230.168.83 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=841 +p reject 1-65535 +r MilesPrower eeFpsl5MfOmVhPbtBvN5R48j4rg 1SOoeHrdGUyuYMTCY9cXnSlDBiM 2016-07-20 04:21:10 62.210.129.246 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=62100 +p accept 43,53,80,443,6660-6669,6679,6697,8008,8080,8332-8333,8888,11371,19294 +r Unnamed eeZiNnoiVxQKrhAEwSzzeKTM/6M PAkKFAmwnQ1Hb9RoTgGEQHW1nXk 2016-07-20 04:29:03 45.62.246.184 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2820 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r SchizoTor2 eedmM31MGJBLry7W9QWhC7r474c vBWE3PZCy4tlzTVuB5OTRC81ox0 2016-07-20 03:39:06 94.23.1.164 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=25800 +p reject 1-65535 +r debanguiameylan eewd2Mk4pBTbIH2qQnEJBJdOGyg 1dsE2WamKdrc63XQZKLe8gCK7e4 2016-07-20 05:23:37 31.38.137.61 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r helrouter eiDuH5PemGSGaB5sQK0zUlyHYDY 8ikF84ZiSKSBxidSx3HqGHKGcdY 2016-07-19 16:12:17 85.195.242.8 19001 19030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=352 +p reject 1-65535 +r silentrocket ejLJUZ2AykWPyLA0oo9faBVkmpg oOiEUty2VQccMGNi5/igpVW5Bpw 2016-07-19 19:26:27 82.223.21.74 9001 9030 +a [2001:470:53e0::cafe]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17600 +p reject 1-65535 +r paratonnerre0 ejo3xPv7hjxJsikippGch99nN+0 JeLXr4IHXO+aQdZFZf9jAHmxfY8 2016-07-19 18:28:11 78.194.102.240 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7480 +p reject 1-65535 +r whvger ekErJghzH0M7UOWXXPHECnLlaCE eqZ4Z9iKawaPi7R9QRV6VgIzWKk 2016-07-20 04:09:06 84.190.34.145 9002 9031 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p reject 1-65535 +r Ohtwoone elNnc5v7QEs0fZmB3CaHorOB5b8 p11+gqj0Sbj2LOqaarWmDnPgads 2016-07-20 07:24:04 62.210.71.167 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=64700 +p reject 1-65535 +r sp33drelay el8IVnI/+VYXgot8SFLAyBzViZc Qsz02zRIo12kMKN+tgH1x4JHBCc 2016-07-19 22:28:11 62.210.178.103 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=12800 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r s6tor emAfXpTbjzZe/evDcQFDDNnNVf4 rTDQmBlD7AFQCdTMOrmuN1eM8ms 2016-07-19 18:04:40 78.46.239.183 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1800 +p reject 1-65535 +r SheragaAlpha emBTJcAJ4DpjX/AybVlD76EGqDE mjQd2fqwh9MTJMjhw4F5IzFrSO4 2016-07-20 07:12:44 185.87.185.221 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r dorin emhzuG2CvItPDnkIKGJhB4IPe54 wgfAg1YzfSra0SfLODI7FZiaB4E 2016-07-19 17:22:45 146.0.77.50 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=29800 +p reject 1-65535 +r arrakis eoYJDFRJ6IlqxgQ2sbQnLW6q5qg Zb8LrgB7h5BX0VUD8DC88+oTq1w 2016-07-20 07:13:32 5.79.109.79 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3710 +p reject 1-65535 +r dgnp1 eo8cpr+cDVqxN11UIIadVWoON5U RyXLfNN9BAHN3Vlie0nFTZ/bRsE 2016-07-20 01:44:55 198.245.63.161 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7240 +p reject 1-65535 +r SLOrelayX eq28/ImnYAxLUXP7E8GqpwoZIm0 7lyskQMOBM1EQIyHh46v6scQxto 2016-07-19 22:02:08 88.200.73.100 443 0 +a [2001:1470:fff7:12:e0c5:f8ff:fea1:9be3]:443 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3030 +p accept 993,995,1194,1723,3389,6679,6697,11371 +r ManInTheMiddle eq6HzXKUZAlrY9bD1MIOktJUV0U jkhFo2Oye8dNKumUKbb5ZaZjFtc 2016-07-19 21:34:30 46.182.18.245 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=202 +p reject 1-65535 +r nomoredictators erTya2wifne8euPYHCfWXoQPnn8 s9KaTeo+p77nsyRmZu6jCxED4yE 2016-07-19 23:01:51 68.224.252.210 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=495 +p reject 1-65535 +r torex essqhVoOXtr2gJeuJ3ETuO2poLs I1MveUvZci8dVm2hk/TJ/w9rbLQ 2016-07-19 19:20:16 118.211.192.104 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r WilliamISRAEL4 etPRloUD45T3iHbd8xg+tpWxLbI iOrbNcO3/UCVZ77IwJex7sDSGgk 2016-07-19 18:06:07 5.100.253.153 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3050 +p reject 1-65535 +r massrelay euFX5QCEAEPB60MVdUU9G2DWJ48 3POhDkvjg5s5RNpra9WHcNh3FY0 2016-07-19 19:31:43 178.62.244.168 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=314 +p reject 1-65535 +r JumpPoint euH4+MMBXvEmZFbM8guWyvXldb8 /zAa2Nz/4ibF4V61pHmvvXpA03I 2016-07-20 04:39:54 108.18.109.252 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.26 +w Bandwidth=4440 +p reject 1-65535 +r MichaelAnders euO1LOobFYh1aEhed+Ck+R5MbqQ J7Hzcv5p//EP36K5iylf0Xo0M+w 2016-07-19 16:38:42 78.43.92.184 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=288 +p reject 1-65535 +r T7R euPvuv6yBaYfe8pKTMId4TMFgAs kyrJVm4BUcd+mWUgUBnZfI+yMoY 2016-07-20 08:02:08 187.167.51.123 47083 47087 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r therakerelay3 ewZAjoO64891YQhHHdPuHyQ2Duw E2vKEoz2tQYfoxbUPksEUcbuw3k 2016-07-20 03:31:25 46.166.137.224 28009 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=31 +p reject 1-65535 +r RingsOignon exMq/q76hrWmUWctQ9cDsX74JeE F7P5dOdpyIo7JiKMjso1NCtTTa8 2016-07-20 03:35:41 185.53.128.200 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=769 +p reject 1-65535 +r godtfred exkEY+czzCkqpAENGU0XmM2OuaA xm0JsbMLjT8tbyBkagvuOXqYzX0 2016-07-20 03:57:30 104.131.108.203 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r Pascal8 eyVTrqSj/J4bUT13LsplLIzBUzc 35dpOEKy7TPzR+SytFioYa9tpI8 2016-07-19 17:27:35 23.254.166.222 80 443 +a [2607:5500:2000:3c5::3cde]:80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5060 +p reject 1-65535 +r torified eyiXHUopmVeE4wZrnYfkLpxoXzo JW8Xp2jp3eUJkLHqlKh0gh0ghl0 2016-07-20 04:00:46 46.127.12.33 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4350 +p reject 1-65535 +r macht ezaXgR1dWENIceFWo/LjVTEdOBM afNUg1To/jIQllc0AGf63mxCj/8 2016-07-19 16:01:13 81.7.16.59 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4040 +p reject 1-65535 +r kingqueen e0gZKlmpA/kU7Pc628NxHz6OrgE 7Icoaliggjhy3J/h4RK4daChXcw 2016-07-20 06:31:01 37.187.22.131 143 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15600 +p reject 1-65535 +r getatorserver e0tqdescQzn3JJAKK03F1V0ChuQ zomgMaBly60+JzzhGP5ozgnTHng 2016-07-20 00:00:30 37.59.63.190 9001 0 +s Exit Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=6250 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r forHumanRigthsNET e0uV8x2zbGk9D24kssVcML8b7EI zHqk5cakDaJp8m9CXA16vZWdF8k 2016-07-19 21:45:55 88.198.164.219 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=496 +p reject 1-65535 +r ThePuppetMasterIN e1gnIAHwW/OP9ihEN93ZLLpKKAg 5rWDgQwgecbiSTgNZIhJ9OY7rdQ 2016-07-20 05:28:45 94.23.181.19 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=947 +p reject 1-65535 +r SoftKitty e2sqqeMZoYg3dKQY5vUeZB5LQ0o 47YzcwSNhYK20U9H8umf9oOzSIA 2016-07-20 08:01:00 176.58.89.182 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=342 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Presswurst9 e2uhgv60VfAHK9Tb39xGGWWbU30 Had0x77HNSK3Rx2DSJi/fIZQKOA 2016-07-19 19:27:14 87.156.138.233 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=412 +p reject 1-65535 +r emubeard e2ytGmI5efDOhvwULjwuuyb785k /st9jcUb9Y7PitmZ6P1yPHb8qYM 2016-07-20 05:14:48 91.240.229.195 9001 0 +a [2001:67c:2a4c:1337::195]:9001 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=650 +p reject 1-65535 +r MinistryOfTruth e3LWhOcTwdFZNyp2/Ov5C/am1DQ YFiltjcN4l+cSvR5WIX6Od2Zz/U 2016-07-20 04:40:24 158.69.195.177 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12300 +p reject 1-65535 +r geay e3vmVsMW7tVVzpz2jUTLUBR2eIE fEOtbOIJpy0+5t6sCba6Evfelz8 2016-07-19 18:04:09 93.115.241.50 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4910 +p reject 1-65535 +r foghorn2 e4sIMVc3LbKZT+tbB1u64iui3E8 LkWZ7EWAbd9mT3S5/ecVBS5YpC0 2016-07-19 15:29:00 192.71.245.137 9901 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5780 +p reject 1-65535 +r William2015 e6qUjJjTegSCeQn4CnUJF0uF2To iNEAqCgVvkZvgfluFIN0lyBVY9A 2016-07-19 18:09:01 5.196.121.161 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r sofia e7FgqPVL1089pfLOcB6HcrhBhZ0 BYvgOJAtLjrHQc9KetfKIIFDeLc 2016-07-19 23:03:47 77.247.181.162 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=87900 +p reject 25 +r torproxy02 e7cPhYXfwn511pKXDA7rDyKYOmM NE74yyRHvMZsTTeXAfSvAHduvx0 2016-07-20 01:53:09 51.254.136.195 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30900 +p reject 1-65535 +r CISCRAMR1 e8dm1PLmfnWmMuOZBXZsiVr0ESY 455x78+V6U+bb07h4lgRWgo5LNE 2016-07-19 15:37:53 92.222.103.233 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=9260 +p reject 1-65535 +r default e9LINx1Kpz/kqHVX15Hg6I6+6FE pnHjKzB8WMy10/eczX/Zjp2rX8k 2016-07-20 07:44:43 84.249.85.63 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r DoingMyBest e9aXnWL241zQ0RUhKRNwCiyKHjw pQahgsZox1RAzsztycn+Ioxzy7c 2016-07-20 00:33:23 37.187.21.28 5523 5524 +a [2001:41d0:a:151c::1]:5523 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r dannenberg e+aD5l1IFBMhxe2S8HXFU2SscSM EnAA+o65EgHirlwCfGzsRB/G9NY 2016-07-19 21:49:02 193.23.244.244 443 80 +s Authority HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r WYSWYG e+ni7yu0G7Zi2aPNaCibnj2/igg wToSSbR1inTehAnA6ktDmoYR9qw 2016-07-20 07:20:42 46.194.162.212 65535 65534 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=325 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r torplatteville e/quqKSCuMo4Qth1lICKZh+obIg eiRlb7Y1VguRQkFUANH0EoBsyYQ 2016-07-19 21:23:00 64.91.67.147 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3100 +p reject 1-65535 +r Joshua2504 e/+KSl/gnJLoaqYvoCcjgX7yH1k MdTncBOQuScGMSr6Zo9JNKu5fzM 2016-07-19 16:23:59 149.202.101.102 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=10700 +p reject 1-65535 +r hurdur fAW/74RIil6vV7WSHNhmEn/ly88 m77kuFy3u6iacIKKNFncOVov3TU 2016-07-20 06:06:00 193.210.228.234 9034 9030 +s Running Stable V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=5 +p reject 1-65535 +r ibibUNC0 fAqk47c+QH6fX+sZEvi+JtiqEk0 LqfSGQKMxsTQNj0yHXcNwxe8y2w 2016-07-19 21:57:38 204.85.191.30 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=0 Unmeasured=1 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r torRelayMajestixxDe fA45j9Bfwmu62mW5+L7AWy3G0aU T7Ia9/BhKpYpeAY6fLk7grqBSa8 2016-07-20 04:46:47 176.28.9.120 9001 0 +a [2a01:488:66:1000:b01c:978:0:1]:9001 +s Running Valid +v Tor 0.2.5.10 +w Bandwidth=7 +p reject 1-65535 +r gabelmoobwscan fBb2DNKusiCK31tpGH3fimHIXq4 9gls6iHZhPq0aVjl6dVwKXZixAU 2016-07-20 06:26:09 131.188.40.189 9999 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=61 +p reject 1-65535 +r Steppenwolfe fCPdTpFuMg4zy+VMYnCcgSL3MGQ VpiM5xRe5XoTbrbe1L7iJL4Y5p4 2016-07-19 18:49:56 93.149.229.76 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 1-65535 +r unnapi fCSzCBKWT6mQoRhpwAItIsqeszw a7Ao30yG4vUIe8nHrlZSkUktg2Q 2016-07-20 01:33:52 109.192.69.86 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=146 +p reject 1-65535 +r AccessNow016 fCiFh7oNmcxrhTfNwsRjn6gnuQc OxVmtaOZj/kCvvSUusTjz3YGtLo 2016-07-19 23:36:03 176.10.99.208 389 390 +s Exit Fast Guard Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=16300 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r skwidchip2 fDhp+zEGfDIfGXnkBJvBHKYv/lY SZLH/c6z42L5NZ5i9bf+0fxl1Gs 2016-07-19 17:54:37 91.186.8.150 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=504 +p reject 1-65535 +r AccessNow003 fDpM/wnBmB1BFzzeKirdSlyhCf0 6EQEokgOXX3QNGoBZiOQ8Eybfcc 2016-07-19 23:06:05 176.10.99.201 989 990 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14800 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r ins2 fDr0b3dEWgsekDpa9bcwoF8Se/w JQOjAeqWIW9cx104fEhk9wJus+I 2016-07-19 22:01:53 193.171.202.154 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2930 +p reject 1-65535 +r ES1 fElLW7wVWDA9sc+4QNmAoLS8wyQ ytnIgBM0APUkML5xz3oDcrvfPRQ 2016-07-20 02:07:40 46.59.134.5 9910 9911 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=249 +p reject 1-65535 +r spongeship fE4Uls+B2RHe4xIWpB7g4Fy2Kzo LhaGEFZdhT784Xp3zIhDdICL1tw 2016-07-19 18:25:50 104.131.205.192 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r Unnamed fFNpFUnX8up5dG6o7vblQzbTlwE 2k3moV7JLq17rojq7k+bcIQ4KDs 2016-07-20 06:49:26 5.199.149.125 80 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=594 +p reject 1-65535 +r singularity fFWGvxPJwxVawLLUc9goK/g9Wic s6yj07AVjBwqRHkHeRyiIWzja4U 2016-07-20 08:46:17 212.47.232.236 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10100 +p reject 1-65535 +r ulduz fFxfodOsH4Y3rR7FGxroZygYV0U qG81rLO5gsj6b6K78ORxNEP7tts 2016-07-20 06:31:34 173.228.91.29 9101 9130 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r opalscence fG1lRZ3A/RoDheMsIXJQJ/wQ/0g t9KqKtSPi8xhN988XXnak7wFxlQ 2016-07-20 04:34:48 219.117.206.46 24000 24001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=30 +p reject 1-65535 +r Unnamed fHPiGKb4HzMr+XbFL6PikLflKuE hzNNtssFWVe675jg8Ug/f89xy5Y 2016-07-20 01:56:04 188.166.4.109 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=242 +p reject 1-65535 +r HexFromHEMMetis fItlgF07XNENv3zQRSM5bdzWrHY uUM3fZKVEuo5hkSJTd+LwrcW97U 2016-07-20 06:35:50 23.226.132.132 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=743 +p reject 1-65535 +r greyicemegaera fJe+675deQaHnIGkVEK4v0+oO3o FrRzc9p+uYZKuQ9Jcs+hJVeL7XU 2016-07-20 08:28:49 89.12.115.216 9001 0 +s Fast Running Valid +v Tor 0.2.7.5 +w Bandwidth=114 +p reject 1-65535 +r TorAARONSWARTZCA2 fKnZBK43uoUrkioEDtbx+EpgMIE fKGmqcBRO6DCdKcVkis5Ws05HtE 2016-07-20 01:38:40 192.99.45.229 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2280 +p reject 1-65535 +r ICSIL1xDEDISx1 fLureGf5OXY9lPxsKBnhKZccsOQ 50qt+SP4fZ+SZGEUZGSErROfXSU 2016-07-20 05:33:22 192.33.210.30 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=26 +p reject 1-65535 +r 611Relay fLzCvaiUN4QmxwqfnS8oo69ygSE Qn6BZRJM/HGkPmSVqrRtltzkuOU 2016-07-19 16:56:44 87.149.31.198 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=157 +p reject 1-65535 +r kbtr4eu fL8FF5EExrSVfHZtK5qr2DwN+30 QvlQeEJmwsEElle0RBzriesPfPU 2016-07-20 03:55:19 163.172.163.137 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23900 +p reject 1-65535 +r RickshawRouting fPjvxkBmaPz+37/DPXej7hym2qY VkCI1ynKoJc5DgXJa04OENFxse0 2016-07-19 23:43:47 178.79.140.109 7501 7530 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2660 +p reject 1-65535 +r DarkOVH fPupCbOHnCRaMp1Q0cbspKRm+4Y dIthx0F7L5cxK8B2M9au1XFbHhA 2016-07-19 20:24:52 151.80.147.153 8888 9030 +a [2001:41d0:52:f00::413]:8888 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13800 +p reject 1-65535 +r saveyourprivacyexit fQWjjjn8XSmv5r5Ie5tNyeY10J4 /28iaMGnI0W5aL0MStdOwlONd7w 2016-07-19 18:29:58 185.100.84.82 443 80 +s Exit Fast Guard Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7730 +p reject 25,465,587 +r Unnamed fRCwh63w5f4cztLcikDiKO6T6wM oXua6PRQClgSYOclf4LkelN1W6E 2016-07-19 15:47:21 104.207.133.20 443 993 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=294 +p accept 1707 +r TheHatter fRYrJsh52NaU7T755RC1VUONW14 +04bBmjLtC01XGxwovGmb5j3Vzk 2016-07-20 01:03:54 188.166.222.47 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 1-65535 +r BabylonNetwork06 fRgrkD1RaIxkfjad+o20ZpccfRM l4bKVgxdiKR7RJ9tE8o3ZujIPSQ 2016-07-20 02:29:25 163.172.209.226 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=9990 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ElliotRodger fRlMc1g7NLdZWW8UoxjLxDkqKzQ vui8dHO0P9gKNQ8grctie4Efg1k 2016-07-19 21:31:26 104.236.38.231 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=11600 +p reject 1-65535 +r DeltaLimaCharlie fSeGUomMOIePUdk5aeuIxJe/tlA zl9QAH3fcDaCNvOtekd4vPwkejw 2016-07-19 17:07:04 88.198.36.36 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22 +p reject 1-65535 +r lemontime fUH+1YSBoOWUxkLnQXbIEXeNkaY bUQM5K+LFaxyzAZsxpDOiT6zcJM 2016-07-20 01:11:33 5.135.181.213 9222 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15500 +p reject 1-65535 +r madadtorwus fUNq12Uzn6WB0ZCRHsHmDo2mNjQ PCsClmE0qYI4VzXlbVlKLODE2lI 2016-07-20 01:45:55 168.62.217.216 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=49 +p reject 1-65535 +r BeneTleilax fUON+UP/5sKU8YrKhmj8pIw734A wNnQh6hVaG5PGWaCJGsC2CzWR1E 2016-07-19 19:25:39 75.134.151.31 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=308 +p reject 1-65535 +r Unnamed fUTUior+eBmGacE6IEckJ763i4c ncpeMnyuQZJaLHJCR+2wD9EGCTc 2016-07-20 08:34:08 46.246.93.70 9009 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=807 +p accept 143,993,6660-6667,9999 +r PureAnonymization fVrhKgMD9c1gLN8BMaOqGm6CevU 82t6ITAeWnCSG2cWGkq0bQLUtgY 2016-07-20 00:12:57 87.236.195.55 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.2-alpha +w Bandwidth=41700 +p reject 1-65535 +r torlesnet2 fVzNHY15h3mXnffgo6K/pV0sJLM dv4u7mLOv5Or8dvgTXTYP0lB5QU 2016-07-19 23:46:54 199.87.154.251 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r MoterRele fWSvoieO8aYMznXk6tmdfUBGZmM 4NrZO7aJFbiSUUPV0KrWCKDgN8Q 2016-07-20 05:04:58 176.123.26.42 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=23 +p reject 25,53 +r alnutt fWhKwkS+tXI9JQxmx9JYJN7R0FI w6i3hcSMJ67R0H7dIGVRofOnOZk 2016-07-20 00:31:41 95.153.31.8 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6560 +p reject 1-65535 +r Pagkaki fWk8Kpw7Cy1p9HOvHA4cvgXq1BI ssJ36AO6FOQffpQOM/rqLbNfi24 2016-07-20 07:19:50 83.212.96.183 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1350 +p reject 1-65535 +r Rikskrim fWp/Bq9sT5BAmg15MsjcyU34FnM 4lwPy2nNqBfT0IO88JqdpzMDy8s 2016-07-19 18:38:55 212.107.156.226 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15900 +p reject 1-65535 +r crypthotep fXcJojyqlKBa31kQU3LIVHw/wu4 vYpUeNO3/SGfqfSDN31CDhSGCLU 2016-07-20 06:11:02 94.188.11.233 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2140 +p reject 1-65535 +r tampico fYA8OJuQ1Ny3BoXQaWMwvUVNZvY 3r+9BI6++CPpNsnloKuSFiA8dlg 2016-07-19 23:23:00 155.133.38.226 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9980 +p reject 1-65535 +r losangetor fZZQOTekwK7N3p79SkZMqLT9H10 byVdv69w5iaLagGMzRRUv8yep/g 2016-07-19 19:04:02 81.56.66.213 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r jmsanfrabeware fZrnujQpLzg4pTlBIA/VDvKflkM fzK318khipeICBwO4g6OwvzuJS0 2016-07-20 04:31:29 104.236.129.46 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=742 +p reject 1-65535 +r 1chandotus fbhEOuKfvEUNNOVfqRT0K/kp7kk HSqTksBKHjqTV+222ws/LcxHtUE 2016-07-19 16:14:42 23.92.26.114 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1840 +p reject 1-65535 +r DeepThought42Bridge fcCZ6ErYrMEt6S7vKxqQUrFdCvE GABlqafrKw1e/lUu0UI7c+oPFQI 2016-07-20 06:26:34 84.73.242.206 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2140 +p reject 1-65535 +r Unnamed fcEHEhyUQZn7+Yb2GlkLWRG8/RQ IAIQfhhxcI1EJDCWHP8osIjlT2E 2016-07-20 08:13:02 92.206.26.29 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 1-65535 +r dreamatorium fdKaZcNwuGtb5wbqOxQXdFcUyK8 W1O0hAlITPcK+Au5Sc20cQYL9BQ 2016-07-20 06:34:35 89.31.57.5 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=98200 +p accept 80,443 +r Dragon1 fd4xjdH5O/EnyEgku9kJvDiH858 M3Eu848Iqjm3+Wr2LEdY6QPr+rg 2016-07-19 15:54:53 13.90.214.85 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1520 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r 421972 fd/lssMGsZp5gy++WB6qJFuukMY J+Cb330PcCABCMhAznerMUbj0So 2016-07-20 03:14:49 46.101.220.161 443 80 +a [2a03:b0c0:3:d0::8b:3001]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40300 +p reject 1-65535 +r jellyfish feB0dQbvNmqttcq4gy+cUB5kYvQ GgB/fpPR8MlLSL6CI98h70Wz6MI 2016-07-19 23:04:59 82.221.101.106 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1400 +p reject 1-65535 +r Uni27 feQtjqGiFa9BjpTfsnAAan4iBjk Pw7Q/HNPTqQGBoU8q4LCDT83WcU 2016-07-19 21:55:59 54.186.104.105 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.1-alpha +w Bandwidth=27 +p reject 1-65535 +r cmpxchg16b febcPQEMIG3v1eIHJEDtuye5kYU ydDbiKS66NB2tBOwqQDy7jmt3GQ 2016-07-20 01:50:13 45.33.8.46 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2800 +p reject 1-65535 +r WaywardHound2 ffubj7JKzTkUx1hQ1YhRJidzQsM HW/lo2i0uvsCSctW79ZewfBhrso 2016-07-19 18:31:39 67.205.57.68 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=144 +p reject 1-65535 +r vonMaurer fieTfZs3xRuNXJJ+DT87noQb3v4 q9eAsJv+SGmdqqbjy7a/CAcnhRU 2016-07-19 20:59:37 79.116.70.203 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=985 +p reject 1-65535 +r pilestredet fjMWaFvcXiDTCv7bEETCJZ2YTMY 1xfb0HQcK9duYc2f0h7TB+ZvADc 2016-07-19 21:20:16 37.191.144.178 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1150 +p reject 1-65535 +r cube fkQZlDA1mKePozMPNN7Y9cEIwK4 E0E/KwQdQiIBTOA0oJfav7FhGDM 2016-07-20 08:16:26 80.223.242.180 110 109 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r Unnamed fkV8Ifdsndvv8DaHCZlaqV66mhg L4tcxhYIFBa2LIoYo0AX3mkWnhg 2016-07-20 00:01:10 162.243.8.161 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=233 +p reject 1-65535 +r Unnamed fnSaecFBfumlTU5tbdRF3QzY3i0 k90UM08TEE2H2i55KYDXRqEryOs 2016-07-20 03:02:51 52.79.50.132 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=71 +p reject 1-65535 +r SoftPower fnhpgpvyAHi+ALzqO0KXH1vY1YU 87gerXYfqldCFTYx9G5DyuQRv5E 2016-07-19 23:00:09 206.63.229.144 4031 0 +a [2002:ce3f:e590:1:1::15]:4031 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r Genisys foWMxTULZcpXbmjtVWoykhxDEYk UUkZ9z+vvezL0Df01FzasrI+MAs 2016-07-19 18:24:46 62.235.87.248 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=192 +p reject 1-65535 +r sela fpcIcpCamhDDKu/jymk/+9iO3c8 ER+KDRNeoXoxrFXkXuGYLUb+rWY 2016-07-19 16:08:52 94.23.165.38 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=23800 +p reject 1-65535 +r jbone fq+eVbm0BTKvLbW3A5LzDlqhxZY 6TfN5MsjPCLjCdJkNpvCQCX3J/I 2016-07-19 15:35:44 188.168.34.90 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3440 +p reject 1-65535 +r moonraptor frhrBXp2GwhScwSWQoY++drK5ug qyTTUQGXb2nBz+15NZQQaMKjx1U 2016-07-20 00:29:12 109.74.206.21 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2810 +p reject 1-65535 +r Zaloopa fru1Jm4ErPDXKG0yOY34847EXe8 LOXXrmOPSvnapCXEpPISji2r6cM 2016-07-19 19:23:56 77.94.215.20 80 443 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1660 +p reject 1-65535 +r meshnetpl1 fsL1e1dU5yfW3m6dvatwnnmjlOs S92VgmGBxz6J/aspNan9gwitg84 2016-07-19 21:01:32 176.31.171.15 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1130 +p reject 1-65535 +r blackr2d fs4H9Q57KKZVdhCBvG5WunyX9hI U8YDVA/nGoD4K6X/vZ2rBJ0FNVc 2016-07-19 22:38:39 46.41.132.84 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=275 +p accept 443 +r spookytor ftRvxBHCsiGhCrhrsBM78zTP2nE Mzya8AL4HcM/GAVWK7f1Al3PjRg 2016-07-19 21:23:04 104.247.238.69 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=79 +p reject 1-65535 +r Unnamed ftY/cR1gzylA2+Ao5jRnxKrdfYA HPDk/gTBqC81nolQ77WGcZZxAHg 2016-07-19 20:13:25 82.196.3.150 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=76700 +p reject 1-65535 +r GreenDragon ftkOKDPuOKdXlbqSN7CkVg5R4aA mKTkTz7KXxsuxmljH/UEexA5X1w 2016-07-19 23:15:40 38.229.70.53 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7620 +p reject 1-65535 +r 1984 fupNp2v0oIERHjn5wkglDHYf+/Q z/tyRkAyPs/o9k/t0ytRz7eh3m8 2016-07-19 23:17:49 5.9.79.6 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=10800 +p reject 1-65535 +r Unnamed fuuOK/e2rGOzFZgQzavP+NBJ5s8 dBUr4ZjMfhOirCNUuNsKtHVTASE 2016-07-20 08:38:13 211.76.55.92 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r st1xnet fu057KCZqWBSGDKevHV5fgl3IE8 UElUuKzJx/Djx93g7C9g9Efx/OQ 2016-07-19 17:29:50 178.62.247.122 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=533 +p reject 1-65535 +r rumbly fxvmbUNiPPgQWIN+2NMzx62qx7w dSrJn+nxyJK37nHUWGyh/j6AJtc 2016-07-20 00:09:39 80.68.92.249 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=45 +p reject 1-65535 +r Unnamed fx0zezofdhTVev7n0iyE3W6JFZ4 rFXaRVC6Lld3m6SPiHdYnZOklpE 2016-07-20 02:29:47 158.58.170.63 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p reject 1-65535 +r mullbinde8 fx2U4sNvjMWVwqsAAipa44Fx1Qs FA3HukRH0A1WOKL2XRRoFIgWilA 2016-07-20 05:58:21 62.210.115.147 9001 9030 +a [2001:bc8:3182:101::8]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=12400 +p reject 1-65535 +r A6K4u30wCh0xERd fx6VgR9Puap//nEi3T9XcoCsXkY Sg8kyhJqRxWoItkgSwERbvQsSDY 2016-07-20 04:04:32 185.14.28.106 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=18 +p reject 1-65535 +r XOHfiona f0Dx2xY83jWhBQcSPxQXR8R17L4 tZ/9LYYbeNtjYyE/2YwIetKEyZY 2016-07-19 22:02:31 103.214.69.193 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r IPonU f0iaFpiTMnI/XXcJeVRGhTTwP8Y mevpH0wZV/WjUPFjpxD8fxB8f68 2016-07-19 18:04:09 149.56.140.20 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5390 +p reject 1-65535 +r anonymous f06eyCFUlJmRHIchoqRHz568Gqg HgcnfWNSMu5p+Nv+Bt9Lu9Gz6w0 2016-07-19 15:46:54 223.135.67.159 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=231 +p reject 1-65535 +r mataglap f1WNdFJrWgrLZe66m2oVebSFSM0 7uFr8UriiVdoAQUtbkrs6oAnVPM 2016-07-20 08:20:25 69.164.196.238 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1050 +p reject 1-65535 +r k12 f1YotAQf3gSz1LjjdNlLe54ORuQ m+dDF+DJwQTOOL4Nbhgc/8cR0q4 2016-07-19 22:04:56 109.193.247.252 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r Unnamed f2V5t5ZbHmqSJQG3GZC6nLneXlI RyscoGXftwK47XUMNAgw4tacQCc 2016-07-20 04:52:39 69.128.61.80 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=995 +p reject 1-65535 +r ididnteditheconfig f2py4NaZya03OF6xcUp8PCtM0aE WmT/CxP8iLsux2CUfXnpKLHatIc 2016-07-20 06:03:34 94.23.252.223 13001 13002 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4550 +p reject 1-65535 +r default f3+LlfLRogBCen4osUrV9HcpQbQ LnEe8orjJOi8xmYJp/hCkvsWjJk 2016-07-20 06:49:39 39.110.103.213 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r SirRelay f3/hIdYLenI6LTUIR/DhWMoLv7I vSY+CQ0bc46akBqbNLxCPPFZN1k 2016-07-20 00:01:27 109.74.206.233 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r pipiska f4cOEapr9PZTAZiQdGk2A8Bevjg M+zoB5pveehiHwLJyIL2x+BthfI 2016-07-20 00:26:10 178.140.104.18 443 0 +a [2a02:2168:2149:300:260:72ff:fe27:b2]:443 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=278 +p reject 1-65535 +r Huubknops f5Ip3Jp0V1UlaToZu5zXxZ+knyI qJAAy6i1XD6XAEqydmjEOv/aDb8 2016-07-20 03:43:34 83.160.95.99 9001 9030 +a [2001:980:5652:1::16]:9050 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18 +p accept 80,443 +r Tor4Ever f5M317MKgP/Ya3zKkjtXQHYcKt0 LyjQcvvwAPfpMehqTMC2eeWsGSA 2016-07-19 20:41:11 176.58.105.88 8001 8030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3510 +p reject 1-65535 +r Unnamed f5pXjqlYVrsR1IJ1iD9g8aDh1dk VdQtq3ecLCOM7hit1irzwNC0r0U 2016-07-20 07:40:29 76.12.219.104 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2470 +p reject 1-65535 +r Unimatrix001 f6HT2XXJsfTZXtUDhrZzW1xMNj4 XLmiJmr5XIQ+B4zsVWhcOx0Xs6I 2016-07-20 08:17:22 79.217.153.41 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r DNET1 f7vq8wEcDoSYIUYRsWAasLsEIKk U3ZSqR6KchbgDFYgz7RqJ16mqAI 2016-07-19 20:55:11 104.218.120.209 443 80 +a [2602:ffa6:700:503::76:1]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=106 +p accept 53 +r germannode2 f9Hzu89dwjQX9WdyCbxkQ2pP1p4 vkrgd853duPiOpoqDtyVRlHqbTQ 2016-07-19 19:00:36 95.89.57.104 9035 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r Unnamed f+I5Xj0ibacm7AMw546weWrNqhE 32w98dbVH7sXuA1eQvXfzYBe8jo 2016-07-19 15:20:20 128.199.194.112 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=88 +p reject 1-65535 +r wirsinddasvolk f/bFuj6KwVq+eyMkei1V7VGycHU X7yR4GTTIeCnn+c4TM7F4AB9oVY 2016-07-20 02:27:56 84.200.77.243 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r gnirut f/fK/rNr/qhZQtfFXj6B8moV3p4 uFrzoBKByKTp+NMJ7elPHKL1XDU 2016-07-20 04:48:06 141.138.141.208 9666 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2800 +p accept 20-21,43,53,79-81,88,220,389,443,464,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r lebreton f/lDIJY7XNr5oHLOm+6bTx8rODw l+vw99nWnDBb5HORIzDGj/qj4e0 2016-07-19 17:57:53 50.7.186.38 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7590 +p reject 1-65535 +r dscotornode f/toy63oS7tQM88JhtlHivX+no0 R3aMuc+pGADfhlRNetmyxnnm0Yc 2016-07-20 01:41:50 104.40.1.143 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1260 +p accept 53,5190,5222-5223,5269,6660-6669,6679,6697,8010,9878,11371 +r Unnamed f/4kRdkfKziyXRcnww0HA7e3s2o L+hFquqTlVrn1uoB1W+C9Cwxkxc 2016-07-19 20:01:00 158.58.170.8 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16600 +p reject 1-65535 +r tjwtechsvr2 gAB1iHq97OkGIhTfl3JA7WEji5A KKwHazuZhw0Fl+Ww+bgFniFrwZU 2016-07-20 05:22:04 142.4.212.128 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2460 +p reject 1-65535 +r spookeyspookey gBUFIeFgajxm+9BQJBd3XAboNTA iPRwp5jPzbI14O9fTAD7cmT2jxI 2016-07-19 16:40:30 83.212.104.124 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=140 +p reject 1-65535 +r schnapfelum gCWITYKZcPbPWcb4tcsOxAnxSHs Y39w3fMTkdiha5qpou3l367o/hU 2016-07-19 16:36:31 91.143.80.220 4443 0 +a [2a02:180:a:16:e:e:e:e]:4443 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7910 +p reject 1-65535 +r wwa gDUhmWEZY6NR3P6QH/b+wXd5j5Q odJmT3sXgM4VyDhaCj4zTOZd9HQ 2016-07-20 08:30:08 188.247.100.184 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=596 +p reject 1-65535 +r Unnamed gEGbNukn1zr5De+hEACgL0ayTck rb4YuLkXKdteGuw9IMeAPMLT6W4 2016-07-19 19:06:42 185.106.120.92 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=73 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed gE1mSnMKTUAc9LhgjEPAyofN67U AUUw8AXoTO6jLVE3DpAwc6ntNoo 2016-07-20 06:10:31 188.166.218.189 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=214 +p reject 1-65535 +r onepiecenk gFqG7gi0nKkHZKU2L6qyj1f3hao aCpYNZVaV/KIc1kXh1ra2LteNgg 2016-07-20 00:01:05 82.67.55.32 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 1-65535 +r justanothertorrelay gF6XFqH8Y9fexShNAZpqC3lCLiY mWRu0fdOeGXaG7WPRPC+RsUGl60 2016-07-20 06:02:58 81.172.119.185 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r torpidsDEisppro2 gHNnD4+FKXEpj4ryxbI64BJkWQE Ung7ZFpLvn+u4DkdYQPJMuOcDck 2016-07-20 00:02:37 81.7.10.251 443 80 +a [2a02:180:1:1::517:afb]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=15600 +p reject 1-65535 +r growge gHebus3JxRLZMEjuxXs5+qJCj10 a04oWZSNRkli0TO5BtFx5Up/T60 2016-07-19 19:47:29 188.0.236.144 27195 12135 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r torayne gIEuOzgNbZpugcfh0ifzY+bLX+Q nGmeYg3cZBW8UGtM0aarogaQCeQ 2016-07-19 23:30:32 24.84.2.140 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.26 +w Bandwidth=3 +p reject 1-65535 +r camus gJRA/9V1aWI531P0XUlYDk5hM5U y8uDhnrUEbXT0dQyfhRlLrhmKg4 2016-07-20 00:47:17 97.95.35.13 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 1-65535 +r dasikecubie gJe7lvKUdOSTGkA86kgxeqsgc8w 0TkstfnSl7AHslIWhLK5KCYKtkw 2016-07-19 21:48:12 31.17.178.55 10001 10000 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=383 +p reject 1-65535 +r han1 gKI5afLvtVLsU20c4PFmmys+ZBQ rh8CSczz/wWCj6rKWETZUR8+dYw 2016-07-20 03:07:02 195.154.12.66 9001 9030 +a [2001:bc8:3427:101:7a4f:8be:2611:6e79]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21200 +p reject 1-65535 +r mdfnet2 gKr41ZVqQ8GXEEzvJVDNQtFlxvs VrOQN7PwvVDfhXWOeho84ZtXHj4 2016-07-19 22:23:49 193.11.114.45 9002 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=39700 +p reject 1-65535 +r RelayW gK576afzyqL0SUZgA0juZqL1KXs yO1QVN+mAlD2DKrtA1SpDj0iHaU 2016-07-19 22:03:03 37.187.30.78 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26900 +p accept 53,1194,6679,8332-8333 +r dhtor gLDTZKeXve45wxUpV82EZsDiX/8 K1A5bx0knZUIOEpb+BK99emOoWY 2016-07-20 07:28:38 185.69.168.112 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=74100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ARMFTW gLznL/rOals7hEjiL9v3LsbUYwo sDGn4DsG9XBZWzA3dyXskAN+Ibg 2016-07-19 18:10:35 212.47.251.61 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12500 +p reject 1-65535 +r Unnamed gMFWBXNyVWpulf9C+rG6qP8jF1I fJfZ3XRwaE6v4mgmdCU4NCGasE0 2016-07-19 17:43:49 121.121.112.54 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r Unnamed gMVxPXZ66LxYRW25kn+GstiF69Y U4nW92G74szTzw4B6vbYP8XrRnU 2016-07-20 05:33:10 109.218.146.152 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r Dontbleed1 gNc+daML7vYnYEtwFHUzBHZOByM sCXpa0RD1r/YNexH77NxGzD/Ikc 2016-07-20 08:48:37 213.61.149.126 5901 9030 +a [2001:920:18c0:2:1001:101:0:1]:5901 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r schnudel gNy7bvToanzU+8ve5kl5ZFUJphA ZY/PWJ0iyPMhqmSbAwYhH0ETw9s 2016-07-19 16:08:26 46.252.25.249 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28500 +p reject 1-65535 +r 100Mbps4u gOFG0ikoZcyR92MJ5JhJFOgvQKE Uf6euv4pw3aV2t0/lt7qaJHfVs0 2016-07-19 22:18:22 5.135.159.128 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12400 +p reject 1-65535 +r Unnamed gOLiyNjA6flH2sxWl97cTDpo258 4j79Rzbo4Eg+GjzpKBP18GW0PZQ 2016-07-20 04:10:00 109.194.171.148 443 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=348 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r default gOPK1pqqnentnLZTHKPXP2+5/lI 9WqvpOaTV43Ic4aMgHr+GONY7zs 2016-07-20 07:56:18 178.162.66.212 444 9030 +a [2001:470:27:4ca::2]:444 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=792 +p reject 1-65535 +r AreLikeOgres gOWzONNsckJz/12//LjxBkLNhJI npcV4BFhFYZt9UHDRQrEfADzdyo 2016-07-20 01:11:18 37.59.96.191 443 80 +a [2001:41d0:51:1::1b2]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15100 +p reject 1-65535 +r vcexit3 gO2umNZpl+7raQ/g/4RcyDUkMBQ Km4wojI+0gXk+T+ilvw2EYsWJp8 2016-07-20 04:58:12 185.100.85.192 8080 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3770 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r tibietigni gPNkHTNm16zJ3Z6xZ1SJzGYAR/U rRmNcZQuII4H7mVk01C5U48otk0 2016-07-19 18:18:38 81.4.110.149 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=446 +p reject 1-65535 +r Andromeda gQbT1D+9ktXY7rw+UDGyaPzdxCU TEpsl6ZnOiilP3bxNr64WUPXnCU 2016-07-19 23:17:21 95.215.46.45 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2800 +p reject 1-65535 +r OrbotRelay gROveTj4yFG5FpUD9tt2lGbfHTs wf8LACvLTbQKUCjndz+h2+ikp5U 2016-07-20 07:50:52 196.186.184.80 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=0 Unmeasured=1 +p reject 1-65535 +r minad gR8/2NKArdMws6PxjV3Y8ac7EBI sjktygEd2Jgw5HGHAUdr2S1Nf48 2016-07-19 15:03:09 138.201.57.109 59001 59030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17000 +p reject 1-65535 +r TORAwesomeSauce gSlz9jhuTpZEa52fT4BLRwc9qzQ VWJM5HR0fwvNvmWC3uQQm0Ysnd4 2016-07-19 21:01:32 45.32.91.186 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4370 +p reject 1-65535 +r Unnamed gTUUi2pFInpW4Itc0wRk/5KbgwY 0BztwQkzwdfYg/B70mGWVHxzWQg 2016-07-20 02:11:56 46.183.220.135 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=33 +p reject 1-65535 +r fuckingbitch gVfJoLM2TuCKVnnVDHInGiPfURs 7PMHeoZ1Dbjy5JxyvdZDbIrzpUc 2016-07-20 07:45:31 88.133.195.124 9090 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r internetfreedom1 gV2IxhKDGSCTnXvONmr06N0FQM4 LIHvilLCniFw3sSI1FTSN5VMxtI 2016-07-19 19:42:49 45.63.97.59 1080 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=894 +p reject 1-65535 +r c0by gWKEgLmccQsxNrmEt0myEViEmo0 8KR8hbd24UytdmVFbHagiZsPOEI 2016-07-19 17:17:12 78.46.209.192 9001 9091 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=272 +p reject 1-65535 +r alkalal gWfaF6JMyh7dTuKaFWvvt1GIbJg nTEJ8ZCapIJsY21N2y3+e6V42s4 2016-07-20 02:40:03 195.254.135.76 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2910 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r smedly gWvLnZ9PgburB3gI/HaAJ47SMBM BwfXR6e8w11VodxJrMvxjiM4Pe8 2016-07-19 17:51:37 24.151.22.183 442 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=79 +p reject 1-65535 +r torinitlaborg gXpW9qqQsdjQDc2okkNy/NViIBU RL/FFMyzaKJj1SMf0no1uLtM0SQ 2016-07-19 22:18:00 185.117.82.132 443 80 +a [2001:67c:21bc:19::4]:443 +s Exit Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=48 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed gYhIEHoRPTRCw3rRPyIOhXs5FKU vsTmI/d+2fj3PNFfaoRBjX073fo 2016-07-20 01:49:43 176.158.155.120 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r ndv79 gYlRN3e9p4w1th8Oog58To125A8 TE5YZejcYTj5vQM8kMigTIQ+coY 2016-07-20 05:19:17 109.197.195.208 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=2060 +p reject 1-65535 +r torquemada gYqP2DcSlvZLGDzq/XdwAaDzAM0 LdKttpPM5WBaZ27gAIvG2DkmOr4 2016-07-20 05:28:07 24.6.174.94 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=443 +p reject 1-65535 +r chutney gaWXZicolNJ/6DdcT4OmukU2ce8 nsNf/BdZCUZSw67tUlvivoNmFL0 2016-07-20 03:42:32 37.252.190.176 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p reject 1-65535 +r NEZABUDKA57 gaj7fVkKT0fX2o3hzbB6ZNO46bQ fK5UizWs49Qlc1HBm10HaTFV5SE 2016-07-19 17:53:10 185.146.170.129 443 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7010 +p reject 1-65535 +r default garkWYaSNQHrEGXJesl+07B0d+Y C8bavWXnQfKu2XhMl0kZIT8ORaM 2016-07-19 18:33:11 134.34.125.37 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=198 +p reject 1-65535 +r kifthetorrelay gatQqzA5wm8VRmL24FVcD0ST54k 0kArpXy00sR0igVCQboMnNflYf8 2016-07-19 18:22:16 162.244.25.214 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r best3030030303 gbVWyBTzg0W9U3v5HSVtFVJS1ug phSIu+O55KDARQS9PUviREskFpA 2016-07-20 08:25:56 188.134.75.211 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=138 +p reject 1-65535 +r hviv104 gbddU0+Rv7fFerZ9oQvO9iJYKug SFNpXaF+RIX1VByWLBoTkGqm6kA 2016-07-19 15:52:23 192.42.116.16 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=192000 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Unnamed gbwoc1xYCYWRBSCZ1dBo8FNarhQ DCfWeG5Ij3jwucoDYHIhLYxaG5Q 2016-07-20 05:50:19 91.213.8.84 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r function gb2GNZ2R+GGnaMshKlNCH9uOcEo Sry4ZsXPlQu5MdFQHG6OCqyzd60 2016-07-20 08:39:25 84.73.15.92 12001 12002 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=715 +p reject 1-65535 +r ADKP gdWdF8+qFgsALTaK0AMwx0I64BA 3gM1jwoSVfYSGukM2NWPbGks1hA 2016-07-19 17:12:13 185.41.154.130 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=26 +p reject 1-65535 +r posterize gda3SMFTCpBYAnBk2xpZE0GSNxI whYIQQqGt/YX6pvx/1e8tJ6pdbM 2016-07-19 19:58:03 79.120.41.147 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r GoElephantGoGoGo gdi9rrhuFqrsLrSjlaeR5Dpzw1E a14w/h40GVBxXXRWfi16t7ulliA 2016-07-19 21:02:26 31.208.8.210 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=153 +p reject 1-65535 +r rakanishu gdyK5e9/7S48asrYknyQpygWdPE CXSlS/+SVFGD4UQZS++2kU02C6U 2016-07-20 05:49:03 5.149.250.92 7352 9099 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p reject 1-65535 +r KittyCat gd2CD9qPBjrIOPeQlg4qNGgBDHA ChL53xihkzmzAeBmExZNV0eUcL0 2016-07-19 22:27:16 190.66.132.201 8000 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=7 +p reject 1-65535 +r NotAvailable ggI5HnHx6Sdj8wd/1A5Zyt/kbnQ Q+/oQ6SuZALmjIPZi+tVR3rQBwE 2016-07-20 01:42:19 95.154.83.80 40281 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r AmurTor23 ghFfrS9ibF8EzKvjnuTdjwjJuDE 6SkP48tMltCt5vuyJqmIbVUGVN4 2016-07-20 05:05:33 2.93.9.134 9002 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r OrwellsNightmare gi5UcyUbVi9f3SBbF7lsNL/jfTE c3TQMO2cn2HZyZSuGxBW7X9eZnw 2016-07-20 02:08:25 91.61.42.173 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r sscnet07 gjBfQK1cduaONRzIDgknMBsgybA kvx6jP7N6pPycV2yQchwJRMq7tg 2016-07-19 14:55:00 188.166.122.58 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=799 +p reject 1-65535 +r snowfall gjqoHid/NmUFVFUiztwvUpzk3D8 O8u3rlf1kjDkOOehDZL+ZVHEUP4 2016-07-19 19:49:26 192.160.102.164 9001 80 +a [2605:e200:d00c:c01d::1111]:9002 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r beta gkfbS4b7yNn6xBw3Lc4VZCJ4BbM +Xz3JxmsQM5CyrV17J+T2EmL+BY 2016-07-20 06:16:14 104.233.95.49 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=343 +p accept 110,143,993,995 +r Zion gk0FcXiW0gFs5WJVPwRNKZBfzA0 GKJbLixZPdiCXS0kgGyziMhZauU 2016-07-20 05:03:32 95.215.44.102 9339 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=118 +p reject 1-65535 +r InvenTor glUQQE5L82lTJbPOvdi3uVmXQaI 9wZFslDsbXbTrMkJO7yeLoGE12U 2016-07-19 20:06:16 134.93.136.177 9002 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=98 +p reject 1-65535 +r willow glbQ0NXQzt70QCvBsGOlLscoUis WaHaIsjgynRwbZtnC32e6skVCGg 2016-07-20 05:33:41 45.32.246.221 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12 +p reject 1-65535 +r mangojam gmLosXRXJ7j0qSk5pFCEpSWmS5o NzwMrlUuQryY1AVC95o2HVRb00c 2016-07-20 02:10:12 212.47.239.187 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19300 +p reject 1-65535 +r Speed09 gnXIJL61yCOFLfzGqHif8zVP1sw c9ip/s49mL5YRN10zJbwn6WnyPg 2016-07-20 08:18:32 88.161.212.89 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=161 +p reject 1-65535 +r uncloaked gnfW6hIa4hIHIIhOa/KO3YC5x2Y w8j0e43ExYuWq54EmTw3kTGFk6M 2016-07-20 02:55:09 91.121.1.20 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4570 +p reject 1-65535 +r KosakaKirino gnvw8eUrgtabPOPf7h8f46EQQv0 LO7pNIF+Ng46GFMBT37+dfnV4bQ 2016-07-20 06:06:31 216.17.105.203 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=270 +p reject 1-65535 +r Smatek1001 goCUw1WMRGpcYP8ve75D77OVykQ 0HGPi93sYKL7ejHJKIFxXC+OmWA 2016-07-19 22:45:19 173.28.153.199 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=295 +p reject 1-65535 +r CatRelay gouOSGjfnhrN1M592P2oTWenVgw LkhZo/dy4+cFK/KFQmBaUYfuTCw 2016-07-20 01:06:18 195.154.92.70 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27300 +p reject 1-65535 +r ohsoslack gpbjFN0b3EtVS9nAEAZcRpYV2Lc Mo9Xvt4hOTkTwAofHxxr7mQn+Qw 2016-07-20 04:07:40 79.68.36.70 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r liberty2 gqPS7t8NrXOi+agUpa94AACrHfc 3jaLSa7qsKGjiSL8XVTeTHeEPDU 2016-07-19 18:58:17 212.47.243.129 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p reject 1-65535 +r idideditheconfig gqpB6kaDfyrHDTXr3MgxlFyB+rY 8rcaweeROVy/cZbgi+/B3R9lpBQ 2016-07-19 15:51:41 194.166.69.188 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=117 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Aldeano gq4bXHxjP5QhWDWrLM3Ve6JTrSY dz6nyI8tgYEjaWUImMjBTTqZjvw 2016-07-20 04:12:04 199.195.251.149 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2940 +p reject 1-65535 +r skydiver grlGY/FBl4+yJSoWan/P8Lo6FwE 95ESy+3AgIeYzPA32tYlUgKxtcc 2016-07-20 07:11:11 93.104.209.61 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=23100 +p reject 1-65535 +r confnode grvGE0X3qtAIco+8kOtC1xfgMew DO12S4rYQUk6RKJpj0Izz4+3ou4 2016-07-19 20:42:04 177.158.188.49 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r TORbiOo gr4TPo/ft2u70NweuRdqYqMiXA0 Mp/gXJYoqKzjx8AyiQ8VzMC1bc8 2016-07-20 06:51:22 195.154.12.146 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=19800 +p reject 1-65535 +r GNULNX gsFq0FC96sIPbHx4eYcCsE6rBbA 92pmuNU3zZxU17tpYSjslW9SmTg 2016-07-19 22:07:42 188.166.105.157 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=146 +p reject 1-65535 +r ketcheval gsHNN8hX1zWt3eU0lrrP0auGbqw Y1KoYeVWPJSt51HAVlO7T/2YXBE 2016-07-20 07:41:09 85.214.202.60 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r opengate gssoOQkMp2oTxHBQFCQ8TFH/zfo AadOCePTbHE7chNrekYgfvdrwsM 2016-07-20 08:45:14 46.28.111.122 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4550 +p reject 1-65535 +r StrasbourgFR gsu1pB6ckuDXPgxFNnvuGRC7ge4 Wv9kGZr7D5d3vFv598qKvevDBZs 2016-07-20 04:01:26 92.222.69.173 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r jssrelay gs4MJFYE6IVmczWZoeO7rMst7WQ U5gOmloyJSa7NfQkFdhcX4Pd0hU 2016-07-20 05:54:37 199.241.29.223 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r Unnamed gt/3HGy2Cn4GXYbAkqF/aN7iIbg q6IPblo97CRaYwQ2agylOYKXAy4 2016-07-19 16:06:56 176.36.93.107 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=211 +p reject 1-65535 +r escander gvqeJ5Q9Cy/TJjMosO7ODT07BGE f7rAQelVCv3kSE/ZeGJeRZXtbvc 2016-07-19 15:19:36 94.181.190.21 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=605 +p reject 1-65535 +r diderot gxhjPyNpmKK4DKkopjLd+BSCtA8 vyd52xn+2FdiyWw/mWoR78R0a1c 2016-07-19 20:12:00 176.149.45.83 443 9091 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r OrbotRelay8629 gyBDqK1ghkBWSeU8xgR1P6sZLaE Bpy946f1OVcpNN/4VGHqaRhAa5o 2016-07-19 22:37:14 37.136.21.26 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r Kharkov gz/ZNK85OOIUP4g+zZe58Rk7B4k sIVLQkFZHieaG7lAqlenL30dc6A 2016-07-20 01:17:28 46.28.68.158 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8890 +p reject 25,135-139,445,465 +r CgAnII g0C4/Guj1PwV51AHNTks9//3YOw BtE2Tr9V9wadf6HiJ9NGyyViPtw 2016-07-19 22:58:50 5.9.108.88 31972 0 +s Fast Guard Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=5540 +p reject 1-65535 +r YouPornTheNSA g0O7LSmiqzV4B5mcbX4bxgxL2jc ykmtB6qvjFDMUCV2jk+XbMK7Vb4 2016-07-19 16:37:22 159.203.38.250 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r Unnamed g0Z+Mo4w2xH0d5C94sGxYnELHrc EeFbBLsA8qtT4kVdkMPOh8yDrtw 2016-07-19 21:03:55 68.151.164.43 9001 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=14 +p reject 1-65535 +r akmkirk g10eOdnUCnbpTgVXact/mP5HLkM D0003GUvrWRbgMoyOOtghNyGR98 2016-07-20 01:48:11 51.9.90.252 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=447 +p accept 80 +r stalkersrus g2R/BD9vvWzYcg8kkx7fH25Rh3U 7AsZPppNMCU953F4iwNVZD4lqYk 2016-07-20 01:49:41 97.107.134.127 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3300 +p reject 1-65535 +r scattystorrelay g2ya2CIBYeFWLtycpyVg5ibABgM CwrvE6bHmtMFL0/eaPGnHpu/7aI 2016-07-19 19:13:15 87.79.95.151 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=294 +p reject 1-65535 +r Unnamed g388OKlGaIO6ngjQkXt4sJi1Olg 9GQXPQFZXUg59Nyok9ptqe/3N9Q 2016-07-20 08:44:51 84.241.65.20 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=378 +p reject 1-65535 +r HopeItHelps g4mKH2uc2n41rPIwYtXRE5LxzLc EoX0wGf10zhjRBSdFsduMTwPorY 2016-07-20 00:59:36 87.187.176.123 24455 24456 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r TurboMikeHamburg g48kNIWhFzDZWifs9vGx3B/AzjM eSD4l52BE011WbmFT2UNjuf54D8 2016-07-19 16:44:12 78.47.101.157 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=397 +p reject 1-65535 +r zette g5bAxWkUWKNFhbz8YaZFiJ4EFS4 QBJ5C6x6OeWQhX78crP8LWYGRzc 2016-07-20 05:07:54 81.17.17.130 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12800 +p reject 1-65535 +r DoedelDeb40 g5wSEtsVcjJjvpbIPafhsk+jleg io2yiDUiL2Gkob6UmxCdBL0AfDE 2016-07-19 18:28:28 89.163.140.168 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7130 +p reject 1-65535 +r EagerBeagle g5y/CvPH7AWIAO/VRuAA2bsZOl4 ucFkLQX3LsXTPWtz76mneqKSeqY 2016-07-19 15:37:33 217.228.14.200 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r pigsfromspace g6HhFricOAHvAQdd21bByIf4qtk X6mKSOegSJWuBQp3mey9KzwACVc 2016-07-20 01:41:00 178.254.22.228 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3920 +p reject 1-65535 +r tactix g6oHA/A+AvnSqc/mc1vKbanWkG8 GHIOYpXV+SxMVfVO5MiCdzgW4GE 2016-07-19 15:39:37 62.210.69.236 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1600 +p reject 1-65535 +r readjust g6rWln905IjDgz45hEtdlFJ1rKw mJTUkBkf6tSGk/GPN1ZdybJsPL8 2016-07-20 01:09:13 163.172.138.3 80 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2740 +p reject 1-65535 +r Unnamed g7GhlOUF/Qi96s5XxumcTpMAbT0 4bG3bBD9G+8nwenRRgpMQLElyug 2016-07-20 02:09:30 45.79.10.195 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=175 +p reject 1-65535 +r GhostAV g8FEnxtuwLKcS+qoKX7nox4AUp0 6ax8T6YAuNDdOPx6Omhgrj/x+eQ 2016-07-20 07:57:55 2.242.106.107 21 80 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r PleaseSupportTor2 g9u4rhP6dM56M0jqPfvvS4uhmx8 8drpJlYyq0mDSn6x2/qPGUiCR8U 2016-07-20 06:02:10 37.157.194.180 443 80 +a [2a02:2b88:2:1::460a:1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14700 +p reject 1-65535 +r justinian g9v9A7naR2e/WzIIGKqAMYKdkXc dCldxYONiPxb+Y67nf66FZw1ma8 2016-07-19 15:57:06 104.236.151.160 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 1-65535 +r FreedomBox g9/sHd6JyhkoK2hFp/l3USuwPYU Ow1zqoNSeB+4HxGLsEcnzMKzLbE 2016-07-19 20:17:55 139.162.144.30 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1490 +p reject 1-65535 +r silberzwiebel g+FCoNFYoMCFCQxjxfmpmmptNnI Va1JTRp0Mm2J4+zRFghid7+Vz/o 2016-07-20 06:21:46 87.78.98.152 9001 0 +s Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1 +p reject 1-65535 +r heimdall g+ZYOks84fAnWLGcJJ1sg5wilxY 4dXUmVxaPWYIOHxhum562NJhsl4 2016-07-20 04:30:28 78.47.64.91 9001 9030 +a [2a01:4f8:d16:1fc5::2]:9001 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc-dev +w Bandwidth=1850 +p reject 1-65535 +r b0red hAboYt5rnBzSLu8cZ/xc6MfEeBY ZG5TRuce9E8BCjF6vMvPmApWg+k 2016-07-19 16:18:50 144.76.11.100 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2550 +p reject 1-65535 +r CatRelay hBXRsFiN+hvLul7Fc6gRK9hS9A8 91wwpy5oOiJY4h3R6h/QuW5e8po 2016-07-20 00:23:37 195.154.81.227 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18900 +p reject 1-65535 +r Precious hCsfbEueQfyQWd9nXF31vanw/HM snL1WZGzJ0uLN8HhlVXW5GZbERg 2016-07-19 14:55:33 95.215.45.188 443 80 +a [2a02:7aa0:1619::ed92:293d]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6180 +p reject 1-65535 +r oknp hD01eij83vvgwFl4AQ96ZfoTS1Q +cl7eyq7PRAL42wZ+bRYQsX1KTg 2016-07-20 08:36:32 150.101.243.99 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=100 +p reject 1-65535 +r ladyGodiva hEQklI9yUTbhAKbOoxFDfymx+HI pPylskQTgN8T0D4pxgzslOgrKlI 2016-07-19 15:55:21 5.189.188.111 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11700 +p reject 22,25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999,10000 +r GobloKo hEnBt4XqfzfxyZ7/Kq8NF2Ia/pI 9t22D6Cj3rJwsR/Yn/zXwHhx6HI 2016-07-19 20:01:35 89.35.39.107 9001 9002 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2840 +p reject 1-65535 +r Smeerboel hErpytBDJelV4r4VIVY7ef5wlLc CmPKnUczHqNm8IvEko0JlbfWKdc 2016-07-20 02:22:58 192.87.28.82 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=65600 +p accept 6660-6667 +r turingmachine hFbfqUFhzdmeSAwqKZLDZsZWRBA wuAk7puazDY7aIUAUSXa3IEh6Bs 2016-07-19 21:39:41 62.210.254.132 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=59700 +p reject 1-65535 +r hardy hGW9DKLCoBuHF5/SS5q3dX012X8 LSMWP9q6FeCgcNeN3DMLZ4gqbCc 2016-07-20 07:50:44 38.229.70.42 80 0 +s Fast Running Valid +v Tor 0.2.5.10 +w Bandwidth=3020 +p reject 1-65535 +r tor26 hHsfhQNE14dkkaVIkvkEk05OuF0 NCSn+hRLkmEXrJ+lQfFolw9d+80 2016-07-20 06:17:03 86.59.21.38 443 80 +a [2001:858:2:2:aabb:0:563b:1526]:443 +s Authority Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r scenics2 hHuRbZD6HbhdV63foeUFEPaFOKE +S28qDfMa4kt8T4LHoyrlh5z7sA 2016-07-20 08:05:30 109.228.158.78 7071 7031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20800 +p reject 1-65535 +r Unnamed hJiHDDacmu+n0uf7E6/9mEqMUxE l0XTvKEinRdOvZCH+HgTRxlHous 2016-07-20 08:37:57 45.62.234.225 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5020 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r PrivLay hJ3ecM472gr2UNVjaPnkhhixKAE YicwyqRKFvJdaWiA9wpWWyFqaME 2016-07-20 01:31:40 195.202.208.34 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2440 +p reject 1-65535 +r torninjaudon hK8viF6FLV5L3eBSggFSFgu5NJE CBmvtaUxpcvRZU79l/kolPJ4Ylg 2016-07-19 19:52:10 66.148.116.90 9009 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3190 +p reject 1-65535 +r SmallPaw hLIy5coxDVxzqs0HLoK7uG40+88 EZU7NxaRFIUfst8VNIqizzNYkKk 2016-07-20 04:00:58 173.75.35.16 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p reject 1-65535 +r Unnamed hLhnlt4RXhEYAM44ay6N4HOqou4 Z2CAve9C3Z3jAVCReglTzLf8oUY 2016-07-19 16:50:29 82.227.250.90 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=34 +p reject 1-65535 +r nalca hMAHJ2fuVZtU+sjr5WybgOt3Qbo SfQdjZqG4ip0x24pEgO/L7ibGAc 2016-07-20 02:20:47 94.23.252.31 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6660-6667,6699,6881-6999 +r BurlakTor02 hMFY9yxJ3t6N2LQQLQAt6CxPSE4 XShXJDr3rsp63NI/FgVrmY419LU 2016-07-20 07:47:46 216.17.110.252 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5140 +p accept 21-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Neryl hMF/TsV6F9DEoTuZgFp9oyWsEP8 ZOTEeXEujDunzT35eFshw7/0VcU 2016-07-20 00:19:48 178.64.43.144 9060 9030 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6 +p reject 1-65535 +r Unnamed hMossqH6B3vvm18ZguO/PIKOCfE Zoalo47DLJPRI9HjHs9pwOppMhw 2016-07-19 22:52:51 146.0.43.121 13947 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=26 +p reject 1-65535 +r tory hM+veQNTy9Z/CEc9fEUVZZD+D0Y Y+02ojFA0U7eYYtMqNWQ7Bw9PFg 2016-07-19 18:04:29 37.187.110.216 443 9030 +a [2001:41d0:a:63d8::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17300 +p reject 1-65535 +r CalyxInstitute03 hNNhtzaozR6IGND8GGiS6Rq3aIE 5SP2JbscV+qygab9OuJqjWp4hi4 2016-07-19 20:45:17 162.247.72.213 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2440 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r kharlamov hNeNyqLRThoDxfKN3S5BYTGBo1w JqYjVjE8mNfeqGuabt5mC4LTiTU 2016-07-20 07:29:21 178.73.210.240 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=337 +p reject 1-65535 +r kleptoman hNfqQEaCbjErMvgipZJlESGJDq4 IoIHTmQOy4vGr9RTHxSNN2Y84ow 2016-07-19 21:09:28 193.0.213.42 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2400 +p reject 1-65535 +r jabberwaky hOYddLxGNhS5yiZgmn0shjU/wgo 5RKkAGZULOdisC7D5w9Z9/YRjPI 2016-07-19 17:44:18 78.31.65.120 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12900 +p reject 1-65535 +r Nonickname hPC/Ae5HsPHmaheDuoVwH3DrFOk 0Ppcwzve5/9CwmV+RtA2BH/Vq8Y 2016-07-20 03:02:37 80.203.137.23 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r relay00001 hPgAfW4z4m62ieQKZRg8vdVTiVU aiBX00DGc4zCdpuY/IEL0jxclGE 2016-07-19 19:30:05 178.33.35.151 80 443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25500 +p reject 1-65535 +r longhi hPwu2/1nBDWNqYrufc6lFzJ0Gwc gsf7/LShqbLx7kKaOcFxburuJLQ 2016-07-20 05:03:04 37.59.72.132 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=17100 +p reject 1-65535 +r MunichLoxalNet hQxp+NyVDTW7BvOSeuKREGisjzs 7P+2CK8F2wJbbnwxLCX6iEjHpuU 2016-07-20 06:07:42 62.138.2.184 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6120 +p accept 53 +r justtesting hRPFCO3eD0hbL5WlV72tc8flkP0 FyH8iqSSRl/qy8Gls2Wu2prj+HA 2016-07-20 00:35:18 109.238.92.84 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r 0000xyz hSL+9P3K+Qh549Q5DirXva/emHs Jb1frQhA3qVgCxywlhW+ybug6LU 2016-07-19 18:11:34 85.48.94.174 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=10 +p reject 1-65535 +r torelay hTPrXbtNSTY7tVdXKeCtAWjdFr4 AIKRv5Num4ORY4sck4pMoB03ZfU 2016-07-20 00:14:57 31.201.180.151 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1750 +p reject 1-65535 +r hqhtor hVA4obu8YylAaw2zPfEmOQFX7jQ iXnYqfAoCytX5bT/x3Hz60p1RCU 2016-07-20 01:07:03 91.21.94.139 9001 9030 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11 +p reject 1-65535 +r Ethereum hVLCak9SjLmHaNR2XhcoL/fxAE8 x22D3cqxZKQftOJQ5W07ym0sVZI 2016-07-20 00:18:09 46.167.245.43 8080 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=953 +p reject 1-65535 +r rexhep hVchPyZzGavdM5vMPUpEqD1QY5c qpvLOcy5x9OJs03+8fo404Nwq8M 2016-07-19 18:29:59 51.175.74.174 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4800 +p reject 1-65535 +r hellotor hVozS5FkAZmw2HRYF8KrwxNj1R8 CwHb3GYsznr5iCCGRWdWzLpoNFI 2016-07-20 08:08:02 46.4.0.89 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13500 +p reject 1-65535 +r Logforme hVvC2r4kyGHNiH25sulQQktJ/DQ 9/DF+5e22Kp6Vh6PlRJzbzmTSRQ 2016-07-20 04:42:18 84.216.233.81 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23600 +p reject 1-65535 +r Solipsism hWWSEAzUd376wsG5uv+R+ZeFMLY JBZ+aofVJyqtb9BFOBzPkkbvF2I 2016-07-20 07:04:28 79.98.108.57 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1510 +p reject 1-65535 +r mistycanyon hWzH26IT/vDJCdTy+EDGnOtxKCM QH8daMFrfT8o2uO5Pa6jB/N7FYE 2016-07-20 04:00:00 159.203.15.148 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=6490 +p reject 1-65535 +r Unnamed hW03dwhzYGha/9XTTK4MTRxSUh4 w2OG0LtVEIfWQJ5dO2vamfZ6lB8 2016-07-19 18:28:45 104.168.62.207 8443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=387 +p accept 443 +r Linux hXCwq8H28Lb/Rra6z3hskoCu/m4 E9AbLFJTI/ohflQNsQjzDMsrI70 2016-07-20 06:54:27 79.124.21.45 4445 4446 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1880 +p reject 1-65535 +r AnnetColins hXWaE7PwX+of31Lt5hDZnBfQ9Ms jJXutx9Oe9rIiqosPyoKdbAsLIs 2016-07-19 22:40:09 37.145.171.155 80 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5230 +p reject 1-65535 +r sherlock hXrIMamKyksOBCiQvohvfGgXFpE JU3JF/e/hC9DDYWgEEEACQrXLkU 2016-07-19 21:11:20 91.121.76.175 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=67 +p reject 1-65535 +r yellowcab hZrWNfwrUGIk6NkfXBJTbi5ePz8 Uf5nDuWh1/oC7+6L/kjYY8eSZh4 2016-07-19 15:49:39 62.210.137.144 9500 9510 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32500 +p reject 1-65535 +r snlths hcDSn2htPoVnrZM3BR8Syxg+S9Y Tr/qutEBIOKvS5WmBCK9kcZLLXQ 2016-07-20 02:26:04 146.185.157.61 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=58700 +p reject 1-65535 +r mailboxorg hdQIgUixppVMm//8oBDoXgqoj/A p0/m2FbNslOn7CEWtKZgMM00/uw 2016-07-19 19:33:24 80.241.60.207 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=490 +p accept 80,110,143,443,465,587,993,995,5222 +r canadianhomerelay hgRjyMiZsVRdBVeUtVRygacl93s 8PpTCCfg2G+M9Fw8erjf6sqvuAs 2016-07-19 16:27:01 135.23.114.41 8443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=98 +p reject 1-65535 +r sscnet06 hg/c72ugC2WSQ/SHMNNhkevuMXM J6gS6CEwnv18bjZRwlRzn09miyY 2016-07-19 16:54:23 45.33.75.28 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3580 +p reject 1-65535 +r mstor241 hiEIXRC2Yx5rrUasq89IgiswdUc mWzDvX+oSVCnHVmunNAS2dtPADE 2016-07-19 20:12:27 91.63.174.139 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=40 +p reject 1-65535 +r tornado hifRGC79SDE/d80UUiQpMRxF8bU 23wu4AY2UxYeD79aPFuMQLKykM0 2016-07-20 01:00:37 50.152.244.53 10000 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r meinegte hit3/QtQ1+xljjeXvbk62O93g+0 YyxNWdOMHl0O27QH037AmYY+kVo 2016-07-19 15:28:55 91.54.83.226 9001 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=22 +p reject 1-65535 +r Radon hjbNw3PQRvP8/WYs2iEKWqWxwuU ENVfIhB0s/UFiMM/6WiP2uV8naY 2016-07-20 00:12:52 95.85.37.111 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1520 +p reject 1-65535 +r sabotage hj1FMZEh3hu09Q3nkx/sQi+/124 O5v/OXvt2AhZ1DM2Xsqvr0BNmyw 2016-07-19 20:53:08 46.23.85.31 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=11500 +p reject 1-65535 +r Manheim hj191l9k8Gk0qM+yKGU+OKBh/c0 Tr51sj3XKxqQQzWBSXIA1lHqRZ8 2016-07-20 07:45:35 159.203.85.88 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=346 +p reject 1-65535 +r anonkaisx hkYiZpDB1PLdwwIfiZCaJqjDKic NXmU0Wyc0xgNTzvN8jeGEm6hxxo 2016-07-20 01:58:34 151.80.115.180 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9060 +p reject 1-65535 +r werhqwoddlkjwodcxy hlfWdON994P3+04PzPro8LYfZ/w NbFNeQj0rFGq5GDJu8vU2DtUqx0 2016-07-20 01:24:48 92.202.97.122 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=6 +p reject 1-65535 +r mkultra hmTciSVA88eJ2zcAgjbAlshxc00 JKK+QpGyO6h1Mc6nro6N+geLJ8g 2016-07-19 17:32:08 163.172.138.22 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=28000 +p reject 1-65535 +r Unnamed hmfGpozb41+0h/nwHzM58W+qmrU sCxf0MYE0DA3QDKsXDnK6TZxYRc 2016-07-20 07:30:44 141.20.103.25 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17900 +p reject 1-65535 +r OrangeLine hnLooBtNP6TAu+IcdA1FBjAupIc R1NYiRh+rCbbp2gNSMsyf64+z1M 2016-07-19 17:36:40 188.166.23.127 443 80 +a [2a03:b0c0:2:d0::27b:7001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=45600 +p reject 1-65535 +r Hidemyassnetdot5 hoEyGukNRqGjHq28TY3gcEJkO3k a/Kd6PP3krNoCVDYI5vztJkL5Yw 2016-07-20 05:05:38 217.37.19.114 446 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=40 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r YetiHost hoFCNE8fpQ8JCoV3IUafD0HBeZk tKrPsH7IM4fqIiVzLb8kc2CIntw 2016-07-19 23:47:56 163.172.36.214 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7730 +p reject 1-65535 +r onons hoPEe/fGmz900FmrezQ4b6hfMKs TfED4/UWAh/nMzebsRtpqv/o/io 2016-07-20 05:53:20 94.23.1.79 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=961 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1080,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8334,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r dc6jgk4 hoolPDMPQPvkNdkyCEk5f4WCPoY W92Yiyw8STvxmwZItdMyPDOI/lY 2016-07-19 15:17:23 195.234.152.86 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1490 +p reject 1-65535 +r onionlayer6845 ho+vPuo3nZ/kyiIvUQ59tsSFy0Y F6DZELWZyz4qFtXbclzK8Wg9fnw 2016-07-20 04:45:05 73.40.36.170 80 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=311 +p reject 1-65535 +r r4pt0r3 hpBF1xEuPM2EycoP4DR9Rx+HerI i22fZ5ghzHvmQrCR3mar2KoG0ks 2016-07-19 16:29:43 188.195.15.82 9003 9033 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=59 +p reject 1-65535 +r Unnamed hprbuVGOBq86wbvKpNC5vg79nrw G/aC1+gh6fkuwTGOGjlrLtaIJiA 2016-07-20 07:44:22 74.66.1.202 60003 60004 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=84 +p reject 1-65535 +r charhome hpsGXEaYV6OaPi7Oo4oVrwsLYkc YEeIDmMsv9Rn0ItGjJeG5Duh/QA 2016-07-19 23:08:04 212.51.150.184 9001 9030 +a [2a02:168:5404:2:c23f:d5ff:fe6a:512e]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26200 +p reject 1-65535 +r WGZLiveLabs hrIkT+60a3rLKavT40gxt/GYBMo U46YuWca9hfBLl7M1++/McnxBHI 2016-07-20 02:32:20 52.91.199.140 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8630 +p reject 1-65535 +r Unnamed hrbte7Wu+SObfM8/4CI8Ccoropc sj5QJguXq+BRhUko2Hn2r9YPE6o 2016-07-20 03:04:05 77.103.48.111 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r Rescue hsEwB9jht0JNtpYsmsuv7gOX8oI 1cbB3SBDlUCVcc9FCvfKhQNXsp0 2016-07-20 01:26:40 89.163.128.66 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1370 +p reject 1-65535 +r TykRelay05 hsKBrRNQWCONejN9VGyQK+hQXd4 jB3DrFTab3xoEpoSXRjK7u7MOpI 2016-07-19 15:54:24 185.96.88.29 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=42600 +p reject 1-65535 +r Pixy hsl3skfLlkTD7mMLC6cwQqcBngY TXGZoYtTqZ7raFKncZJeNFCbkXM 2016-07-19 20:03:04 95.252.170.14 9035 9040 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2 +p reject 1-65535 +r promexyz hs+pi3NZdWlIEngKidpFgjBxhbQ zijiP44JSTR447Svu8wcF+HYGp0 2016-07-20 04:18:49 80.114.92.38 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=3430 +p reject 1-65535 +r southberlin huW4mgus/PH2t4B7MdtUthUaBlI FoXgybk4swCLj+wyocYCVHVpKdY 2016-07-20 00:25:05 80.153.7.4 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 1-65535 +r kitten1 hueN03IMeNqGcxgu+WxUsWLNZgw CojRHwQeyidCa57HAyZ7SFwxE2Q 2016-07-19 16:40:53 62.210.124.124 9001 9030 +a [2001:bc8:3f23:100::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40700 +p reject 1-65535 +r gap0023 hvFEMN0cEtuMLvluLR1xJO3xl80 obD16TaQpY9lzZCeUzb/aUnjOss 2016-07-20 04:53:47 91.65.23.100 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=660 +p reject 1-65535 +r uovobw hvKCjLSwh1UVYH9OIJeVFUK3E+8 zu5S1rMZZEfWxobFYSi8+3XvbnY 2016-07-19 23:36:52 188.40.49.86 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r brexit hvevP8+pOu4+bDLLSyrk5tzzfgU 06ct2mNRUcmcsgDqQf56kzv+I4Q 2016-07-20 00:21:24 40.118.65.243 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=109 +p reject 25,119,135-139,443,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r MTRLXXX hyCJdu8i2MGzWpymRY6P7IxEkkc yYjasa/98ETATsoQszEEwyXZTY8 2016-07-20 01:53:18 83.171.160.82 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=93 +p reject 1-65535 +r Unnamed hyFG8NLEypDmoeWFkyDz712ggTU hT49+yhXU0NuZpPnLs9qOP5phq4 2016-07-19 17:04:38 83.161.218.226 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1530 +p reject 1-65535 +r exordian hyYZLrdxN9E8sgrnKLzCRlnofg4 pxs3vlkc8hxZH6fM1EwSEbH/iyA 2016-07-20 04:59:28 176.9.147.227 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11300 +p reject 1-65535 +r TykRelay03 hysYdhlTJUkU93xxhG6KJiPFJZE VPUSp3qltSWwrqEG66v0PxSeqQE 2016-07-19 20:25:22 178.63.198.113 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=43900 +p reject 1-65535 +r ThankYouEdSnowden hzJhyW3KqPDdFyVnT11TS0zGTZg /gWPGhii0fe2Xqrs6g3wkkaI7a4 2016-07-20 03:10:13 104.131.149.84 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=602 +p reject 1-65535 +r qDuhsWFovNIdrhUYV h0LevYJrZfS0RjDu2MoRUs2xNZw yspj/QwYXPpRXGZFMQjjv5Pw3TQ 2016-07-19 15:44:27 198.211.125.242 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=415 +p reject 1-65535 +r Unnamed h0eGri2XNgIEHUoaFF0qhDXIi28 3YUwItN8x5+YsJjy9bEUhu2/pfc 2016-07-20 07:23:35 5.9.191.52 443 80 +a [2a01:4f8:162:1ff9::15]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17600 +p reject 1-65535 +r Caro h0ieJ5mrLMp9i8rpDlD+X7sellU M9iiTPWnB8ctRa8AHUJWROfa2Ww 2016-07-20 01:27:43 91.8.32.48 9001 0 +s Exit Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=319 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Unnamed h0pSlyCa1YnuXolRVddcxhWmpkw CTiyJFmAUkg5WBO7uneGg/ulGTY 2016-07-19 20:53:16 138.204.171.103 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=31 +p reject 1-65535 +r glenda0 h0zn5zKjYoow7ku3E/pF+L4/MsM 3ld7ohw4lDLvQNAXD21yrRs9nj0 2016-07-19 16:12:30 78.46.55.227 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=64 +p reject 1-65535 +r synrelay h1JGJX4MYgJSZfpJTCvztfo7G1w 4xXVG8ZOFE6SEeq14j4FZeoos2I 2016-07-20 04:05:27 87.174.255.50 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=349 +p reject 1-65535 +r bit h1TO0d5DRCJwb5B5iBXgoT/m7uE Ip4eH8idzLxIfQChdpjkBoqn2EI 2016-07-19 23:31:03 87.92.17.28 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=324 +p reject 1-65535 +r Babylonian h190o9wUc3vsoG+LUAAiFU0aKdE T4/2ukRzPRPt10nzny0m6v/oYCA 2016-07-20 06:09:12 83.251.210.183 9001 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1700 +p reject 1-65535 +r londontormoooo h2N5TBDbIQY7sZB1jXNbmWa3RCc 2d2HiYs6pdVvqz+1ZQdruqHdKBY 2016-07-20 05:13:40 46.235.227.70 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=789 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Unnamed h2xyfrCmEObtDLv7e0ME1a+3Rik aGgT74g+KM+AKRNAVSkr409SygY 2016-07-19 22:11:15 192.30.33.190 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=5080 +p reject 1-65535 +r YouMeTalk h3A9v1cwMHt6Ijpxwuca1QQ+fxc 9EmMj00olfL6LF7KbDdoGFuxi5I 2016-07-19 15:29:37 167.114.45.40 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=994 +p reject 1-65535 +r Soapnix h4LVtFlSUJpMrHkaBhGw6htpNz4 UQ6eVmxDJxXm3I6ea2sf9WSvVyw 2016-07-20 04:54:34 31.132.156.136 62456 9030 +s Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=20 +p reject 1-65535 +r idideditheconfig h4MmFAY5L/059BrU2PMpNGCifv0 MwDEuLHgjjTSS1E2szPz8Qq4Ngc 2016-07-20 08:34:00 85.214.128.199 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r torlink2 h4QTqd5axJeipfIA2hY/EtUD/Y0 LsRAU2NHCzurlb1NVmM+58J8D9w 2016-07-20 03:37:45 188.226.225.175 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1530 +p reject 1-65535 +r rommelbak h4fPzig4UOmrIA/syFFFBGrGxi8 Hv7AOwCWHM9bZMaJLD6f6u74+N0 2016-07-20 07:13:13 91.228.151.52 445 9030 +a [2a05:9280:5ca1:ab1e::666]:4445 +s Fast Guard Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8970 +p accept 20-23,43,53,88,110,143,194,220,389,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4343,5050,5190,5222-5223,5900,6666-6667,6679,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r TorNickname h5JT37oW0PR6F2Dzyjm/BYOyovU 1lY1pZxgQRfr8igw0BPX8ZfQAcI 2016-07-19 15:25:19 67.174.108.29 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r DefiantDaveRelay01 h6d+zCBJ/fJRxu7NNC1+2NCLZ/A wAPfJv8G+4f1tKXMU2gVXihr68w 2016-07-20 02:47:41 45.63.42.179 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=287 +p reject 1-65535 +r fuzzyraccoon h6umLOmPAnU+uDa2Id0KuXJIJKU vQkhLUhGpOrB8Ad77YbLjt30ko0 2016-07-20 07:20:38 198.50.158.140 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2060 +p reject 1-65535 +r sscnet05 h8UBrr2eN+yYh3ZIygRdzPWx+JY FXoVj/rbvKvpqtyTLiQy2eKBFd4 2016-07-20 03:07:06 108.61.165.169 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1400 +p reject 1-65535 +r RedrickDE h8heaOc34U/dOIVcB4xhtLPXxDw jR9R6OIEREOXFO9uEvl4jUMRSg4 2016-07-20 02:22:44 37.201.159.17 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r torrot h8vT7C1aFUhwHBuEKnEhK+DbXtw wf4ow1MCm6/ARuTeSQcuOB6GMGc 2016-07-20 02:16:53 75.119.251.14 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=24 +p reject 1-65535 +r pinkpie h9+4ioNkUBEQJAqPjPiN9P8ww/o m9e/NzBeKGyAjJ4tr9ooJn9dTfE 2016-07-20 03:37:52 78.142.145.141 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r Chiudik h+xv//o0yHXM2i/y0hru9zoL+tw DgEx7QfLo/L6OvvlpEJi5h8mIAU 2016-07-20 05:47:38 95.65.95.61 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3970 +p reject 1-65535 +r TarpNL h/BZYVT+Mb7vAz74oMBUyDJ5+l8 G9NFQlVbz9bH051djKWkucuAz3o 2016-07-19 23:13:15 188.166.8.152 9001 9030 +a [2a03:b0c0:2:d0::4cd:8001]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=284 +p reject 1-65535 +r cyclotronic h/FMmPE8w0b9622BmzN5wU+7ehg Da1Zbq8J4rjg1TMajlN64Fj9uhE 2016-07-20 05:26:49 178.79.188.212 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=521 +p reject 1-65535 +r gostor iADnzSTD9NDw3Jn9m0pEVylCkYc Q2taYm6cBvw2YE/jwQVB7n98jI8 2016-07-20 08:38:35 212.47.226.184 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=309 +p accept 20-23,53,80,110,143,389,443,636,993,995,3128,3690,5190,5222-5223,6660-6669,6679,6697,8080,8332-8333,9418,11371 +r TalShiar iAbD5vpCsHET86FVPecMCjAQEgE dRwwJoz5ej3yY+pLxRne0J9LmjI 2016-07-20 03:36:07 139.18.25.35 9001 9030 +a [2001:638:902:1::11]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8840 +p reject 1-65535 +r Unnamed iAfxNZVklD2OwXX+c85NjKp4uAs BMVO9wKQtY5zP44HJepG20+lH6s 2016-07-19 17:39:27 89.163.134.76 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=261 +p reject 1-65535 +r dagobah iA+Dpi+AjVoKEGEEJ/3WKQBSuP0 o+GzgPBh1owztgQ8DhzFcfo/DNA 2016-07-20 07:18:41 62.210.172.74 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8010 +p reject 1-65535 +r Praxybetellx iBW3Urtm6UHl1Xv7khbsD5DXNcA WQ7IWMxH12Lkwemt8bhunbYkyPE 2016-07-20 00:56:06 89.135.144.86 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=291 +p reject 1-65535 +r rottor iCNeKHe2G/Ku5dQ9cn3tZt32hfU V+n149XRmtQA9B31INzXbxSr7yc 2016-07-19 20:51:47 192.95.25.202 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p reject 1-65535 +r elTor iCUg3JJ959ppCVe3nPgyNNmbjWM +7yM5Z3lkSbgGhzAm2UghkobzdQ 2016-07-19 18:18:25 37.48.64.20 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4100 +p accept 23,80,443,995,5900-5903 +r grandma iCVW3/ShZ2347mMtdAc8Ix0kvDU sQ+v5kK1ctsp0pa7T2KqjHfMiAg 2016-07-19 19:51:53 178.201.202.43 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=459 +p reject 1-65535 +r sexytiem iCaYssocPMizR1FHi/uQzoTHLzY iEl7MhwRSpcbdi7jwhuGy7kfgKU 2016-07-20 04:23:42 5.9.195.140 19731 39030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p accept 80,443 +r Vadelma iCeUTEvcvayQeYA/R4I0A8Eam3o Lv7ucjQ91MHxkklk+TINNT1NGXY 2016-07-20 04:01:41 87.145.156.182 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1280 +p reject 1-65535 +r RanaInside iCkTA2hMAVKZCxG8sfUdmfNlGEc B2bqagB49EqIS0RdTDq8NdaobfE 2016-07-20 03:59:08 81.103.36.9 8443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r MADNET00 iDbKjxi7uaM0PZU7pqTJL82OVTs x5nZ9JbecmpneYIe+WYMTERNxbs 2016-07-20 07:29:07 94.132.176.238 40004 43334 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=38 +p reject 1-65535 +r oswin iDhkVFX+HgOkIBMioRKdVKZug00 bpPFQ7sLZKtVxXLrexs+03h1mkA 2016-07-19 21:54:56 62.210.36.46 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=34500 +p reject 1-65535 +r BARACUDA iETYfpsDi+MnCTjwWveX4dPHTA8 74OPVjc8x3yN1kmV3IswlfKQ9W4 2016-07-20 08:04:18 93.180.156.84 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=26600 +p reject 1-65535 +r DigiGesTor2e1 iEh73ZgL9ucgku5pDoxRwKpKU4w 6EPvkcnoRHaHwE5PXYhrq9NxaFg 2016-07-19 20:29:35 176.10.104.243 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=45600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r slinky iEqWDPEJEhWqcI17/pPydI/6s6c lJa66i/SniMPmVmW3GdybBZKelk 2016-07-20 03:49:40 209.133.4.202 8080 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=2490 +p reject 1-65535 +r mjay42 iEyjoq/XDiCENa9kovy9tiD+qk4 66/AnXTk6KOtJD7IX7PuiEn6Bgs 2016-07-20 01:55:52 87.154.124.188 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=154 +p reject 1-65535 +r mySECTor1exit iFOz+7BQ2Se9SnvIYkVQ51NlLXw fO2jaEUF6xB/Bsc0MeDI3C+f+yw 2016-07-20 01:35:19 89.163.237.45 9002 9031 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=70200 +p accept 20-21,23,43,80-81,110,143,194,220,443,465,531,543-544,554,563,587,706,749,873,902-904,981,989-995,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3690,4321,4643,5050,5060-5061,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r spacecowboy01 iF8l9wSxIiP4I3WPhEO8vxc3io8 naPoadYUrLcgmX17NrowgQ4l3kk 2016-07-19 16:47:56 87.118.84.181 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=104 +p accept 20-22,80,110,443,465,563,587,993,995,5222-5224,6660-6669 +r vobla iGKPpNAMq2K+9VtdCYLJpCOwU1M ju6N637F6irWdfIro8KsKnrO5Fw 2016-07-20 04:48:11 195.200.236.197 9333 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=67 +p reject 1-65535 +r TorPhantasie iGKcbvRTq2gYtk3tkLjJdMtau3Y srAdPdC80+7SuIDcOlKePaFyLnk 2016-07-20 01:00:09 178.251.228.142 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2400 +p reject 1-65535 +r Robutt iGlpKqnIwjymzQx5DbMe4GRUu4k 003nTnkaK67GWKomd+/Fovj5S5o 2016-07-20 04:06:05 59.167.177.229 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2 +p reject 1-65535 +r agnivohneb iGqbCwqpwURt4zqxWlU9JhO4nYU xjjAaVZYkF9fL1+ymIHImnSLU74 2016-07-19 23:16:08 156.57.137.98 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1050 +p reject 1-65535 +r linuxthefish9wsi iHlbY1wJOvYI87nnnrMXRhqkIFs QqSSMZcJv8sU/oIAKf9dwNdv0Ts 2016-07-20 05:50:51 69.30.215.162 444 81 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7850 +p reject 1-65535 +r 0snowden4president iH7UFIK4/l4IOaPMufyCcfh9FO8 nvs+B9gUqkxxtrVbJ9Gon+7bcjo 2016-07-19 19:52:13 192.99.11.200 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2770 +p reject 1-65535 +r chee iIchPtNs4oEOQWLmJU089zJMOhs v0h69U3silmk98bXn6U4nAWUEkA 2016-07-20 02:22:30 178.63.110.151 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=82 +p reject 1-65535 +r Cloveri iIkzKUkCsxAQbPaMAS7N0RARRFI LMI2bPzdKKx9jnWF4YVmKm7uk0w 2016-07-20 01:04:33 84.80.80.69 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29700 +p reject 1-65535 +r grhtorguido iJPYyYOz8Bsez+lIfexgHEHwl64 kPw34fVSiI7/OQh0bjpNjYRbXR4 2016-07-19 23:13:43 80.134.152.159 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=6 +p reject 1-65535 +r WomTor iJ0dONMRSzlkknqDBeWCSe4rKTE IqSeIugaZ3i2baBHz6y22xMlWBU 2016-07-20 05:46:15 212.47.239.151 8080 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12100 +p reject 1-65535 +r pure iKYBo9ASbgwdcScCTfuDl056+rA fdodUrzkJv6RazPmWagrtQ8MEyw 2016-07-20 08:48:12 95.211.169.35 15180 22116 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1260 +p reject 1-65535 +r Christo iLG3w+DRDAqPOOhkGKJsAD11EAY +Vcx0r5yKpMAioBi+1la5AxiQfU 2016-07-20 04:17:20 79.22.251.90 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p accept 6660-6667 +r anonRelay iMHwwGkLD/Ov+daGO88RSQEyviI gis41rjeHLJMA8BjR02iKgECOe8 2016-07-20 07:31:01 37.123.146.76 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4740 +p reject 1-65535 +r RasBifrost iMYVrF+Vkb/UjbV4slK4mnL1w6s r/NfHBulU3bpnQaYJv1EkfA7P9o 2016-07-20 02:07:11 80.137.81.208 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=210 +p reject 1-65535 +r hsde iNSywVnmbExBY9NTn5MDUDfQAvM dQrSI8NAFK1DSR7dNk2+hpaCBg4 2016-07-20 02:50:50 134.197.113.3 9007 9037 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=12 +p reject 1-65535 +r DiraE2yhvB iNXwvYf5vBqW/L/c7bHA5rqx0U4 7d5Bjp5TjDA08r9Yb9Y3TLhDyMU 2016-07-19 16:19:10 212.85.79.71 1025 1026 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=1480 +p reject 1-65535 +r avat iNyijWMMeq5QB2iq5iDdaZ6MYYE ppIafyYgWC7bduAabv5OjVGu7eM 2016-07-20 08:14:14 46.101.179.226 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=439 +p reject 1-65535 +r TamCoreOVH1 iO75GqFbxs05sBCu4mNpB78BfCY ZAehVilgCdY1pAghg9Bo9AaWDxs 2016-07-20 05:40:45 37.187.101.143 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12700 +p reject 1-65535 +r idideditheconfig iPPT7PkFwBIaOGGPR5kFpsgG5Kc p0gDUdimH4vg1x2AgoZSrk3x2P8 2016-07-20 02:36:40 194.74.181.78 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 25 +r ashley iPQTBiz4pwKwH0O9755Domaadu8 dcFLFV03yoz9x7xwa90FUbwduNo 2016-07-20 04:33:19 149.210.226.155 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r PhantomTrain3 iQ4uplRV+/D6q0FZ+sRBK9yyQpU lJpbKgMqVCStMQSvpRftxpkN3pU 2016-07-20 07:21:48 65.19.167.130 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33700 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r frolix8 iQ8yuNz8Bw5Y9dUK6Owr3gEBNGk U89e5x1p4KBXNX9hxQwxmmGzUys 2016-07-19 22:19:06 153.120.42.137 110 143 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=289 +p reject 1-65535 +r anontor2 iRUVdRCR60lk9a/hicim2IIRvys znk33bx/3c1yiajFdlsENozgoLI 2016-07-19 22:19:49 46.38.250.203 8080 8090 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r smokeympot iRai2VSbCe9sSACo/Ena4NtvzqE 4n6u5CTdAdPKf3eO0nEqCHT4oxw 2016-07-20 00:27:53 109.104.51.71 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=45 +p reject 1-65535 +r EvilMoe iS+UGRX2oMbglY5S4KloXBkM9Fw QIOP2AqZbUbJDdXiLkwZ+iIuww8 2016-07-19 18:06:18 212.47.241.21 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8590 +p reject 1-65535 +r relaylightsout iTVT4sHoOqO3eM8kEV5kF7FnDy0 OnIbQkkbM0uyIVTe0ONRSxo96K8 2016-07-19 21:46:23 107.189.44.139 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3150 +p reject 1-65535 +r Unnamed iTWlPUqRYr1DFBPusSXEEYETrnE lWh2gMx5mvQZjPQWVDhvMFOtTss 2016-07-19 23:18:39 83.69.242.85 44333 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r BlackBoxx iTn+32+3RP2Oaf9s5HMxjyG33a8 t10eEL3Dr/FOIjyEPYlZ9sdjAeA 2016-07-20 00:16:38 203.153.205.6 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=10 +p reject 1-65535 +r banana iTuuVm/VPl6V4DBLp63lGDgjt8M TUKWzeC5wyDQ7Hp5+8xrqHYLVtc 2016-07-20 05:44:09 69.120.27.172 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 1-65535 +r gronk iUZTLvd7Q0CUHcsbNMOoOhnLOm4 MDPC4qHf8PbeNtT4PRkOd82IXbw 2016-07-19 18:06:09 139.162.11.16 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=73 +p reject 1-65535 +r FreeBradleyManning iV55dMVWynv3BzKdP4s++7l2hU0 IJBbvOY9fJiCd8jr68XPNAsXbag 2016-07-19 19:53:24 178.203.132.40 20152 20151 +s Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1 +p reject 1-65535 +r blackmamba iWNkt5lvXfug4V0aLgbQuYtVXdY wK84h9vqiokLarm9X21XW0UqQ1k 2016-07-19 18:27:40 91.233.106.121 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=208 +p reject 25 +r Ramsgate iW/OGctTpzoh3IdJd8BrKPyai7o +F9Bj0ezugH2t6AF+vR3YH4SnNw 2016-07-19 23:15:12 38.229.70.61 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8770 +p reject 1-65535 +r heims iXpn281+nVw7X9GTSUM+ImOgHQg STqFTWUaQEAjipIKz1vpdb/Mu+0 2016-07-20 04:17:58 78.130.128.106 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4680 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Unnamed iYWBUlzW9baDgtBV2SMPIkxZZbk USvou4ZX4skAnZjNVVpqIeOmcCk 2016-07-20 06:14:18 217.12.199.67 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7050 +p reject 1-65535 +r pinabaszfasz iZXZQCmndwbguQ3r+8AmMXxrr64 poetI0ua/B3a14ORSo352upkLCY 2016-07-20 05:15:52 178.164.227.195 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1870 +p reject 1-65535 +r Charon2 iZm6s5akyYanqxX0ES0B86orI+Y XL+7CCMWjzrAsuGfCJQE4+fERxw 2016-07-20 02:08:57 76.74.97.33 9253 9254 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r mellon85 iaukyeIfipu3MVE/X6yE1zNdrA8 1k6rsmbqJrCu5rGj52mc/LG0rkM 2016-07-20 07:04:09 62.178.197.151 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=412 +p reject 1-65535 +r egb iavJblfEQIXG1SD2snoj84I+EZs Zzr751zcIeRpSJdw6XxS8ge4lWo 2016-07-20 04:30:39 188.141.16.180 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2950 +p reject 1-65535 +r schuehlein ia8EMZ86sretfyivH5TsBd4x5IU AtH96lqllHdQlqBj13HmzJo7zAU 2016-07-19 14:53:17 130.185.250.76 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=30800 +p reject 1-65535 +r land iblIt0JLGOaz/XFSIcaT+q5DFFU sn1Zyw5opzifbJfRqEIVdYnyqS0 2016-07-20 04:38:21 83.92.94.115 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1610 +p reject 1-65535 +r pkttrent idc5ATz8Uew4zgWslxTJI9xrm1A Dn9WNuUZ4tCZYGdkwCFrfjOqTnM 2016-07-20 03:16:45 76.10.157.58 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1050 +p reject 1-65535 +r Ragnarok idn4Y7XeCYh+EyjFeOO82sWN13Y y92+O9cOwdBFVWozl9tut9+TD/I 2016-07-20 05:15:15 45.79.109.110 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1440 +p reject 1-65535 +r tor3kryptonit ieK6nU0XkCIxfyoLA90IPOTYE44 H/Thkbr2Tap8B7MLqOSST/NYLWg 2016-07-19 20:39:52 130.185.133.10 443 80 +a [2a02:188:121:2:225:22ff:fedf:5304]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=36600 +p reject 1-65535 +r Mistviech ifHF0PNRlvfLaHotBXe+9cfqwsY mOiU+TssD6ufda6HhTCf+K6exSQ 2016-07-19 16:37:09 89.163.196.221 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1250 +p reject 1-65535 +r epimetheus ifd0o9CuxbLHCo9vcAEPVyaQ/iA LUHO6YhwejEL5+mPSeoYOwgdD1M 2016-07-20 04:00:33 162.220.8.20 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=2240 +p reject 1-65535 +r RaspScallion ifjNgYr6oR2dxi/4UNqr91jP77c t06ZeBTYDAQMe9XQnXkN5Uc4mHs 2016-07-20 01:03:19 81.86.158.27 443 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=8 +p reject 1-65535 +r Unnamed if3hGgHBDVC/uMynpIG7cBufPgw 1DvlAsL2MdK/PudfmgnGblYCKjw 2016-07-19 15:05:20 98.234.221.193 9002 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=10 +p reject 1-65535 +r Rasputin igjIJUMURPY0F1NU8ss23URWF0w iCN2rS1ad5c01wXHMR2PTXElSnA 2016-07-19 20:51:08 185.57.81.54 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=2130 +p reject 1-65535 +r elTORro420 igrbjHKGGbdhD2YbjqI8SSviRRY CznJDg3/tJXG+aedcNmPLfJ1pA0 2016-07-20 00:45:14 134.119.9.35 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=21600 +p reject 1-65535 +r default ig08GrOQnE/JskM0azz7TdnM/Ok Zu2pJe7o7BGZBIv8lgiTqzLcGr0 2016-07-20 06:32:45 62.143.139.220 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r horunge ihGI+zzjM+CZswKVTPYW9eFV37E 9ZyHZ5m2gnFEeOP4sqr2FiVEWUQ 2016-07-20 05:01:00 85.226.117.62 9002 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=11100 +p reject 1-65535 +r DarknedNode001 iicX6vhDIdFRWDmVNPl0fE9jklo IBvQrpu2Ag7ryk30PeMODkORmCs 2016-07-19 16:58:43 92.111.89.238 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3590 +p reject 1-65535 +r YorkshireTOR ijDJ6PWVTuKG0pvWXK3qaZEgCAQ e3MwQWROxUwDpGWFv0wZFnTBTl0 2016-07-19 18:22:55 185.7.148.78 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6130 +p reject 1-65535 +r miereneter ijF4JiHu6t9EFH7DzjRZ1TTTihw XWwZVsoOwotTdKwfvl6iJSw4TGk 2016-07-20 05:47:28 83.162.47.26 9090 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2860 +p reject 1-65535 +r Coruscant ik7AnZQCQ2Ov1AJUKkakI5zMBnM s6v3NIPqEoCP24IHc7fz5Zr/+4c 2016-07-20 01:05:04 84.200.56.34 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1470 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Helena ilXGp+lI1ywHGwrReI0vrBWBmDI wTfatGfNJo3vhNIrA5bF6dCqS8Y 2016-07-19 18:58:30 94.214.11.250 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1090 +p reject 1-65535 +r czernobog imrgOwGB99c+BvVMZslvKK91SjQ 6arK82IA0HFgFWYKA69KyyWm4Hw 2016-07-20 02:37:30 192.184.94.111 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=609 +p reject 1-65535 +r Unnamed inY/FaRQb8AjTQNUo5/vpF3xYOk KsbdzZUlAZaMv/R7S4fzW1J0RUE 2016-07-20 04:25:09 104.236.252.169 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=6 +p reject 1-65535 +r LapTor in9kifgtVkyx6tamdiQCaW/P+Fk Z6kxqqRtwFtnhb84K2OBvBnvgH8 2016-07-20 05:46:56 212.47.239.151 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12300 +p reject 1-65535 +r lg21 io3o/MiLVuMUc9PFemXjXPiQogw lyhBY+27DWzHfSUD08gGuq3iVFo 2016-07-19 20:36:42 80.238.122.106 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1060 +p reject 1-65535 +r MelissabethanNode io6AUI53e74FbKDKWyEaTowwDH0 06OVqrRQBxWMvHk3HCNIrFhy5iI 2016-07-19 19:08:26 104.131.56.127 9150 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=1840 +p reject 1-65535 +r kvail ip/XF2O60kuuTM6fhTDMGa1a3PI oNF7GBJXeoI8HpGZ4YtiMExyW7U 2016-07-20 05:54:57 5.196.66.241 8080 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=322 +p reject 1-65535 +r fgth69 iqYCUDFn5JbTECe+JmROoWyQJo4 9kJkRDWoV0mIfgIZlDbL7uWl4EA 2016-07-20 07:30:14 93.113.206.211 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r VelociRapTor iqjuLuffmpC4cqWwKmAXkPDgo1k z/Qtx90hr/kTyxuxZAMArREpWEI 2016-07-19 15:28:49 77.93.203.34 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3610 +p reject 1-65535 +r rslabs iqvwi/HWZwaAgL/C2F+HUn1Jp6c M7BoHCG2i7rE4XWWDUUZH8U1uok 2016-07-19 19:37:58 81.169.130.185 31337 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=381 +p reject 1-65535 +r aunredundrVserver irVFELfSn2QxQrFT6MuX3NmiUyg W1bKzmN2QRDTAx4U8LVs4zL0CV4 2016-07-20 06:37:03 209.208.26.250 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=132 +p reject 1-65535 +r TorEvERelay isYuZjAZQOpSQsZyF2GYjWPL1wU srjRlj1Upej8BIYMSr2pM+eiPtw 2016-07-20 07:00:56 69.70.103.202 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1090 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r TgwnCla4xoOXFkgm ivTk0qE97UMiCNOziJ1DJW1W/HI DMavOcV5eFWdPms2Uu26OYgEOjA 2016-07-20 00:47:32 81.89.0.204 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=233 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r smurfix iv3fS3A8ORUhiPeppisyW0PujYQ lIfEw4kvaQld4a3kXYSpMAYhfgQ 2016-07-20 08:24:51 213.95.21.54 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 25,119,135-139,194,445,465,563,587,994,1214,4661-4666,6346-6429,6657,6660-6670,6697,6699,6881-7005,7070,8000-8004,9000-9001,9998-9999 +r VelociRapTor4 iv4XH8Q3YI0G/CMqqjPuN265L8s NUHk3oz/HPM8/jpLxYBNRaBX/tQ 2016-07-19 15:53:14 77.93.203.171 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3260 +p reject 1-65535 +r Unnamed iwZNborTR7TtS0AFLOcKumnksKE 1bS9O8BRgQyu9L/1uwBbsVl+zp8 2016-07-20 00:09:16 107.203.50.75 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=6 +p reject 1-65535 +r nonsense iwyLsqft1hvMg4Tl6QVd+s6wkZU e0rDEvyOlNeLPvL74B8jZDXoUxc 2016-07-20 04:26:26 51.254.138.246 27185 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3820 +p reject 1-65535 +r beagleboneServer ixCrOSiZbVgq015zi2BB+ibeu+4 qpJzn3V1qqJPH5p5wbUUhZ3b7Tw 2016-07-19 18:12:41 202.159.146.219 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r DNET2 ixQ0SX8Yel4QdW9SJ3ZDJNE8xo8 fwSpToMZqH9PLLJysiDRc5AFB7A 2016-07-19 21:37:11 104.218.120.208 443 80 +a [2602:ffa6:700:503::821:1]:443 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=66 +p accept 53 +r shyrydanrelay2 ixuKRpPZsMYEEAyM/ZhAyOe0Zv8 V9UcTJki0TqBTxVwD3TKRyG3DsU 2016-07-19 18:14:36 62.210.36.16 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11300 +p reject 1-65535 +r ididnteditheconfig ixzhbpy0uUtHGiH8AYuHcp4Inls fBxwabkgcZnzM4Xni9Zl52ncY/k 2016-07-19 18:55:06 88.176.211.132 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r VaL6 ix1CkFlU5/MxYtDav6j+whp6auY KjEzXhg0eD+yrfykOwDJoW4hIlM 2016-07-19 16:23:37 31.220.43.201 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r stat1cvoid iyOcBO7O7tMGY/HwJgocrC2nRxQ tjK5sUduzGJ0qxMaJ/zOsXNka1c 2016-07-19 21:34:48 176.14.53.220 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=122 +p reject 1-65535 +r thevar1able izKIHEbknDzn2m0J92h78T/3BDE JddWaOY+mkh9vUAM+HwZQ/1KpPQ 2016-07-20 07:48:26 93.81.53.248 9007 9037 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=967 +p reject 1-65535 +r MountainOfFreedom izvirDQ4dWTF5B6G0I7y7wgQUwE NpE14Hz8efPGenbzMQ81ahNzyeE 2016-07-20 06:14:30 82.225.147.145 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r napday i0EsKBo8SRIZbMyYJ3PS7aIX2Mw RO/Rg+XPCU5pS0QJeicc/4Y+rQg 2016-07-19 17:28:43 73.152.208.13 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=913 +p reject 1-65535 +r mobiiltelefoniputka i1L2OXjsrxYPqKIJuDJ7Muvpsns 8M2TM6yyy+jihg3HOMhNuxS/lj0 2016-07-20 07:19:24 195.250.187.234 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=184 +p reject 1-65535 +r androsua i1SjLenwaEFbUbjGBPx5lELyqPY K61PIRNG+427jAPH6ocKtHp8iak 2016-07-20 01:28:10 176.38.177.208 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2940 +p reject 1-65535 +r Unnamed i2euEDNbnUTTFQm5qUq+jtdp8Xo gh4DFUZvdfWm804OM3ZKviI7uwc 2016-07-20 04:59:10 94.242.57.164 9001 0 +a [2a00:1838:20:1::cf70:bd57]:9001 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=7750 +p reject 1-65535 +r windearthfirerain i3Wwcrr9KHHfKwpqkAV/LXRC7lQ uFF3UlCefr+pYPvKW0qjgSpFTkw 2016-07-20 07:31:16 91.109.29.120 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=35800 +p accept 20-21,23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8087-8088,8443,8888,9418,9999-10000,19638 +r torentorium i39HrhpdlUo+WKzeCGXQnbpbc40 zbzGQngjPdc5v3aKCCkkaFZABh0 2016-07-19 23:26:44 178.217.184.32 143 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=46900 +p reject 1-65535 +r None i4NvXRpPOZoC2Fl8MhdrsmE8V1A BNTkyr+Pb2Osjh6HrfqRqZER3Us 2016-07-20 08:10:56 89.73.46.110 443 0 +s Exit Running Valid +v Tor 0.2.5.12 +w Bandwidth=89 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r wormhole i4Y/XOhnbv5bsHDOPK9Up2rnTRo 8mEtwNf03qzCjkmI/1F8135e1Lo 2016-07-19 16:02:41 46.41.59.223 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r topsypcwizz i5IER2PogJlqmIgxsVsrDlrRVEo /JNuOYu4m/uW8AHgG+LPVHIaPpI 2016-07-20 03:24:25 178.62.98.160 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12600 +p reject 1-65535 +r GoldDragon i5rU0wVen5paAnvZj2FYPmc/+Es ycqz8GLm4HBBxsUZwQyRGr1yX9I 2016-07-19 23:14:59 38.229.70.54 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4000 +p reject 1-65535 +r jennyjan i5uAvMwuog8h1H4OtWAuEq1x1YA 9uIVnTn8zRPFdjlEw28+y04xyO0 2016-07-20 01:30:46 79.204.143.148 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=133 +p reject 1-65535 +r AllquanTor i59adcV1yczjjjXP6pBY74fa8go lHjtQ280EqZ7KAPqxzlkEZP70wg 2016-07-20 03:02:27 89.163.224.212 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10900 +p reject 1-65535 +r anpanman98 i6zn3xdMN8KNp9pqGnzx2zDoW8Y 6FPctWkHHmKHgNAVsQ1QuAefHn4 2016-07-20 04:57:59 183.181.58.166 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=47 +p reject 1-65535 +r haagsehackers i7iFS69VaPOnR1DoYJI7aJiILxQ 5r4ihGBZbfP0hELJg8Ny6IbYKjc 2016-07-20 03:35:27 37.187.105.68 1443 54321 +a [2001:41d0:a:3944::1234]:1443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18100 +p reject 1-65535 +r vikinghelga i8BGsLQpYtvSc1jfS4OICIMjdks 4nLagiNJx28z7t7h+wY+RCtqpYQ 2016-07-20 01:04:15 193.107.85.56 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1880 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,561,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8080,8087-8088,8332-8333,8443,8888,9030,9418,9999-10000,19294,19638 +r altitude i8SbPo6O24Lss1Hg7p4XGRfQFR4 dVVamYcQahVmD5wmPzFuSgTqDSY 2016-07-19 15:47:11 158.69.205.204 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1310 +p reject 1-65535 +r identity i8t7ZKD5fydMhOhWl+DSSt8TAK8 rFYDI8AF5HAY/BaK5HT3kfeZKiE 2016-07-20 04:26:34 31.15.66.218 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=108 +p reject 1-65535 +r Dontbleed2 i/Ir6l+FTyuy4JxxJgrfWQ01XjY 6OUY8g3nbQidTtYzaMiuobTdOpM 2016-07-20 08:49:37 213.61.149.125 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r GrmmlLitavisNew jAD6c2mnowj2oTdgDw+geZDZ1FE P4pVUxVwkvpwugtDnKwCBiyteLo 2016-07-19 15:46:11 163.172.194.53 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39200 +p reject 1-65535 +r WASsbMQUH jDTi4afADICcWOsQ2DZ37m2sN70 cFn6hw86uUWS0aGsCxqnfAnGXdE 2016-07-19 18:23:34 51.255.38.226 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1440 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r HappyNode11 jDWxXB8Ti95NUKl1Ep5Hc7RKUD0 G1u58JrsCcouJ/cGvgcoOhxs/4g 2016-07-20 06:55:55 45.79.138.8 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5030 +p reject 1-65535 +r Unnamed jEUU9aEqLDyH2i6BTrBls06FMnc 2LFsicgGqLgrt3w3su+2DBRTupM 2016-07-19 20:06:02 93.193.140.140 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=30 +p reject 1-65535 +r CACpwcrack7 jEwm9rk5dpebQugramwhVebpCqE Cg/i/akfILOU0WnecyvtHzsN+2o 2016-07-19 17:22:52 64.137.201.227 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=3340 +p reject 1-65535 +r blanqui jHEGyID+iqExndcbWWI/y4kUyfE gHHHeg+UC9xPuobqZQP+GrQhASA 2016-07-20 00:33:03 46.165.221.166 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6520 +p reject 1-65535 +r FserSystem jIKzF5qzMasnk5qf9N4/LTtMyFA yna6h1iSorkMgB/QXZRrvJixgJU 2016-07-19 22:37:22 124.244.68.105 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=414 +p reject 1-65535 +r Benjamin3992OpenWrt jIrDXYu4k/RT+Nw9lTWf5Gx080A mr31U+d9gXoTVCb8/5isf5lhbFk 2016-07-20 03:25:36 79.239.205.254 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=706 +p reject 1-65535 +r yonailo jI8KowrXgZ8Wu9UwWGz+WOujmUg 8niC7E1soFwmtpsR5pRvYS1AeMU 2016-07-20 04:37:15 88.190.118.95 8082 3128 +a [2a01:e35:8be7:65f0:43:7ff:fe82:ac61]:8082 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=310 +p reject 22,25,119,135-139,445,563,1214,3128,4661-4666,6346-6429,6699,6881-6999,8082 +r HellaHella jJ6zd6PFVyU6fbtd+l3jf2k//8g hOxnGInwHN7hyUzKI8vWxe/9+YU 2016-07-19 17:49:01 70.170.101.138 9001 0 +s Running Valid +v Tor 0.2.4.22 +w Bandwidth=12 +p reject 1-65535 +r Synchrotron jK9ilc0nDfTk79q3nTrRA6FUoLk GCGoUpyS7pctja1h6BRc23Xv9vY 2016-07-19 18:54:40 67.244.89.195 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3000 +p reject 1-65535 +r RespectMyAuthority jLDGU/wYCgpKORXuG5LSBdkLJIs xn3Enr3/12syP3NWamBH7rfhs2o 2016-07-20 05:13:34 151.80.38.15 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=25 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed jLSyId6f9AcxRQQqJbWIpx7SONU esB33OtU431R5kdzbIWPLRqO2BU 2016-07-19 19:24:05 81.7.15.115 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p reject 1-65535 +r proliant jLesB+rkESDVi+oQlxd4LsnoT4Y wuudU7Bqr/6hdogINLKaQD4WKiU 2016-07-20 07:12:58 2.240.210.25 992 0 +a [2001:678:174:2::2:992]:992 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r toupeiraovhca2 jLgEhxSsj9DfCAEwihzdxs0YaCo emXfaZdB85RgpBjQ7ycrva8mqrI 2016-07-20 01:05:56 149.56.99.37 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Kepler62e jLpHCIdFhcRdORcnhV5iOEiwq2U Rf9X23L/x9W0qrxWhqiK/KHpi5k 2016-07-19 21:09:38 86.29.208.115 5724 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=48 +p reject 1-65535 +r wwwrc33de jL7yVjALRKUtB30bODSgwL5UoCA HVDTQFbTZmwK+ehR7uF/VaDET/s 2016-07-20 03:08:38 87.173.208.230 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=500 +p reject 1-65535 +r LaMarre jM1Pb1vQ03+hYXnFLbcxRv301gE pdbByUzvrUbt+9qo95XVpPLTd7M 2016-07-19 19:19:43 178.17.170.124 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5880 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed jM4+OMYyXlP5N4wcp/UDZu0qm9c 57n1vO7oAocO3m6997CPgqGkLG8 2016-07-19 15:56:33 91.213.8.236 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r beky jNWQM40q/jkAsFlTy+sPhp2tj8I CTEfzq3PrbDYghws1syljv4uatQ 2016-07-20 07:54:31 188.213.166.237 24875 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=178 +p reject 1-65535 +r thebalcony jNiZk2NA5EoDk59q1Tsxc/ESMNc u+Qm6kLIQ4Fl9SXkQGlyBhyjJ+s 2016-07-20 08:20:39 188.122.5.161 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=142 +p reject 1-65535 +r pigglywigglygator jOO4irkWmgGhc6MmQnSUooVqsZc 2oFtki+nL1l0xMA88PTaS5AYxB0 2016-07-20 06:35:04 178.198.172.134 1678 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=54 +p reject 1-65535 +r Cynogen jOVJo9FZ2Uv6ZIadOLn8lM/3mvA u7lprL9/7wEdZA8Ordt8pcXJriI 2016-07-19 17:37:16 121.99.228.14 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r lanctot jRUu+u3LDDtr4pI0wpL2Y+1BN2A igQNm9i2fDES43ZtFS0OMsQzCTI 2016-07-19 17:32:37 46.4.40.67 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10900 +p reject 1-65535 +r default jSDA36WUpueMSXQyzfTMd5AzmsM ITLWN2R6yDx34kyCX3wxHFSKZ2g 2016-07-20 02:09:50 211.19.61.160 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=3 +p reject 1-65535 +r prof1 jSppCxLzmwqc/1ftgnrRiLqSLc0 1u6my/VJsbOpw3RaNGe8+D1bFVs 2016-07-20 07:31:47 195.16.88.6 22064 22797 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1450 +p reject 1-65535 +r PylonConstructed jStvoNt1vv6FDNKPrY7ADx2jeug 4pv+hoTyHMgAB2URfclAqL9/QNg 2016-07-19 23:27:41 82.221.129.96 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1840 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r suckerpunchmovie jTjUwFzMu7pXKrULehi5Xmdyrq4 3CE3PEOzd5kNw8FWuwqLzRV/TJM 2016-07-20 02:13:03 91.51.77.2 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=727 +p reject 1-65535 +r Cr1m3Pi jTq+WztK3lwaQL99UneDC82130s 0idwzYj9rBHKRQj0K/tnZU5/S+U 2016-07-20 04:04:15 209.54.2.151 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=577 +p reject 1-65535 +r PiratenNDS jT6Ev2L7q0tkfVYU5agR2PTMh9E ZarQXitx5hUAUz8nzRe67uf+H4A 2016-07-20 08:21:44 85.10.219.167 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=6780 +p reject 1-65535 +r MaximumOverdrive jUQNuvobfr2PYQHBCe9hMA5+pfU hsv/cEb92OcRpuQankh+BlcLVnI 2016-07-19 17:28:48 66.186.230.154 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1530 +p reject 1-65535 +r RestoreTheFourthSF jU1LyfKnU7uZDsioBuUjltPWtcI qYb8VCuz/0v0Nhy/z9TPZaYcBDM 2016-07-19 17:16:11 73.15.254.241 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=855 +p reject 1-65535 +r BackWatcher01e jU97TkAmC/8Ut7rJ1jgRzaCnT8M dgccxIFuRpIMgpHb8UQiG0fVQos 2016-07-20 06:02:54 45.62.250.113 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=274 +p reject 25,465,587,1025-65535 +r UberKanzler jXBDt4M20HixGu6jD7MeLJs/8JQ UzUfHznI5ynXGNwpO+gy0nsYj3I 2016-07-19 17:16:27 37.209.19.8 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=466 +p reject 1-65535 +r acheron jXq210kmAEGGhPQm/dPiBcBxPvI 9vfrGlm6ZLJ5fpZrwTxevpet2sk 2016-07-19 16:54:25 159.203.71.13 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=81 +p reject 1-65535 +r mi0gjnhome1 jYi+DzxpyTUjbEYtfpiLTFhAF9w gMcUO4P4NixF0S4dkJo7e+C2rGg 2016-07-19 18:55:36 81.159.14.9 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1500 +p reject 1-65535 +r Unnamed jaAWAbg0iiYsKYvpegUmKYr/F1w EBst5j9fmV6bxcNDszLZb0oSxdo 2016-07-20 08:09:18 130.255.10.191 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r flymylittlepretties jaI1xG1a/EEFj6No9c+MTsdTmx8 wpIE/bsUJ4gRKnMRuPCZ8JnW36k 2016-07-20 07:30:01 91.117.114.90 20576 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=538 +p reject 1-65535 +r FireBolt jcAbNVADDIcj/K3wqbAcluU/9sg FBCZE8drNmdfh6U8ZHRaCieGwqo 2016-07-19 20:36:49 185.25.216.237 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=126 +p reject 1-65535 +r denverlicious jcqKqBGl2gp1gpLlptw0htsdlI0 3tnqTcynpudIoSh8ZBtXMcdmIgM 2016-07-19 22:06:15 67.176.17.208 110 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r TwoFinger jd1zwN5x6q/pI5c5oWckCK9xtoM aietHO1uDbl/pm6S2CGs1EWRO84 2016-07-20 05:49:29 78.154.8.9 143 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r RandomRelayNode jf1pTZCJslAERFfunr/PZALfM2E 5c7N5DTaYmw09BRp9cY7nBmODUw 2016-07-20 06:20:16 84.250.93.42 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=325 +p reject 1-65535 +r SchakBerry jgtUTo3W7gu0rQjwa4iE1taUA9Y ZZI/sb6qhmGnPlRsnPPdq1sG9os 2016-07-20 07:15:13 79.120.16.42 9002 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2720 +p accept 119 +r ethlinode jguvH1HSJEpbPTqF5yTm757hpVM /7bv/fUqfygYQLpbA7pVWzIfNEI 2016-07-19 17:36:12 69.164.198.32 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1970 +p reject 1-65535 +r YATR jhJKkiVYL3DJwYIbx851oEIZx/c hu+yHrnho7qIwGTHOu5TQi/nGn0 2016-07-20 06:40:55 5.9.79.154 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=549 +p reject 1-65535 +r nirvana jhXYadJm31sINREiGF+WYMptD6I cqf9QtBagq4pajjiNrDuB+n82+k 2016-07-20 01:47:23 217.23.14.168 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=23300 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,50002,64738 +r Ikamusme jhqjDeTf1MRwic5C7SuYsQzmDu0 YwWbbh9X0ORK2zWX+a0swvYSutE 2016-07-19 19:54:30 174.97.167.30 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r ididnteditheconfig jhzrQ8ZQgzlkI3HnEzEfZsbq6HI 0rmjwGu/EdTT2UWxAcNyRO0OxNM 2016-07-20 03:56:03 128.112.228.16 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r Unnamed jjAaqge9WzXIsqsfoxqh8wjPigw SF6ah1kgXmAoYom9HLS9IU1iFmU 2016-07-20 00:00:22 50.116.15.73 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=8690 +p reject 1-65535 +r speedybacon2500 jjZNEvajUz7B0WaCsi6DhtcXqjg qQeUG4MGYwEmoF9TBrtcOlRh7Mo 2016-07-19 16:42:24 163.172.43.52 8600 8601 +a [2001:470:1f12:142::2]:8600 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed jjaeYHxWw79vmIFoxVpBamcTT1Q I6a0n8OJ1AitvlygsQURlocD8MA 2016-07-19 16:45:04 195.154.119.186 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=9350 +p reject 1-65535 +r ZaeziPfupf jjxM73NMPkC8WAibqgSj3rHhJ0Q lkRTkBgYwmZZqSTRiYzstCoziO8 2016-07-20 06:34:30 5.196.20.5 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7410 +p reject 1-65535 +r SaladeTomateOignon jj8N4VDvPtydHtES/GhiIRiYRwM Pmv23Nm+cs3JmCm8jZV/czQRYYw 2016-07-19 22:43:26 178.33.107.109 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2190 +p reject 1-65535 +r variable jkH86lkLaV+BGvCiaW+D8HhkxiY MG4i/JjPhR2JFdc//CaSXNKBP4Q 2016-07-19 16:42:24 85.165.52.220 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1740 +p reject 1-65535 +r mdfnet4 jkVLJaJf0AyNre9piINMIRK5Yoc reVSOnFoafKmCnpvfQxzMfMx/t4 2016-07-20 05:05:32 193.11.114.47 9004 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4540 +p reject 1-65535 +r doorlord jkpG3v0Tu5QBwmeAGMXufsYMek0 +q1ClfW8qYfh6mvpid1ogaoyJ6M 2016-07-19 23:11:02 185.142.180.227 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r throttle jllC1zfzYh+ZmYiK7hsXURck4yo JLQki/oIoJ7OxN5DjP9XvEEBQ20 2016-07-19 19:18:40 208.79.209.124 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=11 +p reject 1-65535 +r kingyetwewillsee7 jl6pCijoiNMG+kO5IQoelGe6OuA ScUNcQbDZaW8gg2BfCcnVtVrilk 2016-07-19 15:56:09 178.62.24.212 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 1-65535 +r default jmesU65mHOQTUIVr/t/GrSrza1o GvEI5PLo77Z4tD7DBgG9DVmIPYM 2016-07-20 03:15:49 87.61.137.155 444 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=204 +p reject 1-65535 +r AlGrothendieck jm7aeNjjq6iNh3w+N9bU8JOMe58 RwPbxo04HpDOkAPxIBOjZbZ+tx8 2016-07-20 08:24:06 80.67.172.162 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Galaxy jnCTySjF/42OhUoxIAKlgvExco8 yB2HEddN5quOHH+aQTVtscMuu/8 2016-07-20 00:41:22 91.219.236.232 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=4660 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r proteus jnC1CW94fMBwVMJRIFRn5V9fN1U Bx18ImCAKQt3/wjttpBVVJ27K+E 2016-07-19 22:24:44 92.74.214.83 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 1-65535 +r cohibaa jnR5ktW6JIlQuWntXIPIfiFDSsY lPNpyaAy21K3Cvy2XyhXKSdw71o 2016-07-20 03:49:16 104.131.145.252 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=19 +p reject 1-65535 +r tOr jpcSxo9xHirsKgznriJhn1FjDnw KrcbiJ7feh1m40jKplwggq9xOZ0 2016-07-20 08:41:15 188.165.253.109 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=27500 +p reject 1-65535 +r toroidal jqSLMYu01tS9sQ8mh8DAIcF3Ue0 wBY9mK7E6jNMIXXh7V6bgsgAUCw 2016-07-19 16:06:08 107.170.96.235 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=70 +p reject 1-65535 +r WLS jq6fxHDo5luFOLdpXnqQ2BXHn58 UDDNUqtWpVuSgYU42qPYMdQf4VE 2016-07-20 03:02:54 104.168.162.206 443 9090 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=499 +p reject 1-65535 +r rot3 jq90vjr7awmzjRizYuS7tTJRcic 8W38Y6QxPznDuFhPxRgLiFVJCGo 2016-07-20 05:45:23 91.65.134.181 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r eeHu8oho jrap/uobeVqcZ3CI8Zx20K3q4ew zWXejIRxWi4iBAoU9Kzc80RnhVw 2016-07-20 08:23:57 87.165.119.253 993 0 +a [2003:70:cf65:7700:ba27:ebff:fe6c:cfc2]:993 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1040 +p reject 1-65535 +r HaveMyBytes js8cDmkELiFzJTODi+KAxWvkXMo D56QP587Y+NWCFsfiXbOVnT+23I 2016-07-19 17:27:04 162.248.161.252 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=517 +p reject 1-65535 +r Gaspar2010 jtfpCck2zzJiPx9kDx8KVc7l0uo Wa6y5YgyjLXWGo7F8iiSO6xlSuY 2016-07-20 08:48:25 85.25.149.161 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r nero1 junTeLAG8AynlJXt4ZA+ajqE1sM YEJYg4lcRoh27oo1kR8tSyg7ka8 2016-07-19 21:20:52 107.170.1.47 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=633 +p reject 1-65535 +r HowToBeSeen juzOTZhc7k8mTjyvXojk2ZDLsKk lAhn3DYOPZzRaxOa0V1muXho0Uw 2016-07-20 02:43:28 198.100.159.54 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5400 +p reject 1-65535 +r MalfunctioningEddy jv+LdatDzsMfEW6pLBeL/5uzwCc b5hFM4J7l6+PcbkjreywNNUgwng 2016-07-20 02:34:39 73.89.195.129 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1420 +p reject 1-65535 +r Unnamed jwFN22I9yzCi4eeaoNG1TIHHkFU 2LDUFgIeVJ+As1ABevFclkgqV3w 2016-07-19 15:29:42 70.177.224.146 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=180 +p reject 1-65535 +r scenics1 jwL+XiM3MKarTJguGKITbmYqC1k hadgFCOa4QjogcEZM6cZCcEdjWM 2016-07-19 19:09:56 109.228.158.78 7070 7030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15300 +p reject 1-65535 +r yuggeit04 jwkXGRnBeI7MzNQ8FL8YQWFRf7g SPVb/1b7/PZBppLiNvmwuBzyx5s 2016-07-20 04:01:01 163.172.140.30 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2160 +p accept 43,53,79-81,443,1194,3600,5190,5222-5223,6660-6667,6679,6697,8008,8080,8332-8333,9418,11371 +r default jwm3LiKL1GyPO6QkBZ6fqREkM2I Vn+xqobYuxXpLgRO+CJIdTwo0Ng 2016-07-20 06:02:38 217.19.24.216 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=250 +p reject 1-65535 +r randomNibiru jw0T+fUJOnehyYz8h8ik7H/PK28 cVUM5JdCLT5FUuItEy3St72CHaQ 2016-07-20 08:02:40 78.192.34.71 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7820 +p reject 1-65535 +r Unnamed jw7q07KxQB290tC0s20DlOJUZHs Bcc/v4G7HYdjCqBO1JbXw/DfMys 2016-07-20 04:21:59 73.246.91.230 8567 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1030 +p reject 1-65535 +r vAvWPJKKMye5Wbcf9la jyzsY8jbT4OotBQbVQdvA6QIemE 9/Z04oYlrf3MUlCRZjEz2/mL7js 2016-07-19 19:10:19 91.191.242.85 143 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r Unnamed jy3deKyZygz7+vg8ozzod4W7EsU Hvyes8534iYPS6E8KYAxdCVhBR0 2016-07-19 16:00:41 198.48.196.116 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p reject 1-65535 +r default jy+7SjODroQOPSt6fOKZVcYAKzQ dGvq0EpsedwP72SMew76MamzUJc 2016-07-19 15:26:58 37.144.83.68 444 9030 +a [2001:470:28:7d6:d0d6:1d96:8fe3:bc73]:444 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=362 +p reject 1-65535 +r NotAvaiable j0GjB5cnuvvvfov4j0op8oaSKBw IaCu6Ud/HFc8vykxkvuz2CO1EeQ 2016-07-20 04:59:24 46.237.215.124 9035 0 +s Running Stable Valid +v Tor 0.2.4.26 +w Bandwidth=24 +p reject 1-65535 +r hagfjall j0aKB8t0K4A6B4OcrUr14C5wzTY N9RRMTmgmvITta2CJtdABq2V1Ec 2016-07-20 06:28:45 31.208.78.46 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9360 +p reject 1-65535 +r birnley j4kHhXX+5XZ1qSLp4IiRj2OsdQw Qa74GfY/LdqMwJ9ujF9l4AsBZ+Q 2016-07-19 18:24:26 158.58.173.78 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11200 +p reject 1-65535 +r Doedel22 j6N7kzlwFbK8WlJckISFJgvp9CI Bu/cR72fbRBroD5ez0fh5CVdvDs 2016-07-20 02:18:34 178.254.44.135 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10400 +p reject 1-65535 +r SharingIsCaring j8I/QStZy0uyaSB7EQFh+G5yPRk /eBIWNN7lk5FIKuscMulv4+Brnk 2016-07-20 06:00:09 108.170.138.94 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1360 +p reject 1-65535 +r bernhard j830AtS+DUbTlfKSQlHQjELAyHA 3trh9Cdry2TlA8yNxwRFX6I7/xQ 2016-07-19 21:31:21 79.224.84.179 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=825 +p reject 1-65535 +r kushem0 j+3r7myLV3h0ZXry20VPIBDfvgE 9I2cl6cwWDxfiY/Ui5RDLzXeGT0 2016-07-20 05:20:05 163.172.37.234 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5210 +p reject 1-65535 +r default j+8iYZkA1PY8B/pFbcUQwxB8aoo MuYldU/VLknTZE4wQhY8fk98Cu8 2016-07-20 05:51:56 193.110.112.100 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=0 Unmeasured=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r leghorn j/Lnt79MEh0fSdZgaYfFgC3blXc K65A59t2/ZqQzrZxGPhWIE4vLp4 2016-07-20 08:31:06 192.165.67.254 9001 0 +s Fast Running Stable Valid +v Tor 0.2.8.2-alpha +w Bandwidth=406 +p reject 1-65535 +r h4x0rs j/ro5nS7q71twDss+lOJdhIBSYc bUL/cWg68opxCgbuTTyrxlsLC24 2016-07-19 18:55:24 78.46.112.219 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14200 +p reject 1-65535 +r Lovecruft j/8iGFVEO32anc+507kMkh1G7Xk qXTSoHu1vRFGBIykqedRkMqSHmI 2016-07-19 23:03:32 46.101.112.161 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4520 +p reject 1-65535 +r cowpants j/9LFRXboWOAWfgXV+B7QorkM/I AyLPqACxTgbCRYAK2rM/1aDEvLc 2016-07-19 16:17:24 178.18.118.249 9001 0 +a [2a01:8000:1ffa:f031:c41f:49ff:fe05:ff4a]:9001 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r RolandTaverner kAB3tlRGn+Oah790QFP6NBH2NtQ 5yZxNf20HUjlD5IFCG5zyqyL7Kk 2016-07-20 08:44:36 46.39.251.87 13370 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r matlink kAfB2OTwPVBqSgEbkHqejQTjxgU EjiZQm49J3ppbSBl/mukLJmdQfU 2016-07-20 07:16:30 151.80.42.103 9001 9030 +a [2001:41d0:e:f67::114]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29100 +p reject 1-65535 +r karry kAlaLtDkKwJU4CWaHLlNgk1LNVs HfB0ufoNC/9Bh8xtf8HvJbRhocg 2016-07-20 05:03:36 193.165.137.202 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=521 +p reject 1-65535 +r theWildMoose3 kA3rl6HkTtDK3+qkEGWfRKleSSs 3YgOXFH5cj4prQCAdKc4azYa9fQ 2016-07-20 03:07:13 162.248.142.97 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=47 +p reject 1-65535 +r mallory kA5r9scugjpo5gzhDECH2SAappI OAf/c97+p6CMzzasP9usNLd0Vcg 2016-07-19 20:38:35 78.129.137.28 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=588 +p reject 1-65535 +r openserver777 kBg6Mz30SvJw2AIuK1tuAVo0pmI 7jxS3YPZtnMWqrCYIDJzpHhMm0c 2016-07-20 02:34:58 188.0.236.105 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r mosludino kCK0c5F9hiK6WnS5FJc8fuwOdVg flFEo7f8kWqUbgkyOlVcYWhdEZM 2016-07-20 06:31:31 92.221.201.138 42859 42860 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1300 +p reject 1-65535 +r TXRWBalder1 kC94GnXTzAYYvYHFWWj2BjO1QhE eCN4CUDN4KJtn63dZeaXC3NbgWw 2016-07-19 20:28:16 149.255.99.146 443 0 +a [2a03:ca80:8000:7673::70]:443 +s Fast Guard Running Stable Valid +v Tor 0.2.6.7 +w Bandwidth=6350 +p reject 1-65535 +r TerokNor kDDc9Bn24vv4T2PLrLoAl7BvVX4 yyThTcRrgQU583Dv3EVWdKI2Tkg 2016-07-20 06:05:51 5.79.68.161 443 81 +a [2001:1af8:4700:a012:1::1]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=41700 +p accept 53,110,143,220,443,993,995,5222-5223,6667,7000,9418 +r grepular3 kDDthKo3GM9Y5Q0it4OyHW99LnE sIJw2T6k6uyRvPAXLt4C+FYtX1c 2016-07-20 03:11:00 159.203.251.236 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=483 +p reject 1-65535 +r yeb kDKekGoOFEnC6Rve7UpA3xZwuec BphhVljprIY8lb0oTXonV1Fa/6c 2016-07-19 15:05:31 192.99.9.156 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1430 +p reject 1-65535 +r medusahead kDXmuqElvlihRE6HmPNQ2eUKZj8 u/45V+M8yvROSFSJlJ4D2PrQFE0 2016-07-20 04:22:21 192.241.148.108 9090 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=311 +p reject 1-65535 +r default kEcwR2Mvs8VuCI1svIUhALN4Yjc hkYNNcwIPOcKW0xNUy2I9A/IpL8 2016-07-20 08:32:27 213.245.235.200 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=13 +p reject 1-65535 +r TaurNaNeldor kF1y6A8k/IBR4a459CouHXPFv/k PoIQykCVokfMwFJHkvEGB2WbYpM 2016-07-20 08:21:25 100.42.19.29 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2990 +p reject 1-65535 +r Unnamed kGkzownxXXzzeRJweKZ5Hfmwx2M 4PIOTE50m6sfClCD8iDB/c5V8PI 2016-07-20 05:59:54 91.121.82.25 443 80 +a [2001:41d0:1:8719::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24700 +p reject 1-65535 +r levititan kHD6rGL7TfvMWAWV8wYE4SaiQFU s/x6mdsqyk1lh60Y5rRjhtzc+T0 2016-07-19 17:50:12 46.162.192.166 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=163 +p accept 119,6660-6667 +r brotherhoodrel kHKulcvQzKMEbSgoRlXSLqNyS38 +GDf+9dU3PhFKqbWRWcWZUiCPsc 2016-07-20 06:42:28 188.225.38.5 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r Hepta kIroKBwYDJeTQErmicpnXhwfWS0 7y1n/NPC9zz0hLPGeDm8SkBYXow 2016-07-20 04:57:34 79.172.193.32 444 801 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=24200 +p accept 23,53,80,110,143,443,1194 +r BabuRelay kJQrtTk4kHx4K+s8IKLKj6priOQ 9pZgmzKueXTFySa+nOlREHgd67k 2016-07-20 01:06:33 173.8.103.243 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=84 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r coTor kMHo3dM+retnraiMDhNpj/h4rlE rcbTMFrRO4mQ2afykEqKrJc52oY 2016-07-19 14:58:32 104.238.159.191 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=765 +p reject 1-65535 +r klauber kMTMmkjmr+BM1rqXU0Hv6Dzd42E N2HF9j9hhCbJED7iwUXv2LvIbWY 2016-07-19 16:17:20 94.242.228.174 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11600 +p reject 1-65535 +r tralhalla kMZHzrZ0NFbGQslFwegh0MYdqPg gyo0PbBhRYBhKG1x1wYKIl6WIp4 2016-07-19 15:22:04 51.254.219.66 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36100 +p reject 1-65535 +r E962BH154RUS kMgt2KyLnRwUQZMiUB1Vd+v5MdU KDq4y288/ludZa/Y7XG06VGRcGg 2016-07-19 22:39:45 195.211.207.114 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2660 +p reject 1-65535 +r Unnamed kN/YAE4BNYQpxhs8xKiRWNMMpI8 kBEW87ZVwBLRGLL/Dnxoa29z0W4 2016-07-19 22:33:21 192.169.168.39 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=136 +p reject 1-65535 +r kracauer kOR7ivN8a2VpcODWPBsbNdjkVhU R0AWt59zbc9F06W3vgu3P9K3SDc 2016-07-19 23:14:07 82.119.10.152 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r Taeuschland kPSU8oH578LagVV8DLvIYlOYBkA nsXg3urCM1LeajNVqpvHMl6P5lU 2016-07-19 18:37:34 84.180.98.22 9292 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=73 +p reject 1-65535 +r skipsfw kPYRWsKVWyZ1oEpe6i9NedVQutE YYNjiaRAoPxqN5bgYiUPMeA/vsY 2016-07-20 03:25:57 178.238.237.44 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 25 +r marylou2 kP2DDDV6UQmrPFBSh3E/GsgRF0w hZPZblL+rqfcYdhK3qbWnJjMX0Q 2016-07-19 18:06:06 89.234.157.254 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=86900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Leopold kQ6XcagCIs/3zycW6JGhpJkvKvk EGKzva/i7+5iDI+xj4VKZFw/jYU 2016-07-20 06:55:38 51.254.136.36 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29300 +p reject 1-65535 +r windeck kRjXt3Cq35id2cJtbUUSfvDzsto PKaX42S7/BmSkrZ8RkZ4IHnjSg8 2016-07-20 06:43:54 185.72.244.24 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12400 +p reject 1-65535 +r OdinaKS kShNDF+CgjFjjMPIgVurbn48FXU znkuh6bmAB+uaTXEYxP+tv5aZw4 2016-07-19 20:20:34 69.30.201.86 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r emersion kShQgoX+ka3aVDMzJAMSF3BSEAU rPmHM+V15ghyEw+azI8agxxuG/4 2016-07-19 21:54:22 188.166.17.67 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r randomfranco kTegNEOCse4Aopy657Qgl2rQKl8 dNm1A0ZyNvCiJeYvMaWPxLpACzY 2016-07-20 00:14:22 185.13.38.197 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8330 +p reject 1-65535 +r onionnetGOT01 kTnaUDQzqDsAPd617DCLlkhejWg uNqmMT3RWVYlYdBwoQJu8Ln1OgA 2016-07-20 08:20:04 95.215.44.186 43820 40093 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=12700 +p accept 53,443,563,636,989-995,1194,5222-5223,5228,8082,8332-8333,9418,11371,19294,50002 +r valakas kU7tGSerAM29v7/m0E7CrAuZLm4 1joYak/POEc86CSkAKQtFpB/YXM 2016-07-20 05:21:17 217.12.199.70 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r somekindarobot kVEW3J4nBnoOGRfD/aw7zUc/4s0 YIcCs9ODpagrkSaza3JP/ssm6G8 2016-07-20 08:37:02 83.85.115.227 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r OpenTheDoor kWEoSkxV1uXaOS+ut/TTxwLz24Y gXbqn9UXRrfY5reF4aRbWQ+nBOc 2016-07-19 20:04:15 195.154.108.131 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5340 +p reject 1-65535 +r elektrobier1 kXEQHnCa3liB9eLKEQDUBEtEJj4 WCaIVV6mZejOc7LF+RmbqCzfVmI 2016-07-20 02:11:23 95.211.138.51 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.8.2-alpha +w Bandwidth=6900 +p reject 1-65535 +r ididnteditheconfig kXhNb0IaA0cyJlMZc2i28eD/oy8 XNCKIyA5AnlEFWPAsV7TpQy72aI 2016-07-19 22:59:55 73.149.235.213 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r Torment kXunzVvYtG8XrbLLULU0Z/pmqVA Ei1oWt4danTrRqBvpD33wAI7ZoE 2016-07-19 17:38:39 51.254.121.63 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=24100 +p reject 1-65535 +r defaultnode kYBFashEEX8rbaQhcTlT8cMoYrk 9wjPwpSkE1d5gCncpOWDVZAxsVc 2016-07-20 00:00:13 83.251.80.206 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1860 +p reject 1-65535 +r timcinel kYJJVt+kMMBxv2uUtiPfEJMdHUA 2frUyjihLIQhQE1eO31uwZAHeg4 2016-07-19 16:32:02 37.187.105.104 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5620 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r eficommander kZWCfqT9z7fQBB0sn75Vr1sfOj8 J4FViggpZZxGDZu0ed7QwaehHBs 2016-07-20 04:31:02 98.210.23.201 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=437 +p reject 1-65535 +r torcz kZbkRlSBiwX4dCxV1FW5xzYulGY aRtk2U9266l6cEijejopzT6DBVo 2016-07-19 16:09:15 83.240.101.209 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2040 +p reject 1-65535 +r skepparsbacke kaKs1CX7zGYW/D4gEB9TMKWhrXs 4uj1/z84fDCRJ9dKhjhADiCcZGo 2016-07-19 21:01:52 83.223.18.91 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p reject 1-65535 +r Unnamed kaMmTr4C5Dfpcf87UOyJf+/QGuo MrhTrVKEQAxtZZhpdwOVWZx2Qr0 2016-07-20 05:12:17 212.24.110.13 9000 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=304 +p reject 1-65535 +r proactivemellowed1 kaN6tgyj/zR2O90swFTYNuXG7fk cenbev4hgfXFoZ9Ws7aYyvR1v9E 2016-07-20 06:17:19 178.255.148.199 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r onionlawyer ka2xCZeNC2gk3mfabZ9PS1HGaCM 7qbSgHJJO42SqTRS0y0vBtSdOPE 2016-07-20 03:03:49 93.223.77.131 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=55 +p reject 1-65535 +r AurochTorContrib ka39tiohV6GVd8AD/RoEqN/kDwc yFHtsaKXFHa/xSNAOLgj2+XZOT8 2016-07-19 22:04:13 92.222.39.183 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=8900 +p reject 1-65535 +r Unnamed kbW5yk4u895Ryz9oN2CXmJ4/kXE 93FtF7+xqql/Yhh4+skP5lXR2SY 2016-07-20 08:11:04 78.34.122.196 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r mulhollanddrive kcDL4FdQRqTl2xAzTPnKHGRxvco /WnrWgswfsHRL1X2UMoYi3ktjw4 2016-07-20 00:49:33 83.12.197.137 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=20 Unmeasured=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r AViaNanoServer kcOjIS0DOPDXMo6k+TgEXPCNh18 FC8KAXO1i/vX47wZC7ft28vhYmI 2016-07-20 07:43:06 195.154.111.117 993 813 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.1-alpha +w Bandwidth=24000 +p reject 1-65535 +r torpidsFRovh kdI9ilObg9L7Vqpn7NTXXMCTrFU xLaXsPUjeMEZCFWObsCbRyMCr0Y 2016-07-19 18:24:16 37.187.20.59 443 80 +a [2001:41d0:a:143b::1]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=18900 +p reject 1-65535 +r polmax kds0Ybk7f3rt7DjzGaqmBWjeTE0 9GwYZ7EB4N1V/K8g3NsNEeobxp8 2016-07-20 05:14:19 176.97.96.25 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2650 +p reject 1-65535 +r IWorshipHisShadow keQBXh+C2vASHWImflSh9mGrbcc ytgQrLbzw09IUaU/aPqenedbUmo 2016-07-20 08:39:03 173.255.245.116 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=6760 +p reject 1-65535 +r DeepThought keX/mFJP4GZz5xLt0zCttG+vciI ql2H2VbhjE4W1VfWYFh+DZZAZX0 2016-07-20 08:28:26 185.100.86.171 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=398 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r fructose14ellipsix kexIC1JW/9z2vYWq6pytNUODP0E W0GNENE7MJGaZtyzzdHVlhvtS+Q 2016-07-20 04:26:15 69.164.214.250 3971 5971 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=837 +p reject 1-65535 +r cytherea kfAkojBHt6WbQraPDeGdBuhVUVA E0Ps01orCe9e+Xyu0DNjn+PsTW0 2016-07-20 06:46:45 141.105.67.58 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5460 +p reject 1-65535 +r SaruTorHNS1 kfozG7Uc93f792zIA0DTLmoq0yI COtLDTFET/bex+9pIx7qR1mIBd4 2016-07-19 19:14:09 140.115.189.189 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=347 +p reject 1-65535 +r TorchFlak kfuuipLzvfv4bYhgzH/xibag0WU AX5pv3rybDr6QSIzhBWvyaFf3+c 2016-07-20 01:13:18 46.164.245.243 9010 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=237 +p reject 1-65535 +r RiverSong kf7pj0HGALg/ECprs9V42cKWPFM cvLTPro+t9XV/ISpBPRPQnkM+Qo 2016-07-19 19:47:05 78.47.100.162 9001 0 +s Running Valid +v Tor 0.2.6.10 +w Bandwidth=3 +p reject 1-65535 +r mertadx khOeWKL9EjWprAKx4ehxdPuAMBs tfPwj27rWM7zkvrfCRB47/i841o 2016-07-20 04:20:15 89.163.225.184 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=237 +p reject 1-65535 +r fsingtor khebvI+CZYUeXrDI1+55pf9XLPw eoNq1RojfLgmIt0GW/oemAuKb28 2016-07-19 22:44:23 88.198.125.97 9001 9030 +a [2a01:4f8:c17:3852::2]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r x76zeusferal kh2oUslRQfiWSzWfd0s1UC5ImGk 9Ikg2LwnPRutLj/a+jT/ANAsarc 2016-07-20 05:23:25 185.21.216.140 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=117000 +p reject 1-65535 +r AEtherC0r3 kh4FrImhCOHT7l9gBmiGYzZbjXs xC/+F/nfgjODZqOESwJ6IXXyWsI 2016-07-20 02:36:11 79.103.240.70 29950 25751 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=189 +p reject 1-65535 +r beatbeat kiDHlmG9GbK0zn/yNreG1jtGMu4 1+oCJK7t+KY4nX2z900F/LdqjZw 2016-07-19 19:36:13 5.39.222.159 15496 27676 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r AsukaWATARAI kitES3W7BJdJOAPTA5pQukw0RTw tTIKu7wxqNNBT/rQD9ZNhxpAwZ0 2016-07-19 18:17:40 153.121.37.166 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=710 +p reject 1-65535 +r PrisnCellRelayFR1 kjHfdBkVqhYwAxqTAm2Icmh36To zhQmbc93jM4cw6lap+VXhEqIpEs 2016-07-19 16:00:31 51.255.41.65 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24000 +p reject 1-65535 +r p3dda kjR4xi4iYlqTrJIa2ZuvNjuBbGk a1JmLH3eDpTLJHV/pt44OIf1fcE 2016-07-20 05:37:15 5.189.170.10 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5360 +p reject 1-65535 +r EinTeilDerAntwort kjgxq6bvpWXIZnMPpeDYa8tvxkY gmLmzdvp6kdY/JkgC1NUVhS7fVY 2016-07-19 15:02:00 81.7.10.29 8443 8080 +a [2a02:180:1:1::517:a1d]:8443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14500 +p reject 1-65535 +r nothaas kl+Cz60N24ORYfq55zVed0xzA3g QdMzgTy2v8T7Y6opodYrCmYckJk 2016-07-20 05:07:06 91.219.29.238 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8030 +p reject 1-65535 +r cayennegraphics kmhMdKbnOwzSraH9ttpKCDav3Js Kf4rjHzDD+4yziTgIaQKivo3bHg 2016-07-19 18:50:10 178.79.168.88 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=1100 +p reject 1-65535 +r woof kmworDO+j2tflflVKlYZzg+MzXs r6OjYkSDtQbVL3Y9I8LotXzkdcQ 2016-07-20 04:09:35 80.85.84.222 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1800 +p reject 1-65535 +r default kngjB0qda1U6fE9zWoNval/S45A HZ/HC0ELonhenCUniEe4y+iL84U 2016-07-19 17:07:22 50.160.176.157 9443 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=3 +p reject 1-65535 +r mrkoolltor koCMpY2PMso0o0xUdhCGm/Tipuw YdUMt3rO28rlRs/ysUpRQbpA33A 2016-07-20 06:30:38 77.123.86.6 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=109 +p reject 1-65535 +r VirginiaTor koYbmBGjg0aRw0HJqTTMNTVagNw nbistp9ZHkz3fz3ev3NU5wFHcoY 2016-07-20 02:58:50 70.164.255.174 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=62 +p accept 1-65535 +r tchernoburns kpYNNePkvzISX2PtZnxjBGbicnY Ts0NdR+1E82a16Op0GD4HQlJ5Gs 2016-07-19 18:55:57 109.134.44.229 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r Unnamed kp2FLU+FoYecUlS4wW6Ew4eTzjg HfpLpZuWMeS4n3BrayziigSPxNI 2016-07-19 15:12:56 46.229.173.235 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=9790 +p reject 1-65535 +r mpan11 kqEluatJGvwITkJXtVLQ+1YJDLM q3S05Nnj9PIAiczc35Mu/cZEp8s 2016-07-20 04:09:04 85.222.0.229 8080 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=388 +p accept 7,13,17,53,79,2086,3690,6969,8333,8444,9333 +r KoNeko krHSGTAsovEDRcmhd5HcwNmyIi4 AV2q77UF3RhNd1qiHnE036iBMlw 2016-07-20 04:33:07 185.128.40.220 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=253 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r bauruine121 krlT82kcwtnWWkr5FbQq7xHyyMw mSu5MbxJV0Sw2a3W6GkWzlaHskQ 2016-07-20 06:37:51 217.150.231.125 9001 9031 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=978 +p reject 1-65535 +r guy3 ks4aLS2jaVRlzOG+rM7WuJmw7wc Ikc4bVNlHYD/4WkgyFoxnGVOHr4 2016-07-19 17:26:45 176.58.106.192 110 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6770 +p reject 1-65535 +r bakunin ks/ZVlskZGysLRctPbUD1p53e4o OX7YytAI83JbP4CIWR4e2S0fywo 2016-07-20 00:43:31 178.16.208.57 443 80 +a [2a00:1c20:4089:1234:7825:2c5d:1ecd:c66f]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29900 +p reject 1-65535 +r lewwerDuarUesSlaav kuzJ4OKvgbuVRxmxiaw2LiVK1KU +P0+m9VaTSlL7k77F7MlxfL0Nss 2016-07-19 16:25:57 91.219.237.244 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23900 +p accept 80,443 +r kannator kwGdwZ+yL+NYGu1Mcm6PpSSeaOM gJ2hQx/Chw/Z2dZ3F4bh1OjT/i0 2016-07-20 06:57:51 139.162.9.145 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=68 +p reject 1-65535 +r azure kwWDUkN2uD7KTaRTBQA1rcvxr5o E2WQHIrWi2tTCFPcwMxmdhaPjc0 2016-07-20 02:03:31 178.32.53.131 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=61500 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r silverio kwvNqGfgT9X9yFjf8FehBy/EOxU 8JBe17p11jJqpcYRhS3dGeZPSzM 2016-07-20 07:25:49 210.3.102.152 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=93 +p reject 1-65535 +r gingerfox kxvmGBckRtU0R4mIwB7hy9GHSpc tM8FgYVLfwGDEA68A5pzGNF4yEY 2016-07-20 04:27:30 185.61.149.247 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8060 +p reject 1-65535 +r TheLeonardNimoy kxx2LfpxzgUXasHzQC2GayoMke4 bXidPRtbiP+XIyi7hYWTbkKzQlE 2016-07-19 21:25:54 198.74.61.51 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r default kx9qgP98CZhpRW7Zp+G/pWmteMk UtK/YX0wOXioBwJGGZYlV9RIhdU 2016-07-20 04:34:31 95.31.14.160 32456 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r CyprusTor kyLu47ewco/RPnR2JueQbOVB2yg Y66kNB8exN7nKXZb3meKf08SrYg 2016-07-19 23:18:12 68.107.68.119 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=506 +p reject 1-65535 +r honeybadgerkk kyM5oP3ng+Fq1nY4HQrLXj/g5rQ zUNcuFFZXh+yozJvYZ3tPnd480A 2016-07-19 16:33:09 104.167.98.95 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=100 +p reject 1-65535 +r main30 kyZWBagSiPmzOkq51XHp0sTsnH8 j4Ylu4u3zv9W6RFWMcyXSkSbcNc 2016-07-19 20:28:42 91.236.251.30 8443 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1860 +p reject 1-65535 +r jannis k0YPNgmQCzjZZBGUev7dJwlln5I r5X4YlNTgRYS22CEUe/22sGl1eo 2016-07-20 01:27:12 31.31.74.47 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7420 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r dust2dust k0jpJ84ofzWuBvH3TGe01rx2aQE GzIK6l33HzTt+WVPzAb+3GCbUZQ 2016-07-20 03:19:00 158.69.207.137 8081 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3890 +p reject 1-65535 +r Spacefish2 k1KykJXa7qMXed71g4DqVMwTX+A MuGOnuIdywOk5lSh6WLRdJbldp8 2016-07-19 22:06:06 84.19.178.105 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.8.0-alpha-dev +w Bandwidth=1840 +p reject 1-65535 +r paulbsd k1MhdhTlgLgqEn7e16TeKO10RaM yk/y7s/ORq1WXLj7Hee7zBbXj2s 2016-07-19 22:27:40 163.172.153.76 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2130 +p reject 1-65535 +r ididnteditheconfig k1TUTmWEi93KX3QoUnPT+h3RjL0 GqsRKM+IFBpBVEe07WGv4heEfw4 2016-07-20 04:18:18 82.238.91.4 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r torpidsDEmyloc1 k1ur4lZPggFsGa72PAxAtXU7o9I YLMmCZWwcvRMPOPh+t4qoejzZMU 2016-07-19 18:08:01 185.15.244.124 443 80 +a [2001:4ba0:cafe:e35::1]:993 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=19500 +p reject 1-65535 +r dottereluSaR9IekHdQ k2CBHrozaXezepQXIKQ94P6YDWc 94iIPgtb2raNcZ/BRdEnAeSg5b4 2016-07-19 17:00:34 37.218.240.50 9001 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r C0St1n k37dFgbLpV5OTycUm6PeWaUvdQk t2ug9gdLyu6Pybts6kFnE1JcSXE 2016-07-19 16:11:52 188.25.163.65 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=499 +p reject 1-65535 +r BronzonStuttgart k47d2a/MCOs8BMvGD4xN1qg4lKM EuNy1+IQ73JyB9pBwgJAEdBydJo 2016-07-19 16:59:23 217.247.191.171 9035 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1490 +p reject 1-65535 +r zanovar k59lPvmjTkRmAe1Rm7zFvZ8LGk4 t5Oyf9hmKro72+rRTqEMrd+HPRk 2016-07-20 02:16:16 45.55.62.161 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r blueWhale k6D/cSxWB9U765dqZ41ExjDIx/g zpd9oXRM/r35YatCM91aa6yMdSU 2016-07-19 15:16:10 37.235.52.67 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6 +p reject 1-65535 +r moonrakerxxx k8EbbROzCJERJHDkmIXKSnodr+U revz6uhb6gZ36WqXAjeA96lzrm4 2016-07-19 16:36:12 178.33.26.3 443 993 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=535 +p accept 20-23,43,53,79-81,88,110,119,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r 21912fe k8I65elqagr0bTTMtmwOYo+ni0k hlimh5g3OsfIRa7FPbEmEc2zMPo 2016-07-19 21:04:46 88.198.110.194 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=319 +p reject 1-65535 +r OxylEpsilon k8PpoJTZs/AXhdt1gBAfk9jRmok dMlFEPd6q1fvTPKSCRhvnolB9mw 2016-07-19 15:27:49 141.255.189.161 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1010 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r skillan k9uVVBlWZwMs/c8VJ06CbGd5wfc W8Qzfh02SHLAa02ZBOJnhzs1D0U 2016-07-19 20:39:23 31.41.219.228 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12400 +p reject 1-65535 +r zlangtor2 k+s3Wws+gJD+nbuwLD9UPzQj+ig OE4RsZ5gHqG8njVaGjbFI0/VdYc 2016-07-20 07:02:15 89.46.101.182 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3210 +p reject 1-65535 +r cyber666 k+0ukIr71p211zpR1wZ0+9bkqbQ iWN+i37O+F1EEImXLcn73pNU2v4 2016-07-20 08:30:43 37.247.42.121 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8900 +p reject 1-65535 +r petrosagg k/HdMW8QRLKhc/Ic9tCE8N289i4 gOGX0oUpcY2lgByGiGg9SoTklMs 2016-07-19 19:47:32 178.79.163.169 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=82 +p reject 1-65535 +r OhCanada k/LqkLZGsj98Cgt4nV8r51P8ThA qryqwqYZuBUDdwKhX37tkBKb4+w 2016-07-20 08:06:58 162.221.202.230 6969 9696 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2680 +p accept 20-23,43,53,110,143,464-465,543-544,563,587,993,995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8333,8443,8888,9030,9418,9999-10000,19638 +r ArikaYumemiya lAhQveUUiV9osw0FyZY3oNJ9B6k 2RHRo6WIlqYeidUvRMGaIsFW308 2016-07-19 22:24:36 74.86.24.19 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1330 +p reject 1-65535 +r wannabe4 lAvmsXfHYh3bhgDGf3ebpJWsnd0 Bk0nBs1boFdELmqLY0HEV/aOs/A 2016-07-20 06:27:15 88.198.9.16 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12500 +p reject 1-65535 +r hizinua2 lBaR477FkbHKrHOXHHKrWZA0T0M +DRgtj78Sr3vMEXHEH2b7J7DT8s 2016-07-20 06:31:06 213.186.202.35 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=150 +p reject 1-65535 +r kogis lBmFzeLcnWf+wHA6j/0GHjtLqKk ZSqPNJkRxHcHkrbzv9buHeRXlUk 2016-07-19 23:22:33 188.165.236.18 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=9910 +p reject 1-65535 +r Unnamed lB3dDUxJw8OXhyJ1Un3EsZIHG2k AoWva05bCzxiJNPZx57yNHkKuY0 2016-07-20 08:06:21 185.15.73.117 9091 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2690 +p reject 1-65535 +r rs1 lDSUs4z3T73THSbZLWbVNYJFTis GFks2Dq0BUF75ZoXEiZmubussFY 2016-07-19 19:14:45 37.35.107.238 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r Unnamed lDwMaEHB6RS5/KeWxoRmIKWvm8c LYjt4loGJL8c069xirKw38NHdmc 2016-07-19 20:00:21 217.12.210.214 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22700 +p reject 1-65535 +r sp3rpiblackbox lEBP3ibQCuTgkuGPMvmzCPUaAlc YS5ZVOVpcBu5kYW99yovrf0FHgY 2016-07-20 03:03:04 93.231.233.30 23420 42230 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=722 +p reject 1-65535 +r Torch lES1w6r7QwdkRaDAVPuyQ5MmpQQ lAu+nLz4EHo+pTsBy1dc4gfAt8s 2016-07-19 22:21:53 45.63.70.90 1293 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=913 +p reject 1-65535 +r leizo lFTZD9hwjz3JT2Pc28gOgM9eXcA ovC5wyeJ/hlnhzzey12F7ciNvEw 2016-07-19 19:34:06 84.249.208.18 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1790 +p reject 1-65535 +r Totonicapanp5 lFa7s/uSPdHN7FyLRdlhW8k33EI vXUAs7PwyraDwOPDBwSqOrdL5zQ 2016-07-20 06:25:35 163.172.14.221 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=26700 +p reject 1-65535 +r BrassHornRelay01 lGK3uF+F+Fazp64SpJY7rpoQLXw 6sGFgRxZWjB/B7t/AAAzPjbdodU 2016-07-19 23:49:27 46.101.21.143 21 0 +a [2a03:b0c0:1:d0::95:d001]:21 +s Running Stable Valid +v Tor 0.2.6.8 +w Bandwidth=39 +p reject 1-65535 +r anonymousByPDH lHjuDTEk3zbxD71rL8hDS5WRwbE 8o7bbn5hWs82fLA/4FCbokB8zGw 2016-07-20 00:05:07 104.233.120.246 21 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3540 +p reject 1-65535 +r tracelessnetrelay lJgZOVcCCge0Wo6/jimN28NDprY WITNBO9wZ931D8zWtE3g52VsyqE 2016-07-20 02:53:41 172.246.126.189 65432 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1520 +p reject 1-65535 +r Unnamed lLJxDpXHz1jvo1uh3uZ+KYB9Thk q+Kx68jq7tCsYha5vQmVvM5n8+E 2016-07-20 04:17:35 158.58.170.157 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7710 +p reject 1-65535 +r Unnamed lLsDpRHyVk9wRphTqXpMqhvhBnU msgBhe8PIb5edIMSoWd4KOmPHEQ 2016-07-20 01:12:42 89.246.10.42 443 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 1-65535 +r Unnamed lMBIV75eCTieA9CPLGGbgPcRHKc HiJOfqTv6MtGBRZNGd1IAmCXJdE 2016-07-20 08:36:36 37.229.211.128 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=119 +p reject 1-65535 +r HillValley1 lMD/8IZzKmfE1bnn0Js87fcS3vM mNUtgReWoxz0pm9t9eb+e3CslOQ 2016-07-20 00:29:55 192.73.237.175 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=52 +p reject 1-65535 +r BostonUCompSci lMS3uMUMhqkraiAQdTnuJnjPmig I/Y/NVzfaVVcyMevv1fYGtl/JQk 2016-07-20 06:31:16 204.8.156.142 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8610 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r whocares lNWHBMJYnBMMnDntFIvY6kaNulQ gx4PTL92HXeHvUtKeZzO+xImS54 2016-07-20 07:46:28 151.236.222.217 9001 44607 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4570 +p reject 1-65535 +r PUSCII lNWHzXI+Pe+VYW/HVInEUwPfmu0 aYug5z4pttxD0akfSpd9TylnR90 2016-07-20 04:58:30 94.142.245.206 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3990 +p reject 1-65535 +r GIEBELWALD lN8q+xFUyk3e5hMDWtNFqI/M4SQ eJ1BBywLoHxBLKTHroFc0m0zl2Q 2016-07-19 19:48:24 89.163.128.186 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19500 +p reject 1-65535 +r flev01 lPFtor3boJKVT/jsKfkjSmmUlAM cfcoIVCmOesoIA/pORp9wDd4Ql0 2016-07-19 15:11:53 46.129.19.143 22 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2100 +p reject 1-65535 +r FreeZion lPNnoTApbJ65K+MuJarrfyJ94NY taA2h0Ew7XHr2hNWvcXFxcZRvlA 2016-07-20 03:50:12 95.248.108.135 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2090 +p reject 1-65535 +r GCPTor lPZEJ1/MxPXeRirRTriNQy/ev90 e7CkZgeh0/NwlIOhc/3MmjmWNCg 2016-07-20 04:36:54 23.251.155.168 443 0 +s Running Stable Valid +v Tor 0.2.5.8-rc +w Bandwidth=18 +p reject 1-65535 +r CatRelay lPZg0Udem27NT0HohC8VdOg83Iw t9YvEbSDb+utgBEhhL9rP4L21rQ 2016-07-19 21:06:33 89.163.249.200 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15000 +p reject 1-65535 +r Layer13Tor lQOxoIs5EcsJZAmknK/jds0Mre0 LdEDFIbwuKYkrSMehU56GSQFnhA 2016-07-19 21:34:50 91.121.108.64 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8300 +p reject 1-65535 +r Unnamed lRlQp5k8+KjgUXTPKTvk6k3v/yg RZunD/6PzJMJFotr69rZRpHTXeY 2016-07-19 18:28:46 217.12.199.158 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11000 +p reject 1-65535 +r Eggs lSnEjLLgj3AhYhTXVg4hBWEBlZQ ZDDR4bKpHiSlse5ZXVxnAoAQWwI 2016-07-19 15:18:39 96.241.216.246 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1140 +p reject 1-65535 +r chopin lT23CfKi3syNdWBmH5NOZEEURPc WKUhiC59z0eTi4AZLLMtSpy5YvM 2016-07-20 05:47:14 149.18.2.82 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=60500 +p reject 1-65535 +r Unnamed lT+MSWDNFMDA1DP+aaoCcCqcwzQ YsutXXUu10tOJCIpy9mLp2/Zmh4 2016-07-20 05:03:18 1.234.7.62 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=383 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r apricot lUlmRMjfMPeBlJEESQ/TAWHrZ/s E8JWrK+XGQyijG0LzFPwN2RKS5Q 2016-07-20 05:22:46 128.199.236.60 1990 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r idideditheconfig lVL5BFnWJ4xQ+MNdLlD+WQVs5GY v6mWMdMxYMhZVvFsyCWbIg3UMa0 2016-07-20 08:38:24 90.104.59.69 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4970 +p reject 1-65535 +r jaine lVbCxiypqaKWwEm6e9wQq9P/AXA tHTReng7/fnkQvCKCbbkAI945Lg 2016-07-20 06:35:07 5.249.145.164 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3260 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r montserrat lWHWs9imapZlelq7yMf7pWWmyjk jiJa0aBZBDf3dAZScFVlAA2R1S4 2016-07-19 18:06:45 141.70.125.232 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1360 +p reject 1-65535 +r shaftoe lWQCbutwg8PqB7rECS1KdnRpPoc 51KAzCZA8fEb7VnjkqQC6JiP46A 2016-07-20 04:23:25 178.63.140.246 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=67400 +p reject 1-65535 +r heaney lXFWOQPfHeKjzoSXOvlPSF0T+tQ FlfuxzoeTcwkvoUesxw7GD4g0wg 2016-07-20 02:55:14 93.115.241.194 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7650 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r liet lX8e5TJhcWnbd1iePwc3dcc7b2U JA+4NZouuVpTcak4li4TQ7M/Gbk 2016-07-19 23:07:48 69.164.212.180 8035 8120 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=33 +p reject 1-65535 +r Unnamed lYqNRQOJt/S5BX/a2fE9IBKEjaU 22m0I4uyIf4jKCUzgFPTLDnMgSY 2016-07-19 21:55:02 5.196.239.114 443 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6470 +p reject 1-65535 +r D0NGS lZlRelL+nJ2MaXa3pp/JfZ2gcH0 hnLsezI102myR8GzkdQ1URQDJ5g 2016-07-19 21:58:14 104.206.168.60 2222 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=91 +p reject 1-65535 +r Anosognosia larTCisBzlO17kNgL6Z8t5o0gdY VpEVIEgdVXkws9QU0XPZ2ZKMex4 2016-07-20 05:27:29 159.118.172.178 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r Mozilla13 lawS7v0vidvkGF5rWyntDKpf/+I Y58M89zwOt7NXz6u29GpTKzv9YY 2016-07-20 02:26:13 67.92.173.229 9090 9091 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6640 +p reject 1-65535 +r KuroNeko lcTvN4cGmjoaO1/UBXo0ypfBccM TyvMbr+C1N7rnjKP/Ff4sajcNxY 2016-07-20 08:08:47 64.237.51.46 443 80 +a [2001:19f0:200:3006::10]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r FelixIO lcbF9lv8fAbd12UBXmF4U7qZPJQ Kv8dQ7cC+K+tVVPKz9Ge/BEuGqI 2016-07-19 16:47:13 87.118.92.43 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4050 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,543-544,554,636,706,749,873,902-904,981,989-990,992-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r cserhalmi lc36qFL/B1/NIxAsBmNvK4SzNxo /35gAJsLCBUPI29paNE+29eqDUI 2016-07-19 18:17:50 188.93.234.203 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18500 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Unnamed lc/ZDfF3IiJljVzyi2G5dZ1dHWg 2jGHQgiWdcZmwfpv+Ty9pQac91A 2016-07-19 14:56:54 155.4.59.251 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3100 +p reject 1-65535 +r boomshop1 ldCzRezIT9K/J6M7J2XfXgd6zb0 CjOoaX5GktsHdgtrQT5iJqS9nFY 2016-07-19 15:56:13 176.9.50.240 9901 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r DigiGesTor2e2 ldphrvI6bIUQKMGqiK2Fk/ZZ5g8 zqInZ3w8ex3LHc3H/PjAhzOcYH4 2016-07-19 20:29:58 176.10.104.243 8443 8080 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39000 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Bandoleer ld0qnW1NnelDqDoZJv+GHf0mpXs KwYrZfxiu1e65kKN9IwIEKgWTu4 2016-07-19 16:11:34 185.66.200.10 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=114 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ctrlCorf leecpqFtMkfu+pUiIRjcm9GESEI AzZaEMVXzYILK3Aq6u7APX73yek 2016-07-20 04:31:39 93.64.207.55 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Hexfocus levtBAkiog179cbzUq405PaO37A FbiRHRyRaZvwaj57KQb05nYxgRk 2016-07-19 21:06:44 195.154.79.199 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=24200 +p reject 1-65535 +r pikachu le+soY40wmDd90lZa5d0AllOZzk /lO7ikG3mbOuSDRJPUHxrpjXwPA 2016-07-20 03:53:12 178.17.170.149 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7400 +p reject 1-65535 +r cypherpunks lfz3hvhUCEoD2qKxvDEBm9S0Poo gdC8etpP0rcGdlkdR0+nsSZgwdY 2016-07-19 15:50:53 162.244.26.9 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1310 +p reject 1-65535 +r idideditheconfig lf4Vpv2bSVUjaVZiXFhCLVPtJcQ GhcTlcUQDvYfIGIjNeYTdxpP5PY 2016-07-19 21:15:54 78.72.172.78 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r GMX lgAPkN+S1euMC2sJSIsf0lkAQIE u6MRJMI0+WGajUt7gbenE+lhPv8 2016-07-20 02:29:23 92.78.3.224 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r schuler lhQO8nhiLrbf8dqismRtA6kUijM dK7E7Ym3ySlycSjYdCPDv6LtVUc 2016-07-20 05:23:00 188.42.254.47 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=92 +p reject 1-65535 +r KarlRanseieristTot lhSxzdAFUxWxCFZkgzUqMw4pVCw ImaI7I4VlOpTaHI7hEQlCQSwZ8Y 2016-07-20 03:11:52 79.226.234.248 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=249 +p reject 1-65535 +r raspelu libCV4E4AAaf4VT9Au1eL9sqR3M Vt0KrMTfyBE9bP4B7aW6uHxt6zg 2016-07-20 06:28:00 190.189.212.212 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=8 +p reject 1-65535 +r DerAufbruch ljGrPZ8Xqd8jxKQn3N4Xw44n5Us kiPg3NA0jdgTR1ysaoUkSGQrKHg 2016-07-20 06:10:57 80.81.243.235 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=119 +p reject 1-65535 +r slrix ljSg8fvgLr9uDVnKeDWSjW1Vy8o VlczKsitlUGSz/yceFJCnV2tEv8 2016-07-19 19:36:38 176.126.85.176 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=15300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r Vibescu ljWWi7Ti0bg5WwofSn3aXsS1xDU FglTO+WP0bZ+wf1rqtV0SHYMRZo 2016-07-19 16:55:39 78.193.140.4 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5120 +p reject 1-65535 +r inktankmedia ljjYpG2Munn4Ei134Djtmev9rq0 acaTWnuiddgPYIAaWI4UOG67oWw 2016-07-19 18:08:42 82.181.4.250 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=257 +p reject 1-65535 +r sleepwalker ljvnhK+YrnnNZBwiQ3UYXpdRKQ8 9lgXESEEJv04saLeTfsmHwnC61U 2016-07-20 08:12:30 101.100.140.94 143 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=211 +p reject 1-65535 +r CatRelay llH3cRlQ9QnF5geF1jhJFkfHjds Uk97IcPKAyYQp1I52+OUqjgBymU 2016-07-19 21:07:00 5.199.142.112 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25600 +p reject 1-65535 +r likeabossexit llPHUArq9qeXbg06M5dem8fy9Ho 6Ta0DKjGI5QekrxajPHgTl6En/w 2016-07-19 21:57:42 217.28.218.227 1275 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=823 +p reject 1-65535 +r default lluC9FOzKiKuXdGG5F008Bfq6jw qdVX6H/Z+NSp3Liq00032B4ekQs 2016-07-20 04:35:37 94.9.39.137 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=10 +p reject 1-65535 +r OrbotRelay lm/TPuRSUZ3rOfHx46luix6DIkI 27EcwZ3u7mYLE3fDAT3vJFswPOM 2016-07-19 22:03:26 167.108.0.236 9001 0 +s Running Valid +v Tor 0.2.6.10 +w Bandwidth=6 +p reject 1-65535 +r Clevinger lnzU/lG90/YXXlLI8Dvannld4Wk cnFifnFUK44YE9gVF+UhmLADwYU 2016-07-19 19:00:15 45.55.167.33 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1560 +p reject 1-65535 +r emankciN lozBpTpEk5FqIWFVjJn0gvjOvuM toN4CMg1N88nEUheMDLo1/yXS8U 2016-07-20 02:00:16 69.30.249.50 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5360 +p reject 1-65535 +r VTORat004 lpC/1QzBCSb9Ovoc3FwlqijllFs e/TI18eDLQwODfE1c4MrkM4WlE0 2016-07-19 21:12:14 85.17.249.179 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2130 +p reject 1-65535 +r moria1 lpXfw1/+uGEym58asExGOXAgzjE uRDkGGsu5v6YVsUdA7h3w/LFIlg 2016-07-20 01:59:21 128.31.0.34 9101 9131 +s Authority Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r kybbass lpiWEqjWN18N4HfK4WKhLeW+e20 foSw06CuRGrqOYaxYm6feY5q1EQ 2016-07-20 05:14:47 95.24.150.213 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=547 +p reject 1-65535 +r lostservaque lpjlu4zSplduXRbH/k1JMIL62Qo xQakGldVr7ajnbnl48ZpHmIEfRs 2016-07-19 21:48:05 88.198.6.3 9191 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1150 +p reject 1-65535 +r ikindofeditconfig lqgKPNwbqZb1nDoOz2cfuabzrFg Xv1jY/SCLayf0lXEbzQLgMvd24c 2016-07-19 22:58:19 68.168.191.158 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=96 +p reject 1-65535 +r brooklynrelay lrpnFM80MltilRCllDbCtv7dB6g 1ThYiyHuTAaiyQgXs5x1BTaSHdo 2016-07-20 07:48:18 74.65.215.208 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=330 +p reject 1-65535 +r FREEBSDrelayahYoo lrvapyGF512g4s4yq394i0WdHJ4 DlJk3DFrfg+PISEWX63Ogs9Du9w 2016-07-20 01:44:41 45.62.237.234 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=310 +p reject 1-65535 +r Unnamed lsxmewsRnw4GAE/P/5v4/+oz8Fo mMa0ufYVViJUQ6CT8zPjB5WkrB8 2016-07-20 00:00:10 185.73.39.189 9001 0 +s Fast Running Valid +v Tor 0.2.7.5 +w Bandwidth=13500 +p reject 1-65535 +r dejoord ls+CmrpjSQ0FI5bnFyUPqE9gZn4 SYFTis6WfmyQBWMziNkHLSLMQsQ 2016-07-20 08:30:14 84.45.76.12 9001 0 +a [2001:9d8:2017:defa:c8:e1f:babe:c]:9001 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=15 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9030,9418,9898,9999-10000,19638 +r thorship ltr9zpK6lOTMlfgxSuSOJypwL9w cQOHEjZwsT2jTQAPb70KBcdHgz0 2016-07-20 00:38:16 91.219.237.117 443 80 +a [2001:4c48:2:8400::5bdb:ed75]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16400 +p reject 1-65535 +r gsuk luhslhjtMyCkfhQzYx29WWC0j2A Vd0C2SVCMXhVRWB94BYnH207gXA 2016-07-19 18:36:12 85.119.82.151 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=675 +p reject 1-65535 +r bluflamesecurity lvifI+448DTC9dypaBGxWnfmoug xbzwi+PgqmldNEUXx1qAX3EbKBw 2016-07-20 06:51:15 184.68.180.238 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=11 +p reject 1-65535 +r mustafejen lvlZcUB54E4gkzxKICiFgzB1EhQ EM4yvQddM8Ns3GFmmjCzxxUaMKk 2016-07-20 08:41:30 80.244.81.191 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1390 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r peleion lv9aDQSm1Z2wok4LEZQjtYiAY4A 1ZrpZkDbc5VUtGAZ8Edr1nCsi9M 2016-07-19 22:30:32 76.73.242.68 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r d1ezaltor lwZB6RrRJjSaTzfX+qYNPp6NLQ4 jcnaAti5PI4fu+QF6zjK0tLDljk 2016-07-20 06:30:32 98.114.2.65 65505 65506 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5870 +p reject 1-65535 +r Unnamed lwzmsXkn8IOr8Vfpv6MF/TngYuU Q6tZ9RaLlrihquERzm5xKNQ1o+A 2016-07-19 23:34:36 185.100.86.154 443 80 +a [2a06:1700:1::7]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r csailmitnoexit lxXIG6jFsMaYiCA191xn1tZD2+M F6ieKni/e97ig6XX71lsqNkQGkQ 2016-07-20 05:01:17 128.52.160.20 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3790 +p reject 1-65535 +r freespeech4thedumb2 lxr7I8Fo3NjtoXRzwcRSs1neOlo T3KXBiRWA/tEN1TzFA0VL4bY4SM 2016-07-19 21:21:15 85.10.202.87 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6080 +p reject 1-65535 +r RedDragon lzXYi4NF5X37B74NruvSF+kAPoc hcm18aXXonnU+cV3DQ+Qohq/v5I 2016-07-19 23:15:24 38.229.70.51 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9960 +p reject 1-65535 +r eddy lzYHUmvpyP2gPruvUn1nrm/9Zd0 HzJ7rfjluef2gZmfAiIivWg9fk0 2016-07-19 15:36:21 109.201.133.100 443 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=25000 +p reject 22,25,109-110,119,143,465,563,587,2710,6881-6889,6969-6970,55000 +r RarePepe l0qdoOUy5utWPd/049H3aTGLV/4 Rn0N++X7scDbK37Bg39NvwZ9T0s 2016-07-20 04:58:15 195.154.74.39 23232 23234 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22300 +p reject 1-65535 +r nopejustnope l21iN0D5EO/m+X5ULozoVqgs7YU lyKekQ9MTHG9tFYUmMSBepytF1I 2016-07-20 06:58:30 75.127.96.101 9991 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r smallsweatnode l3LvtTU5fJQsOriAT7Nc/60BJDg /Eb5XWRaK8YLnRaFwmF8QgC+wCM 2016-07-20 02:23:16 37.153.1.10 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4480 +p reject 1-65535 +r Unnamed l3aTtWTfzfFqYplxLyriIij3+NM XT/PHGZIMziASoU1uyKbHg9VWfo 2016-07-19 19:54:15 217.12.210.207 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9940 +p reject 1-65535 +r Vinicius l3bz3DwLYobQx5G4cBLh8g9zsU0 wJTzE84a29e4Gb0GD4TIErE7ByA 2016-07-20 05:15:35 95.215.44.105 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4950 +p reject 1-65535 +r xfx9charlie l3ok1sCQWxFROg4OaylvIC3z8vw E8815o3Bx7+IIulYnU0soqeDvaw 2016-07-19 16:52:23 78.159.130.58 6006 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=607 +p reject 1-65535 +r DarkOVH2 l4QpVr4EW9jVxNWiujlJ1LhqSj8 3TagrXRMD0Mya6pYzi3JIQrXPNk 2016-07-19 16:27:48 51.255.48.78 8888 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30000 +p reject 1-65535 +r DJERFY l4YWGKCSVS0nDiRpkWSpveoWobw Qko2kKlbhWtEx1RuTTgivZ+hg2A 2016-07-20 03:49:48 195.154.173.205 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=28000 +p reject 1-65535 +r FuckTheNSA l4kExflGGhU/XkPqZ4rAfaFLPro TYxqwCR7E8p4XLpyp+H97mHc+oE 2016-07-20 05:22:07 149.172.135.229 8899 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=192 +p reject 1-65535 +r saturna l4xEIBgnH/Ug8eo2lH+WOVaBj6c NOw+uJr13dH7f1f5P/j2qYq85VI 2016-07-19 22:41:50 158.255.215.41 7654 7653 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1490 +p reject 1-65535 +r Octogon l5suZ39tlIIM2NZFYm7Xdtyxy2w yuw5HVJzlb+RuLI0X1NvpVtr+mc 2016-07-19 22:24:14 101.100.144.174 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=288 +p reject 1-65535 +r StevenMagnet l6e2q1cFNjhQXrr9h+1Ww1pyN8k +ItNlZLCNQRNNRAF6Z67unYgLxw 2016-07-20 00:12:18 71.34.80.44 9191 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=90 +p reject 1-65535 +r inDane l6uDynYhiIYA+J9dfKEtxAbyRxQ zJ2TveQjX4oN1WMNWRjcS7l+1Vs 2016-07-20 04:05:20 93.192.120.113 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=534 +p reject 1-65535 +r newearthch1 l77PWVoctyoP0CF7JO3qHvpoqXo 5G6Mj4vIsXHhmivbBn+MfmI914s 2016-07-19 15:48:37 82.136.100.3 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1210 +p reject 1-65535 +r thecriticaldefense l86ahaa1F0VotQkr7LcLyatZWDY YnIIWPii0UxE1i6JeuopaZjcLIA 2016-07-20 06:46:36 134.226.68.29 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r erasmus l9cQjQsC9Zr7lMOqIjDxyDSllVM 1D0tC6UYSnkOBOILQ15cmTN2Wr0 2016-07-19 23:27:09 198.74.58.16 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1090 +p reject 1-65535 +r silentundo l9yb3EbEJeHPmjPKakSl6or6AvQ jVYJrObZC0r2luGo0SLdBxjULgw 2016-07-19 20:11:32 149.154.158.122 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=455 +p reject 1-65535 +r trafalgarsquare l+FsenX0sfloGhF+1qLbOeu+vD4 Mg/uAvRYvw9snVuLUn2NrtkU/4M 2016-07-20 04:32:26 173.176.182.33 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=254 +p reject 1-65535 +r Unnamed l+agCRhfzypY2IRUXk4Y/2ErewY o+uiUPlWBzf2omb4NIxCniESBT0 2016-07-20 00:12:15 92.244.31.5 29001 29090 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3880 +p reject 1-65535 +r Liberan l/QNNgjPTip4TAObsWbL1RipfU4 +4vARhT066b+1UWa7TYSverICg4 2016-07-20 04:46:55 31.220.43.179 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=12400 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r myOnionBox l/wCggkSRBvC3+Os9DPkVXFLCvU p0gxIyJ+OV4aPUu1rSOnLe5EOmU 2016-07-20 02:00:05 79.239.202.210 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=109 +p reject 1-65535 +r cragg mAqNOO5KCpFpwg/shW9zYrw2qG8 thh5Q+ZgR4OPe1Go/wmEeC3LFNM 2016-07-20 04:37:20 190.10.8.50 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2100 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r riotpls mCLv6qXO92kwajqu4RO+W+VNRoA cUZjo8QtKuUMk/0lX7amlvzGq4c 2016-07-19 20:50:51 205.185.122.152 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=129 +p reject 1-65535 +r anais mCoQNInfhBBYW4B3t/2BMhcJPrQ VO5iQ2u02GqI8Le1+TCDaMjL4S8 2016-07-20 05:41:24 185.77.129.35 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10200 +p reject 1-65535 +r GrayStain mDNCj9n0KxqPHrWeyaAWj3OK/60 4MhorRyToIFplAyofZfjKjspR3g 2016-07-19 14:52:03 104.236.96.153 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=180 +p reject 1-65535 +r torpikaimana mDRf4i1MwIjXEMqEI2n7LNLHjiU rYh8jpU/sWu9LlL8m5ryvM1qP2Y 2016-07-20 01:39:09 80.128.122.92 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r ShardsOfNarsil mECWsXRzbmQfJbGxgxLahinxssQ byfA6f4J7g46rdJ9Di++5obqe/w 2016-07-19 16:47:49 75.176.45.87 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1700 +p reject 1-65535 +r toupeiraovhca3 mESkiKn876/F7OmUlJYFe1zr5aM 2U/JhD8samD301szdIOO9u0PsjQ 2016-07-20 01:10:26 149.56.99.38 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r PulseboxExit2 mEc5NvIlflO7Q5c4LKU8JsbaLqE +DEx0jBZ5aP/P40iOBeP3tQuL4A 2016-07-19 19:53:55 198.50.200.131 8443 8080 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3380 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,706,749,873,902-904,981,989-995,1194,1220,1293,1723,3128,3690,4321,5190,5228,6660-6669,6679,6697,8008,8074,8080,8332-8333,9418,10000,11371,12350,19294,23456,33033,64738 +r justhelpingrelay mEkAIJtXwOG7lH/52efIy/mkK9w eYEo5KUzpHeXs+Y7pFySm7NeNWI 2016-07-20 04:19:43 178.62.46.7 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=361 +p reject 1-65535 +r dontbanmepls mEv1n5lj7neNunCZrgmlN/tACwo /MLcRE4d1dfw253O8lJ52p3kKPE 2016-07-19 21:54:59 52.90.64.109 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8430 +p reject 1-65535 +r tor12345 mFVyFH6+QAYEr3lHs2x657nmnL8 +diRWphpi3kL19mNBgnzlVEPiSA 2016-07-20 07:21:04 81.183.128.53 9001 0 +s Exit Running Valid +v Tor 0.2.4.27 +w Bandwidth=33 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r suchbully mGF/W/I7hF+43oMuMUmsvK8YXU0 +fp2oTTkCOJQOaq5zsNQCuNeZUo 2016-07-20 06:09:32 50.186.27.41 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4600 +p reject 1-65535 +r zwiebelkiste mGd8lSuI1qAeA4YEalV9jQ+042s 9iBEKbHOYcRMF2tjEStdLIUQjVI 2016-07-19 20:37:35 163.172.131.240 9035 9040 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10500 +p reject 1-65535 +r gorfnets mHPeweBJ7yryNJ+Z7jOv7BS3v7Q oqfqxrO5I+FCYxo8V0qUxmVBa/Y 2016-07-20 03:53:41 209.141.49.38 443 80 +a [2605:6400:20:a321:5d57:ee3e:b837:d552]:80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=82 +p reject 1-65535 +r freedominsteadofnsa mIBj3w+9Pbc6j+H1ggcSuV0kjHg g29QGZZhWNMm2R643bgs5CJeUyM 2016-07-19 15:33:07 136.243.102.134 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=621 +p accept 53,1194 +r dasserver mICybv0EW3V0OTvcxuuNz12waXk E3KyPIYZsWBELVv9clBflWw2mMg 2016-07-19 16:53:38 87.193.208.14 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r SpikeNJ mIPzFsSsmGUOh4E2xZGZD/hwI0A 4vvTAJSdficLLW7cbM4uffRFDuM 2016-07-19 20:12:24 173.255.229.8 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1250 +p accept 53,110,143,194,220,389,443,464,531,543-544,554,563,587,636,706,749,873,902-904,989-990,992-995,1194,1293,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r orvis mJFPv6/5Mv7ZA/4aFC5ZqcVlBsE UpfV7OK9ldKij8vYYlYGsjNSiC4 2016-07-19 17:18:15 78.142.19.226 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7480 +p reject 1-65535 +r FuckDonaldTrump mK9QwtXCN6oRGMr0DQZC+eFVLiY twPuDT5GlughcqZjt9JIDAHQLkU 2016-07-19 17:24:20 168.235.155.246 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=956 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r unknown mLCsbcvaMA1/5You1uLsHCwhENU n8QnEoWohdxc7/89aWniDILYU7s 2016-07-20 00:17:21 95.31.242.7 110 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=316 +p reject 1-65535 +r Puhuri mLLJjAVlLkLj/rYhhZk8jofkIXM y3WDgCwUQUSHxxf4IcMI86dhgp4 2016-07-19 23:58:30 151.236.218.67 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=426 +p reject 1-65535 +r SupRNova mL9MhdsMYI3jRY/wMnBf3O/gWFk 0wq9KsZOcEYU2yaBXz3gwr+zffg 2016-07-20 01:10:50 92.221.90.161 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r CryptPwEkko mMFRbDrj/IfzEJmuYa7W82QtDVk yOB4E/HZbfce5UM3TNfQvIi0TQs 2016-07-20 05:30:06 167.114.2.239 9001 9030 +a [2607:5300:100:200::128]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2060 +p reject 1-65535 +r IMGimp mMmO8NmjyVBLbrDhZnxLuQj2BWU 4usXwvM8XNRVMYlDPmG3QsF+aJM 2016-07-19 16:12:53 74.93.130.85 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=382 +p reject 1-65535 +r dilloway mOgFQmYDQcaLkf++IOq1qy1786o 0khC3yu52LaCurAAUQcYiPSJHw4 2016-07-20 05:31:23 178.73.195.75 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=728 +p reject 1-65535 +r BladeServer mOzXWVV6PRFKgMZ2qGlkvs2skFU /ddu83AQxr/TcZgMVcc2X/wfCRs 2016-07-19 17:39:00 188.40.59.80 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1320 +p reject 1-65535 +r agrajag mO85gfdm+fh9fDmebdD/w4Z3Ea8 DuAQ2D72F9ovBGF8ceksOhwzLos 2016-07-20 02:53:11 83.254.192.127 11311 11312 +a [2001:470:deb8:a4::2]:11311 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5090 +p reject 1-65535 +r tor4thepeople1 mPRCmVkvwx/T8viWnSc3TQDpa5s lZazNcJ4yvmOQ9NvHmYSecGR3v0 2016-07-20 07:31:18 212.47.246.21 9101 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.8.2-alpha +w Bandwidth=16700 +p accept 53,79-81,194,220,389,443,531,873,989-995,1723,2086-2087,4321,5222-5223,5228,6660-6669,6679,6697,8008,8332-8333,8443,8888,11371 +r ecrehd mPjV81mUnkHejfPbsZdahulqhKA uIrT37cnLQPq0FRWZWqNo0ShId0 2016-07-20 00:10:33 85.214.206.219 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31000 +p reject 1-65535 +r nacor mPt2fa00OLGH9byJaOyLtXiWAyo Ir5NhixI1Krp/Q78LpDMCpyD4Bc 2016-07-19 16:22:26 185.65.205.10 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2300 +p reject 1-65535 +r IceCream987aw4fi mPwe/b6vYWiCXw2V2ckbN2cnBvU MPeGyvWCI0+qtNmdlEUcWeM55Bg 2016-07-19 22:54:56 81.4.121.48 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1760 +p reject 1-65535 +r default mQAwgPcav3utFBxI6Wki8wbB/MU aLBmv9EXKwe/gMf/13AyknGrOw4 2016-07-20 08:40:57 42.112.16.42 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r TorSupporter mQRMOklrvNclg3nqsqS+CLIzgzk QcAvI03Vm87sVtB+4Gn+gQ29OTs 2016-07-20 05:52:24 84.180.97.238 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=459 +p reject 1-65535 +r wannenode2 mQ10T/c3fJME7GnUQg35QQiLecU XKpxGZAgz/+lFWRuvDO6W9jjvDA 2016-07-20 05:31:31 5.45.98.51 12443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=892 +p accept 7-9,13,15-18,37,43,53,119,2086,3690,9418,11371 +r bistrv2 mRhmm4WBJWvUxzBZ8fMcajOS8fI +v7/TP9GXYQFB8Z2pzfCysH+biE 2016-07-19 19:27:07 64.137.224.154 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3920 +p reject 1-65535 +r FreeForAll mTcjK5U93CQbb66/BdIdI6dryYQ Ea9E/xvZrXoj0QCOy1k7yzP2GLI 2016-07-19 16:20:41 94.253.12.203 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=112 +p reject 1-65535 +r bababo mT0Hd3X1jrVkltS0rS8KevUjmRQ o9srUoVscGbgPoR7h3vKyR5m3Z0 2016-07-20 07:05:18 81.169.248.93 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=118 +p reject 1-65535 +r mancs mT5tE9fzcbWRy/6u33ZHq7zdC7o vrzn+rqGbHmarGmmlDVWP3IthYM 2016-07-20 07:49:54 89.133.242.94 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=216 +p reject 1-65535 +r nlpdk mU6FAiHVacOkeARsU8+gP1erwlA zLSRDDxCdCP11mQdQY1GOVwZZfA 2016-07-19 14:59:44 5.186.203.104 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=84 +p reject 1-65535 +r sp3bluebox mVe7t0Jqr6RFtp5g3rm27XlxPgI AENXAtyvienDZfSZZ5flKUD4SuM 2016-07-20 02:30:13 93.231.233.30 2342 4223 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1610 +p reject 1-65535 +r Unnamed mVr6hpUmuo47cU6L0fRV3AhIMs0 RRVcegLmcw80218R14wZesC9qAw 2016-07-19 19:44:54 46.167.245.51 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2780 +p accept 6660-6667 +r Chomsky mVsBtWh1ugUHiV94c4Xyq1/96iU Mboa8HfN9FU2TQqmWb7l6V8gJkM 2016-07-20 03:42:07 146.185.187.198 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1450 +p reject 1-65535 +r Unnamed mWssclnqXAV6APAXqMq+0aLUF9g L9pHve9MbYrAI4dAlmcqtXdHfJY 2016-07-20 04:16:56 158.58.170.157 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4920 +p reject 1-65535 +r BOMRELAY mWy9/8wik0PY069YRaBKhpAoHC4 SP4m2bCb63cp8YMoL3iX6BLBxt4 2016-07-20 05:12:36 52.66.79.102 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=205 +p reject 1-65535 +r efibi mXJCKjcLgsmLpEpCg1i1kuSuPmU WBqBsHsdbHwYHdyS4qUNJf3YZqI 2016-07-20 04:08:13 62.210.243.167 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r alt3torrelay mYpgoc/hydpyH5j5nlCfAxEt7k0 v68v4b9+D6L/3Suw+lltSSUq/9w 2016-07-20 04:05:10 37.187.19.140 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=17 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r tor5andersio mY2P4GuGeqP40len0o//FpZNU+I 9VeD9r1hrhe/SBNyfOJXQVwkdXM 2016-07-19 17:47:48 95.215.44.122 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5680 +p reject 1-65535 +r bathsheba maOo3+N8g5ehjSoI1zNfry3DKQ0 XI6hUjd9djDIeVIMFx/qR+uJ3Hc 2016-07-20 01:07:55 37.233.99.157 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=809 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r peu max3Zn2NYGJRt0nf2kc7LHgfeNA c3Yy5dMlTxHo/azF6GUWZuMXvIs 2016-07-19 15:46:33 81.17.17.131 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15700 +p reject 1-65535 +r isis mbLL9u/YCs0wPoCJZWZo7yNgFc0 Xnu9+MfSIyZHL9ZhH9+Y/lMHMYU 2016-07-19 23:58:16 188.40.159.122 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8030 +p reject 1-65535 +r Bukake mbMWPikecEn2Dp9d/Z35ietWEPw JTgCQaDrH2FXLMclaQPb2vr/wsk 2016-07-19 18:59:30 89.191.199.245 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r Unnamed mbbwKPAPkJ5Ej3AHffZS4TyKzOA 0n953PPvA5NRCWDlETPkqdqUPuM 2016-07-19 22:38:22 192.81.217.126 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=254 +p reject 1-65535 +r astrocyte mcNhWhgDFNPNU4iyuS/kSJyj5FI aBpq9S/Y4X2TTx0hw7jTGoXRD5c 2016-07-20 06:56:13 106.186.27.206 443 9030 +a [2400:8900::f03c:91ff:fe69:d34]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=550 +p reject 1-65535 +r 0x3d042 mdNkI94YM5vpX8v8Fg/JCZ0YDA4 /cWbHBsX0e5+NLZwkHFnjvPBB+Y 2016-07-19 20:00:41 145.132.42.234 110 143 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=164 +p reject 1-65535 +r ViDiSrv meJG20gLMTowErwzYwk8wmzSCcc nQ4ZQjllJGev/C3JTdJqWvFiLZw 2016-07-20 05:32:46 81.7.10.93 31337 31336 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11800 +p reject 1-65535 +r 0xBEEF meP1wyvV3C8dMWaDOcs2Au5f02Q 112zhCKGaeLj6rLMagYH93kSlJ8 2016-07-20 07:42:41 195.154.110.76 9666 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=13900 +p reject 1-65535 +r anonimous mfzEJ5OelWNWpTN+LB5/SlpGHdw yFLHpNIpneAhk6nkB6b0aDqTKxw 2016-07-19 22:16:40 2.93.185.76 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=786 +p reject 1-65535 +r westrum mgjjeOo/oYGDywUi12ZVUOG0K7Q veyErwN45WVcHGtHEEoJlNT+Ch4 2016-07-19 23:10:24 46.38.51.18 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4510 +p reject 1-65535 +r gordonkeybag mg1U06bS4HZ1lr8VFeYWKnWzKT8 jXZ4JDZUVxq1bE9tQvutYjI2xOk 2016-07-19 21:48:33 91.229.20.27 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2640 +p reject 1-65535 +r WilliamMD2 mhM3t7jfIJpiKETr1pTEkgiDChY gnQ8AnruEfJrfprD34gA+g+6b9w 2016-07-19 22:14:28 188.211.173.184 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7390 +p reject 1-65535 +r Torres miAUvoSLmBP+rTj1WvSJGsk8veQ pAm20IoIPu5nOd8DinnmjTXJvIM 2016-07-20 03:45:20 144.76.106.149 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.8.2-alpha +w Bandwidth=16800 +p reject 1-65535 +r hantwister0t7 mihqFe1P17LeAw75Op18G38tQ00 UWqDq1FG2oG0x886uQppz2dwpGo 2016-07-19 17:29:11 106.186.121.129 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=301 +p reject 1-65535 +r BadOPS mizCh34XeVDXvy09//OTxl41E7s avcb1T74x6Zv9EXYuknmFwXtUfI 2016-07-20 07:49:52 163.172.155.104 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40800 +p reject 1-65535 +r freeyourmind mjP9w5XF86vqNT4mVDDL0q60Pew wci3226k17c2RDJQf5KRP2K7ljU 2016-07-19 21:15:40 114.75.204.234 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r Prolixium mjQwj1Cf5A29/OJJE56Zc/2oMn0 Ii9c/mLhfr3yCQ1bA/yfjXBaVTU 2016-07-20 08:35:19 72.26.208.147 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=606 +p reject 1-65535 +r BatmanServer mkOOVIJe59QuBRK5xweJ2RxZcbU vH1ZfEVJEwCz2HTCx2HhTjGqvi4 2016-07-19 23:46:36 24.96.173.104 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1170 +p reject 1-65535 +r ChineseDesert mlVCyIUkpN8TrYqUSgaNc4iIzMU SlBlOWxJT0f/Ibbeb9Iz0W7kLzA 2016-07-20 06:29:22 208.83.83.100 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=28 +p accept 22,53,110,143,587,993,995 +r Avund mlpq1UPo13UpCX+eZM6xk+4NQv8 XR+ndB6t+dLUrRxkxsID58AVC5s 2016-07-19 21:04:36 88.193.81.100 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43 +p reject 1-65535 +r thys05 ml+m1n8bK7leahlo+SFiN91LKUU Q/TOiyyXN6LRljjRiC0qCvASLW4 2016-07-19 17:29:52 212.47.252.162 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=9040 +p reject 1-65535 +r Apollo mmMDg4lxM7BdtWUy7MkSFM8ZX2g D5f52xoIe6QJXaK5r2NySimte90 2016-07-20 05:10:17 72.5.72.225 443 9030 +a [2606:c680:1:37:225:90ff:fe66:ab9a]:443 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11800 +p accept 79-81,443,873,1194,3690,4321,5190,5222-5223,6660-6669,6679,6697,8332-8333,11371 +r NYCBUG0 mmi4WgIxj05+h/KCgDn71ddbAUI Lm7XsP3wsKKX0rEbxeIQHQjgJTo 2016-07-19 15:27:46 66.111.2.20 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=14900 +p reject 1-65535 +r obliqueasymptote mnSSju1afXDc3m2mZbil9sOjiXE GrJRy1O/hxqtQKkiriHXx9j58pQ 2016-07-19 21:39:32 50.76.159.218 443 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=53 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r kleinnettorrelay mndmzZixZaarrNqELvhY+pJWKg0 aYVAZAHyuV/NidvjMi79ijZUwcA 2016-07-20 03:17:38 50.255.12.33 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r helper123 mn9+GmTqvIn8C1+cYEbdNG7adS4 akNPkiKLyoSX7m6Peig0h11VzmU 2016-07-20 04:18:26 85.244.114.194 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=892 +p reject 1-65535 +r jceaovh2 mp/nyEvSFZDKSg/JnayAPB9y5V0 EFLPB4Whj6ozgm72FjP4o4yyG18 2016-07-19 17:21:18 91.121.85.130 47168 0 +a [2001:41d0:1:8a82:746f:7200:746f:7200]:47168 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5470 +p reject 1-65535 +r HavuTor mqUg4U6Yh4FlthoMVxO+NkEYm7w BbpWJHBQpBMhWyhSA9q3WJBw38w 2016-07-20 06:07:46 91.158.201.226 9001 0 +s Running Stable Valid +v Tor 0.2.5.11 +w Bandwidth=82 +p reject 1-65535 +r questive mqWuKrnR9aMLHK/3BanNhAgjdmk Pu3P/tx+XsYbRItnbSnchwuafks 2016-07-20 01:56:22 178.32.216.97 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14300 +p reject 1-65535 +r torTyuiop mrMVzGUfuCeTCdp5JU/Ij+3woTw 13eNK/T28YZsmvUH8dpfk1v0ThA 2016-07-19 19:33:07 71.232.14.115 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p reject 1-65535 +r UncleEnzo mtEvDjzIcdWayhS7QHbN2Mso3lc qW8KeS+5shb9EXaVkguXbgbw8Dc 2016-07-19 23:08:35 18.248.1.85 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1870 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,989-995,1293,1723,1755,1863,2102-2104,3128,3690,4321,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8008,8074,8080,8332-8333,8888,9418,11371,19294 +r ololorenz mtUZHQTaKbtbnmStpbSiBU+RlCU MPJmHZmcvTm5DeOcR5L1LMrU1L8 2016-07-19 19:42:53 148.251.206.134 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=869 +p reject 1-65535 +r ghtseattle mtmTHyx8T6psK/QKPUSRb/XtfwA DvAkYNXbO2N3mpiF6hop/kru8pM 2016-07-20 00:29:53 173.10.78.129 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=317 +p reject 1-65535 +r E962BH154RUS mu2WyKaqXw27fFA1ZxuArDuIY+M lInFqPdO7Nq8NWDr7EuMuMUq9/w 2016-07-19 23:56:24 212.20.62.226 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2040 +p reject 1-65535 +r accordant mu8WT1vlYYUJyeYCj2k4MPx+Wnc OUSP6bI+wyS0AM5UIHXs60kkfck 2016-07-19 17:11:58 95.211.160.148 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=788 +p reject 1-65535 +r Unnamed mvR/nff588P4Hb3A0Rv9NjkcwRI oAuIVWvSmNBLIJhiPG8vRnZeCcE 2016-07-20 05:52:45 95.133.36.197 50021 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r BigJimSladeUS mvpVWzuKm4L6fcHGs0Rx15LzeBg 8eQroOZIaADGQXU4SKznlnuEL0s 2016-07-20 01:42:57 23.239.29.226 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3490 +p reject 1-65535 +r theophysicsatunikn mvqsemj8A2uWolO4qVme5hFJAWQ 0DnCCxu2frq6+fAL1VL3rLOEXqk 2016-07-20 05:07:46 134.34.147.128 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=417 +p reject 1-65535 +r ziqu mv+KkwrqXLuLw8kiWtzpHuDf3d8 dhyDzIWDZ3pTxuU5Nbq5sVyxsWo 2016-07-20 04:46:35 91.205.173.82 8443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7250 +p reject 1-65535 +r ididntedittheconfig mwJt0q9hCglPq8kT4iBYDqLj6ps c6aVtltaugiWjYdP/X2TJ9jE/D0 2016-07-19 21:32:38 108.161.127.56 31040 0 +s Fast Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=345 +p reject 1-65535 +r Mozilla6 mwSBwpOybgKZRxEEZ5jT12oSby4 LrqEBEaAkloUvTBUySu8zxbxLEs 2016-07-20 04:09:16 208.36.2.5 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=13400 +p reject 1-65535 +r h0mer mwj8f9Se7xrzrWN+dj73ireg9Ws jPM0rXe7Z11A9P2C5RE57fVePAQ 2016-07-19 19:08:39 158.69.216.18 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2810 +p reject 1-65535 +r GTX560TI mwwe6rUP4PEFSW03PXJq6/84ZHo 6tQVOKVQLg7hglHD40UGwtE1Fm8 2016-07-20 00:15:07 188.93.213.75 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=191 +p reject 1-65535 +r yop mx1j6Nrhvk1zSb208zZuLMidJEM Zx4j6mPeolONvKSl9gQMiXy/5ts 2016-07-19 17:48:14 195.154.65.29 9001 38736 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=807 +p reject 1-65535 +r minty002 mx9Rh9+6idwks36nv4lsErQ6J64 YimeADexqvhA1hYsky6P9zVGG/0 2016-07-19 15:01:38 5.35.251.247 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8630 +p reject 1-65535 +r sbc myIKsGqXisIGWISt1Q2IHBihghs ECxGJa92w8krwAZPJaz8Hr8P9jA 2016-07-20 00:01:02 85.218.136.63 143 20 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2470 +p reject 1-65535 +r InnocenceDeath mzF3+x4VnL5rwhVsiuEx1c6OakA BOicxDN/UM+Q/NBWrvzcuirXl1A 2016-07-19 17:18:00 149.202.59.186 9000 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 1-65535 +r 456e mzHFyRCeNI8EK2dO3LUIE6DxSxs PRQpDaYeTp+2J5avVeoRMx2K7Rs 2016-07-19 17:48:45 123.30.136.71 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=88 +p reject 1-65535 +r TorExitFinland mzHx8cFVT5/7NFWRH4LoGO98eIM BCK8Olc2gAIzxiMrINnOUANPIMA 2016-07-20 01:31:46 185.100.86.128 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10200 +p reject 25,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed mzdsXhhr3txoPmdKEDRVW0o7Uxg E607dr//j+RJZr9nv7i+b/jml8w 2016-07-19 18:26:49 73.133.229.45 9010 9011 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=83 +p reject 1-65535 +r musicbox m0ulLYlVqRzJNP2yzH3nZjwyIaE gWtws7cA0mmFt3TPs9uE64kuZ20 2016-07-20 00:14:30 95.42.48.4 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=767 +p accept 20-23,53,110,143,993,995,2086,5222-5223 +r delphin m2cxR57W8mS3fo/04AcP+c6V/pY /uExuoH9AEDRuC9abMJxbvZ07OM 2016-07-20 02:42:22 144.76.109.138 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=53 +p reject 1-65535 +r linuxthefish0ro m3DSpn3Qs8qvHDC8rxj6O0phIkc iyUKh5uFYUDp58+UklCBsRUFQq8 2016-07-20 05:30:40 86.107.110.161 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=10800 +p reject 1-65535 +r BestKorea m3xuNcApEgJETd0oulSXv5jlB0k szt3S0uAzFbYWry47+Kdc0zqtOo 2016-07-19 18:19:51 62.210.243.177 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4670 +p reject 1-65535 +r Karlstad0 m5TNC3uAV+ryG6fwI7ehyMqc5kU 5LmGXMgVpRE7/O7jvJZOmAQxPPU 2016-07-20 01:05:18 193.11.166.194 9000 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4260 +p reject 1-65535 +r DinoaurTor2 m5nHKwKvjj5b41lpZPnKzQCQ0TI EknGJXQiUvHn8sJwP2ZHNuCMVPM 2016-07-20 07:50:27 146.185.169.225 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=69200 +p reject 1-65535 +r ekumen m6hOjJAINnb4bHQnyNEFkl8TcWw debQokC5jfFdrG6A0efTFYFMuu8 2016-07-19 21:11:45 95.142.161.63 443 80 +a [2001:4b98:dc0:47:216:3eff:fe3d:888c]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6840 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r robberduck m6oO0hSWrbPS7W+HQUn10fbut0A j6/7bNQ2BZT8LJ+XCWW0Fd6fxTA 2016-07-20 01:06:43 85.212.27.141 9035 9040 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=32 +p reject 1-65535 +r torrelayx548896xy m72sN72Xw33OMseR7IYhHIjdOew QYf54nYkKSN7jHPotrgFqC1n0HQ 2016-07-20 03:30:43 95.68.79.1 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9590 +p reject 1-65535 +r Lavaeolous m8new3HRcZDwGF182kLzCmF7an8 72IAXp4ie78LCg6FA9ycICyzGE4 2016-07-20 07:39:36 37.48.120.196 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=429 +p accept 20-23,43,53,79-81,88,110,119,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6679,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r Unnamed m9EXRGc91LsMII9seskIZiIDQ6Q lPyA9VGBUzXZUDLqVlrh8d6/3o8 2016-07-20 03:30:49 158.58.170.149 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14100 +p reject 1-65535 +r justLookAtTheTiem m+QdOgfcngeCN+wSv/+DS93vNpA fBVsbECRMiBDwRwZXwONMYxvkcI 2016-07-20 06:49:46 96.3.151.212 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r Unnamed m+QuzicnGoypBIi991EDzcX1l3Q eNMWcr57LQIsVnsQ+TDDekHlwfg 2016-07-20 06:14:08 158.58.170.27 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p reject 1-65535 +r geekbox m/BFWSJPDxw8lT1kHxdErwGSVDo DWcZk0+KbDHH9fImKnKYjPsLUJQ 2016-07-20 03:16:42 5.9.151.241 4223 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=5230 +p reject 1-65535 +r ss666 m/udNcTZ65DffAEJheH+FDcXG2A myNIDv5pnRb6FVWGSnjMF8Qp+GQ 2016-07-19 21:43:08 91.122.31.175 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3290 +p reject 1-65535 +r oreon m/vQFNmXjG15yMknbpovvZKU+TM kOGwstoTPqbSl17lTsDNDMhc91g 2016-07-20 00:38:16 158.69.213.10 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4810 +p reject 1-65535 +r rortor2 nAtrxpZiP8385ME7Sn0z/4dCxRY OngnW00TGvP/pXSMwg4ATc2Ko1g 2016-07-19 18:26:38 173.255.205.113 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1490 +p reject 1-65535 +r wheezymooo nCUlGxXxDLUmsypK8XogOShXWck 2lFT0fNAAID5+uMXt7A+kZao8gc 2016-07-20 08:29:17 5.80.162.64 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=105 +p reject 1-65535 +r DKN nCZpinAvI+LMHRYIliOoZeFyKJk tL9XP4orbktEn9SCiBTQQqKlkJs 2016-07-19 15:47:01 86.229.52.134 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=602 +p reject 1-65535 +r BlockHouse nDnBbV/H1NsJwaWASNMHXxFqdlI hw1OtWqsEedlqlpm+HLaFCJBbiU 2016-07-20 00:09:31 91.16.253.163 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1400 +p reject 1-65535 +r jobe nEIvvAgXKDuHPqUgIkS133XHelc 8fgJRDG+H6eNOLKeRhQaEnzH5oI 2016-07-20 07:59:46 5.79.87.166 19168 27237 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1640 +p reject 1-65535 +r mrktorrelay nEZK0aDqta236TKasLnianKXbWg NULgK8aRCsE2Zl0M3O6hAJyh1S8 2016-07-19 16:08:39 85.24.162.113 17029 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=239 +p reject 1-65535 +r jackfischer nGIS/u78JgcBfHNM+L1BsPwlC/A YMRhBfc2F+Qx7nv6FcPcdBa1Ifg 2016-07-20 06:56:21 45.55.255.27 9001 9030 +a [2604:a880:800:10::905:d001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3940 +p reject 1-65535 +r Ender nHEZ1tOtpcCkmP4MJNOGNxxLu6A F2dZFJiuBwny+cLJ+GqfWNYBe9Y 2016-07-19 21:03:51 104.167.99.111 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9230 +p reject 1-65535 +r Teinetteiine nH4a/azFMij2+1ezoIx9NiQLj28 7eH1GHyyBhAESk4VmA+ybAVW2wc 2016-07-20 05:48:46 203.141.154.202 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=86 +p reject 1-65535 +r gadelat nIjJNIltm5CjeOilRv6x7hukGkA aP5v/LlfCkZs54ptHd+6KXTghtI 2016-07-20 08:31:46 62.197.232.178 443 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=4610 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r BrownLine nIoSMIHvvgIu95VjD0R4Od393ew fSgXpJikeXiQeZhlm90h8IXshxA 2016-07-20 07:51:42 46.101.102.71 443 80 +a [2a03:b0c0:3:d0::2ed:7001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=42900 +p reject 1-65535 +r firstor2 nJAKf29d0DTP/RktrsnMqoE9sCI doBGEX1nNf96uGSRXEqPIkxCm18 2016-07-20 03:01:27 86.105.212.130 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6080 +p reject 1-65535 +r santaclaus nJYq75eElmEsUh0JYy5Z7QVdU+0 2GuZIe0qlQPrlWa/46fSkfaCHr4 2016-07-19 17:28:30 178.17.170.77 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7860 +p reject 1-65535 +r tspcnt nKXM/NyoSd7wrk6FRab1eNaqIfE DCA8U9XOh7Fr+LJ4fX7GkHw484s 2016-07-19 19:56:42 46.182.18.223 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3020 +p reject 1-65535 +r Unnamed nMRmNEGysA0NmlALVaUmI7D5jLU Mw0RQgW+7S91elzbBaIxBS98f6Q 2016-07-20 00:53:46 80.90.43.221 45781 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r Worldwide nM5Rl2EICzz27S9uruTUuBzHMxk +vdiHvaefQxI/jGDxHVzTNegth4 2016-07-19 19:00:10 92.104.236.104 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=61 +p reject 1-65535 +r default nNz2NakmNNv7dZw9dGvGxWYMI44 xlqgvdZ30peomt0mPXq//691TfY 2016-07-20 05:20:58 151.54.95.48 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r mercifulweb nOQrudj8ZPK+zXk/YetmSBnurDk UScAJvii469ny+VwVf/Yac6DF2s 2016-07-20 00:18:55 2.155.71.16 14385 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r Hyperloop nO2aAoRlkrOxzt8NYTdgUB47KSc WvnYwPPakjTxcstnwAZ52xGsn4w 2016-07-20 01:48:58 86.24.63.141 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=84 +p reject 1-65535 +r mrzero nPWU7JfALNCP3W/VYMcKmg9PbjM ZW0cEEfmtikJQyUBBDVifbgFz5E 2016-07-20 00:47:01 176.15.56.82 9001 0 +s Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=11 +p reject 1-65535 +r equilibrium nQXUVaXsQGB4q6kOTL+BWF8O+5E p6jqGfAp2/CxVOPeAKVAp7OZtg8 2016-07-20 01:12:47 91.7.165.61 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=65 +p reject 1-65535 +r Unicorn12 nRS6wn/+cXBgH8DseSqSfh/BGh0 h1/TUft+xug06+vjO2YyxP7relg 2016-07-20 08:28:26 78.142.19.172 8443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9620 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638 +r ymntODpri nRmj/b9KnsJ/6MtUhLmntRo6FN4 G66E/y+wC2JsN8Dmhfo7r4IUprg 2016-07-20 07:03:58 109.91.190.36 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r barrycus nSmvoBY3jO2pe+buAO2Ff/lHHbU yTsAj4LrjnKVnlWkG/yL3jz0DSc 2016-07-20 07:48:07 128.199.64.176 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=183 +p reject 1-65535 +r XenuNL nTj3HBvP68QHbgHZXSrVTQng6/k RlIT60gqdAI/Dy46y67PRWqQKJY 2016-07-20 07:33:21 77.251.15.90 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=287 +p reject 1-65535 +r deabler nTxzSP0QDiuoKzJ0Ay31+lmYGfs fIHM/HinaVfxd29tLy87/ttxOAs 2016-07-20 03:47:58 84.244.31.52 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=280 +p reject 1-65535 +r longLeaf nT17nNRT4+pHGemI/i8kV+n96sw sdSXN7k8yj1hFYfNbCwFAxb08XU 2016-07-19 23:06:06 213.179.207.148 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=483 +p reject 1-65535 +r Unnamed nT28Vjh4nVIe7ZK2pQJLRxS95pY dEYIVg379T1xKbjxP6pPx+ZcoxY 2016-07-19 23:10:31 176.58.113.34 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r domingo nV8U0LPC+20XXgE/iHGe5F7nfbQ hG2jOnC+40QIWv6W/KohfGkAqUg 2016-07-19 17:01:39 173.230.134.238 9002 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4710 +p reject 1-65535 +r pullyinthemiddle nWTXrK80ZZkyjhoXHUpOQOaS0Ac JRTY+JDyopDjhx9Qj4D5HXA/in4 2016-07-19 21:45:00 94.210.0.28 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=26 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Necto nWrhvU/fOXIc6QiWbnnhb5v8zy8 Up/cm8UYs0VbZwDiuEbRixSkioI 2016-07-19 18:45:14 93.115.95.201 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=51000 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969 +r toruser9258912 nW0JdB03Oa6Iap5omdSBVO8ZyhQ 7/jff+47dmK+1NXgjZMZGmWO85k 2016-07-20 06:23:11 95.67.143.39 9001 0 +s Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=177 +p reject 1-65535 +r Celticpower nXjf5y7563A+Wgy/ymwPFhn3jhw nFvNLNiTcVwR8cXq+iEzegSDvs0 2016-07-19 19:03:05 81.169.138.51 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3160 +p reject 1-65535 +r EschelonsGolfballs nY/Iikr+9NOoIjh+gbf98Tl0F68 qkgaUNbr4XIawlZRgGOX5qlnJSY 2016-07-20 04:09:09 188.174.88.232 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=386 +p reject 1-65535 +r evilaccessdotorg nZXI5M2H8SfvrU6eStXaj7DYq0A RlQlgTb6t6yIMQpqOdIvjdROD2k 2016-07-19 21:01:32 93.174.89.116 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1120 +p reject 1-65535 +r Anonymous nadqKubQiQC5LX9Z43gUx84wVuU RkINyAhhYLlJ7Sc/oXY0/GQbvQg 2016-07-20 07:34:51 223.16.33.5 443 8080 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=104 +p reject 1-65535 +r nessus na/GJtcOfRdfxAWDTP/KcN+850E 4bn+6ePa51RK8PhlZqzA1/Bijno 2016-07-19 22:50:08 67.188.40.17 443 0 +s Fast Running Stable Valid +v Tor 0.2.6.7 +w Bandwidth=411 +p reject 1-65535 +r caesar nbS7pxEXuSpId3gvs4Tk3U+fp5o kupiyTFS2igu2ZAYP4A5rJcgXfc 2016-07-19 15:59:59 151.1.182.128 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed nbWvNx+ZmG+BNvHRWMKRmzzH3E0 na5aIqeO5KLCs4b/TrURMYsBTHM 2016-07-20 02:21:16 37.187.125.228 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=6290 +p reject 1-65535 +r akira nciwKCqNPEUhIWfEVLUDJDvJOVc Vz/dPE92xZPsaGfGLcL0M2ryAPw 2016-07-19 14:50:35 193.105.73.80 9001 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9270 +p reject 1-65535 +r PevWigVat9 ndxOc9/6e7Far/HZ1OmtX2hJnCg mE3xsgbMG65VKpq3nIpNOxHZpas 2016-07-20 07:28:55 162.243.65.28 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1510 +p reject 1-65535 +r kingwilliamtorhk nd68+RCY0YGmOzoLtz/FwmQb98M fTl7XFnyJ8HbrcQYIePRVdEFiN4 2016-07-19 15:04:10 223.18.255.44 9451 9452 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=282 +p reject 1-65535 +r AHn neWjnoE38Zl94Nzd0hMUcQMMjbs RX2kRJX6EsoAwnhAoslBk1heARk 2016-07-19 22:42:03 84.231.7.212 443 7000 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2390 +p reject 1-65535 +r Siva ne/RodXlQs++wm86kC+PUI+mp0w MJ2Iz4rhEovlVg+RZ8JHq3r+880 2016-07-20 06:20:33 62.59.57.228 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p reject 1-65535 +r BabylonNetwork02 ngufkC+D6Ww1LjuezqS2CxMBp6E X6rtMLqUqF+z6zaFBrE9syQXOVI 2016-07-19 18:15:19 212.117.180.21 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=30900 +p reject 22,25,109-110,119,143,563,4899,6881-6889 +r 00startmorenodes00 nhKHpsJsRIeJOsfXPfMeZbk9nwA Ok6DuAq+fclehd+qIHK5J7BEFjU 2016-07-19 14:50:32 92.243.30.208 4443 4453 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1090 +p reject 1-65535 +r dieseltor niSbUHkWBSJxZJ8gSns+pr7Qbjg bjmpbnVVclSuu5j0gQp8zLqDEvs 2016-07-19 21:46:00 179.43.190.194 13186 1510 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1130 +p reject 1-65535 +r sscnet04 nix08q+Ckm4ifx5Wg/PtjtSf3jM beOYuz6wq0Jgbp0ZPEEIQD9LKJE 2016-07-19 17:12:52 96.47.239.153 9001 9030 +a [2607:ff48:1:301::ad9d:83a0]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2460 +p reject 1-65535 +r 1001001de2 njOTB6OhGJl7l2QILa+Hc+eYPgU tp82O0JJT4i9ryFPVHUyFcdZ428 2016-07-20 05:37:09 37.187.18.109 59001 59030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8000 +p reject 1-65535 +r cheik njhFCT7NscRpdFQPRRkKguBziz0 7dPiG7S/r+lA38RR8g8b6gh4p1I 2016-07-20 07:10:03 86.104.15.15 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12900 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r ieditedtheconfig nkM0U9M/hbcmqrrQQ93QDhcTKcE kjxtW5SAxkp+FtAUZtyhtrY7YNc 2016-07-20 06:23:34 176.58.110.66 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1740 +p reject 1-65535 +r Unnamed nkzGTE+Uw1nUPFugkJQyP9vv2XU A3ykNsBgYuU7GGs2sjkCQ8d3uOk 2016-07-20 03:30:26 79.98.105.18 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8560 +p reject 1-65535 +r torrelaymadavide nlbqLBwGRPy+8u3MkNKaFYSrBWw RY00hV5iQxCErg4IThrf4J5kUmY 2016-07-20 02:57:04 188.110.73.186 20 21 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=107 +p reject 1-65535 +r iLoveDemocracy nlrfFlFTW6stQ4XS2FIfJCymwZU 74dz00ExFQjbD69ExAQi7OmOQnw 2016-07-20 03:43:45 79.203.97.32 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=773 +p reject 1-65535 +r undeadundeadundead nlyu4StneE1C7KTBwSs/LXx83S4 WmMXgHxBxwQwSVjUuRINu5e6JWU 2016-07-19 18:00:34 217.20.23.205 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=546 +p reject 1-65535 +r DanyTheKid nmgjRn5tngisRFZ2darOea8DH6Q IyfEgs3gHj0LuyiBC0Ptrb5ybck 2016-07-20 01:53:25 195.154.8.75 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15600 +p reject 1-65535 +r Veil nnwsbe2jqQ7X1DUnEmq2eTb7A44 /upcWYmkQ89Qt7FZUBJSMCkmfRA 2016-07-19 23:02:36 72.174.13.24 59001 59030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r YesWeScan nobYtp+fNtmNWj0Nd+eKM4fGtXw qUtDspkgUFiZ8nioMpkpDb1N5pg 2016-07-19 18:24:26 212.238.167.105 9030 9031 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1360 +p reject 1-65535 +r BISMARCK nob0yJMaztJ4+eETPrGW/fm4L4A mkvIiCuTYKzOpDT0l7foD2SqgFc 2016-07-19 19:54:29 212.117.180.33 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11600 +p reject 1-65535 +r colagioia nojHxQ2gY5QkpkHhQ6YAAQiYoRQ PafEpWts2v2hbQK4e+12x9OEg6Q 2016-07-20 00:50:20 72.14.179.10 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p accept 20-23,43,53,79-81,88,110,143,194,443,464-465,543-544,563,587,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3389,3690,4321,4643,5050,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Unnamed nopHkvKW6mqOGMQ/O+6cC/+Qjl4 nkY2ve8ObowVCXRqsB6ewbMlRZc 2016-07-20 01:40:06 82.77.253.3 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1410 +p reject 1-65535 +r default nosM0ECzK/ddNL9+cTFjyNUrEws kJkuMQCeshvjfpflxI+SNk3L0/0 2016-07-19 20:06:49 78.198.180.205 443 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r linuxthefish6 no4gzQtvDdkfMgyRSc1RlY5MA1c RtMpO1Fxgai8vNNxrF0CWjLOYj0 2016-07-19 15:11:14 195.154.108.78 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=11100 +p reject 1-65535 +r chuckthecanuck npN3LU+LWfaox8ppJeVejrojNsY PKCxNz4LXG9HO8ONlwt/WNtTvo4 2016-07-20 03:18:11 68.71.46.138 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1230 +p accept 43,53,88,194,563,706,749,873,902-904,981,1194,1220,1293,1500,1533,1723,1863,2082-2083,2086-2087,2095-2096,3389,3690,4321,4643,5050,5190,5222-5223,5900,8000,8008,8080,8087-8088,8333,8443,8888,9030,9418,9898,9999-10000,19638 +r TravancoreParastoo npXEtu8eBgC8y0mVcbqPFVPd51s q8nXT93GaucJWVYL7b626KW7ehw 2016-07-19 22:45:37 124.189.197.58 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=63 +p reject 1-65535 +r X01TORNL nqD17E+1RQ1ERioRwmz0/BbkLVU nrw5zQJJqfwBKWbVuFnNUuBNdiI 2016-07-20 00:01:13 185.106.120.41 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1600 +p reject 1-65535 +r bos nqRklADH014gxzT6c3z2Fekl8eQ +MXQ65OKCYWzVEZGxAK6DQT+phM 2016-07-20 00:23:06 108.61.99.149 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=35400 +p reject 1-65535 +r 5putn1k nqZd3YCk775bz3Xbsds6rlhv4R4 kwPoR9Th8GX6VPhh20RA6PqiBFs 2016-07-20 07:35:53 83.240.58.90 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1620 +p reject 1-65535 +r jkO nqlw4OuwCIzwE5OTgv0eiYp9DnQ dmy9XFQ4KqSQhgPVu1Fs8Pvc//Y 2016-07-20 04:28:07 158.69.204.36 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7820 +p reject 1-65535 +r thetruthisoutthere nqnNRANlm3L2ykJ/2jrDGdWqSWk sqde50nWyzdHdAibhXUSUu2YZkQ 2016-07-19 15:36:47 167.114.96.36 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3440 +p reject 1-65535 +r Digitalcourage3ip1 nq1bLT29ltvIDc5COww0XpIKdY0 xTGdb0RRJB7ThADsnpYL/OwUYfs 2016-07-20 05:49:35 31.185.104.19 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13800 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r MasterCommand995 nq7f/Ay/GbzlfnEXoM1KtSX/t1k eP51CPYeUVQ8NwObbKk6HWMp7VQ 2016-07-20 01:37:37 185.122.58.97 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p reject 1-65535 +r Winter nsXgl2Y4Yt+GGhjDKzfF+CKEsn0 m4dAP3uXRvzZn9juhxhA/54r2n4 2016-07-20 03:18:16 146.185.177.103 9030 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed ns909pO8NPiCs3s2tsRcTM9kEiM nzZfp0QMKbzeIvBOouk6hRSnMlY 2016-07-19 23:42:18 104.131.101.251 914 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=15700 +p reject 1-65535 +r TheBabymonkey ntElzemOmR9TQ4jKgM5jMbamCXA fzVAVxeVtVw0xDaLmGqfp3hSoKo 2016-07-19 14:49:51 37.49.15.75 9035 9040 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=27 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r trainmaster nuqgLjOM31kZ+YPzJFqpWnkLm2w QVI3g0JueZc+IvODroxpEhOu6W4 2016-07-20 00:07:45 89.46.100.71 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4670 +p reject 1-65535 +r aqz1 nvsOTYo5czlQUGMJvRL1XpiTjeA dOMQvC3Oqp0M1u/z+IECVNu1UoM 2016-07-20 04:53:37 178.216.203.19 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=28 +p reject 1-65535 +r tort nwXWl3TUIU5EVUJwnxYUeB76mpI DQXcELReGpmywzGo4wGwd7CKP7k 2016-07-20 06:30:10 89.112.60.253 1443 9039 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r obsdrlz nwcxZAtAUHIswjNigwSd745R8k4 RoXIV+FZAqcljKliX2HfpLZlXT0 2016-07-20 08:36:45 83.238.163.214 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Hindenburg nwvbyiDKvc9UpCCb8B5NJ9DeRwY LzTlbySFD3n6DS2CTcc8jML3tVQ 2016-07-20 00:11:27 93.239.110.236 9001 9030 +s Fast Guard Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5290 +p reject 1-65535 +r PonTor nx+mugwgMzINArNL4Gl2TyZ0Edk P9gGS8ssZFE8beaOn16Xlkr1mJo 2016-07-20 08:32:56 212.47.239.83 8080 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=31400 +p reject 1-65535 +r Unnamed nyueoRnnazuuboqCGsKGhzt9y0E P5OGM7KCI7r0N+9fgEU0e5s/7yQ 2016-07-19 19:28:12 146.185.147.103 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=11400 +p accept 25,587 +r Unnamed ny12XRsdRxbCG2Kqy9GYRPzfx9s RXDEPrEdA8KzgxMcOSnr2QfxHCc 2016-07-20 01:08:42 216.55.181.21 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=231 +p reject 1-65535 +r RedCore nzE2uXX/gPDcRirEaOdoL/6T9As kga1eCLk2QMYjYmQeNA0gwp2cvk 2016-07-20 05:28:12 46.246.52.31 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 Unmeasured=1 +p accept 6660-6667 +r synfin nzmjXeWRsuh2nory4LgRxHkris0 k5vZ2v5Qfw2F706A1XdIGwRa1C4 2016-07-19 23:07:09 45.79.109.55 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=66 +p reject 1-65535 +r PurpleLine n0BOv0r/NWfsb6cRBUWsCAuS+Xw zdW/xezuTzCFvKKhCyQ28kQiyKs 2016-07-19 19:37:07 159.203.224.25 443 80 +a [2604:a880:1:20::349:a001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6940 +p reject 1-65535 +r snarltorrelay n0csI705vDkG7MS5ev20Je6FeaE u36e9MxG8Dl4urb+adOUor/cNfo 2016-07-19 21:27:08 78.46.90.23 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r MyRelaySEKD n0/h8U/GBKiCcxW0BXRe7+a3QkU 8XI/YBDIB2XmmtqBYNVKscoYxCU 2016-07-19 16:38:19 185.133.205.4 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=780 +p reject 1-65535 +r Doedel26 n1BoMQgY7XxwsLxAh6tVyxLLQ3c pydAN0I46tdOYhXkdKPyIH8M1U0 2016-07-19 18:41:39 178.254.20.134 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7620 +p reject 1-65535 +r hendiazathoth n1bDkY5NawdBv75Pfz8ZXLOUMPk LDbW+rVetS1WcPzv21sOGQm53os 2016-07-20 06:06:40 93.193.135.63 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=657 +p reject 1-65535 +r Stretch n2U/7FEPXLvEwjPmBY0LVFn+YD8 njftHJwEvQxJE6gR9eogfoBEhHw 2016-07-19 19:43:47 176.183.4.61 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r blackbird3000 n2hnFNcVJZW832KagIbl8H08eYY yx+t5oR/NxGEkAsPZj0DHakdSwU 2016-07-20 05:28:19 104.138.233.110 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r HolyCabal n2/X8/G56hdCmxoWkh84g26Faqw ySN94+y3iHl/gVNGR8mnIpZ2W30 2016-07-20 01:50:34 45.58.48.225 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r kyu n3SOtoNtpcUudf7X+EIvumqLXwI GbBg3vEiJnFrPKjGDEEIF86H6lg 2016-07-19 22:30:21 77.81.104.124 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1140 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r FromTheFront n3sSTmZPN5OLNu0Oc+7P99ZTw7Q 2QBeo+rx1SN3MyVDntJw6MgXFVc 2016-07-20 08:23:56 23.94.101.149 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r Nivrim n31uZCAYPCt2086ZYk68mKIaln4 6v3LAqgNELkcZoXuE37cwg2OvOI 2016-07-19 21:31:05 46.28.110.244 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11400 +p reject 1-65535 +r maexxmann n4SKeKHOXZZyCEmzLkNwH6rJeFM oHFEv6ia2C2WCAvV5r9NGWqSsnc 2016-07-20 04:02:05 178.7.47.98 80 443 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1190 +p reject 1-65535 +r BigBoy n4lJHKt7A2hd6r01jhk/+nTY2DY GOa9er+6m5g/3iP2ylobyjQCZw8 2016-07-19 23:15:28 38.229.79.2 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9790 +p reject 1-65535 +r masquerade n46aTD5POqtaEstN7/5Ed4GrwGo VJfalWhXfNdYmJRIjLTu/NXaJZo 2016-07-20 05:52:42 87.236.27.155 13228 14215 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r relay01 n5V2iLSuZIxwW/wBbE/hWl+k33U GTF1DG2tr86VYGZyEKaVnmRqfi4 2016-07-20 06:23:32 176.198.246.115 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=403 +p reject 1-65535 +r vcexit1 n6Mt4yHAguumZLv+EJaptHChx44 j5QxUgbG/hAuN1urVQfs+R7Xa6M 2016-07-20 04:58:24 185.100.85.190 8080 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4430 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r brwyatt1 n6QoYJX5kodbcIRU2pLcryeM8kQ 6rurVnbzF8imt+i9j7ZIrVsh8y4 2016-07-20 01:09:52 104.244.223.204 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=5170 +p reject 1-65535 +r HiyokoTAMAIZUMI n6ZTdIMk0cY90O0RloDZCzJLSaw 6w77wCvfw5+ZoX69rKUtRX6m/t0 2016-07-19 16:16:57 110.66.230.245 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=543 +p reject 1-65535 +r cemutor n6rFqUDh1tIQdJ83zChaNilUx2M 4JqmNDso0E0NxT/N4i0fXe/bF1U 2016-07-20 01:16:48 93.104.116.35 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=1510 +p reject 1-65535 +r torboogieman n7A+0ToVDXZhucnl7iugIWfEbHI VKNxP3tenKIvK1AOXqc9t+XGzD8 2016-07-19 16:19:58 80.100.206.150 22 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=1410 +p reject 1-65535 +r YSq8MUJnYfNfvobp n7LcvjKFnNUQ6jJfpkI39arnjhc yvh1gdcQcxTpwD009XwE92xXN8Q 2016-07-20 00:47:29 81.89.0.195 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=122 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r xasper n8ss9QE3FTELODEfqKVMvLVxMjI BOFoyRzb0itVeDNwpWkDiL408b0 2016-07-20 06:54:03 128.199.151.194 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=32 +p reject 1-65535 +r PolsRelay n+KROYSbmgjrNlXCfvshmedTY7U 15HQjOckZv+zWiIS4MzSOf0Sp5I 2016-07-19 18:57:51 203.214.22.103 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=53 +p reject 1-65535 +r TTK n+kvTeTAwpe3cYkVE6RGyB2yKZc 0agvNSa5YvR8eFiUp3I86Cs/FYE 2016-07-20 06:48:12 95.139.167.230 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=308 +p reject 1-65535 +r BidiBulle n/+QqbLTCf6MFsnQ2opb3ne7PoI lVVDD7YRZJgKM0+68+XzLDOm0kw 2016-07-20 08:23:50 91.121.192.154 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p accept 22,119,6660-6667 +r sig oA60YdBFieH1+AtfNUz8OkZRv+Q LMK/lkXxebYuh+f3Q3Eh6rTYdrU 2016-07-20 03:21:00 77.66.12.185 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4190 +p reject 1-65535 +r awordnot oBN74NMsi4O8yZ4VPBBsV5WX8mQ ZFC8hFryrCg7XixklK/ub5aTU/g 2016-07-20 05:20:37 71.194.255.109 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=399 +p reject 1-65535 +r alpine123 oBca3+C5cg9Y3JXQLUCW3uY/b6M EjUnFz3qfYakofq2rpO2kcivPIE 2016-07-19 18:39:20 45.32.68.190 9731 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=424 +p reject 1-65535 +r MiddleServer2 oBoFGWNgchMfW9DP3N2A8ZyxXbI UcBODbNdLbiN+n18sTnxAQeDlqI 2016-07-20 01:18:48 188.214.109.227 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3390 +p reject 1-65535 +r nickname oBu5CQqZzs4sx4bO4s7mvSFiKgQ bJLY/IO0f/hltBXZ35KAvEdpBLs 2016-07-20 08:22:43 92.63.81.115 7247 22185 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1140 +p reject 1-65535 +r oark oB3RIRsFp+u7RTOdCj3qzqA+Wgs hlh8i4Q1wdZ2LG6/CvWSDOwblT4 2016-07-20 00:31:42 136.243.107.4 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r zorroleroA oCpGRM+2gXtGGNq8IncaI3I1vl4 /HSz/yXaUgNJHAjowaU4XOvoGrQ 2016-07-20 07:31:03 89.238.89.197 443 0 +a [2a00:1828:2000:35:89:238:89:197]:443 +s Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=6 +p reject 1-65535 +r icubdw2o2xipsdc oC/ftclDaBiSRv7h2FAw+2k2sdg 0KNZPn+VZ9qF89tcz0La+G0537c 2016-07-19 23:09:30 62.133.130.105 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.8.2-alpha +w Bandwidth=137 +p accept 80,6666-6667,8074 +r leukdatjedatvraagt oDJHPUoOw+4r8yHDGpcVhYK0/JQ 4PVH7zQmvMDce7ZmWfGYINlzXcY 2016-07-20 04:29:41 83.128.41.48 50101 50102 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36700 +p reject 1-65535 +r jerntjrtgfnds oDPFkVwKUhlWYjSeLXvYBEvk3KM UyFRTMpU0qzIabVmUP7L6DTFFn8 2016-07-20 02:40:16 195.91.217.134 26799 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2860 +p reject 1-65535 +r ididnteditheconfig oDUX24ZE6GrTF4lIV379FFyxLm8 oOSRVO88kRG9Ss95RfNxIh6eREs 2016-07-19 18:15:40 185.76.145.109 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1800 +p reject 1-65535 +r default oEPdGxupTEMrrTLvC2wyD5zsuKQ +iMY2sBjP07kMMjvouS8keRmnN4 2016-07-20 06:42:00 31.19.209.45 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r shade oE6a16ERfWXMEhughPVk1jhx3Qk IppkHbaM/jaUNtRdB2QZq9BJZjg 2016-07-20 03:48:33 77.48.73.189 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=279 +p reject 1-65535 +r Agartha oFGINWGkbbZkQN2eWQZLoV4Lxv0 qvyFOI1ZpsEYU75v/YgpjCiUUNo 2016-07-19 16:07:18 95.130.11.5 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.8-rc +w Bandwidth=5320 +p reject 1-65535 +r sPunzZIT oFsMKNGmLHFSyG2OSnjEUUL9VdY ydyUobj35nMDhn/YZr9EAerP6bs 2016-07-20 02:00:13 93.239.26.156 26080 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1310 +p reject 1-65535 +r titow oGOUlhA+TwxyHkzTG9Isye+UxM4 uEYYItucP3lzNU0HuXt8KBFGJ5Y 2016-07-20 00:54:53 178.84.14.207 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=15 +p reject 1-65535 +r open4medetorrelay oGPKeoamfnG/ZFvglap5v0SoYDw +3/oSv2PROYz0Qn77DEzm/DIuVk 2016-07-20 01:52:34 5.199.142.124 9001 9002 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=458 +p reject 1-65535 +r 421973 oGyfLqPyktcFkx5gE0QnJJNFKNE dy0vcfPyjXRyQzZ+27QO3S9mlOU 2016-07-19 16:28:40 144.76.172.187 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25500 +p reject 1-65535 +r mgeni oG67G71SaY7ZkTE7Dnz8VMsLPYE rz7eFxCM9AJxbzSpT+V5H0eLukQ 2016-07-19 18:31:08 37.187.21.180 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=66 +p accept 22-23,80,443 +r BlueLine oHZsDTpmejIyx9Vp3pSij5ki/LE ZbHcYf+PKHAo6YnO22GIDnzfNIE 2016-07-20 07:52:28 178.62.22.36 443 80 +a [2a03:b0c0:1:d0::174:1]:9050 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=53700 +p reject 1-65535 +r randomMarduk oIRYVJ9LZswjd/Sg3+r5ZjgLKR0 ww07iP9XsL7uWNTJJPF9c9COnYs 2016-07-19 15:47:17 193.248.32.92 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=30500 +p reject 1-65535 +r tittyfuckthepolice oJfvFnXaBO+6mgJADoLe3QN6qP4 9ikOc8rxyouG4VDn6961F9hOr1k 2016-07-19 21:18:55 45.62.236.201 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r DerpyHooves oJ0g2F0KopxHyQq+r9trekv3/Qc CT9WrusI4E2GyYSmabk2LZN0RHQ 2016-07-19 18:40:03 78.47.50.92 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=447 +p reject 1-65535 +r aurora707 oKCrl9Y18zPThL8JgPOX6UiFTGg TMvYQ0O06XrTdDwz0xVapae7mCQ 2016-07-20 07:12:42 68.235.60.187 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=758 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r oncemorewithfeeling oKVK3hWBgQHBsJf+r7dm+FXWloQ rAE67XA8o6KNw6l9ex+y76SomnE 2016-07-19 20:53:39 107.170.79.147 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 1-65535 +r kbtr1ue oKoUPykRqcpxLWYPiuqLErzv8O8 pRVW2imChmOjiNKnW7dKiccy51k 2016-07-19 22:09:47 209.208.79.5 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=518 +p reject 1-65535 +r derpadi1 oLWGNCnKdyjBo57MpgbDZ4ZJVnA b0h69E2w/VTnHv7R4BKQZn0g4VA 2016-07-20 00:12:57 84.200.106.73 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18600 +p reject 1-65535 +r Unnamed oLdNuocNjWaeilg76jlgmrJUHFE QVn8dlTvT6Qnn6+7dGPXv0guUus 2016-07-20 01:22:46 76.167.215.227 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=77 +p reject 1-65535 +r Unnamed oLfxhKNF59BtCpXNizJ4Nt5jils QpU5hyj5cTIoMqclMCiy6qo61CE 2016-07-20 01:58:32 178.238.227.116 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1730 +p reject 1-65535 +r FXServer2 oLuArklHHF+sLIbB0mxB5dbScUg Trr1Pt5CJ33ijLtUZLTgqk4ZlmM 2016-07-20 04:49:58 84.40.98.187 444 9031 +s Running V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=6 +p reject 1-65535 +r default oMy6qXOdAiO4HPXqGreuNtgSx5g iGAg5mFLxnoKs5T9/icpDRwR+5s 2016-07-19 22:39:13 73.45.37.75 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=14 +p reject 1-65535 +r DecentSouls5 oMz8J/81a3d6xokEIgSDUgoXcOk z2CU2+TpA5KMOBR9LevmIsbmAa4 2016-07-19 22:32:23 176.31.215.157 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=123 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r basajaun oNKLRbzxeZ9W5dJF3mRpwQ0fTCU SyMOKlNybO0eKLsIpJ/KZX9T2Ww 2016-07-19 17:13:26 85.86.180.45 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r Dhalgren oPBsL634jTo5qjBytAbwnXCVrJ4 7AouuH484WZh/3WzLUH+i0rT9q4 2016-07-19 17:19:00 46.165.230.5 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=76600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r pldtor oPOdMgKM7H81QZ6VcEAd4VsbRWQ lVOPhGevnfa6QtmnVYupnJIMuTI 2016-07-20 04:11:11 5.196.58.96 9001 9030 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26700 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r zlangtor3 oQwM6IjW0+T0QAN1k1pvI57pmYM t+WuprdKTAc5kweFKeZGlReIdJ4 2016-07-20 07:02:41 89.46.101.181 443 80 +a [2002:592e:65b5::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3580 +p reject 1-65535 +r DFRI1 oQxPZm0nNkA2tWKCPlgwvESOBGo 40oi3RhR989d9mTbsxI81745/s4 2016-07-19 18:24:35 171.25.193.77 443 80 +a [2001:67c:289c:3::77]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r kalledussin oRWtmmh8XlZe2kzNXhVb7sX3e1U Z/Jat3JrKYbTCavs8tQ66BTgFdI 2016-07-20 06:50:18 78.70.10.230 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=15 +p reject 1-65535 +r c4k3KS1 oSo1Nq0ojTQHHGrKdtC+XPYxjxw SBZ5lpmfC/FQcHMMBUfCbFIKqm4 2016-07-20 05:08:57 91.121.155.33 22 0 +a [2001:41d0:1:dc21::1]:22 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27800 +p reject 1-65535 +r freedomIII oUYfbOu8tor/MBrGIp+Cy2ZqPfM cTOp10U6uC0nyzy6t1uN8PuHrio 2016-07-19 15:32:36 210.1.224.244 9001 0 +s Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=86 +p reject 1-65535 +r MadCat oU6fuRn/GOWZX6r00tA3XU+c364 eqGIL/OCUPIs0ulmRH2D2YmYJiA 2016-07-20 07:48:19 93.58.11.24 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=9 +p reject 1-65535 +r challenger oVCDTCiQZeiV5HU1iMB6ZrTvCc4 ml9JCYe6CAL4oGsH+MPSDm2LiI0 2016-07-19 20:00:39 149.91.81.59 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=1460 +p reject 1-65535 +r otto oWma9dfgKU5F1C/6aX92K6JjQOk jktss8bO3hmSR3QGDKfUHqRUK3I 2016-07-20 03:49:37 82.168.14.146 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p reject 1-65535 +r bob oXDSeeB9OJW2XBEON5wwhXG0v2I KXW5VnZYH2EbRelgK0TtGQ5tU/I 2016-07-20 07:07:04 144.76.158.136 1312 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18200 +p reject 1-65535 +r helloworld oX10kvhIiG4sW0Hth5LItMAsczM IEb+GVwlwkW4QDzTTFEkRJRvi0E 2016-07-20 04:32:32 185.104.11.142 30954 16517 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=801 +p reject 1-65535 +r chokaichokai oYVj0M5IaW8gAiolUiKdIGLh4DY qDZo5Wrr7Vd/hsD1cX9CSpBcE7w 2016-07-20 01:48:43 221.113.50.203 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=250 +p reject 1-65535 +r elSanto oYz7SDJRk06BMzxaQ84jXqyaToQ aJtNrtR1/1ftHEztKqmH3KMTIS0 2016-07-19 17:37:41 89.163.216.60 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=979 +p reject 1-65535 +r derpina oZASYrDK3zGm0JTiavgVvTOp8H0 B8XcBLgesGuY5XZPVTNCSi4v2Nk 2016-07-20 01:25:19 80.111.224.254 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2950 +p reject 1-65535 +r tortibus oZOLEVKxegVZ+j053xLB9ik8L7c TtI0zmoP0FmES9bEc7G4QZkFVc4 2016-07-19 15:36:02 109.30.197.222 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=11 +p reject 1-65535 +r unnamed42 oZO82VlC3NJUGDW2PlzhcQeI5IU M2cA7BshFNmY3V7hkxL1/8lfGYo 2016-07-20 03:42:04 213.138.102.209 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=425 +p reject 1-65535 +r ManuelMarulanda oaYUqzdh6oIAzSGdbAA/8lP0jhI MEoLscbnXYBDyHLuJxvubBopiqQ 2016-07-19 16:07:37 176.9.147.213 61014 61031 +a [2a01:4f8:160:30c2:2::1014]:61014 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2730 +p reject 1-65535 +r Pascal2 oajixXgEfkQfJBLJGJTieFF2zOk BOZu/R6KhqyUIZE8ui/In/csr60 2016-07-19 23:18:17 107.158.255.22 80 0 +a [2607:ff28:0:b::66]:80 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5920 +p reject 1-65535 +r schoeneneuewelt obKe/mcwRvXgnMHBSL7oPYKSdxU /nP5Z7e8L05n7r3lJqxfh2U39+Y 2016-07-20 01:08:21 81.27.127.214 9001 0 +s Running Valid +v Tor 0.2.5.10 +w Bandwidth=6 +p reject 1-65535 +r ipjungle obefk+Kq6UGJ3jmzp3DOiqdZpGc msYGkaIThbYbzdWrBGEdKVrEXN8 2016-07-20 00:00:36 195.30.107.220 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4200 +p reject 1-65535 +r arnall obfB+D5dpDdv0uHbp6wopxqzMq0 kNcgwBxz9MtYBEbsYwjOoFJYJvE 2016-07-20 06:44:04 82.103.140.87 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=33500 +p reject 1-65535 +r default obwswCCovteVa2B7k0q2/EASqc8 8KpuEJbBEp+UbXft7zXX+mHWHJM 2016-07-19 23:34:16 84.122.105.8 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=8 +p reject 1-65535 +r torpedoblu odVSgyD1G5EMmWzpmI+vr0eABE8 PwHCcTCYQrZKlbZf1pEIPU8wGgQ 2016-07-20 00:26:55 87.2.36.139 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r Unnamed odrABycuEe319mz+nOSycqrlkZM Y2c34p38tSPM60mrANDEMsHocnA 2016-07-19 23:58:08 81.7.16.177 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8370 +p reject 1-65535 +r SwordnShield oeGhOGWnwFlcqirQ7X5szc4rjks T/nsTLznVssTR/207eFjkYTD6cc 2016-07-20 04:33:34 46.108.39.219 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=517 +p reject 1-65535 +r paranoinet oeRWptRcgKlgN6cjRqyU3UiOTTQ yg/sKq203cOFYUpg61Hc9jzJzuI 2016-07-19 16:22:17 92.222.77.245 9090 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2480 +p accept 6660-6667 +r freespeech4thedumb6 oeuNjx7ijbmLux6qO0vt0wO6uRE j7bK3skOQ09zc0oa+4dYU+hWLgU 2016-07-19 22:40:00 176.9.5.116 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=15300 +p reject 1-65535 +r torks oe8kqOheRA8hWlwpZ5BjbGL0Oio BzMRPliWPk2+iuBBvh1DUeIyWX0 2016-07-19 15:19:30 37.187.18.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8520 +p reject 1-65535 +r vagina3 ofNkrga1IBX5DXcU5AL6NxuM5aM qcCOOrr33FtDGkG4lQxmxQXdU5E 2016-07-20 01:57:16 88.199.37.253 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20900 +p reject 1-65535 +r KagamineLenVSRiser ofifJugiCRaeQDewNa57bJSkmus s9rjj/LEyJvJ/2cGPe7YjAreXic 2016-07-19 18:17:34 195.154.107.23 443 80 +a [2001:bc8:3829:300::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14300 +p reject 1-65535 +r dullac ofqjUjfxF/8meUp+qjggeYzJyos MVHUEPDB6hpGO5KxUoPixHP+FHU 2016-07-19 19:38:10 185.4.92.67 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7950 +p reject 1-65535 +r TreeFrog oiXmSF0YLjv9c8IiduxlbVIwz6s ET+S1xavajb06kg2FkGqcxcu9ko 2016-07-20 04:52:22 212.111.41.143 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2210 +p reject 1-65535 +r zeitgeistor2 oieGHeafibK9rQ5n/A01/6A2ghE pTsIAkAY2ev/7FkKP00NFBb6cuo 2016-07-20 06:44:55 95.105.164.157 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=598 +p reject 1-65535 +r Unnamed ojP+lhtCC2IhfV00qZmsuB+Sjl8 TJp9hwgpXSsI5LXOnxOJj2a7hus 2016-07-20 02:01:47 92.255.176.138 59001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1340 +p reject 1-65535 +r standard oj4ZGOjmvOWJNb2Wnt+YypVCaVA r/kkYDUluvoBy6MCPbYzswpImPU 2016-07-19 20:30:16 92.222.75.95 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30600 +p reject 1-65535 +r Unnamed okpGICp4p8iCUktGTDjiHT9cpDo gGsGynTj1NtYSiLr2yOe7ueMX7M 2016-07-19 18:55:03 74.207.248.110 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r justdoingmypart omB+AZ229bxUrKl6JOlVXBIJouw s3jNzWbZiLK4nvVoM9Qk4/yhhMI 2016-07-19 17:45:06 89.163.217.38 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29200 +p reject 1-65535 +r Torgrumes omcpNqu28SIQvVZ3ZsDPaeAEXLE rhqqZrPZARR2I0u9WHGvtixqE7A 2016-07-19 21:11:18 86.242.170.114 42000 42001 +s Fast Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1150 +p reject 1-65535 +r berrybeard oolZ1H6DP/oDmEZ0eaxCeWsQBGA 6SoHb9/bArP5yMPRoZBEgylPgyo 2016-07-20 08:32:36 178.194.151.99 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=759 +p reject 1-65535 +r mighqbodhi oo7a40gFtQrQV6Qvuy4rFgRfQIs qVCFjCTowBPBW2rc7XdX5zEZBbQ 2016-07-19 14:52:00 195.140.254.89 3001 0 +s Fast Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=1400 +p reject 1-65535 +r collande opifJPtYLHcP2Jg/G2j3qBNnerk f9jFNOpSbxWKTIvyLT0S1zMxZvY 2016-07-19 20:05:26 87.236.215.30 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1190 +p reject 1-65535 +r Han33000 opuBSS5YPsbWT0byH2/mRyczTco b1oTxGuz+e+7mzOE6nLeST2peS8 2016-07-20 06:27:54 176.140.85.206 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 1-65535 +r arte oqGYUec8f1CbGtPcuM3k21dyasI Is6FyLHY/jPjv9PpUDkd4ZwSMuM 2016-07-19 21:45:11 90.79.27.17 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=430 +p reject 1-65535 +r LNGSERV or7wr0UzKdJXdMGcuBE/AUTfsl0 04DQMuBniR85Os/8QtsIn7n4W38 2016-07-20 05:55:01 77.40.57.177 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=232 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r tisiphone oseae2u+LGMAzLgre/8lgy2NpO0 bgYyrOiDObE9nNdXs/C8wSGXf0g 2016-07-20 05:07:11 71.19.155.187 9001 0 +s Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=62 +p reject 1-65535 +r Porsche osqPZ3xWbldtXxa23zUVNu5l01E /7GYXyZ4VaHN1CvzABgmkDokyto 2016-07-20 03:28:05 84.178.80.150 443 0 +s Running Valid +v Tor 0.2.4.24 +w Bandwidth=24 +p reject 1-65535 +r MountainRelay otRucSXjeIGnUV3zctoGp+BAbc8 7vTBX+BDjxwsH1XAVv4gnDIO0OE 2016-07-19 18:03:23 128.199.100.20 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=216 +p reject 1-65535 +r anothergermanrelay ouc374JP2DOGgWJM/04dvKf5kq0 cOxXgSxuWBtayheCC/KyMDHL7Fw 2016-07-19 18:58:33 31.19.129.27 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=409 +p reject 1-65535 +r minotaur1 outDbok1i73CCbQ2X9sBWTyNUOg ErUo3PArIRp9GewSPZxV+UwCy5c 2016-07-20 02:10:53 158.69.194.36 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r fr32k ouux2ZdhZ4CZpow6rKSZKOeQmP4 2gYWDj/f5nWlHXZS/y38MFPbiyc 2016-07-20 02:35:02 95.143.172.212 61058 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r Unnamed ou0jtKkhaGUMTEmy0wAOO+7pGUc C9FezOrF2BJcvaMxkyrcxU3UpLI 2016-07-20 08:14:04 162.243.39.37 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=31 +p reject 1-65535 +r yetanothertorrelay owIeK/GH/iiUfhFs24fclHCs7zM Ih8vV0iGkjiZA7yHfBpgifrSuvw 2016-07-19 20:21:49 73.222.32.32 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=348 +p reject 1-65535 +r mogheartsfreedom oxqJX8mZ22JZUU/fV6oHwE8lE/E x2Yu1LEjQljJT5BHqurvQkFwb8o 2016-07-20 03:38:00 74.207.236.197 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=495 +p reject 1-65535 +r wsod2 oyKTGRfvFlnhZ9l42NsNn2ZwY6U ZgDwk0hkgFJSPEOkiUOxUMJ7fBE 2016-07-20 02:55:33 92.63.174.71 59001 59030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=195 +p reject 1-65535 +r lititz oy+Y2gcjxkyNI2unUHI2Ps3VncI nOYJJlbjxBg/JgN99vRH8wRGnVw 2016-07-19 15:46:19 192.241.252.63 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=238 +p reject 1-65535 +r SBUCEWITWorksDev ozETVh+M+LsuLotVYO6p1SQDR90 bXnKS9J2DoZBYJCA9NPIUeai6O0 2016-07-19 23:59:25 130.245.183.201 7269 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r bigbrother23470 oz6JOLLSwNEYpa6VoTnY5TaXrDg l24+uSz1dTlVlva3p9xOanbmIL4 2016-07-19 19:42:41 108.42.69.167 19001 19030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1390 +p reject 1-65535 +r TorVXNDbhs0 o0B8xAPPOd+kDtnh0UqLVEMfYQQ ZcwdoVbzPcOc+OQdGje3bOpjEVA 2016-07-19 15:39:44 192.99.37.156 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3130 +p reject 1-65535 +r valgrind o0bl1G9N+bjEUaofOxb2m4gXs44 WzXp4+Hrftov1BGOJb6cND54yis 2016-07-19 16:22:40 192.99.43.206 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3730 +p reject 1-65535 +r ruselzusel o0orf+VbkAEDnijjcNWG9y9FLMg 5vK59rfK/2xpX5NFtUpXRzYMwvo 2016-07-19 17:42:56 93.234.165.250 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4680 +p reject 1-65535 +r orkgroup42 o03bGag1gTYcONyrgmDNgGqAD3o Yk9oDxbGMc23/qYRyiYFyTDT+Zw 2016-07-20 05:36:08 141.28.106.145 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18600 +p reject 1-65535 +r paruchu o1AxTCSipbfOCpFwe341lJXc7KA qDyP7r50XWC+7w1HR8YjC14+gj0 2016-07-20 07:36:58 118.243.210.122 9001 0 +s Exit Running Valid +v Tor 0.2.5.12 +w Bandwidth=118 +p reject 1-65535 +r pecsenke o2tJcO8r+MJZZs1kMVUa1ubBuk4 O5hFfJxAepUJu5tgYyzRAkT2WfQ 2016-07-19 23:21:15 46.38.48.12 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4360 +p reject 1-65535 +r Tabasco o2uPz6MHBWBlOybAHGSIe53AACA sdwkqG0oZUQiQgW8RgBnr4rhFGc 2016-07-20 00:09:30 192.249.63.151 3389 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=233 +p reject 1-65535 +r ORGNorthEast2 o3tohQaGAodWLESKbyu5ZbyrA1U ZPhGullCIfx5i7+LzfSvDbMshJM 2016-07-19 21:42:46 185.62.188.143 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21000 +p reject 1-65535 +r torpidsUAitlas o3xHsD/zHKaTfT1oNmsVeZf+e80 yhIDRp/3Shd6NuPiJzDiqN59/sE 2016-07-19 17:51:56 217.12.199.190 443 80 +a [2a02:27a8:0:2::486]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=13800 +p reject 1-65535 +r kittycasque o34nZjyDSbAIm4nSij0zP4Y871k /WhM5MrNwBQPvO62ZJtiQN1izJM 2016-07-19 23:24:56 176.58.115.23 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14900 +p reject 1-65535 +r AOSvftrdrtwe o5bMWwK7Vy+zzO7rYM/wgvGcW+c 8SbgP0gkc84jUWy9yZ9wdhtd7fk 2016-07-19 17:43:22 81.228.199.75 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=900 +p reject 1-65535 +r twonion2 o5fcjpJ8T9PSuwA5jOcrNhir014 3ng8f3o17ZNVpS4yGA3UrPH/3lE 2016-07-19 16:13:19 195.154.82.180 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14200 +p reject 1-65535 +r sartre o55jvwN0JmPDlF53THGtO225NcU oGZu+WHVYzNJOk8rBkm917WUSTE 2016-07-19 22:10:29 185.100.86.167 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2430 +p accept 1-65535 +r BurnBabyBurn o6VLFGTdhujKwbJovkC8lW73kSo +icC8C3IPyS8YRa7wKBZGZrXrVA 2016-07-20 08:03:55 45.59.114.110 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=0 Unmeasured=1 +p reject 1-65535 +r Aragorn o6iyhfQmcVDiIECKtTkOWeou4KA 1rm2ZKnqRoCqwgqsHgkSTYIl4oI 2016-07-20 06:50:28 37.187.1.29 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1620 +p reject 1-65535 +r ididnteditheconfig o7I5Xx63d7lxvxa9f2K7WOtveAQ yKG3TQZJ4UWJWY20n0E82Yfnb5Y 2016-07-20 02:10:31 2.240.199.181 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=1030 +p reject 1-65535 +r tharealMVP95 o7vXvwDnpkkH9DwNz0IhrzZi1NU dyAA5iESYqBHyi+gTvTNSuaMzes 2016-07-20 06:10:05 46.223.132.216 9035 9040 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=26 +p reject 1-65535 +r deimer o8EPkbM92UpSU1JPcajeFpgkn2E FIKKpP+Lu01eposwYvVYjtf64wE 2016-07-19 16:49:25 88.133.193.33 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=297 +p reject 1-65535 +r murmuratesotericIO o8ZyAB3QhOH75JvyiE1gMd2puvc L//R3CT+H1BZgI1EUQXAOEDfRkA 2016-07-20 06:51:48 162.243.95.128 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=973 +p reject 1-65535 +r Deadwing o8suPSShaI3HITmIsb6TIbYqrYw 9Aw6KYBzs0zfS4ti0F/4YW1YKPs 2016-07-20 00:43:08 173.255.226.142 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1580 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r cloehle2 o9F4s8ZiyOijjzzCZXCvG0DfovE LGr6bX0EgJH0BR+n8vNIgiNn+UI 2016-07-20 07:29:23 104.168.156.198 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=340 +p reject 1-65535 +r PhilosofRelay o93sFk2pqh3bPD+zOO+0ftFedkU KuklZk+mIg567vJZilIsJnNKhB8 2016-07-20 02:37:37 217.107.193.10 9090 9091 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=501 +p reject 1-65535 +r thisismynick o+Z57A9fe/HEGbiUxxGqBPJjtTU ZtLeKR5b33fZSnQmrllpduoZPW0 2016-07-20 05:27:53 195.154.164.34 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=38900 +p reject 1-65535 +r Unnamed o+xjnGV0svvDG0aM833zkKVTotI 666YhuwpYvtbJW3DPNvarseDkHM 2016-07-20 02:50:37 178.32.143.175 9203 9303 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.0-alpha-dev +w Bandwidth=24100 +p reject 1-65535 +r alexryantorrelay o+xpc0AOebY3fRNEGdQpl4AwvJc YjvSUm4CMOlZcYD9HUwg8NSUc64 2016-07-20 01:52:10 131.215.172.214 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1760 +p reject 1-65535 +r ClydeBoy2 pAHnZdiyQFfD2REJ08Po2eS4vq4 qlDu1X7lzsqpbsvZJiRJnn1LlPg 2016-07-20 08:49:30 107.170.231.169 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4670 +p reject 1-65535 +r ApuTheEmu pAue8ZayIrcTswv3jTmCenQWfsI f9gfXRCJSV2w77VI/4HcYChnChw 2016-07-19 23:14:22 94.192.46.235 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=435 +p reject 1-65535 +r ThomasBernhardsHose pA4cA5Ik+oByx8hPcpI2/XOMado yooz7RW1swkPFmYKpDThK6b4D8c 2016-07-20 05:01:38 83.175.100.130 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=546 +p reject 1-65535 +r nunyabidnezz pA7sutATQ1mgXxWvfCUSuXXNn+I uH+EXWiHhtEYBJPS/84l3ZWkQYc 2016-07-20 07:59:57 98.201.49.226 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=441 +p reject 1-65535 +r giant pCnr07aXFjrxZ1/GCSSYd7UJ+Vs ZgnnbqGa+k7SEAcRNt10v4QPDzM 2016-07-20 05:50:17 91.121.183.113 10579 5280 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1640 +p reject 1-65535 +r Unnamed pC5G9sSfrIm2Y5NTABCN3DBpLRw u+duiFc1Mg/DTzKV9PcLvzHvj3k 2016-07-19 22:26:36 216.195.168.78 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r blackpearl pD2OSF3k/vFOIqMPimF9BQi382I GV6gJqZdYb1vwCBGhe49lOAq3Wo 2016-07-19 20:48:58 185.112.157.135 9001 9030 +a [2a02:6080::1:5453:e5f9]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4160 +p accept 143,220,992-994,1080,1194 +r kramse2 pErgKQFbpv4Om5AHXFVhfgzR4is hXpdVKOB2UiRauLL4nrfuog/R9Q 2016-07-20 03:24:26 185.129.62.63 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11400 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r XYZ pEucE9JCVii9fMjCmg5aapf6qss JE0M5DrHRRac1QTKEqaW1DBmzL4 2016-07-20 00:46:41 78.49.224.156 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=117 +p reject 1-65535 +r skynode pFM1wOdktP15ubI+7bVs/fdp89Y oMMmBmP9WOGopCKGy6xDhuFVEBY 2016-07-20 00:45:41 193.24.210.126 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=408 +p reject 1-65535 +r Ammja pFo2XiP8EpmItIPT6hpENh45MPc AV2dZUj+oN1xiQ2O8km9reUNjh0 2016-07-19 14:59:08 91.236.239.140 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=296 +p reject 1-65535 +r ididnteditheconfig pGRTgS/2yCs2w4eEh+80O8uSEIw nKnWY0FU5au9oEnme5Alv7SilS4 2016-07-19 15:14:01 46.101.195.158 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r nofun pGYXSsRneGnWomBr4BvyhCeTlMs mJpmz6tX8TImzw0xJ33yo76M6ow 2016-07-19 22:37:19 178.63.61.67 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2070 +p reject 1-65535 +r Unnamed pGjPFAmL0BsnwXnayCtEt3HzpaQ JX8P82MPEItpXt8UCnkI6J9pxA0 2016-07-19 23:59:23 2.31.35.63 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=3 +p reject 1-65535 +r DFRI4 pHjkIfgxlMEU9B6U+VmZZyrtUf4 1ICgZz5M0qFzdx7yeE7lUuvC6dA 2016-07-20 02:56:35 171.25.193.78 443 80 +a [2001:67c:289c:3::78]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35800 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r NeoServer pHjm9PGTveQ8O9K8alvJDaVHL+g 8EP2x6iEIMntmdzN8tomlWwqk6w 2016-07-19 16:44:31 217.23.7.25 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3570 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r ididntedittheconfig pHrUvNSI0o/0eotXAlNLbZYr8G8 HtPCi9YDEgOl7l1hol2uceLXf44 2016-07-20 05:41:19 54.241.9.145 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=6 +p reject 1-65535 +r OHah1aiV pH+ERclWFHEgL1+Awxl7G39B3Ao M/ioCpVWinJRvLwEMNTsM598Uqo 2016-07-20 07:03:52 90.184.56.69 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=27 +p reject 1-65535 +r Unnamed pI/msNOqPFLMj+aqB4zlJb+2VIk BzkUKYab7I1Tx3MCCIBlKtAopi4 2016-07-19 15:13:17 185.86.78.67 80 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=162 +p accept 6660-6667 +r box pJKKXpVE2BRSK3vI2upRPgmfZRQ N1RASfwIvFwNxupnpUM7jzsJ3OE 2016-07-19 15:36:06 200.129.11.217 22 7331 +a [2001:1291:200:83d3::217]:22 +s Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=14 +p reject 1-65535 +r TorGren01 pJlvulGZk6rWg3eitHyWxOxVDz0 ANoSqUIBtbp9Pk8jxPMZ3bDhnFU 2016-07-20 07:08:50 185.15.72.55 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1130 +p reject 25 +r bennobaksteen pJoKz31FwacMzQjztpMiu2sap+k 7B3un/xMP5iYtYhUfLFpxWY4tMo 2016-07-20 00:59:06 37.187.115.47 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13500 +p reject 1-65535 +r Nixbits pJrqw/flPnyQ+5gxvIokMc6F228 oXO/d1KvaHQl4W7jnPNQbjJVAl4 2016-07-20 02:15:48 69.196.165.41 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=220 +p reject 1-65535 +r torfire3334 pJwRiRi33fKEhV6LkxQwWqoJlVM rSDzL4NDlG/t5BiItuu9X/I0gvM 2016-07-20 05:47:09 23.255.197.156 9001 9040 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1460 +p reject 1-65535 +r plan9rijk pKJe2riA/0IA9MITFvO54HLJ9GY 5HHp+oOyOr6TNDv0yD5Jpvaitj0 2016-07-19 16:33:24 194.126.175.157 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2730 +p reject 1-65535 +r wjh pK5YXJbMVrkINhjK5g9jDibTds0 7bs6RQ3lJLRUP5tDzKlYl0rQSbM 2016-07-20 04:58:22 108.61.167.61 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=600 +p reject 1-65535 +r CatRelay pK5xgyIE6/LTBtWODd4v12fc7FQ sj7c2OdtAJugntlpPOVEws2kjXU 2016-07-19 21:07:00 89.163.246.127 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15600 +p reject 1-65535 +r flimsy pLmackZPlV9+/7XdlotT3UUMf7Q qxFdoV+KRJdu9FXmMagjYgTe5S0 2016-07-19 22:14:04 212.107.149.145 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23800 +p reject 1-65535 +r Unnamed pMgxGh+S85Yv2SSbmgqUAT87yiY N53Hbp24GwWl+ukUpE4H2c4MFCo 2016-07-19 22:34:51 108.38.169.131 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=22 +p reject 1-65535 +r jaures2 pMmM6j804FKZQX6fiFpkLIjvYCk QHlN9sDpeccmmVXzeB74rN6u0G4 2016-07-19 20:10:41 178.16.208.58 443 80 +a [2a00:1c20:4089:1234:cdae:1b3e:cc38:3d45]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38100 +p reject 1-65535 +r doodle pNGEQt5XQ20bCHpGbR9n9/6QIyI VPaOqwCpMBg6pitfZ6JIqAaVH4U 2016-07-19 16:54:22 62.219.46.133 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=100 +p reject 1-65535 +r frogbeard pN+nNy2aGiE6x+RdtlrTaxsszkc XvQVwz7ZMAWDWjjRgRQlgRmg0Qo 2016-07-20 00:24:40 46.39.102.250 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1850 +p accept 20-22,53,80,110,143,443,465,563,587,706,873,993,995,1863,5050,5190,5222-5223,6660-6667,8009,8080,8332,8888 +r onionLexiBSD pOwIF55MoUCO4tNsII9Iui5O7rY DSM6UG0IoDgUM0D/ZrVQwc69TXM 2016-07-20 02:57:47 45.55.42.180 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=3010 +p reject 1-65535 +r pilotmawut pOzM/w267EIzDpk0yqta2uXrxUA 6CRxrhmgXEYNfUHK2FVpj92R6SE 2016-07-20 02:32:46 37.139.26.183 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2600 +p reject 1-65535 +r Venom13 pO6WyqJondE910EnpYW0Xsvs9z4 IS7hHBlIbnFjbPgKu0pf1cT5ybw 2016-07-20 01:07:40 107.181.187.199 53 21 +a [2001:470:c:631::2]:53 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1720 +p reject 1-65535 +r Eclipse pQG4bzlN86x4EoUTYaLzvRzWujo /N9fbqXs81yqCpsEy5uAaH7UI64 2016-07-19 15:15:24 159.203.241.129 443 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6400 +p reject 1-65535 +r charlie pQeNly20djNg+djApV878XvHCLM 48r8//o+h9vkwHzzslv6vJKx+jU 2016-07-19 20:18:07 200.17.33.84 500 1723 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=3 +p reject 1-65535 +r fafaf pS4Sr2ftw+oIKWx5rKGdoBs/Kj8 4HE/mG3tJAVb5nX4Qg/k12y5Rpk 2016-07-20 04:29:36 95.182.215.206 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=139 +p reject 1-65535 +r welcometoparty pS87+z2W4OtA+rpT+NY55kP/LZ4 XBgiIRhIfhtiweLy61E3xp1BiMc 2016-07-20 08:44:48 209.58.176.42 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=256 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r csailmitexit pTxG9bFX3YM2bUWo6ZokSTShTEY yDOjKCrfBlnnps8X1UIyIp//9Es 2016-07-20 02:39:56 128.52.128.105 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5110 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r tarnover pULkbDwY4pF+1U5jZm7Sj25WU4o 9CHW88srI1cZyQAB5wLDMooj0YI 2016-07-20 03:44:01 81.169.141.92 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=92 +p reject 1-65535 +r michelangelo pVk77EIKrmGHp+W2uihqwSihSDk JPBOZCOfJzoLAf8gENjDVUVHZ8k 2016-07-19 16:07:52 195.123.209.96 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=229 +p reject 1-65535 +r Unnamed pV3A84410IvLK8rPueUnIOc8uxw fQ5ZGMytIWp9ZzI22449oBXXCps 2016-07-20 07:01:11 192.99.15.220 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=854 +p reject 1-65535 +r CDRelay pV6toc9aWe6OQNCHy4icIemcngQ xOJdGrcARvOmYhK1S1diZ0ov7qU 2016-07-19 21:50:22 149.154.158.228 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1200 +p reject 1-65535 +r chontor pW6nm612yRbwEIcMfuACUQVGusA YKjNtYJBj7FtcpSLUQCRNkbN4Ck 2016-07-20 02:53:05 176.9.119.167 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2460 +p reject 1-65535 +r rortor1 pYwZeCYjL+7M4ktol8mXC9gjpZs 9KZB70wujtMY1UbUnyxMFgaSas8 2016-07-19 16:46:58 97.107.132.24 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p reject 1-65535 +r lubudubu paBigXpX/nJmCcPgYe1dtifeYz4 WxH2PsKYOXQE7kMrbVV/+eVqy60 2016-07-20 08:05:39 178.252.28.200 80 443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3330 +p accept 22,6660-6667 +r torrorist2 pac48EXt3pp+uUpEfstfU/1BZFI 9gMBLwMeZpULNNtGMiwy7ZokApQ 2016-07-20 03:23:10 193.138.118.8 50001 50030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=606 +p reject 1-65535 +r 00000000 pdeUqnhetBhijjLCGAQNCQabq24 IE+Hm+K865yDqaLOZ/FsoCn/rds 2016-07-20 05:33:09 60.54.38.239 80 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=45 +p reject 1-65535 +r torsi pePQWk9EqRXEKb9xIzSk4o5GoQw geKCjFfy9Q8DGMoGCgOzC6gat8g 2016-07-19 14:27:48 198.233.204.165 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1990 +p accept 22,53,443 +r wtfarm2 pecKFcuZ9hHPsvXBvU0QFVNBmxg pMc+GbnQHh4pZVoWxQjqH4uiCWM 2016-07-20 07:21:27 212.47.239.163 12001 13001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=3870 +p reject 1-65535 +r polytone pem36jWIIPwy3TbQPNUCSXZPEUA 1nKGjtH2Rt8TsF4Kw/xMwATBVHU 2016-07-20 08:34:03 82.199.155.89 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=591 +p reject 1-65535 +r rvn peq815M4oXlqQUfIfAWUH7raBpk RwF+4BDImw7T+wveHzfjhsR6v9g 2016-07-20 05:13:04 144.76.70.41 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5580 +p reject 1-65535 +r halleck pe8cXruUIhzd9BPN+5zcwzwL0qc c80iBn2UCfWTjYAClnWAuK5mNeM 2016-07-19 23:53:39 85.119.82.194 443 0 +a [2001:ba8:1f1:f1d1::451]:443 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r Bledo pfLKsTHm4qTugHexdLgtjTQivnM PNKdXHKckktPQQefVQbxWIf7vyQ 2016-07-19 16:54:53 84.125.96.47 19001 19030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=32 +p reject 1-65535 +r GSNSrv pgASuVEI7y+yWTqvqFtor0HH+Mk CXtStUpnVLdPSpT66IgrEPxcz58 2016-07-20 05:02:13 160.16.5.201 19001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=388 +p reject 1-65535 +r susman pgTYXHpS66yf7v+b9yzCnWbAyJk fxOxIL6VbabEHY/eDLr2nT2T+IQ 2016-07-20 03:19:52 212.56.214.178 8443 8080 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=668 +p reject 1-65535 +r outbreak phM8YcYwAi3ImEkG+Hde40Y2koc CHrfgT4dk7xqe/rd06BzAZVdk2g 2016-07-19 19:19:29 46.101.142.174 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=57500 +p reject 1-65535 +r default phxZshUQOVEBC42WRl6OtXV8Cfo HHgNG2Pf6G1Ax2zUYUnQ1awGbVI 2016-07-20 08:08:40 84.180.11.62 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r OmfgRlyT piOkQJmbAGKhCajML0i3yyNLmZU ZMw8eq9gp/dxbXP665HsMF0e86U 2016-07-20 06:17:10 37.204.51.117 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=22 +p reject 1-65535 +r bauruine41 pi+axuIr4UoMuIigO/7yqVM9PaI VKfo11eRvnF67Iae9cbEqCF1JCk 2016-07-20 06:45:49 5.9.26.219 8888 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27800 +p reject 1-65535 +r whoopwhoop2 pjNy7ODf2MR8g3IctMC/puBpql4 n39/J5VBvo8+JOa1g6u4q/CHVO0 2016-07-19 21:57:31 37.235.56.180 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=413 +p reject 1-65535 +r ksqu1 pj+Ng4GDzoMPXEcGVAHII1g3wR8 2/RPiHV4G1v33CGS3IYypKgGwEg 2016-07-19 20:45:14 31.31.76.169 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5430 +p reject 1-65535 +r ididnteditheconfig pkQ+STBiiMfa6bhGZWjwjaW9WNQ hFRNJAhPV+D7RCLk/PY7Bl3mjKw 2016-07-20 08:48:15 23.97.172.229 9001 0 +s Fast Guard Running Valid +v Tor 0.2.7.6 +w Bandwidth=4420 +p reject 1-65535 +r Unnamed pkbSsP60QfvsAvFPpY9wukE5b1w z9IHO7Fnz1FcWUSbAfZDdPL3qvA 2016-07-20 04:05:09 47.90.39.120 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=332 +p accept 80,443 +r zznode pkiPXZbPKvox5SHR/2SLDuktXiM hbYMhR+QMOOFtI9q0w8SHb6CER0 2016-07-20 00:11:27 81.91.95.85 9110 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=15 +p reject 1-65535 +r Unnamed pkkO+OToMne7MgViRTNb+vWu4O8 Pb8gxrdfHQu9+D+aF1rzXCSEfxU 2016-07-20 06:16:41 52.3.239.84 9001 0 +s Exit Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=20 Unmeasured=1 +p accept 20-23,80,443 +r pym pl4VI/MTQFu2DkqhNqae+lBMT2A SijxMA4kV+WQ9/1mKgpAHmcO0EM 2016-07-19 22:07:10 62.113.216.177 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1610 +p reject 1-65535 +r Unnamed pnFlP9UT/jk4FJ7fJ0mGVvRTEUw uOvR8fv81u5JYx25YRI2mY7WTJc 2016-07-20 05:36:45 46.183.218.199 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r BlueBB pnVUFtZLRRz4owNVfHj38p3mum0 IO6qiPZXrNi/aVG+srPtYOJU1vY 2016-07-19 22:16:23 93.94.16.163 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=67 +p reject 1-65535 +r schnitzl pn50hdY0j9XGaaHpOuDyAT0V+lo xOteyV0mcKPLo1yPvpJ0Q4gV/YI 2016-07-20 08:07:48 104.233.94.181 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3790 +p reject 1-65535 +r Truie ppIhp+x0mNL4ig+3lSYQE/o2yq4 HBb4qSfnJmFRsTqcX0b2ejM+Th8 2016-07-19 18:28:25 149.56.185.56 9001 9030 +a [2001:470:b381:bfff:216:3eff:fe65:d66b]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=6300 +p reject 1-65535 +r dextrose14ellipsix pphp5VwKh318mnSZjGWJCyxyJyk rk10CnMiV80n6e5GneEo22iv6VM 2016-07-19 22:06:46 106.185.28.25 3971 5971 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=288 +p reject 1-65535 +r Unnamed pqm3gkw6vFNR9SwWhAVGqgVStwY EXD0cCtEWNpU+1jTSsqW8k8XULo 2016-07-20 06:31:40 23.239.145.125 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1300 +p reject 1-65535 +r apx2 prBSHEwfuR+2Y5iq1SOtdz6C534 vav9GRyzEj2CmUqvVcCGsZQ/Juc 2016-07-20 08:00:06 185.38.14.171 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=53600 +p accept 20-21,43,53,79-81,88,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3389,3690,4321,4643,5050,5190,5222-5223,5228,6679,8008,8074,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r ATLANTIS prvTNpWk48RUW6NwYFpNzYfZi+4 jmYaCQuzcMYrPO1ePiby+Dj63SM 2016-07-20 02:49:46 46.41.130.68 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r SomeUnnamedRelay ptMGcf1IrirTpaFfkjLQP5Swspc oqzFZALDCpMcYvuNW2QbYB68MXQ 2016-07-19 21:30:14 89.179.5.8 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2500 +p reject 1-65535 +r arcnetmail pt5pRmnl65gRfKCjwzp12Pxdp1k g0Cymah/OB5zfbtkHcSyBA16oQQ 2016-07-19 14:57:41 88.208.245.10 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1370 +p reject 1-65535 +r Zrrlluowim5JL pt7hv+5tUEU5vD8o2qUQ67jjSGU wL1DezFDKitQUzIznj+qaETJfHw 2016-07-19 16:01:58 107.2.93.33 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r Unnamed pvHMJB9HwesEItrrsBB8S5/ws60 H/inwPfQ9mxfOw+fVI4R8yugm5o 2016-07-20 07:07:18 84.250.18.89 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6550 +p reject 1-65535 +r zwiebelringCologne pvZGQvbUwV5ivEIVieATQzGTBV0 dGhl1V4LwoJjYOnlTA0EAqbTONY 2016-07-20 07:39:35 81.173.240.81 110 9030 +a [2001:4dd0:1234:5:1::1]:110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=21300 +p reject 1-65535 +r Relay4255 pwoELQObhon7U1xGE8NYYwtGtgE 14BtNGXsWoo4b40zPC3yNi0MJAw 2016-07-20 02:29:14 50.247.248.172 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=678 +p reject 1-65535 +r elhefe pxYyCKWaJQVjmGF9bAZyWfOe5ok /Agu1KGpMyYivnvhsdDnVSXLyDA 2016-07-19 21:37:29 173.255.211.175 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=718 +p reject 1-65535 +r ben237v2 pxptSxnpIaPpNXcjAmYo5N3rm1U bbvf87mMo6zI39HCjONZ0qOSJL8 2016-07-20 03:48:36 164.58.81.20 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=430 +p reject 1-65535 +r bletchley px3ps5X6lpwMU17JSF0dRYHzG+Q V8rgVUMDiseeoy48fQN/1oedD10 2016-07-19 20:31:14 132.147.85.9 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=519 +p reject 1-65535 +r holyhorseburger pyUzFNI/m6n/nWl6c2R4syFHut4 ehtbMROLpM2jXOyinh72Qm3ELTs 2016-07-20 08:02:56 41.206.188.206 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2040 +p accept 20-23,43,53,80-81,110,143,220,389,443,563,636,706,873,989-995,1194,5222-5223,5228,6660-6669,6679,6697,8080,8332-8333,9418,11371,19294 +r Unnamed pzusF0+MGAhriidGeaVjOB7qr+0 jtjqsdkPf+ylkeOAJxwoU/ugh8c 2016-07-20 07:00:06 217.173.44.180 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r freedom42 p05Aw3lY0burNsLg14IW+CPiTQs Du77TsUQVXmTwyVwoVr9ojg9Dpo 2016-07-19 17:54:15 84.19.190.157 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5390 +p reject 1-65535 +r bigboss p17Q5viBzhVQTIJ5KKI/CKx4NOk nkJEC539w5LqwFweQYoGMSmXM6c 2016-07-20 08:18:15 62.210.182.224 17275 30331 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1940 +p reject 1-65535 +r Freedom p2FDwRIE0UT7psS4C/Ohqu8DBFk 5PJTDwNCa3MJBqrxnl+6clTwfFw 2016-07-20 07:06:06 68.107.231.81 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=68 +p reject 1-65535 +r hsde p2V2a0Mhdp3xitul1JbbqGytm3Q /tP2G/gAsSpM07WbsujIaP8ympg 2016-07-20 05:41:42 206.23.240.29 9007 9037 +s Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=4 +p reject 1-65535 +r PhantomJP p3zV77UU2+oYI/fY3/b5SpRTCok 8t9AWbXdlMo43q6ffQQiPIWuoII 2016-07-20 05:55:28 106.184.6.166 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=671 +p reject 1-65535 +r slendersuzy p4ODeGN1rRdc5H36LKwgjEU/vZU RCDq6APSSx/u6YucKN5slhN1vFw 2016-07-19 16:05:09 69.164.197.36 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2280 +p reject 1-65535 +r 0x7ffd p4SDm0IBwcZxTUQdPAEi52vW/54 dE5mMtauVliG1QwUwQ9OrwTgTQE 2016-07-20 03:07:53 81.169.152.100 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=314 +p reject 1-65535 +r bansagi p4dJdY6A7hoHaJ9W5ZGVs6MusQY a5vI/EAk32i/hJwbntgu9e5jlMU 2016-07-19 21:14:03 176.67.168.210 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=22200 +p accept 20-21,23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r default p5BY0Ic6Ymq56owH7KSLLhfsD+g XLC8Suv2vlF0bLwEwyWpAsWJ9NY 2016-07-20 04:28:23 194.166.96.28 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=13 +p reject 1-65535 +r Beppo p5n99f8T0fZV0VOmuoaezUP11ws Py3UEcDHjoZ+n6Ipatr123KQpDA 2016-07-20 05:46:27 93.196.229.190 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=508 +p reject 1-65535 +r ParadiseTorRelay2 p6BouYhZFYlBQGLfXSHEbjTysy4 ZZH7ac6QY3x1MTuHUghmBxXmaMA 2016-07-19 20:36:07 193.228.143.17 80 110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13300 +p reject 1-65535 +r Ahtna p69y6SPu6pDyBOEIagjSYbb6HRQ c6w8Nm45gzsUrJFApQsZq4anU40 2016-07-19 21:45:34 95.130.9.76 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3980 +p accept 5222 +r xmine128 p7aXAjeHjjVQrjK8V0ZyyvHpX9w QhsoslHDNt1G2ddcTthmOKxnZU0 2016-07-19 21:41:52 95.129.55.173 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1580 +p reject 1-65535 +r i0seed p7fodJn3THoEGBvpaTNFp13pHjo 1GZ90w3ClUV9/2BIjicNGMMI56I 2016-07-19 18:32:45 51.254.131.226 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=482 +p reject 1-65535 +r klandikecat5 p7wcBCEAxZ6Dtw6xVJ8Cz4hHNec ztvbAwr4I/YqncXFUu2sxUSfI84 2016-07-20 04:05:00 89.0.188.21 443 80 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r emilitor p71aSsQVUaZnNdta8PJ8fbW3+uM hj0k4ecC5zK55k0LEBvkO6YXTkQ 2016-07-19 23:49:34 82.5.254.105 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1820 +p accept 119,6660-6667 +r rofltor5 p8W0DsD7UXXohAdd3IdTHTU/Z5w vtNUAM6Rbys2BgyATO3QU4GFiaE 2016-07-19 20:15:30 178.63.19.126 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20200 +p reject 1-65535 +r KAMIKAZE p8X+Nr6O19WvrON4AIJskqccg/E 8BcfYPhVWNGSnOTuhbrr6YYymBw 2016-07-19 22:25:57 153.149.98.251 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=329 +p reject 1-65535 +r iSeeYou p8a2XlxaBGpAJBw1XrbOVN9GA58 Hi3dIsyxAPm1rCY42VN65zjKb9c 2016-07-19 17:38:17 88.173.15.120 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r CalyxInstitute13 p8frKg37Lj//wSt3VnB0M91VD54 mGih3ATyIO0FndLNyPUKmoUK0hk 2016-07-19 16:01:05 162.247.72.200 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1980 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Ted p9F1l6Z/CtZO4fOkFKCtygCAF0c 4keAIv2KlGm8OstA9AmGZPs/cYI 2016-07-19 19:07:56 46.246.89.169 80 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4180 +p reject 1-65535 +r Unnamed p+eNmIC7B5NAnThtFeg7OxI2sZ8 v2CV2KEByvkuWDF4xL5wLRAFv7Q 2016-07-20 00:26:14 178.175.128.54 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=30300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r freedomhpkp p+nsgn4bhNBIZmZ7txLiP38D7gs 4kuE3Mh+oweH0vbj0bCd11vyUBo 2016-07-19 15:02:40 78.47.39.188 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=401 +p reject 1-65535 +r TorFakedOrg p+qeDgyhemr+6UQDWqGcVHDCt+c 4OluA6rdPbRzV05kbWzuB9cjK9c 2016-07-20 01:06:04 87.128.111.190 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=22 +p reject 1-65535 +r pcchou p+3oCDdd+w8qP2SMr5MZuDYvSIw mRbMfCxxjs5h+UIB5WQU3EX7QNE 2016-07-20 06:41:29 1.34.163.57 143 110 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=314 +p reject 1-65535 +r WooptThereItIs p/gKt+BMAATo3goAN/jtVCkkWL8 XGSf8Fuys8Z4NtPrsUy9VNV2PNs 2016-07-20 01:58:52 149.154.157.80 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=681 +p reject 1-65535 +r TORtellino p/xAfllIgdMaY/MiJEGTExt1KAA sRj+5koYljvocmDnUgOha/blwOA 2016-07-19 17:07:41 87.145.149.9 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=278 +p reject 1-65535 +r superidatmynode2 qAGRxjEHqfOd3RT6kiz3HRLdlg4 J7iaBdJKOj5bUJvYoVlbwMoFjt0 2016-07-20 00:10:59 209.126.71.233 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2020 +p reject 1-65535 +r stalker qAQfqnmIlYO2SVTLoXsNw+fYv6c HLh5Z4sHwhoiEf6IJ6PlJlD05O8 2016-07-20 04:07:34 77.181.51.190 16794 16800 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18 +p reject 1-65535 +r FRAsweden qA/QLZVvDQ0b8r/YatqvjANNH9Y rYZzi6ADVKTXgDIV3X0NWy2/fFE 2016-07-19 15:31:03 212.107.156.238 9101 9130 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22300 +p reject 1-65535 +r Unnamed qBLSLBxGGBxtODIGv1NAdJLarBk Rk9L5ho7eztRoIoxTNVZbCMRAWg 2016-07-19 21:36:22 185.83.218.222 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=107 +p reject 1-65535 +r Anonymous1 qBgC0VzKADQ5McqylfevLzKW/e4 VmQXSZQQBnAC5qHa7IEiTC62IFI 2016-07-20 00:18:14 109.236.89.207 9002 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2740 +p accept 23,80,443,995,5900-5903 +r AccessNow014 qDjVuIkLEBckKezpLrVnffk9xN0 vv/rxrMb78nFpY6OQe1/mvEbSPQ 2016-07-19 23:33:47 176.10.99.207 3389 3390 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18000 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Daddy qE8Z63ctqxg5wqqkTYE8VUGZtos 8V5JcncNiyP/1c6PrsZ1g73N8Bg 2016-07-19 19:42:23 91.219.29.142 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=94 +p reject 1-65535 +r MetalDet qFFYOW6O9hIREIpCNPewM9zJbQo 6yVeSUopum8MoyTY57qmuNGNER0 2016-07-20 04:04:54 217.246.247.129 9000 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=359 +p reject 1-65535 +r UbuntuCore45 qFe8ZNrzs9duuzWYPKBP80LVovU ZDjeJBGB5EhGnIQHit8whZgrA+E 2016-07-20 06:16:35 186.182.189.129 41487 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r nametoolong qFw7YDWsYCl+CpgTjop9s8syZBM EcQZi+hznsqPbx9EtSimQJHIhPU 2016-07-20 06:25:14 5.135.186.205 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11700 +p reject 1-65535 +r mammon qJBUBpkOs9YbH+qQ3KjnuOHvem4 4POfiGtSu49AZtBx2MjzN9fLajs 2016-07-20 04:54:20 188.40.178.5 9001 9030 +a [2a01:4f8:100:72c8:0:16:3e01:7805]:9001 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r snx1 qKM018/CyrEjBWX9Qnzu4enOxlg Rf3wNev4JtZ9wxbeuZCJlwjCj9k 2016-07-20 04:40:02 46.40.125.213 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1870 +p reject 1-65535 +r Poisson17 qKn/P3tozKQphyF/47VwoEIZA7c Q6QD02zCZT4Or4+b0hKoMsJ3qJg 2016-07-19 21:02:46 88.186.18.12 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r iGNUrante qLqSChZ2r3v4SUFvjhTRSfPiRbI Cm2h9r1gz+6310BBbzVC09/ik78 2016-07-20 02:37:56 95.183.53.93 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=457 +p reject 1-65535 +r agschaid qMFeX1EUZWsDFDXrrT12JYuvjRc ijbHV/5STmtX1IE0+3WIAFOYbeA 2016-07-19 21:23:56 192.164.252.111 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r BelarusFreedom qMS4TpoZKV36vTjTC6IaZeR4qOA J2bjGUsFL2CY0O4atPpD+Mxe1J8 2016-07-19 23:57:31 198.199.90.51 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r tiger qMg/vb0czCiLKtkmZduCFx2TLNI J5u2EhU9NbI2bCfZFLHtwdpqLlc 2016-07-20 05:48:47 84.104.191.57 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r Unnamed qQ+TZcViV37OSlLGpe1L9fy5GtQ n735Qs2LpWn8Jljh0xMDq7HRBCQ 2016-07-19 17:00:46 213.49.123.191 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r mistkratzerli qRns02vhFv47O1IwjypXgu9h0RM flge8z26gXCUyoEPbOCSiFt/gHY 2016-07-19 19:37:46 212.51.156.87 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1730 +p reject 1-65535 +r fbwsjbs qSO2sAzeQF0KVcCFCLJ/LYItGEI oaHnicSLDI4B2yaz1VOsG19aVt4 2016-07-20 03:04:03 81.4.125.13 35926 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=266 +p reject 1-65535 +r PoldiTor qTUeH+9oiqyTUe7b7s9XXGKjQJA vZI4Ge13baIWpIwVbpzAT52Ffok 2016-07-19 21:24:39 5.45.109.62 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=84 +p reject 1-65535 +r niij03 qUBqAG1ue12jDyxtTkKjOLXjQLI WZLsp4/wscrlnjJkK9JSzRHK1dE 2016-07-19 17:17:00 163.172.149.122 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39900 +p reject 1-65535 +r freddyLABs qWD/LMuXZMWcu0yZ6wfXbmIIrDc wT5KQ/wY3Oc91pNrfdS8NxsWLig 2016-07-20 04:28:33 185.82.200.208 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=134 +p reject 1-65535 +r BourbonKid qWcpPESi0/lLKkeRJVLBSQsaYO4 FP78a6lfmSxcWHUPYg9IHgglrlY 2016-07-20 07:08:33 79.245.135.147 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=85 +p reject 1-65535 +r NerdyBloke qW8Qgo9dO6QqyJJ/A23r2ZTvBL8 KGLGquGH0OHMFBxbgKXWwq2eQPI 2016-07-20 03:47:16 212.159.177.198 9001 9030 +a [2001:470:1f08:d10::2]:9001 +s Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=30 +p reject 1-65535 +r Kanal qXB2JgNq5Cjd9G27NhiI2e3Bis8 5hKEQBpLcrZEh0NUHFaUPGFVMxw 2016-07-19 19:42:02 95.91.2.91 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=369 +p reject 1-65535 +r thvrblnode qXaBu+9DGLABSW1+a3W04Z9eQvg 3P3iwjXD/ELmO/H3cModHgqoOGY 2016-07-20 07:58:38 95.213.191.32 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4620 +p reject 1-65535 +r l4mb3rt qXc3sXNWfZ6IQi67iljTpRu/Akw b7UcPOr7zQ2jtAFxi9wyVjP9pA8 2016-07-19 16:51:35 178.254.12.123 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=6850 +p reject 1-65535 +r GoatNode qXeNcRaAbXaklMWmNekEknC3+Lk iDoqtJbksk8wHHGe4cPdpsTmOFg 2016-07-19 20:52:44 72.11.150.232 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2270 +p reject 1-65535 +r schn11 qXhE8vghfnixFuQxr/j4aeXzgd8 +Ne3RS8SFFXS1bhyTcvoRouMob4 2016-07-19 16:51:27 155.94.246.30 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=1890 +p reject 1-65535 +r inShroomsWeTrust qYdTf7v3nyr4dzEpffZ/xwfXFDw Qc7YUz/Fjf8UVnHGXTB4mtsImwA 2016-07-19 17:42:41 37.187.120.148 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=7580 +p reject 1-65535 +r tor1nap001 qYqV2Ca2frcv3d3NrEvhWc4e5/g vLyVg9E76Pr5UHVF6K4iefxtcWA 2016-07-20 03:26:18 64.74.119.114 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7950 +p reject 1-65535 +r NotAvailable qZB8TM2ZqXffg1Zs072+P1U1kDA 4n1eFyA6Y4guH9b+X9Zi4z64eFY 2016-07-19 23:41:09 82.194.170.30 48881 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r orale qa8GjLZYfBamERmYvsWYRmVnR3o RyLbMmx1siI00P0hIH7aT8qlMOE 2016-07-20 00:00:18 45.79.186.43 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=10600 +p reject 1-65535 +r Unnamed qbc6CTfVFhYYiAbGJeALqOge7wc ZElcp8EB2u94vwplqBmCqc/Vm0g 2016-07-20 00:38:10 94.216.253.83 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=21 +p reject 1-65535 +r lairofthesnark qdUEXBudwaoYWLyh7odKYwXuBHs jGnRugyH+2EzW7FN9rF9mRxrbQ4 2016-07-20 03:41:36 50.193.143.42 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r AVUSBerlin03 qd65ILQrTsHeYkkDQDmwbWHzhpA vGizMvQsiQORramSFgHO5O8XQiQ 2016-07-20 02:29:10 213.61.66.116 9003 9033 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34200 +p reject 1-65535 +r FreeTurkey qe206/nvXzoSmliuKO+S20tQeKM MGumiJDSzZ78PDFIBIi/dLmygTA 2016-07-19 18:42:12 2.225.141.134 9002 9031 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=291 +p reject 1-65535 +r herlitzka qfUTWuGMfiXHx5EXzYx2Gb/rhe0 hcpYNA1J5BZYfbgVNkcFlFRqzbc 2016-07-19 21:17:37 85.159.237.210 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=39500 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r godeeper qfrZdq+7f9QpxTVyVP+WsjnK3dI F4MOTWJo6P4T+4z7GdTtJDF2/As 2016-07-19 15:32:39 192.241.210.161 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r Cleopatra qgPc6V+LGBxs/yCzySyiQ6+M1kQ gZo83BIRwmtw3AMoE29hfExdLjE 2016-07-20 03:10:28 217.107.217.155 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=115 +p reject 1-65535 +r rejozenger qg0WfgPimPmozVD0SLgfvX+oDVY PCcEbQVwGAGx3xShYJN3REwEzoA 2016-07-19 15:14:36 94.142.242.84 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r marvin qhlhCi7plDZOGdXGwSoI9LjS6W0 umgDOUaLqMgX8PldXxmWn2TF0uI 2016-07-20 01:44:25 91.121.166.152 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r Unnamed qhsCbuDIqVjinGfH2Ihf8nVyJp0 nxg6K82u0mP8eneSWZrHe14Jh6o 2016-07-20 00:21:33 212.129.4.84 9999 9998 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p reject 1-65535 +r eltoro qh1Uude91dzYY0sd7KqzZcBUluA kqEeUG2XgnxZWpnVnTpdg/yOvsE 2016-07-19 23:40:37 91.195.220.69 9022 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=55 +p reject 1-65535 +r Unnamed qiF2Sqmk/ZWUOUB7RP+fUYPCLic FWRjlKnFOl3egtSNq4O7bKBbppQ 2016-07-20 04:21:27 213.211.226.13 9323 9424 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=839 +p reject 1-65535 +r AliasName qj2bTEI7M31nALgV890iRN0CC+4 rMkHwP05l0hgcJO9VQxoP7eCOsk 2016-07-20 04:40:21 79.215.192.156 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=18 +p reject 1-65535 +r v8vWLvtBg17bVsdF ql1H1alq4whDeWYwVsMhoIEhVNU 1XSXpJRk2Q+kyFTol6ky7lGqfKI 2016-07-20 00:47:36 81.89.0.197 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=194 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r lol77 qmWzlgEkM1mkKBb7Sb96qVQM8pk lZBUlZwD8cTlZTWjIZbq97NkEfw 2016-07-20 00:13:37 91.138.20.28 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1280 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r hfouhfoahfadhs qmghGeWLL5CSN/HTjsl1I9Vkgr0 sRFxO8TEbC1BK8xYzYjLJmCmVk8 2016-07-19 20:00:18 62.245.121.56 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=184 +p reject 1-65535 +r drkhsh qnX1giG7VIGvk1lEtZfIQERZIR4 r1bO0LpgvQzDg2bM1FN3XTDq6bo 2016-07-19 20:16:17 80.110.11.25 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=355 +p reject 1-65535 +r tith qpK0mRMwbErCY/ChTmGrXUS7rXQ d8HcyWwFHci4417RSnH+/nb2XKc 2016-07-19 19:16:06 148.251.100.168 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24400 +p reject 1-65535 +r Chimpout qpiUymG0zYsyGTl6RKIfIH1EzRU wvGwG7y71aH2iXUdXUZr8vogPlw 2016-07-19 17:22:52 85.230.153.36 9000 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1760 +p reject 1-65535 +r lippert qp8KJ6H6iRXPQwpNV06go5JIt4Y q46cmwn6lUBtgcVgmsDKOwWSjew 2016-07-20 08:04:11 195.62.53.58 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2040 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r ReservoirPi2016 qqnvWSWnaHUEeN8lbVi4LLLH66M RBPus0JFLNU2kguxBooqE9eWITE 2016-07-19 15:06:43 85.158.152.122 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3420 +p accept 22-23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4244,4321,4643,5050,5190,5222-5223,5228-5230,5900,6679,6697,8008,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,64738 +r orkgroup23 qt35QLv6ZVfFPVEZrNkpRnzVdUU fzVYZ7KrJ1q3YyNYcGZ+9Ykg86A 2016-07-20 05:34:29 141.28.106.38 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Unknown qudY5MMPqBNElL7ohZ2T9PQkQJ0 CgvGuimsjt83y1npjZELozJ5/ZY 2016-07-19 14:53:46 109.173.58.7 443 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=190 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r freedom0001 qutqYDwQWLnQQYhOQpQZRLkV9QA hpVc9PKjpNtZqR4S7JncCrnWSJs 2016-07-19 21:32:11 91.67.79.5 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r privacyvalued qvgF8lgSn3IWs0K9Km5u28D2E4s Fbe3lMf5fVcdBrllnDkMJMoPmok 2016-07-20 05:42:42 91.121.104.168 37001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4160 +p reject 1-65535 +r iytrdwjiiii qvyg/y7rQ8G2NQf6hGGh4opsGD8 sxS9G5og3cY8XTLfxS51LidQxp4 2016-07-20 00:46:36 176.126.244.91 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=32 +p reject 1-65535 +r tftor qwP0T0YxroPTvXPwlv3QsAzRD+0 fw/o7BzghI8/+v6O8WH/1HGYpEE 2016-07-20 02:51:03 176.9.145.194 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r yaudepoele qwzBlRdHbmELhv95a3A2Q7/iHok c26MayhZCFHD07kdvsl7BvkKzmA 2016-07-19 22:24:00 109.190.109.228 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=17 +p reject 1-65535 +r BSDTorProject qyT2LdwXJYPP92Z5UNBZSxnTupM qOJ2BlRBcPQXER0S8EbZFxdpejY 2016-07-19 18:51:20 81.7.3.247 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=437 +p reject 1-65535 +r torsecretvpn qy0F92ywz0aC2h08lYMKmrPNGig fCPai578/lzmh/srphB72G90mDI 2016-07-19 15:44:52 5.79.70.174 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1340 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r BlackRockRelay1 q2dKX5ERReNY+G7eI598mUXHINQ xHYSHMHfT+Ojuy6j5dTrH+q2eSI 2016-07-19 20:27:49 128.199.228.61 1080 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=307 +p reject 1-65535 +r Unnamed q3OBbl17xSZky7nQBf9Xm6/q/oc 7X+ycgf7rbB7sROcWGIrJTgY7mE 2016-07-19 23:41:13 5.39.80.135 443 80 +a [2001:41d0:8:9287::1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12700 +p reject 1-65535 +r 0xbbATdf q3oFWny4AxWk3OtLqOMZr7/yrKo jKVhDtRfzLnvgyRiibttj4bQIVo 2016-07-19 21:16:34 134.119.32.247 443 80 +a [2a00:1158:3::2a6]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26200 +p reject 1-65535 +r Unnamed q4W+oBpvjvfHj12g3/dslO2Pi3Q 7s+gjX2tkzbyCHAWVG7Q5g2Kdr8 2016-07-19 21:48:25 82.196.14.142 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=205 +p reject 1-65535 +r CACpwcrack2 q4fqdrWEMCqtkiS+uHcVjBBP+eA 1QJ8EW3sgwCd+NnJvq+L83dYK0M 2016-07-20 01:22:34 64.137.215.207 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=1240 +p reject 1-65535 +r default q7+4xyikglNqi1mbUe3kikYh0KI ry2FD0+jSv9lfUu6vGzOxoOl5co 2016-07-20 08:23:03 87.154.163.133 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=637 +p reject 1-65535 +r robindps q8jtgEzTwUkssBSmfm4WYYnicNw lvS01vpZ7MrF7qeHxXoVVzwsNuA 2016-07-19 19:35:30 69.16.233.162 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=60 +p reject 1-65535 +r whizzpopper02 q8tJZfH+4ZNgK1CjZUJRBciJ0/g da1O/KyHLE5b+JTBz08JrLxSn9Y 2016-07-20 07:29:28 192.34.63.137 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=23400 +p reject 1-65535 +r cliffhanger q9eEI4HUnAK/56RPMmraxrO9CPU 8bk0ojzvm0Hmeepvyzfb5VDTFvg 2016-07-20 07:09:25 92.222.6.12 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10900 +p accept 53,80,194,443,5222-5223,5269,5280-5281,5298,6679,6697 +r CloudMaple q9tGgCvEBMN525QDvCJmgEczAnE lrfBlAXUyv/5TwCgCac6V05DuXI 2016-07-20 08:16:59 52.90.82.56 9090 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r Unnamed q/Kd/pt/16L9U7O3nD4EwF75Egc 714e0J5W1WsCKDSaQDNJJuJCIQg 2016-07-19 18:36:18 185.86.79.201 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6430 +p reject 1-65535 +r shammas q/PSiYiug75bln+ss3DpCSFfaNc WPTRusvXoMODAbqkDOesISz39Xk 2016-07-20 08:29:04 23.239.10.144 443 80 +a [2600:3c03:e000:71::17ef:a90]:443 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7950 +p accept 53,80,443,6679,6697,8332-8333 +r OdyX q/lAVhqOUoVZdH0iN4R+G9gjzbg 7+1PNhhle297oQe/WVqoqieFBtE 2016-07-20 02:20:56 84.75.230.35 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1170 +p reject 1-65535 +r taviscaron q/rJSWQHggZJsW5buOD7zlvK3UI 5vSlEGDOHX/3BuxkDV6B5gZWxPw 2016-07-19 21:19:53 46.188.37.16 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1220 +p reject 1-65535 +r badger rBdtkvLta/N0PdXbBlvv8ahCZXk rD5Yp1R1X/nFHkPs6yo9IK+Tnxo 2016-07-20 06:19:51 46.28.205.23 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4620 +p reject 1-65535 +r Unnamed rDKYmj6CgEJ2QtRkZa8okN8QCgc RcX4FAPPfmzAD1/kYCxuhHHlyME 2016-07-20 06:22:07 37.123.113.29 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=199 +p reject 1-65535 +r gm88000 rFAdUXGYJqT7eal+OhPnzIiV7fs /ZpYBcyKjY3QTyanEsiKJ36ljJU 2016-07-19 20:39:13 146.185.130.53 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r servicePublic2 rFFkL6egHEe2b5dHq7QaK8B8QfQ balJuQLDN/kURzQJSs+0pWOSR+Q 2016-07-20 03:54:59 87.98.178.61 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4470 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r WarEagle rFpy5cjW82VvY6bJB0eHotPq3Io sLCRdOlL4gCc51430Gz6GsEkWSY 2016-07-20 05:31:41 71.91.59.145 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=131 +p reject 1-65535 +r franceAthuros rF1v/ZCcjpTa+5WjGwQFQgH+J+4 kyJ3hthOTghj6zU9RX7n0R+gMVk 2016-07-20 06:33:02 5.135.21.37 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8750 +p reject 1-65535 +r torpidsFRonline3 rGb/pKs1pZ679b9McACL8k2Kelw bCZZkAEliT2hg48S0dPrd+EG1pk 2016-07-19 20:38:51 195.154.164.243 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=57800 +p reject 1-65535 +r undercovers rHAEsL0hJCCZdUOiceO6UqAojCU xmb+KHJbqaiTKRcf/C+Vmt7Xvfo 2016-07-20 01:01:58 212.47.252.167 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13500 +p reject 1-65535 +r FBIPartyTrain rHDXjAZho0VTaXtMkOjCyGF1QW0 EY+RJ3b1m5EVnPG6nusDNqqet5U 2016-07-20 04:10:27 73.86.175.243 9001 25565 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=849 +p reject 1-65535 +r Kraftwerk rHbom0O1GsmF4jB2plmNLS0D1ig QJzI25XkryAP+CuunbIBJ0+x98Y 2016-07-19 17:47:24 163.172.209.202 80 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4040 +p reject 1-65535 +r maikelTor rH2pwB+qjjIJTtyjs9JstuOt7Ko MCkREMXZkxP9XhLtStr+QgpoeX8 2016-07-19 21:37:16 192.169.168.200 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p reject 1-65535 +r raybold rID0bat+kC6dau4FbnkIlXeBSz0 bK+RuSstjWPPD15wOEYYhMFPUnE 2016-07-19 19:38:48 158.255.6.242 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1250 +p reject 1-65535 +r t0r0r1x0 rIXUQ+r6LSybbrow9sowXCW855s NyR5ht+cktHKmBmkzteDcBv/h+g 2016-07-19 23:50:36 178.62.198.54 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=312 +p reject 1-65535 +r tDcIKKaGPVahm70w rKRcttXfFR24iu9mbY/sxt3tF/o T7LD5kuxb/+7RMeqWSodRoJHCZc 2016-07-20 00:47:16 81.89.0.196 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=169 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r torRelay01 rKkLEM38gwez/gUmdYGOv1TW6nM lp6awyVqKGH3sWJhSsWB0AxFgCs 2016-07-20 01:34:27 188.166.87.161 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=16200 +p reject 1-65535 +r maschinencode rLGiR8VZz6KV0SPLhcVAGsOqUcQ swOmDAL+rMfiiikUlTLC+oWGSM0 2016-07-20 01:56:36 79.231.236.174 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p reject 1-65535 +r Ulysses rLlTWLNfkuf3U/yDH3+RB5MkadI L2ClZErjuIpmhP+ZNxcIovu9lIo 2016-07-20 06:36:58 84.3.0.53 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=48 +p accept 80,110,143,443,993 +r node rMA7rU9rCEy7D/MBhMXSLb+IKDQ oYwX8nnbnmdgOvfro6FEobfktp8 2016-07-19 15:08:34 92.225.68.26 32888 39055 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11 +p reject 1-65535 +r kulcosictor rMh0rW1NOsMIy2wERiChWaESMZY krY1EbmRKQBGH0r02JfVnQQTZ58 2016-07-19 22:30:47 193.190.168.53 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1010 +p reject 1-65535 +r CSEListeningVan rMiXV9m/UqIewiqc2+vVBhWFxIs Oh4PG6kyWtl/M2+HBO5Qdb3VgZE 2016-07-19 22:34:25 209.89.251.118 22 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=276 +p reject 1-65535 +r awai rMnq0KZ3oaNCq3lomb3mEu768FY T3eJPv5Et2qSOm9wy5RzN4vOYhA 2016-07-20 03:31:39 46.128.60.60 666 333 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=400 +p reject 1-65535 +r TorYasu rNQOGIW7DHTZq/BQg5NtAAdniO8 gPlgp/YN1NXYwPubSR/S9R0dAk0 2016-07-19 20:37:25 117.18.99.249 10222 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r onionPIsol rNXmY5ewkO2Ra2huD59e9VwLtLU IxHWaDMx412oVMMdkgBNwsLWJg0 2016-07-20 08:30:43 184.90.48.2 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18 +p reject 1-65535 +r torrelay2ph3xat rNiJ2G4C7dqxr9gfWYwJNiONxtA KxfZNolW4kNuuElCqyKG3nK1L2E 2016-07-19 15:07:38 86.59.119.88 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=60600 +p reject 1-65535 +r kramse rN2ehaBbEnugEEZsE8jEchLoo48 mGIdlk2pzZPwl3pTgZOtKoTeGfE 2016-07-20 03:52:39 185.129.62.62 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18600 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r mateyruse123 rPCYLw1aDV3Pc8NRCGpOgO/C8iY p17ZDmpD6bW7TQ9hW9PlJHOJidU 2016-07-20 00:46:05 92.222.88.7 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25200 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r startor0sg rQD6wquX4xDsqyXmoVT67tNFki4 23XsgkGyuugaNGqEdoGj26dIJ5o 2016-07-19 20:34:32 128.199.92.169 443 80 +a [2400:6180:0:d0::4cc:2001]:443 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=15 +p reject 1-65535 +r ididnteditheconfig rQU+Zvi3/oQc6iP25ZAstX6kDok OMnleeZZNvEMynfC5ymDYsyRL08 2016-07-19 22:10:05 188.213.143.119 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=23 +p reject 1-65535 +r sputnik rRlJDH27JtOmjvyCT2fmmwqW5gE qRMwSTOUvdtqp0SFY5Wa3twWW7Y 2016-07-20 08:29:04 188.40.128.246 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19500 +p reject 1-65535 +r torshax rRmrJ20cmd63Sym4gMTQuJFYGdo Akl+TVKDvhppYLbX7amRapGQo4g 2016-07-19 19:28:48 92.222.84.136 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17200 +p reject 1-65535 +r ratwerksT1 rRs0lrLOU1Kh1p4dHLfsG634OU0 myn8RDuF4lSkr7I+OzJ9JA6Th/c 2016-07-20 04:21:35 23.239.27.28 143 110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1700 +p reject 1-65535 +r riot666Relay1 rSGYW76KA2kcZax7qLEdKuUT1jE smf9bqL5vR7rdIcN7nQTxlX0kt4 2016-07-20 04:00:00 104.131.12.139 51134 0 +s Fast Running Valid +v Tor 0.2.5.10 +w Bandwidth=14400 +p reject 1-65535 +r jfdw102 rSQ6DeNZtJ3ZeQsXAQLRVjc+2nc iEMPgwX28f8e82Q8AW7z1FJUnRQ 2016-07-19 23:56:54 84.245.12.133 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=5170 +p reject 1-65535 +r janschejbalScaleWy4 rSU7SeMDxqseBIsBQ5KsVp6Kfa4 dnIics/UFGIPtfvkxJQw+wMkbIE 2016-07-19 22:23:14 163.172.131.88 443 80 +a [2001:bc8:4400:2100::2:1009]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29700 +p reject 1-65535 +r PPUKATuinR rSYVQK9QKJMkdeDgrdA9WpX31Rs u6aUSmzIONx37TB6F6bZCFWhNNI 2016-07-19 18:51:20 82.219.9.89 9001 9010 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=72 +p reject 1-65535 +r palyhomp rS3SwaKToNsBMwteXaXje5RqQvo eQdt0aO3NU/XCSDDShc9L/xI+fY 2016-07-19 23:39:05 193.164.217.85 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1000 +p reject 1-65535 +r tux3 rS4oQfGgSCDkQK3VOEz3aKEcMwI JU2Fd+CWAGFVpSI5Q+nsiVIc0I8 2016-07-19 22:14:45 163.172.140.60 9002 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15200 +p reject 1-65535 +r Unnamed rTG9kvPHGnLGaCp65ZDy4bqJSWw qDfDtD/mB9ud+WQgqUWYdidYPuM 2016-07-20 05:48:09 46.107.159.223 9001 0 +s Running Valid +v Tor 0.2.4.25 +w Bandwidth=8 +p reject 1-65535 +r AccessNow006 rTaEQun/M8CMdAffLafblY9AbOI wcclGunhQdpMwYqtz8Gb4xtY6aU 2016-07-19 16:14:38 176.10.99.203 995 1194 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=7910 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Isis rVbR0THq24OEg8Y+AEvJdxp+rPI HOa9oYyzpL3G3Nq0GAIdXR44BIo 2016-07-19 22:43:28 95.97.9.82 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6320 +p reject 1-65535 +r cma rVcwymUWD2MmmDOhTP4Ss6V4xmc Q2/taop5UZSJrWEXmYVfubKONA0 2016-07-19 21:19:20 93.115.84.143 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8790 +p reject 1-65535 +r torin rWZiNp8dy2v03GjyQ5UYtbRi7eo ZhJe3z8cVLYWTvvJlWqM3+6rtsA 2016-07-19 16:23:52 188.194.248.118 9002 9031 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=374 +p reject 1-65535 +r zorbstack rW0Fqv5GVUnydU1zBJOMFxCpvwQ 9MAiK/H1WhAf4BVPMX7U1Q6soq8 2016-07-20 04:00:58 198.98.53.105 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=3850 +p accept 123 +r default rXcHMkni3HOB4n1A3mhuSvGNASM vwnxlAiOHV+HagwcybShhw4yr4g 2016-07-19 19:02:20 222.12.103.17 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=3 +p reject 1-65535 +r CB3ROB rXuUW6U4G/TFJuWSWA6BpNaqJIw XDSZNc/vXDo0iV2r6vjgBY/Tb7M 2016-07-19 18:24:47 185.35.138.92 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1220 +p accept 6660-6667,6697 +r jhament2 rYLH7UNCWf9e+Mxk2mmcke8xeVU tSYtWCiaJ2P/t6za1Nz6i+2NKjk 2016-07-19 20:27:28 216.189.147.20 143 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1030 +p reject 1-65535 +r AITUK rYZz1HA+Addo6ROC236ceVxoPCY /HukRukbTERzQSZESJuu7XynoCU 2016-07-19 17:59:16 92.111.4.177 9090 9040 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r DigiGesTor1e2 rYbNGklXPVKntvSjV1DxYarYnIg q16jQ2zvY3pcEMsl7yX1Y2QShhI 2016-07-20 08:17:13 176.10.104.240 8443 8080 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r puny rZdnhMX0TQ2I1nVKyNg+OBW0ZPQ 5rx0IgIPG8tKarRDnafW/5cKH18 2016-07-20 07:13:06 91.152.115.75 993 143 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=786 +p reject 1-65535 +r PiratenNDS3 rZtYCDbJlCMX6bdmTsezkHXeu1s xr168r7Pi/9fECqyU2/c1hVRYJY 2016-07-20 05:46:49 46.165.223.217 9001 9030 +a [2a00:c98:2030:a020:2::42]:9001 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=26900 +p accept 20-23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r OoliidaiNgah rbOYt/WsLZNqgIB1hgf1zLS3jz4 ayn/ecUKky+mhB2oLKMfhNQdSMo 2016-07-20 01:32:43 163.172.36.33 59001 59030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2680 +p reject 1-65535 +r Willzyx rcVuSRgZFGbhGjTmsibr/hChSlc i3VFieIayRsjCMnHMt1/wTpTqo8 2016-07-20 03:03:03 84.242.69.237 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2070 +p reject 1-65535 +r eL5gMmiPbfmp rceT1TSuDjlHCWixAbMd54BPs8U hzqAj98mH/A/mdJndzMYUGjJHK8 2016-07-20 06:45:06 147.175.187.143 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11700 +p accept 443 +r bummer rckDjqWIjKOp+D3dhblv66xIe00 dAEGDSNZhVt+eR9xiDBAvcV5y+Y 2016-07-19 16:55:56 92.222.22.37 443 80 +a [2001:41d0:52:d00::25]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3390 +p reject 1-65535 +r ch4m3130n rc+wNa69QYgWZWN/J7TitCjKTMU uJw1/LfFMJ1bRtqDAco3OS30O0k 2016-07-20 07:32:31 45.32.39.157 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2950 +p accept 1-65535 +r Unnamed rdjQ1HUceJhAwkkM51xiBk5JnRY zE+OB0vIRk3RTL1CAqWg/trh6HM 2016-07-20 01:50:31 70.24.198.255 10010 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1 +p reject 1-65535 +r CatRelay reRdo6bTGP6wfi4Jm8zP6orayNw vk26xJwO6CfnNu9hmikX3mWvuaQ 2016-07-20 00:23:56 195.154.81.245 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21900 +p reject 1-65535 +r VaclavsTorExitNode rfaO1fR3R+wmD+yqshQKpmbHe6A yPOfVFMt2wW9DpBl3/53xkFIlr4 2016-07-20 08:16:46 93.89.101.27 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=139 +p accept 80 +r entername rfibam7qVp7gaV8eGpf930Z+Ix0 PJixzgL1fGYBlv5R5qwkSLUMMxg 2016-07-20 07:01:07 188.0.236.103 10965 248 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=50 +p reject 1-65535 +r TorDEBaer rgyLUjodZRjzn2G1qfj1CoZjT74 fUz8pomgEjRDZD3MVszaimmmJDo 2016-07-20 01:05:30 91.64.54.129 9050 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1320 +p reject 1-65535 +r FreelayGamma rg78AJ3GU+aCdim6x9WuDHgaWKA XmEVIgwOJmQp4rnwIRpPidmYpOw 2016-07-20 07:35:05 50.116.3.223 9003 9033 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1920 +p reject 1-65535 +r tangier rg8EC99pYGF38oZU3mjx53ie7os od8Sd9afv3ILmEGDV6qnt3I2ev0 2016-07-20 05:39:34 82.211.31.247 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3860 +p reject 1-65535 +r drout rhMMF9FjvBKQJIvJ5Z6eN/RHIg4 J7cLdE3pleK3Kw0jIyX0u3cZWR8 2016-07-19 20:37:56 185.72.176.136 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11500 +p reject 1-65535 +r Shaelle rhRJ3J8qVZ8xu20HCYZeWxbWZNE Eqs8cKavCA2zHFp/xNHxIebTR3Q 2016-07-19 16:05:54 178.62.201.39 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=684 +p reject 1-65535 +r 0xSILICIUM rhUrXiEU+s0j0+F6cCecyFBjaTE tu/DIX2iMXYH4s6K5YZhyCDGx3A 2016-07-19 21:17:51 5.196.14.51 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14900 +p reject 1-65535 +r ieditheconfig rhXYDLtjbJuFOMskJg6Gdq2ucDA 10/AdZZAUWWVF5/uDpvAgN/fXf4 2016-07-19 21:12:33 89.36.210.213 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=71 +p reject 1-65535 +r UWashingtonCSE rjHg+/DT4bOfHdj1W8Bw0Rr1JLA pda099YxJ3gfcgzZS90Zvq1zUzQ 2016-07-19 22:07:45 128.208.2.233 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3310 +p reject 1-65535 +r nasse rjkIjqSMJVagm4TXD9eoJk4rJi4 jxmBsrkV8tD5ctqkVBWdEOg3jPA 2016-07-20 04:24:06 155.4.56.170 8443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14700 +p reject 1-65535 +r SveVzetamaWgVwUs rk6DsL/fZ5mJ10bDs97y68o1+mg wu/2t305WffV+ZFtww+6hRrNMIk 2016-07-20 00:47:35 81.89.0.201 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=286 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r firefusion rlx0dukoSiyrFpoL8pQP9RuNojg fyUKwjJVptVC6GUV7JZORKs0ftg 2016-07-20 01:29:47 62.158.89.173 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=136 +p reject 1-65535 +r default rmKYidSeXoScCU5jFa63dWKE4p4 GNiagFlGMVS6GOjh18rbE6WfhE4 2016-07-20 06:49:44 77.40.84.220 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=8 +p reject 1-65535 +r Doedel21 rmqMGOdJm1hs02JGrEvK/7v5OrI VdDHHUmesKENSjs+rvYkrwuyBAw 2016-07-20 01:58:39 178.254.44.135 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10100 +p reject 1-65535 +r puminya rm+IQtkiFFwg/GGqeq6ScDwo2Vs QGL6vFIqjb8kj+gPYWgwE6pvQcM 2016-07-19 20:14:02 188.193.97.224 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=303 +p reject 1-65535 +r Unnamed rnwb8EtytTMctLUzBKCohvlJCYA X6qn/paCyYEpPQvCFQIXJn3jFIE 2016-07-20 06:03:58 184.54.244.95 9005 0 +s Fast Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=215 +p reject 1-65535 +r yawm rnxUy7A7Tp9v/UYOt1ckaJ7rZ28 8xByqNu26t3fY7Z3329ZqNh/uXc 2016-07-19 23:30:10 86.103.176.139 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r Forester rn/S9LXVEwN8E2fnISY3ZhP/e+c +Pn9D95aNlxZ4NAAWcsBMmoOulk 2016-07-19 18:20:27 23.95.9.47 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.1-alpha-dev +w Bandwidth=1160 +p reject 1-65535 +r naoh roEsrl4+FiYfSLYg4DDCb3vwJ8U 3f0JHcPlRb63ZX2CDrfJ0xNE9zU 2016-07-20 03:33:39 140.113.208.73 21 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r masen ro8bNFaY+Ck5nLrwSbAaFPnrwV4 9x74j0HnwecVTf6+9hri/ifttNg 2016-07-20 06:53:20 50.7.151.127 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=16900 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r BorichL rpN3x1zoIug58V90yfNG5o19tIg 5lUXSQQhuOijbhWjdYN1w5Xf2to 2016-07-19 22:13:25 5.19.184.37 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=821 +p reject 1-65535 +r berrycup rpyeCUeNkGNSN2vCbP1Z4dM3KNs JZtsorK+EUEyqxdq4bWb4OUfK5k 2016-07-20 02:25:06 18.82.3.196 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1960 +p reject 1-65535 +r BlickWinkel2 rp+Ym2AE2zwut4BpDtL9QYlltio XZmOrMGQEyk/E2yw+hApl3P7WOg 2016-07-20 05:34:34 142.0.38.3 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1230 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Shinigami rqArdoTPeA5TQDpPUNeUmz+NJFo JyVpfslZKaUrXf+AcKOqjKLYR3M 2016-07-19 17:45:40 149.172.183.22 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7 +p reject 1-65535 +r Doraemon rqNeO31CkrUI6l9vMjirV9yMrz0 HFVIeEcDYocCCOhpzZeK5Kd8Ta4 2016-07-19 17:19:09 200.80.42.234 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=389 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r wommelator rqQ8seR75fgFFxGyvwFoPbFWjgU PRsrGRMQDU6uSO00Re7KOmMPbfg 2016-07-19 18:48:23 37.187.7.74 443 80 +a [2001:41d0:a:74a::1]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20000 +p accept 20,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r torberry rqnZvBlfjUtFPZ1ILBBbNI2gbOw 3OGn1V/Vq8melgdWRRetTZXpqOE 2016-07-19 20:02:21 80.127.253.203 4218 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=801 +p reject 1-65535 +r Unnamed rrUpNovdQ9Xum/0sCxSH8qc3m9w paxMIWjqBVJMy32qscOjE5w6bQs 2016-07-19 15:36:40 46.4.49.201 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=35300 +p reject 1-65535 +r daUni rsdqaOrJuLAf9LJ7dmQYIk9i8j8 6Ugb38lAlAr+u9bnrdLSfOxXImo 2016-07-19 22:23:14 120.56.165.96 8080 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r belphegor rsmVj3oa1cFYdVNuwJNG2zJmqw0 ZtBZFDw11Q4y5J8yp/yCGpFukdA 2016-07-19 21:31:28 178.62.107.194 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=29700 +p reject 1-65535 +r NeelTorRelay1 rtdjczJGU6BSLfMFULoxkCss+kQ s4IQOx/qw00yev7B4p1tm4kqoXg 2016-07-19 14:57:16 69.126.168.118 6000 7000 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=3770 +p reject 1-65535 +r linss rtrHCBrhS40kHs8P8XooWKtDg9A xfUF+745UbKgR3gKPnrcWsob5+8 2016-07-20 08:10:52 173.255.241.235 9001 9030 +a [2600:3c01:e000:131::8000:0]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3940 +p reject 1-65535 +r Unnamed rtwSXRN+TVf9lnKQae0lcqSNCdI MNAJIZhfpOQ57QJ/1e04xxKBfhk 2016-07-20 07:07:34 208.95.3.28 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=72 +p reject 1-65535 +r SilentT rt+sbe2aeX5EVhdc3feghK0Lu9I FX2/677PLIZaiznRHPxaxDnuNAA 2016-07-20 00:18:17 188.213.25.172 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=23900 +p reject 1-65535 +r HTPC ruPM/OyWfctgwIUxq2nWAUOL5kQ bgyst8tfkA3f6oFAWWo0N66hx/Y 2016-07-19 16:02:47 109.104.12.92 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7030 +p reject 1-65535 +r GiacintM rvytW913aL6GHgcTqYl7bEvUZXs xUpm/gFUdOi037LUaUtOq9qNtH0 2016-07-20 02:19:04 46.30.45.215 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1100 +p reject 1-65535 +r default rv9aYbJem6eVzs+POz0ldyMWJqI NyKWDu76ORyw+KOpA33Cj24jvO8 2016-07-19 22:16:43 208.104.144.30 1099 9033 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=151 +p reject 1-65535 +r weareonfire rwHfaeXAcU6JtN+6W2dqLVTvyBw 4AVaZyl/39NyqSMsI1j+Km04X8w 2016-07-20 07:15:07 37.187.123.121 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6510 +p reject 1-65535 +r GroundZeroBBS rxshjDiKFPUmnpvvC2TiwkIYLuA O62ou4f2Sojw/6LNkEkj8YDerbk 2016-07-20 03:08:50 139.59.7.47 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=169 +p reject 1-65535 +r duchin rx8VgZrHZtZQiisF2piematRH58 2D/fcLrMEJbjC8Me2EG4O2xeBmU 2016-07-19 15:39:07 91.203.5.165 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1420 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r honeybee ryxJ3+0wpti61BMzhNllgFKWQUI m8vdHAfkJKeD+T6aMGPeFnXYv6k 2016-07-20 05:53:09 176.123.6.234 9649 25778 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1140 +p reject 1-65535 +r SIGAINT2 rzItg6TSBIsi9/GvXziv9NCdC3Y qKUjwOvonqMMLA3sZOkn4g8SePc 2016-07-19 20:45:03 46.28.205.170 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4640 +p reject 1-65535 +r Unnamed r0FmMzGDnr1AtLFd/kDTE50ZKd0 1kCB4rUmIKYNRbjI9Is09o5S4rU 2016-07-20 08:22:01 69.172.151.212 9001 0 +s Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=1 +p reject 1-65535 +r CyberCyber r0iQSplU03qYkiOcDDEz/HjGGiw gDs6k2Yg2soug6rjR89ygxJTyl4 2016-07-20 08:47:43 212.201.68.152 9002 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32700 +p reject 1-65535 +r brian r11c+4KvoI+2FGZc4txR9KrHs8M 6qSbRmlMAPdZxp6xAizK6yb5Xck 2016-07-20 04:13:47 98.235.185.167 9090 9091 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34 +p reject 1-65535 +r goodrew r17z3wHpWBC0Ss7pRXahKE109lc 1UoFAT7+hCy4SFYbQjyDH4k6jPY 2016-07-20 00:39:19 85.31.101.98 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=10200 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r AdamsApfel r2SCrAiFfiaP2y79x2ZseWTosi4 nyFenXxKlfkTBTE5PFW2/9nylns 2016-07-19 19:37:35 81.16.105.35 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11 +p reject 1-65535 +r ufm r3eqW9kkMZUQ+ZswzQky0ysBtcU v1YHEi2kI2Ngf9aFjQdBeJL/t7c 2016-07-19 23:53:11 31.129.166.78 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9800 +p reject 1-65535 +r octothorpe r3pGSsg/QvGu7eAQUBTiOiPwmOM 6hgdnDPgmFVYcl01axfabW/YcN4 2016-07-19 23:04:33 82.196.6.199 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r kasperskytor06 r4EjVgkZ8WDzikShNBjXrC4UzmQ jJLU5gMhIs9AugHpQxsmoj7jBYg 2016-07-20 03:28:23 37.221.171.236 9006 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6490 +p accept 53 +r dropsyexit r447idRvbPzJJfxNngtEd084EHg ly/MCpX7LZN9CDYqM/J6lawXUWA 2016-07-20 05:02:38 185.61.149.41 9001 80 +a [2a02:7aa0:1201::bf70:fa5e]:9001 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=658 +p accept 43,53,80,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r kumitor r6R7Xkam1QsKZ8N8MJI6dpka6wE E5jYVtUScokO062BIeMRBhYBplA 2016-07-20 00:19:37 5.189.152.108 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14700 +p reject 1-65535 +r TomTucker r8MwrI40r4NZCqi7RC3VtjXvBFg UZH4LHq9iTq7eR9v3Esw9Ww14fE 2016-07-19 20:29:54 95.131.234.2 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=19 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r Unnamed r8vTURLDZed2XjBZj+qOrLL/gdo Xjv6QngFlpesesOkiQIDoB8Kwq4 2016-07-20 05:12:23 139.162.148.36 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=196 +p reject 1-65535 +r Eureka r83P4wLlR9EPvX4vpwfmwSxqk0s JtH4uKE1lL4uutotFFNYGnH/EPc 2016-07-19 22:45:05 104.232.3.33 443 80 +a [2602:ffa1:210:eff::ccc]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=6690 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r A1TOP r9ZuK1mZXDrVBmdX43zHCyRicoY ENTNH0oKcFQRd3kk0pcDW2eoKF8 2016-07-20 08:13:42 23.91.135.132 443 9091 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=40 +p reject 1-65535 +r thicantor1 r9hITw2E+V6qEdYtgidn/mOBqV0 6Z332dRRwiKJtWClFxNIcu8s0/s 2016-07-19 22:00:32 188.165.6.66 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1530 +p reject 1-65535 +r ididntedittheconfig r+QRBT3a980yl5GJCMpEJNHhUBQ wifyJLgdeVMp1AyIZRmi4L0zZg0 2016-07-20 00:52:37 95.27.163.172 2443 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=211 +p reject 1-65535 +r ergator r+R5Ye2j5AYjffvCjPNl6eyeNOk TF0vFf+Ll9i63NLkAJlJdyiJrn8 2016-07-20 06:21:11 91.121.197.157 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=184 +p reject 1-65535 +r TorTechCentral r+vqcyo2sfDKqoT3Lyrc0i0hQVY pnOafBTZpjXvz4u+rfpncSGQ+BM 2016-07-19 23:03:36 73.166.52.4 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r Wix r/L8XG95O24Ufrk8GJfW3aSeVP0 YSoLn0gARthNmQTwXBdXBqe9h9o 2016-07-19 17:37:05 5.196.66.162 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19400 +p reject 22,25,109-110,119,143,465,563,587,2710,6881-6889,6969-6970,55000 +r hereiamdontsteponme r/gqeFBy/Z8YcPlpknaFlpr1yGI Czh1rCc6NIHXT9BJe9KMoKeztww 2016-07-20 05:22:32 5.135.159.110 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1370 +p reject 1-65535 +r Yahta4ee r/0UfbzAZaXO9yWLwTZ8w1hVpDE 7g++rOP50Ei8Sjidef+DMXkAeh4 2016-07-19 23:45:41 5.9.156.17 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15500 +p reject 1-65535 +r irons r/6SNtLw8OQQccokPpxMFNo6hrg BZVDyrV2kNkF0iBjMyFkDOlJx98 2016-07-20 03:01:07 138.117.148.45 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p reject 1-65535 +r Unnamed sAxsuR2H5dKeRQ4TlxpkAvROJgY Ps834UEtEgzvvASo+1Fmk9zfjn4 2016-07-19 20:18:14 109.236.88.9 13947 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r huncastle sA7waBdg0SrhQfBrG4vYKOa3KPo wqgnFS2voK+bGhbOVtevRBQQiig 2016-07-19 17:16:01 95.211.226.242 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=662 +p accept 43,53,80,88,110,143,194,220,389,443,464,531,543-544,563,636,749,873,993-995,6660-6669,6679,6697,11371 +r sipsrelay sBPKZMgu3GFrs+xdvjW7c0Tt/Co w5DI2okHlJZH7R9v8i242309ius 2016-07-19 21:58:28 144.76.53.125 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12600 +p reject 1-65535 +r Unnamed sBRp446TsKr9xXIRaDbPKghWGdA JwjhQ5M3eVH7r3xSfvu6WSq62U4 2016-07-20 06:02:16 85.68.192.85 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=61 +p reject 1-65535 +r fruple sBVGwjfiPKL5J44YT1FCMY/TcoE oRdxWTYMwQMJ5j9bbNwpyRGp0eQ 2016-07-19 14:57:39 45.62.255.94 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4390 +p accept 53,80,443,993,995,1194,5222-5223 +r chaoscomputerclub1 sBt5cyB7H9L3HVHRtRuJ7ncDXPQ 1ipzPj49TjoBgxWcoiGr4TuAiak 2016-07-19 17:15:07 217.115.10.131 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=27000 +p accept 22,43,53,79-81,88,443,465,554,563,587,706,873,993,995,1194,1533,1755,2947,3386,3690,4321,5031,5222-5223,8008,8080,8443,9418,9420-9422,11371 +r BaerchenWiese2025 sBvwkkTGtzaHu3gcWpyegSl00IY ckDg1MNlqjGL9U6JpQzInv8eHCI 2016-07-20 00:14:28 93.193.147.4 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=42 +p reject 1-65535 +r chulak sCeaUhN188sq4hC9v8ZF/dLhlzo kiKNOy6oUXKQEev+47EJh7/dHmo 2016-07-20 00:57:03 176.126.252.11 9001 443 +a [2a02:59e0:0:7::11]:9003 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=143000 +p reject 25,465,587,4899 +r Unnamed sChUsFgNygKvKmtfQtYksDvGbUI cNDZVYdpieezIR2J1VI72XJMF04 2016-07-20 00:04:21 69.85.92.224 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2710 +p reject 1-65535 +r GeileWillem sCwMheJYUxqO9zeIdUxztCXSMOw Ij+afJN2W8/PcumA1/k3/QwQqII 2016-07-19 21:44:28 217.122.175.19 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=423 +p reject 1-65535 +r torquemada sEBET5QDHRwfhguAPfP0qKVSOoI x3p2r55sUtaZS9g6sImrRpI44iY 2016-07-20 04:43:23 80.176.198.104 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r ivitorrr sE9ZKGyt48l2F6iAHngsgkGqZJs hG/fN/tMkBYFUufhyWntccwsyZU 2016-07-19 20:05:31 31.3.101.37 9001 0 +a [2a02:348:73:6525::1]:9001 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r zwiebeljack sFUxdarbBQHlph/GHOo5cL4TD/I LyliY8czMG/fKSJKUoOKvuKpVQc 2016-07-20 02:42:15 79.143.176.94 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19800 +p reject 1-65535 +r Unnamed sHY3PveR2z4l/xVY3NyfNzA1Xyg +vjuM0+x7msWokIS81Fn7Qu12tU 2016-07-19 21:00:14 212.47.248.10 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=539 +p reject 1-65535 +r BrassHornRelay03 sHznn9IVEpw4H2ZFsW523KCEXKs DVw9Rr+G30fnYthySvwx+8vm5ME 2016-07-19 15:42:10 213.200.106.131 4443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30000 +p reject 1-65535 +r ireadconf sH/M+sYTGVP+hSN4e0oZDRbfZoE wyG2i59pivbnWkZidoTSXBBBElA 2016-07-19 15:16:49 88.198.207.222 9001 9030 +a [2a01:4f8:200:63af::222]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=16700 +p reject 1-65535 +r Necto7 sJZEFaU4AIBXCEXny/yt+H/czlo C+7vC/Fv6ASfNFMV+zCpRtGcfQY 2016-07-19 22:39:03 93.115.95.216 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35600 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969 +r conti sLKTibWUhBgStCgvbJOQNcYNUwA z52E66LOf4XpICCVG/u+AljPD7U 2016-07-20 02:04:08 5.189.133.245 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=16300 +p reject 1-65535 +r Biggetje sLiJZhLOsCYhIx2TAds7fMiXTZY kZB8INdADjrGeqeIQt2Cub2EJ30 2016-07-19 22:28:43 84.210.100.136 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=109 +p reject 1-65535 +r epic2 sLpg1o76sK1aL2VOvELE4T2Q1qs 0Vp+mKNEou37yKNWw1svQ4LQilk 2016-07-20 08:47:48 142.167.179.114 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3360 +p reject 1-65535 +r Intorr sMaN3UJlyFDcCM3gEVQCXp6+wU8 TCUsmVnpMxmSyJcQBtaVC5doiis 2016-07-19 19:36:54 79.172.28.205 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=746 +p reject 1-65535 +r Unnamed sNPmnRpLMzEiPYtdPp7aKla3Yqk TK8Et9wnJ0Kq0F2q2Y/MMGf0hvM 2016-07-19 22:40:53 45.79.215.176 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=125 +p reject 1-65535 +r Elzpiraten sNeG/vVe7D4X/dH4OhjEulEjTvM MwWIFLNko/QvZfIZmeCVTbLE/nM 2016-07-19 14:51:10 109.193.49.52 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=125 +p reject 1-65535 +r jayjay sNsFAsSFSFXnXxjF7ELq2BHR+5c PF6w2QhCzlyIH/Uh+IewLQONXYI 2016-07-20 00:32:00 88.217.13.188 9035 9040 +s Running V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=20 +p reject 1-65535 +r NET0X13ATORDE01 sNtMHytV5VzJyxyj/jzuBi4ay1Q whdOZ+eR9CG0M8chrAYt9m86lPU 2016-07-19 20:00:55 178.162.218.142 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=980 +p reject 1-65535 +r c sNyAX0sLwTpefdgULPFgCt/ZoRU w3MCeHoIvOaS2/0QfccxyML91G8 2016-07-19 22:52:54 5.49.61.71 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=321 +p reject 1-65535 +r otahasa1988 sN7iuoV8RHCUV/X5jLrK+oj28Kc f/dKOvUGUJmab8ulaHAbMK2KR5U 2016-07-20 07:41:30 134.61.131.165 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=362 +p reject 1-65535 +r forgottenforest sOLcrkOAL6vGB8rYwnQuicsEqas Ay0UKgQqnpTL2Jv6fOwogUMfc4c 2016-07-19 19:56:15 128.199.240.193 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=666 +p reject 1-65535 +r Hydra sPczU7XHpPNONLLCqB8CtOlgb9c mieJGbP+7jR3yN1ciwc2OpQusTc 2016-07-20 00:19:19 93.94.184.170 110 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=81 +p reject 1-65535 +r Lemongrass sQFQ/s3cVQMouSiEk/3qx6LKxkM hn1VlHOX8v0puFGJuNWyL30lI4I 2016-07-19 17:34:28 37.59.51.55 19412 21046 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1270 +p reject 1-65535 +r draegerwomen sRAZOE+WxdVq2VwhDALeK4rV4IU HOldFeDd2AWhoBiRXNWAZbMHlRk 2016-07-19 21:46:24 212.47.226.20 80 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4360 +p reject 1-65535 +r Survivor2007 sRbWTnKBPuqwMckqhvNdFR0/KLU i7fP12s+deO9MbZ6lCtyKTcjDZI 2016-07-20 01:05:31 176.112.237.255 8443 853 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3810 +p reject 1-65535 +r blinkyblinky sS8/GSz3h7NuRcWDB1ai/FnZzoY TQxKaDxM4ifD7/toec3DZ5h2wkA 2016-07-20 01:15:43 107.188.188.57 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=757 +p reject 1-65535 +r pubservB sTxMvcb5TUQBEHiHw55/6Oiy80s rIjWoo1oAuquisavcgxX1wUqA44 2016-07-19 22:19:27 77.116.139.37 110 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=780 +p reject 1-65535 +r wardsback sUPUObctI5pBn43OB7io6xtIb6c eusVJy0KTKTn3Te2DdRHVCNtCYo 2016-07-20 08:30:00 212.129.62.232 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43900 +p reject 1-65535 +r Anubis sUfqMQPb1QjnZUt8uoTfoL9k6xQ YhsJOmG9XvT0vuQagr4yv1CUAmw 2016-07-20 05:41:21 178.162.194.82 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18000 +p reject 1-65535 +r deichy sU+vbE6o5tgKXQT0F7Sq+ryyzMM ogxLiQ22C98HaN6R9foauEOWEz0 2016-07-19 17:17:51 92.72.48.63 9035 9040 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1120 +p reject 1-65535 +r sirius sVOv+dNvRXKwhUISOcTSVb5NkKI D9OW1LwrgcxsLikbDtsjRTJR/+8 2016-07-20 00:46:16 163.172.29.20 9001 9030 +a [2001:bc8:2515::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41400 +p reject 1-65535 +r oolong sVwnIMdmqfGppw3GjHWbCALqHg4 cwNokDDpMv5TsP2A5pf77vYYBY0 2016-07-19 17:07:37 45.33.52.163 9001 0 +a [2600:3c01::f03c:91ff:fef1:7ab1]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1060 +p reject 1-65535 +r alupigus sVyuE/D5sc44SqCvFBruGT4E+sI 1pkJLKPN8boNFZeDnIAu2sxEXdc 2016-07-19 19:54:04 86.125.233.51 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=278 +p reject 1-65535 +r 3141592653589793238 sXJrlIhc46w5EMqLYGIrl7mOJSk x2pLhgV3QL//ZovkAhknaFzN20U 2016-07-20 05:41:04 185.66.250.141 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22600 +p reject 1-65535 +r PersilfuersNetz2 sXrRxNmF1w2Ug3nSB3LWDUuo02I oW2xEEmzJVqr6//WA4wp/F3dZh4 2016-07-19 16:12:01 212.51.156.173 9002 9031 +a [2a02:168:4a26:a::105]:9002 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=52200 +p reject 1-65535 +r noden1 sYMOA3CHJdMq+RDvcKtcETirkGg 10Dw2VVnu/lZfukuKaTWtjB4JFA 2016-07-20 02:58:54 73.47.247.24 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=720 +p reject 1-65535 +r TESTRASPI sZO9isSRFzhdBuzYLhXdsFuIX6Q VG3Mj+8fZxKXsdcBGRQ0FeiqW1A 2016-07-20 05:36:19 193.150.14.60 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4760 +p reject 1-65535 +r Bazinga sZjAtLjFUfF0+7hBoXJhbj2zEk0 jIx91KJcL0WWalk9OUDXEAPtK2c 2016-07-20 00:14:41 93.180.157.154 9001 9030 +a [2a00:1158:3::2ae]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32900 +p reject 1-65535 +r Ytegeg2 sZ2sab+PbtovIVN9UlXlRmCgg1w 6BtVuPhQpf8oD4seeGZJHT2kH2Y 2016-07-20 06:46:26 80.82.64.15 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=374 +p accept 53,80,443 +r KagamineLenMigikata saDxFDeJRmqt1frllIyBOFSO7Ow X6EoCUUUsYr0hKMB5sNCa6MGN54 2016-07-20 00:09:20 195.154.117.182 993 110 +a [2001:bc8:3829:400::1]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15800 +p reject 1-65535 +r SecureHSC saoEsPc6bO3/r4PJwehQ3NEwfnA ap2zs1aFJjpk5P1qc+tkZipBN+E 2016-07-19 23:56:06 74.207.242.7 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2480 +p reject 1-65535 +r wansrelay sbkO2Oyed/0QP5+yHvOIwDr4lp4 oMxYJzszO7zy3JEYprQqz/lz3Zc 2016-07-20 06:50:30 178.164.54.150 9001 9030 +a [2a01:79e:ca90:da5b:a12:86bb:27b8:cf32]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc-dev +w Bandwidth=1820 +p reject 1-65535 +r doggerel sb5XEmVnHWlLCb5lGsMI6fatMwM OlbOf2+FvAJVQ/zWLRQuRaOUYe8 2016-07-20 00:14:45 212.159.100.232 7973 7712 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=163 +p reject 1-65535 +r PinkLine sdgYJc/XIJvRtFILBA71ZTwgSiM RsJbO9GgCMwvj3S9EbS7Th0Wpo0 2016-07-20 02:02:28 198.199.64.217 443 80 +a [2604:a880:400:d0::1a9:b001]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16100 +p reject 1-65535 +r Unnamed sdqPS7Oj1VTntQIdK43aWHwOx8o JDRmkrSyf0zTcUsLLyGyNf+qdsg 2016-07-20 00:47:33 159.8.195.46 443 994 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=93 +p reject 1-65535 +r WilliamISRAEL1 seIlZHE12qZ8I7RMTtVKGe+hXDM 7z4bfKcgCwhWQoSy8XTz8OWZ6Cw 2016-07-19 16:04:05 212.150.134.140 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7160 +p reject 1-65535 +r bigbrother23470 seK7LAj879CJVQ9xBOmgwWAyU20 OG/kAzEQ7SscaL+LeWxiyxPP7kI 2016-07-20 00:30:30 108.42.69.167 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1850 +p reject 1-65535 +r YellowLine se0LFY+J7OufYbQUOo18TXkuRbk bGyLU2kJTj7bywip8JETMkKbxLY 2016-07-19 19:44:40 128.199.85.165 443 80 +a [2400:6180:0:d0::25d:4001]:9050 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r cry sgTedbNwZO9qTGuvlVxXJFeNCzI dXFJeRkY+T2RRBXtOi8Erjoq1i8 2016-07-19 17:34:02 192.42.115.101 9003 8080 +a [2001:610:510:115:192:42:115:101]:9003 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=145000 +p accept 6660-6667 +r sakura sg+mwbKw91SOyENKRvNhFwDAV70 vP9dWKGyHYxJ5xyBwffQYClEBRM 2016-07-20 06:02:25 49.212.166.38 9090 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=88 +p reject 1-65535 +r coolMe sisAJ151YDA/nDbFEWyDMVCvEPU SSf6dnUbIop/L7uGa17joeEfQsA 2016-07-19 14:56:35 46.36.36.136 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=774 +p reject 1-65535 +r GER0BRANDENBURG0BRB snKpcyc2SKbhtqESFFMk2FjcgxA KpX5LKs57uS4TKW2zjNjlbQ2cKY 2016-07-19 16:18:06 84.200.44.239 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1780 +p reject 1-65535 +r Unnamed soAUJQ4n6GsEYMMn+gF7v/OFvrU PQjIMOSlZgoPtEkGZ0dZ6t+fJ1Q 2016-07-19 23:05:51 201.52.221.19 4433 9933 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r hackmanhattan sorkzvWfSSdl4JOKiqUAxtbaQvI fHUYTsDDVv7G5Fz0bvNE8nA8tyg 2016-07-20 06:55:43 104.131.28.54 9001 9030 +a [2604:a880:800:10::53:b001]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=52 +p reject 1-65535 +r TorKIT spHTBRfSMpmtfO4+YN/mDQ46RmQ jnYqBCMBbCZVvfnjOcqdefjcggg 2016-07-19 23:21:23 136.243.214.137 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3980 +p reject 1-65535 +r bmwanon5 spH3os5dzWUFLRFnwUn69/hF9cA 0PQHiGagsnFB22tTil2jyUmkL4s 2016-07-19 22:37:31 188.192.208.57 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=368 +p reject 1-65535 +r minitx spLiryJYh/bKXUWGDEw4zu4jkOQ C9WYC9bjcosLCvc4/IAXRaTLXTQ 2016-07-20 08:42:58 90.104.150.191 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2300 +p reject 1-65535 +r HootingYard spnglBATg/mwpubYi9XNCVPq7G8 TV9qkkePlGpiuGvcmRtzk/+96ig 2016-07-19 22:26:04 185.61.148.163 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=53 +p reject 25,119,135-139,445,465,587,1214,4661-4666,6346-6429,6699,6881-6999 +r alphaprofreedom sqYYh68aRX5v1f3xUbLfWr4V1DM NvXtH9ThtL5vdYVLKzv1JW2TGBc 2016-07-19 16:04:03 69.164.206.176 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48 +p reject 1-65535 +r lovelyspinning sqmtHzWbkeuZVQacjaBvZgwZysk n2IzD6dMW9IA+anMMxvAJmUuUa8 2016-07-20 03:12:23 193.111.141.123 12686 390 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1560 +p reject 1-65535 +r KagamineLenSpice sqve0KtR+uHX5oLLMYSf/xAwMLM xHQSCgIk6eTTEoBeqJj60hivhJ4 2016-07-20 02:45:58 149.202.248.101 993 110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13600 +p reject 1-65535 +r Necto6 sq/J20QSAu7+yFkkVjEXWWmKaSc 6rCYrp04YYwI/80ceZI0AMn6gb8 2016-07-19 22:38:40 93.115.95.207 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48500 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969 +r CucumberDroplet srpZnaVVyBXZIb1gCuPR7GJSoHE MBgw+vimv7BVtJOOx5+EW9wqbS4 2016-07-19 19:33:42 95.85.56.111 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=180 +p reject 1-65535 +r xotoxot sryCTJKmE8fZcMdCYk0wYx9OWKg JuzN7TIQZIXh0UFtwsIvSNHa5Pc 2016-07-19 22:52:59 82.161.182.20 478 479 +s Running Stable V2Dir Valid +v Tor 0.2.4.21 +w Bandwidth=75 +p reject 1-65535 +r Unnamed ssueXIA2fJAmqAbsSAHiJCWqfoo 3HHE+faaecolA3FfAsArw6LDl60 2016-07-19 23:41:07 5.39.80.135 9001 9030 +a [2001:41d0:8:9287::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12000 +p reject 1-65535 +r Unnamed svEi+eGGX80w6oDhVohZvHq5Rqs 6GB/bM7D+B2t8xu2Zg6zY3qtOAA 2016-07-20 02:00:31 104.200.18.244 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=211 +p reject 1-65535 +r bountiful svx2/WmupuisHL2S5DABT+rqKe0 1pcfUbv0Y4HJBMY3/5lwrat9Njc 2016-07-20 06:48:35 46.105.227.109 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6810 +p reject 1-65535 +r zapotecorum svz6ETDgCF9I94dn8ofnoS/WK3k AO81tdvNWET1AlFgO26n6AUfT1o 2016-07-20 03:49:18 45.79.99.101 9001 0 +a [2600:3c01::f03c:91ff:fea8:d523]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5970 +p reject 1-65535 +r mortimer swreEPXG9YvRVY9XqrE8JkXCl9g ZAqWU+8cMfpEt6VKN4Xt55zCVic 2016-07-20 06:50:11 81.17.30.40 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8500 +p reject 1-65535 +r ididnteditheconfig swxSMf2V7bbvRWB7EHmQbyIg73o aJlKU3/JAxHriPpUOuPnrSL/HeM 2016-07-20 02:59:00 88.70.220.231 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r overgrass sw5VDTlSDL+MNLfA2VtDVi6+V4o Vs5QUDnNnV7s1H5ssublLMddCXk 2016-07-19 22:00:03 37.235.60.77 37732 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=541 +p reject 1-65535 +r sirchenonony syM+lkGMTomvIvyaHyOSwNGUEXs dJGkefYCGo5YBcZUmKx4WHUDGHw 2016-07-20 00:35:12 217.23.7.25 443 24 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3000 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r victoring szv6mqAAVzDBwOj35vU888Vxa9Y cx6BNj8gHQoXWSnNQrlzgwEG+iY 2016-07-19 21:08:53 86.253.69.197 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6550 +p accept 6660-6667 +r anyhost s0HiSbaomZ62mGuY1ftsRdhgfas APXVA8CyqqDTlXiKqoA9tryjdR4 2016-07-19 15:02:39 89.18.174.86 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=88 +p reject 1-65535 +r theOnionKnight02 s0L3QBDK29jS5HFBqc//3+oOjLo iNb+xBUV2RXi6eCEJnQf0zmWKSo 2016-07-20 01:35:55 141.20.33.68 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11400 +p reject 1-65535 +r HY130 s0RGiGLOA97muvZzD+ZVdp/MsK0 IrhcJZHFqnymxSUXZ+SdiaJxV7U 2016-07-19 18:38:18 107.191.103.42 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3370 +p reject 1-65535 +r rathergonaked s0g28gJ8FOQEBHh2iYa/6oJ7Rig A11jvQhIgZMLKCZxCk+DKelhRcY 2016-07-20 08:32:37 93.222.204.225 9002 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=249 +p reject 1-65535 +r CalyxInstitute12 s0zJBWJQhH0ZgPCChbAc8LcYwLY dvdXFMQ9WHeNq5RGLCI/YXcx54g 2016-07-19 19:47:16 162.247.72.199 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3880 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r BrassHornRelay10 s1FfFsvR/jlFObzZA9pMoNkRsNI YFmbMAiwDGG5RH0T6Ppx5pzdY6g 2016-07-20 00:01:54 178.62.8.189 9001 0 +a [2a03:b0c0:1:d0::10c:f001]:9001 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=672 +p reject 1-65535 +r frost44 s1XLpEZoXIH3Z8otugftxzVGzR8 14GYZ3Ayi/ZGQDF3gLxLy1hRrsc 2016-07-20 01:09:31 173.236.255.142 9009 9030 +a [2607:f298:6050:80e8:f816:3eff:fef1:7ded]:9009 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13900 +p accept 443 +r freebi s1kI2rWRzyaKGehbvN4wwEKKTPs EI7m9epiyPeOfU3CmT8d5xfD/ic 2016-07-19 21:33:26 106.185.28.170 110 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=209 +p reject 1-65535 +r torpidsFRonline2 s1xXOcjFq3IJTrKwVzj9H47vbr0 QLALf6TYybnEodQg3u85htN6gr8 2016-07-19 18:29:25 195.154.116.232 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=18900 +p reject 1-65535 +r Unnamed s2SNBdJvlWT6nNYYXMBtxZOD62M 3IMWVez0dh3YpuRd8j1Ecoghhg4 2016-07-20 00:45:18 176.126.84.202 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=435 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r JustAnotherTorRelay s2rRv05Gj2kzPc/g2l9RsqR+8QI W5dMfqUv8wX58/0MiXtBst+JWOU 2016-07-20 07:03:07 188.192.198.23 49200 49201 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=174 +p reject 1-65535 +r inotedtheconfig s3k3a5DtsgbkAbzvIQ8+TGGE2BU u0qvR8KA18Kgk1BZpDwPFV/+C3I 2016-07-20 06:21:29 52.10.125.140 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 1-65535 +r Unnamed s4MkYfEz3R/JY7UH4g2QYIAUjfk 24WbehIHJZBE5eV0yXeMx8x3iFQ 2016-07-20 02:55:09 193.80.100.218 8444 8445 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=24 +p reject 1-65535 +r Matrix s5O0RjVzBjPrpQHeiIbvZmAJjeU GbexKIMQWcuaUBfDsvP2br9d3xg 2016-07-20 03:24:02 188.165.241.8 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2400 +p reject 1-65535 +r Wilq s5O18czM8hpf92A1DZavi97WWqA F2FiOFrbbQkg/Q6jdQzxclwrYWY 2016-07-20 08:30:00 109.232.27.187 433 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=52 +p reject 1-65535 +r itsmoonday s5qGGbgGJCPJs1ESgkUfeesgrbo VZooDq4CAdrFJ535KR5tVGVDrVo 2016-07-20 06:43:53 82.239.1.205 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=32 +p reject 1-65535 +r Unnamed s5xoCplYubAy9Q99AvlDs9gq9M0 UlyxNoO+cocycWZB9vsITq09FPM 2016-07-20 01:02:01 88.201.145.49 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r strawberry s5y4Srybb4e2jZZrijFNR9VZtQo vZ80ew7Xt6QPFeV2yZEbeqXycLY 2016-07-19 16:26:07 88.212.54.53 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=254 +p reject 1-65535 +r sugar s6HtmXmTrpiP6CsBdEtSW4Cwxsw L3pv4/3j+z+RMDpY8S+9gCCcxhc 2016-07-20 05:32:01 114.185.1.25 9002 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=360 +p reject 1-65535 +r CipoCloud s6/fvbd8U1PM771XejCvthKdpZ8 oMTJyOLgY9XzvNuUFwczF5XlNj4 2016-07-19 20:10:12 87.6.241.194 9010 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r morimba s7gU9cAeDwxYq/hHyHIuBd7Orxc g7u45cEokab9RzuoeqBagSBa6FE 2016-07-19 16:03:14 151.237.190.49 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2080 +p reject 1-65535 +r jlicious s9ldNUqOuA5zYnBZ4wfRIqJQm9c QqGvM+AthZGj02nwYqmzSR1k4Q4 2016-07-20 04:19:15 31.151.203.217 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2000 +p reject 1-65535 +r catan s94v+mC6v21A+nSxG7didl0q1wA 2K3Z3b8dPU4eJx8xGCsIHsNStcg 2016-07-20 06:39:07 81.2.216.207 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=19300 +p reject 1-65535 +r Unnamed s+t2EtaIMI580WOrujEsr6oZFhc NScX0PEDsygU1lodrLA+li2d1V0 2016-07-20 02:30:36 52.91.227.251 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=151 +p reject 1-65535 +r trampala s+yMsuQ0rNRIDQ0Nxt6IiS8nlX4 /ea7efRnM67fZ7sWPnovrUhyRhg 2016-07-19 19:41:31 83.212.168.186 443 995 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2230 +p reject 1-65535 +r tor2kryptonit tAs31Kwn2la0ejTn5Q0OBEUkDNE QwYivIoiF/6n3ZgKDzYWWnmr3C4 2016-07-20 07:21:28 185.31.77.62 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12400 +p reject 1-65535 +r anarchism tBB6SrqJdMDsw5J6wN8BYv0GAJ8 S/JNhXVIXlrfatoHCUxYZn9PW8s 2016-07-20 06:09:09 168.235.77.122 9001 9030 +a [2604:180:3:bdd::a487]:9001 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1230 +p reject 1-65535 +r pulsetor tBECfJJqm//PfakePK8YVqMh7/0 i6+ZN7LAa2s3dGD4bMsyEj5Mqno 2016-07-20 06:05:37 213.136.83.225 443 80 +a [2a02:c200:1:10:2:6:2616:1]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13700 +p reject 1-65535 +r FreeSnazzy tBleGOgMEwBB4FQS8Ftf57zdKqg Lj/2YhFIOGQ+H9R9IGmP3UYUYVc 2016-07-20 08:24:04 51.9.208.228 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r torred tB4QSFkOnwtoN9pypxlM8WqbhuM i7PVGr8qJ9o281kXn5b2xe1lu7s 2016-07-20 04:07:53 87.111.64.7 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=5 +p reject 1-65535 +r DigitalBrains tB44R0mSNIdGiLLzVMZ2S4WJ6vg B8Gaw7WEWXhovcdKDtx6wIHvNVc 2016-07-19 18:55:10 80.127.118.93 80 0 +a [2001:980:a370::8]:80 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1650 +p reject 1-65535 +r traktor tCa7WS4gAIt+2enXrFZR7YsOs54 3hx9YhwkytJvkT4IfB/M6kuYFNY 2016-07-20 06:32:31 193.224.163.43 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1170 +p reject 1-65535 +r KOLOMYJKA tCup2r5+51243WyHUX/50AnVS4Q D+X9uvUNmfA83kASDWCz56KXoeQ 2016-07-19 22:00:04 170.75.163.116 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=691 +p reject 1-65535 +r pairoj tCye8Ikq3g+D0ApkiKM5G9jadcA G1vYo/QUIws9Ao4xFF1WNvD+a/c 2016-07-20 06:50:31 81.17.16.43 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14300 +p reject 1-65535 +r jaures3 tE++U2atmLRtgpdU+krFmbrkGmo 6fZAtKh7DCBl5J9vBfH0LyAlNt4 2016-07-19 17:47:30 178.16.208.60 443 80 +a [2a00:1c20:4089:1234:67bc:79f3:61c0:6e49]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31200 +p reject 1-65535 +r 0torexit0 tFtFdaC8cdKLIC5zCJXWi6Cfrlo gx71gelxtJwBL7ttPz236fteXeU 2016-07-19 16:38:26 108.211.227.232 80 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p accept 20-23,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1723,1755,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,5050,5190,5222-5223,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,50002 +r midekapitality tGvG0vFMI+1BzLTIRqqV0SC14Sg KC1o1UvzDUkJrFIkilMOmq3gH4Y 2016-07-20 05:50:32 176.86.79.78 20576 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=779 +p reject 1-65535 +r AS250 tIaSXckBlpzOKzcek3QM+YwwU50 zaeRmISFwPeD6RJkCyEBMu6899k 2016-07-20 00:10:33 194.150.168.95 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=111000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6660-6670,6699,6881-6999 +r micole tIrF9UfbuEfvuISAv7htQSEe1hc 9ystkGFkDC+OJR7yxtMm4fm272Q 2016-07-19 18:09:03 103.236.201.110 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Piff tI9v1ajXWRdvj+tEh+JKOx1DnoM ueF0BFNhqgExhJyaT8KFQRXbTUU 2016-07-20 00:13:11 85.229.95.110 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8390 +p reject 1-65535 +r AnonymousHelp tJUl3OXDq0Aw+syyN2cJILcp2So pdPWDKiVyKzB2ZrHZYl3RrlZ8ho 2016-07-19 21:27:08 31.220.45.159 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=10300 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r DFRIpi001 tJXpzmsNPEXGQTLJrUuzebB3Uhs RpWbKVyjBvzTJ1eDF3sgQDy699U 2016-07-19 20:35:31 46.59.25.185 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=833 +p reject 1-65535 +r Muiranimes tJfhLKyUusdhY/qp7VjQRn3dx+k 3wJxpkZy6MsSOiZP8l/gFrlQbyc 2016-07-20 00:39:47 178.43.37.124 443 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r VokuhilaRelay tLCjoAUG7kOczDLjSIn/TmRF9PU NL1U/TmbsDz7HQ9SN7Qbkko6pjE 2016-07-20 01:21:30 79.227.154.111 80 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=749 +p reject 1-65535 +r RenderLab tLkArVATTpUo1832Zava2r9Tqbc wxm5pJEdlWFpU6EBP0HA94/g0mk 2016-07-19 16:46:29 96.52.180.54 44444 55555 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=208 +p reject 1-65535 +r toupeiraovhca1 tMg5gJjnHxB8addLP5BA1Tn0DI0 jk8q144pjvfQNj8siMlO0SH5SLY 2016-07-20 01:02:12 149.56.99.36 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r netimanmu tMr9nL+zTsXarBRpINx9+v6R6iA nUpKKrRg8cgTnoC8VzA8Yo2nmEg 2016-07-19 15:31:45 212.47.233.86 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p reject 1-65535 +r 0000Userzap tNyIUTYVTzM/SLm1SFW6p7UKMEM i5zB3qFn/70gtj5A2LI8hbYaJwU 2016-07-20 06:11:52 46.38.250.39 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=161 +p reject 1-65535 +r cosmotor3 tOyujARei4IDlpaA05btDCB833Q g5D5YtUXKTPxC1ZJ2EYVILUv9So 2016-07-20 03:44:18 84.200.14.206 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=111 +p reject 1-65535 +r sheedy tO4eVndenCocmKHFQCAbC5sV8AU lBoahNfBRgvLnMAaekLqm4O+sQw 2016-07-19 21:54:11 136.243.209.52 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=19300 +p reject 1-65535 +r hessel0 tPiD2z1HjHrlacn2y3Zv1YZQ3Go 66zr9d14XTD7nwXIHPwZaBEBzgc 2016-07-20 06:34:58 109.163.234.2 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=44900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r elSanto tP950P5CU1B4hOP/T2Xr0/kLfWU JgimHEpos+Qpg29GQf7ph4l0szM 2016-07-19 18:46:23 78.46.162.246 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1370 +p reject 1-65535 +r TorAARONSWARTZCA tQIKyB8JnHXbo20K1BGsjVuXPhI eLdaauhz+ttHp3EpthaDOsb3104 2016-07-19 17:45:05 142.4.215.87 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4620 +p reject 1-65535 +r firstor tSEttoWioPz7rkJXOOR40SNhcQ0 jck63cpmmJMPuMSGlEZEfA4PoyQ 2016-07-20 05:59:32 93.115.97.242 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=32200 +p reject 1-65535 +r FSTVNVpq tSNRMJvHALFDaH2z+Ho7aMWS9nU +nQmiIYTvJpRe2c9UPhNcyfyZTo 2016-07-20 08:12:22 46.101.123.195 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r Unnamed tShjbTZHdrLZSx4UBgmjuIUxwLs FJfmlYo7fcwRWQr4cfZRjBbZCOs 2016-07-19 18:15:31 178.175.131.194 443 80 +a [2a00:1dc0:2048::2]:443 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1560 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r torrelayqdtru tS71AcGVrrrOHdxy/ZkkxDTbJKM /DvulJJe8D41Ir9AbpdDMJkQt3M 2016-07-20 03:23:51 46.188.4.37 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7150 +p reject 1-65535 +r Coropisnita tTGSdhFqxW1p+g2KPDdGuTUNYp0 xSi1GB+9Ztg4xiaKtF1EC9eaUfM 2016-07-19 20:04:27 178.62.231.7 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=427 +p reject 1-65535 +r curly tT9d5f1VyDa+1r3b/B3JBrRUOCE RmeHINmgGpkob11y6aTt939pVDE 2016-07-19 17:59:08 216.12.198.84 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=328 +p reject 1-65535 +r Unnamed tUp5xhr9NjtUMn/0m6GE6RAk8Gc TjYAcbc30trfd7zy2RecgV+tTSs 2016-07-20 05:49:31 78.121.13.31 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r GermanCraft2 tWfo45ZB9hCRwfLKqvc9PRv5z+E bF/h2P0f7s4Jqo6rmeqAF+HbAgI 2016-07-19 23:56:42 167.114.245.102 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26700 +p reject 1-65535 +r VelociRapTor2 tW5V0XGab0O2Ohjn4pa7WBst9WY jqOZd94G0bh0C+W+46+lIi+znNI 2016-07-19 15:53:14 77.93.203.35 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8420 +p reject 1-65535 +r eschaton tXX3V0DaWm+GZ1la4os24phHSZI tIRVnm5damqMqNh0lAxblpqIG0A 2016-07-19 15:02:54 168.235.92.183 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=521 +p reject 1-65535 +r MrX tYMYRfYxw+BTsS1HFDMukwIZoBQ oSRgfzhqSmRqZlyI+CyJKpIHcIw 2016-07-19 22:04:46 213.136.69.237 29517 29518 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=394 +p reject 1-65535 +r ymybe taSr/fhU4gL/Om51eXSgX0hUqxA tDhl7w+5CqdjEWqHQNTEyuytWfk 2016-07-20 07:37:54 217.244.145.142 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=914 +p reject 1-65535 +r Groot tafvSsK91M4VHv9gfAepG3zFdvY D7F3AbZ39CLe4y4C3h/MjEDtkOY 2016-07-20 05:28:50 167.114.3.166 443 80 +a [2607:5300:100:200::c53]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1920 +p reject 1-65535 +r HolzFaellerDrei ta8KcmBmIWMeowiYyHGuv709Idg 7n+kwdEdyeLmjnox01tGLOqT+hU 2016-07-20 08:33:22 78.43.26.75 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=7 +p reject 1-65535 +r TorRid tcniiwQ1MPZr1l2UrWnt6/YTANs 4or/NeZ9RyXPU9JNqYLXjp+KU1U 2016-07-20 02:32:28 41.212.37.123 443 80 +a [2c0f:feb0:17:200:1:bad:babe:3]:443 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=137 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r TORpedo tdk2WHln5TUY2Y+amsGN9qHJmY4 HnQ68JtPzqs9sY++J/ym8aZnhjU 2016-07-19 18:33:50 83.212.118.97 8080 1080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6760 +p reject 1-65535 +r dc6jgk3 teD4SFDGlIg5+Lu05+W1qPSQ6k8 gFjoKUx5mKcNqQc9701Kty1keZs 2016-07-20 06:16:02 87.193.179.238 443 9030 +a [2001:1a80:30b1::3]:443 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28 +p reject 1-65535 +r pinkmouse teNEoBB8Sbh7etkyUAVsa4EV7g0 FPp6PGBTDe+KtAErkRCsmHJC20o 2016-07-19 23:54:35 37.44.44.11 443 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4430 +p reject 1-65535 +r TorkaZ tewDi2+Qvgnn8L1irQ5UpZx9QkM lDD9RwMGUVPQqLRWKhjsG+SpFoU 2016-07-20 05:06:36 88.215.75.154 9001 0 +s Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=22 +p reject 1-65535 +r vcexit2 texjSWa1/vNvXLWQ+pKYvkwfGIg vaNCVM8oOdC6R7S/GDRq9sZoMG8 2016-07-20 04:58:10 185.100.85.191 8080 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3350 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed te/Us4QIcNgk7/UhnQjT7wjD170 TzSUQTecQ8kul+Fbly68twn4P/I 2016-07-20 00:43:22 199.115.205.248 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=22 +p reject 1-65535 +r KeepTheTorAlive2 tgrNRdAd/LO0Y6OOiam4iZeOBrU EkUlk4ztXCMLKZ03B5wDV88pMzU 2016-07-19 18:30:28 107.182.131.116 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1670 +p reject 1-65535 +r nootje thaKUUXUdPOUkVE+nb8xvtlntQo diHoD90q2+AaJ6LY/beiBhnJdTk 2016-07-20 05:51:54 178.17.170.253 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=13000 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r frajmpua thh7TeF5IRNOvVX63JGVOOTG7ZE cgskV3v9QIFZLVTYR6dTQQffmzg 2016-07-20 04:23:56 178.238.232.110 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=74 +p reject 1-65535 +r HostplanetME6 tilamWD4m9DHQ+68VnBFDqajRoU kJJIrEV+2iIHLknDHEN1FzwpPmo 2016-07-20 00:04:04 195.154.9.161 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18100 +p reject 1-65535 +r torNodeHda tio/I5Va8yOgP0rbNVx9AFlM+9E YXSaWZNBGeyGwi0I7JHd7gPTM+A 2016-07-20 00:20:58 5.189.132.79 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3800 +p reject 1-65535 +r YankleRotaryEngine tjWCAo43bIJJ2VVdpt2BOJ2VKBU A7OWrbMpL63CTrnVG1k+BFlMJqI 2016-07-19 22:46:07 130.63.173.126 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r tina tjbUN7XsaL4CNY0+6jqJjj8VRoE kNvrXtscDE1rKAwMeeQ9eKcNywU 2016-07-19 22:44:55 78.46.187.166 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=361 +p reject 1-65535 +r frell2 tjj7wDIXTKqUCbg7XO/7SQbUNDQ AGV/n3bdS3BJNjiS9JAle7voEbw 2016-07-20 05:05:15 85.10.240.250 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2790 +p reject 1-65535 +r fastshit tkRthH98EsFfRSncHsdplv9ohI8 rt4xbY7Z86h1bDDD5VJb6mSUTNY 2016-07-19 23:11:46 80.82.66.233 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12600 +p reject 1-65535 +r tor507 tkqM1NMtgJ/hptJrP/RXiKhnXtw tIMTOtFmXA5sI7CRND4wR8kKa0E 2016-07-19 15:42:36 108.185.158.26 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1870 +p reject 1-65535 +r opusbit tktEpDPvKxXKqyCAVl1jpebbxxg lFSEHutILu76UkS8Z4vKxC9lkqU 2016-07-19 19:23:28 74.90.250.48 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=612 +p reject 1-65535 +r RabbitHole tlHdc/lZoGwJ6dgvbA4Sf3ZPApI 81lj4hXcqup9IDP21k38i4UIyuQ 2016-07-19 16:05:18 185.37.145.44 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4840 +p reject 1-65535 +r tornnet tnbyZ9xq9qbrMMjHzuTFL0crI80 Aej5RblvdNWSZ8oRXi2oa1jpOrc 2016-07-20 04:59:14 93.205.248.116 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=160 +p reject 1-65535 +r leuwerik tn6KufZ0x43Gb4wpAPLIqetPCQk cWCMVD+7Xl1PHk86zFN2T1m4PGM 2016-07-20 05:41:37 179.43.146.230 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13800 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r lerelaisdejb toIbKcmteADhl30+VMi0hniX20U GLji9YYzNacQ0AhJXJ+bC1NKb+w 2016-07-19 19:24:14 82.227.125.245 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18 +p reject 1-65535 +r Unnamed tobMmTRo3k8UuX5vztxLN3qPLNo q9EVItFuv30enD5LWgDTl8Q9O2U 2016-07-20 02:34:24 87.78.232.200 19001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p reject 1-65535 +r DesdinovaX toxBFeueGmvXgyrkbByAU/S05EM hS71sj/ofJtuBsUI3TXr2d8XCW0 2016-07-19 20:57:15 173.72.71.78 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=436 +p reject 1-65535 +r torzabehlice tpBK3UwNEM2nF54FGWI1CmmmMkM MCG8D3+Hzx00Ry7Hyi6OCgJMybs 2016-07-19 21:27:45 81.2.209.10 80 443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22700 +p reject 1-65535 +r cepa tp1F4qxJqB4BRCX/bgfHQ1yfibA ErBmhcCYG/PCUKn4T49JHH+jwQA 2016-07-20 00:00:23 5.101.102.82 9001 0 +s Fast Running Valid +v Tor 0.2.4.23 +w Bandwidth=1460 +p reject 1-65535 +r UnivUtah0 tp5ZxKYtgRTOMnZnoZ0yqweOidg Q/77qhSlvrox3co2APYLvgTmZ/o 2016-07-20 00:35:36 155.98.5.5 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3370 +p reject 1-65535 +r FranceWithLove tr664uyzJ9WmdD93PZm4uZQMfcE LrxPHdZZwcLmliLo4AmdgegmwF8 2016-07-19 22:11:12 5.135.234.144 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22500 +p reject 1-65535 +r cristy tsMkZUWbkuHjZnh5nWIAWV0CEI0 Ev/7dNE24GX6czBMOKxJZX4+eNU 2016-07-19 17:54:46 82.102.142.210 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2730 +p reject 1-65535 +r owlfoliomannaz tsf6//zvwwVB048z4lseDbE1xdg 5f7B/j3al1CIwEf7OeBs/EH5oEc 2016-07-20 08:01:36 173.255.228.85 9001 0 +a [2600:3c03::f03c:91ff:fe70:70cb]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4670 +p reject 1-65535 +r greendale ttMM7J+Pq2dszQY03IZBLxuo9NI /bE2sRfLgUw/u+jEJA9uL6/LOz8 2016-07-19 20:23:23 95.211.225.167 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29000 +p reject 1-65535 +r rollmops ttSy5EQFUSIT+rD1z0XgrUGIIsQ 3p5sMnaJxXYnbcoPON6yUj2InT4 2016-07-20 01:27:26 88.77.219.94 9001 0 +s Exit Running Valid +v Tor 0.2.5.10 +w Bandwidth=19 +p accept 22-23,25,80,143,443,540,8080 +r Unnamed ttj0Tz2MtoNbOSOUkWNl42dRw7w Q7MAtzG3F2pI/HMsI4WaKFifZEI 2016-07-20 06:23:46 69.163.35.222 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3660 +p reject 1-65535 +r mgdstorrelay tu9Lgb4z/2Kjv9B8MApv5CCT1UA p1MF3//zCf4GV6QijFaYQT1i9E4 2016-07-20 07:44:29 31.17.187.76 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r alterspalter tvC8K5PLPv//9yTLT14CX7Fe+3A vd9oO+/TwsWAoAJrOqNY25ge9SA 2016-07-20 03:48:31 85.93.16.47 9001 9030 +a [2a00:1910:55ef::124]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2310 +p reject 1-65535 +r relay0 twUugrGdxXAjy0T0ZVjHqoswOJ8 nr2PVap5eCJGtF6GOp92u+6sZH0 2016-07-20 08:01:28 178.62.196.71 9000 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=12500 +p reject 1-65535 +r AuroraEmperorTorOne tw7Euq20Ev2136b9wW0/RuGt92E NHyGMDjhxZZmbGldJn1guvbXWvM 2016-07-19 16:38:39 68.104.222.58 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=48 +p reject 1-65535 +r hayate tyx11wBKe1pdmemVohYzMycTrlI FzEpTH/ZoimJQ2MyIWdZkzMgahc 2016-07-19 17:51:25 85.195.242.114 28066 28067 +a [2a02:168:9683:0:c23f:d5ff:fe62:55bb]:28066 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=65200 +p reject 1-65535 +r Unnamed tzQgQULrOu4mE3YJl4Hfv4TKmeY LY2vxniOU5Fe0zcf2I6sr3sHgX4 2016-07-20 01:45:39 95.154.17.155 443 9333 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1860 +p reject 1-65535 +r ByTORAndTheSnowDog tzVkPSORcJR2aSaaePhHjsU0Mhk 0Ca6wpbIXBvTXGozx7KXI4XINMM 2016-07-20 08:23:54 75.181.173.229 27014 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=133 +p reject 1-65535 +r leblais tzadDRxcO6Zpx+ZB30CEl/U8GfI EIIkSSn4Zs9QyaKpIElOsnBHs6k 2016-07-20 01:15:42 88.189.206.53 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=10 +p reject 1-65535 +r jedipower t0EZjrowxzZGoN9Qm4ikyglI5ms vAapPhVges1N94uIEkRtvxuCXZU 2016-07-19 14:50:12 159.148.186.161 2456 13842 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1230 +p reject 1-65535 +r Unnamed t0tAS4Iqp5zw8GftG4I3hI3GzAs 9oiA/qAjVI57U084x7WLjgDDzRA 2016-07-20 08:44:12 85.214.211.140 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r mayflower t01OAR4FCO9cNkTD+U9s55IBAao fJaiP0RS3U78EhXrwykomX3KY8Q 2016-07-20 07:52:48 185.8.237.208 10241 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3190 +p reject 1-65535 +r torlesnet1 t04ftFRDNXl5/ipEzg/sHC4g5DE Gz3hrqn+SyDnrrIpjWeIyCveL4w 2016-07-19 22:43:09 199.87.154.255 9001 9030 +a [2605:e200:d111:1:225:90ff:fe24:3f9e]:9002 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13400 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r default t2HuNKqOmA69ybBLYP6jmkffX9c edTrOhJUbu5n8pRKZsZDOuIO5AU 2016-07-20 07:07:45 213.193.7.168 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=7 +p reject 1-65535 +r niftypika t3Gqh3aH+I5vHKU1R1bfbIp7ayQ SLmFdKfzZGl3S39WAb79wGP4dBw 2016-07-20 03:26:57 163.172.35.245 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19400 +p reject 1-65535 +r RedMonster t4KMIuzD2hNIDawezUGU+J90LvY LoSRHJlu+Jl4rAGiOjGlZELZh1E 2016-07-19 15:47:30 31.220.43.190 110 9300 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14800 +p accept 21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r default t4Yx5+qw9Kvv4v9Q00m6IEdtuxs rrUQdJ+12cL8x66yXY56eNJ53vA 2016-07-20 02:20:47 195.202.198.60 447 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r poseidon t5WJNVpBiA3/gvUiXylAQ3zt6SU 5vvAJXeY3j/8j9mdrab9RPHNRac 2016-07-19 18:54:19 5.45.108.48 9001 0 +a [2a03:4000:6:2042::1]:9001 +s Fast Running Valid +v Tor 0.2.6.10 +w Bandwidth=2090 +p reject 1-65535 +r cloehle3 t5/f5O2Sajrlhjl81e2j9NSSet4 3hhb9MrbOE+2XFqAAE03uoZMUtU 2016-07-19 17:05:40 104.168.152.249 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=378 +p reject 1-65535 +r frank t6JpRdpw2MRPDOf8kHiE+lHvFqo uLWFRYH0kuyH8yobXrrEP3X3wAI 2016-07-19 15:42:50 139.140.181.151 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=814 +p reject 1-65535 +r default t8O2w7w/nXwA4t+XrxTR8e4ic6A /R5ZIOePLDTMpb7jHcjxFOmli48 2016-07-20 07:18:24 100.36.124.4 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=17 +p reject 1-65535 +r inMemoriamIan t8SsnJx788WYdbP7to0InCO6lMo KobPo0D9r+Ftvz2qQLw8Q7P7jyo 2016-07-19 23:31:07 176.10.131.72 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=131 +p reject 1-65535 +r PersilfuersNetz t86teQUAtaPh8T6YctT+mzxIL2k 9sNSc2AOkP6A5V9zGMO3jSYoeM0 2016-07-19 16:11:35 212.51.156.173 9001 9030 +a [2a02:168:4a26:a::101]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36400 +p reject 1-65535 +r Unnamed t+Lr++RGL8kI5IAHUXxT7Q/3UrI p11jbHWBannaear0Q35ZzapMtbc 2016-07-20 04:23:33 37.59.37.59 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1560 +p reject 1-65535 +r EmpokNor t+wMAtfZ8eMbDCUaawWIgHeKDNE Wpzs+0O7yKof85rhWT5l1zhzT+4 2016-07-19 20:55:57 5.79.68.161 9001 9030 +a [2001:1af8:4700:a012:1::1]:9001 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=54700 +p accept 53,110,143,220,443,993,995,5222-5223,6667,7000,9418 +r CCCP t++E8ATF4s7Abk8itcOWiV9kYNo z/3Gfcm0pQcUdwrLs7+71jfS5C8 2016-07-19 15:51:58 188.120.226.63 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=268 +p reject 1-65535 +r campusNetService uAqOUUYtCGIlC+kBFVzRTWlDK0w ODTc/IcpwYgMwmprIV0NCsrGxjE 2016-07-19 20:34:30 85.143.95.50 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7120 +p reject 25,119 +r Kropotkinator uBCuMXS3TUmelzAda9Z8F30JvzA O+MgCOJpN2HNU+L5ylGa13u9Heo 2016-07-19 15:07:29 50.78.197.1 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=160 +p reject 1-65535 +r inovas uBE7Z4wdWT1PaHmNRPsHyf+Tcm4 2wXP0hK/Tx1ITkUP6MHNQbRkwpk 2016-07-20 03:05:24 88.1.84.224 44045 44046 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3200 +p reject 1-65535 +r eddie4nl2 uCBaRqakUqB7vMFBF1WAd22yuWY 83j99iBiR8qacEYpnWuKiYRJgaY 2016-07-19 22:45:51 37.187.96.78 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12900 +p reject 1-65535 +r Ione uCfQD27VG5OXyjl+kdQx6PYMZ+Q telnDS861K5UbYjckbId6t80OkI 2016-07-19 22:09:20 95.23.145.236 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=96 +p reject 1-65535 +r cheyne uCjWYvmwxjlY3wIAvKULx/hEWVo lwY4UkM1p6EgxpzWptOaPyRsrFw 2016-07-20 01:37:50 50.7.151.32 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7840 +p reject 1-65535 +r mdfnet3 uD3BVY8NNDU7uZLvk6/q/bImpz4 31awDLOizrDsqZrL7FZDkkz23pI 2016-07-20 05:05:29 193.11.114.46 9003 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=23000 +p reject 1-65535 +r whoeverest uD4k4MQ2tFHKN2czK1Ld7cTtmoY ce3JVVd5Sz6qRZxMgHzOnw+ANEw 2016-07-19 17:44:40 198.58.102.234 433 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r firefox uERaPnHKV61NV95/319Wb9gnnzI RBNrgJvT8UQ1+eOtAWX5XeCwYxU 2016-07-20 05:22:35 181.197.20.205 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r t400s uElcKhg5uYuxIsMYlZMB2qqM1bM +2QPlm6oucO9mps42JKhyFix3EM 2016-07-20 05:58:24 87.79.79.94 9913 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=767 +p reject 1-65535 +r Idiocracy uEsxBvgaPIiqcOUO3F5dOmlYaW8 eJENO4pqwXvsvxspA4aOghQrayI 2016-07-20 02:05:57 80.140.99.124 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1140 +p reject 1-65535 +r tollana uE8kgjP+qQytQ58pJVajE59uG4I C+KGeh8f0T0uFPY9Ljntvp+wSBI 2016-07-20 08:05:35 85.248.227.164 9002 444 +a [2a00:1298:8011:212::164]:9004 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31200 +p reject 25 +r kbtr4eu uGx5mUq6huh4fQi7afHqUImPIrY rZSD+mm8FvmPkQhKjnnoiTi0CBM 2016-07-20 03:56:04 163.172.163.137 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27000 +p reject 1-65535 +r theWildMoose2 uHCp+AhdnWNUHKHHPILF0oJ5GfE il3RMt7F8H8hnuloKwbLW2Smrc8 2016-07-20 06:54:53 104.167.115.201 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=27 +p reject 1-65535 +r jugbox2 uHyE442uz//96Y5a7leGr9x0jyw w3UiIshbQRT4C+mI6Y1yEHFdpLI 2016-07-19 19:39:55 178.62.36.64 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=48200 +p reject 1-65535 +r Fietor uIngylmmqERZUE8gPUXYVjaCKrw Fj0P1BY5eXFoQ0ya6uKFBrsud1g 2016-07-19 21:53:14 92.208.33.44 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1080 +p reject 1-65535 +r weedlounge uI06UyPSLVcd4hLOAl0FwmyAixo YfHBnIGcjyEOuxFGVupRCt2xY2s 2016-07-19 16:07:00 144.76.90.91 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1330 +p reject 1-65535 +r RelayGermany uI9DJKFBNUwQ1X97LmoAVKWz9s0 RtuO5ajuOsCoP/D5po/eqwiyt9g 2016-07-20 06:52:17 93.222.96.246 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=5 +p reject 1-65535 +r WallFlower uKY26kOE+yp9ARgH41enKTsc8p0 Y56RiOdC/+kfT9bAaGc5OnvFOYM 2016-07-19 11:27:23 154.16.156.8 2478 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=189 +p reject 1-65535 +r f39e uKfGecxIMB9gn8voQ1+tjDMsuvE qqG0zQ6X3RhpAWA7oG8g+l93is8 2016-07-19 16:11:03 174.99.30.203 9001 9091 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=432 +p reject 1-65535 +r burninator uLM09dYSvUAyzVdqpmcuSRJk/a0 EAGRmK0jxX8U8KbFQa0KSU1v36k 2016-07-19 22:29:36 163.172.135.169 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3290 +p reject 1-65535 +r AccessNow019 uMIDAAHYMgZqZIJpz7qUFxlR00s NhnC+9UjFqYm57xznH7260CHzHg 2016-07-19 23:30:55 176.10.99.209 219 220 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=15100 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r yungdevs uMWMZabbB6DWMaFykfgiD0HRbZk EXfQTVqHNJbTHCX2CNIoabvq4+4 2016-07-19 20:11:53 104.236.145.115 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=249 +p reject 1-65535 +r zienoz uNQQyyKlbZ9C2oPD1rEo+MkUP7g Q//JkbQ/QMz4jspS+XgReVFJ1vQ 2016-07-20 06:31:59 219.161.234.45 10000 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r erraticjackal uNc8djlfAPyUhMPTpiFYC7r1III OCOhadBdpngX4lrlGJhYP4/urdU 2016-07-20 03:13:09 173.230.131.90 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=88 +p reject 1-65535 +r soltor1 uNjgdEjgQF9CdeUohO2c72P+5KM EDrSQksnNPDFba+76MsqGI9wK+g 2016-07-19 15:50:19 206.55.74.1 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6040 +p reject 1-65535 +r default uP8UGBZ2tScHtRTYV27+mfX7fEs eU3opnJ1c1js8VpR4wt+YOz3aaA 2016-07-20 07:40:19 78.126.82.210 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=13 +p reject 1-65535 +r Unnamed uRUKf3PearWkF2wHpmeAwawlmmQ PXBLqJWWoCrBRgpnvnYdzkQxlv4 2016-07-19 20:05:05 185.32.221.228 9010 9020 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=624 +p reject 1-65535 +r TranTor uRjrP6TQOk+fYyqhfyF6bAQETvc XxqPCxl4erDQfdK0nI2Q9sqIJgo 2016-07-20 06:42:43 89.85.22.60 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=234 +p reject 1-65535 +r hack4good uR4UsFcVVARkJZzPl1/63trEu/Y hriX7QOq8shx7pXTj7mRrKCsn2o 2016-07-20 07:23:30 97.82.4.105 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=342 +p reject 1-65535 +r convoglio uSbdFqQs1+R7UFShpjJstgipcaM +DFi71l/N3uWkFQ7fzWT78XtvCc 2016-07-20 05:21:32 192.237.248.155 443 80 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=46 +p reject 1-65535 +r sdk uSiAGAadSbRaarqUvBuvNvYMPVE 8YueDNDEAXQD0Z23O0ysvNvsWHE 2016-07-19 21:13:06 5.9.74.59 9001 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1290 +p accept 53,1194,8332-8333,9418,11371,50002 +r kotor uTR1L93+kggqvikcq+Fm9iw+47w fjIBexkFseR/Fyrq/TX8gRZ1hXU 2016-07-19 17:04:19 46.21.150.202 443 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=56 +p accept 80,443,706,1863,5050,5190,5222-5223,8300,8888 +r cantstopthesignal51 uTvSaChZ0K7s0oK5M2faFcvHO6g KN4hLk/L2fM2FSZIsEwnrGzdpmI 2016-07-19 17:06:59 88.196.236.45 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=469 +p reject 1-65535 +r cathode uT4E63vBsFhZOkA0gsHfi+dmccY ibGXF6o2nBGgh2n8pkppG2QhLVI 2016-07-19 19:56:55 162.243.72.198 9030 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=334 +p reject 1-65535 +r bsu uVTR+GjyPU7KYluRx6jP71f4kck 85NSxepHTjNRC9ZKxIe/I9eiNes 2016-07-20 05:41:54 195.225.211.26 3128 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1370 +p reject 1-65535 +r netacus uVY692Nk+V4RbbeQ+q+WYqalvas xnzjFiIs4I7T/R4SsguQXK+KxNw 2016-07-20 04:00:07 192.210.230.108 9001 0 +s Fast Running Valid +v Tor 0.2.5.10 +w Bandwidth=9120 +p reject 1-65535 +r vandergriff uWCRB+JbyngD96LSBc6Prj9Qhs4 RRPDo99ZkR9MqT5i/4RbWndZzmQ 2016-07-20 02:19:00 185.100.85.132 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8620 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r busbar uXPyl37VwOgAzW4ioWJqg+c0TLk H/fGT6C/1dVWlMmngsQxXUZWn1Y 2016-07-20 08:31:16 80.248.240.43 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=127 +p reject 1-65535 +r default uX6OklNIE/8XTTidm4LcmDZzobg B+B4szZn2dh3SJBSX8644EE43G8 2016-07-20 07:31:55 118.99.176.155 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r Unnamed uZrBdiBze8WP84bm1kHfH6dhZmo bVnmZ8KQosZUz0GGiZ+Sr8ew4q4 2016-07-20 03:41:31 47.90.39.41 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=417 +p accept 80,443 +r Picassootje uaOYIKV6uhW+cUupPB9BcRVLtUM m5jYHE+HWLxtcol6yM+Lsvsy0YI 2016-07-20 04:24:14 213.197.22.124 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=10100 +p reject 1-65535 +r Therong uamD36mLkJ0A0vbvarPaYhA0Or4 6GUS2qerkAuqyOKTebLv7prJJY4 2016-07-19 21:28:09 146.185.150.219 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=88 +p accept 22,53,123,990,993-995,1194,5061,5222,5269,6660-6697 +r ItchyPanda ubqWfI4+UiPCFKDPEHznyzHyTsI rHqYyBr5y+y4y+KVH7L+q5mXlGA 2016-07-20 06:48:57 178.62.37.32 443 45209 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=336 +p reject 1-65535 +r dreiundzwanzig ub3a/a2ZImQBH8RWfH7YwTEJgLY vL+Zsr3hIHovX0fjDegUtRBf0fs 2016-07-19 23:35:08 84.160.127.151 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r workingpixel uc+k0+efXSzyGeDJjFVFUi2ewbw eZKLjLCf+otfJxQMyMFsfHED8Ak 2016-07-20 07:17:00 71.248.178.154 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=2120 +p reject 1-65535 +r sektor ueDqlcC7GEGippaFyZOkvm9Y8GQ Ga3LkeZStwQ/Z8lSjDt1tnytNKA 2016-07-20 06:07:46 95.91.140.194 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r theykilledaaron ueemN7ALu3eFOmOcwzJFov648DM 2yumODdr4AMrebGZj2rzZYWJT+I 2016-07-19 21:06:26 178.39.212.11 443 930 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5610 +p reject 1-65535 +r donatello ueymM+cR0EUsk5JaXjDdF7TejC4 UK82A4qgefepGvOoDoAtpe11UD8 2016-07-20 05:22:46 217.12.199.108 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=272 +p reject 1-65535 +r asuka ufNiNpAif8/bDX1jqhtuPMSnQzg 9zoG0q3wMJYc2pCT4K+q76f0jRM 2016-07-19 23:00:17 46.4.144.81 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=298 +p accept 9001 +r Alexey ufWlJhknpTzpxIr6Km1bCSJnVq0 jgcmmjVrF5QCcIKxFRXeBfkCfv8 2016-07-20 02:04:24 78.108.77.86 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1170 +p reject 1-65535 +r TorExitLithuania2 ufifqLJGTkLdElnipozcf9KWg1E mlP6HY4+ytinzzAyrQ9sD/O5G0g 2016-07-20 08:39:02 46.166.167.38 443 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2990 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r kouettland uftJPcPKySofkj3AWiUdzz9KRBA 1cT1gpzoCCPGP1ynCHBHvyE9U4w 2016-07-20 03:38:22 195.154.126.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8190 +p reject 1-65535 +r raptator ugCAjE5dDUx/IgQXoEwqXieRFMs +DpFX2U3NP+6Z1ltHgMSc+6Fu74 2016-07-19 23:30:47 211.44.63.55 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=617 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r TorAnt ug7Rkw1C6fvnbw3yDjJTo/0cl80 EYCoZLioSygbZran2AKXOdo+7OM 2016-07-20 05:47:30 185.62.190.172 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=34800 +p accept 20-23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r AliasName uhRRvM5racXAize1Xc5M1TCGiUM n7Pc+gSWhseq8tFD+kXEqLAEn7w 2016-07-20 03:26:52 84.184.174.184 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=667 +p reject 1-65535 +r roland ui2Qqc8Y4/KNoK5UkwP1An5WYZ8 X7hV3/TMBYVRC/RlMhb0yiiltEk 2016-07-19 14:51:20 184.105.184.146 9002 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3800 +p reject 1-65535 +r freespeech ui/saMvr1UK8wx9AGJym7JKT0u0 Gw0zGtU5owfB9uZ6snLf5BlquP8 2016-07-20 00:41:56 46.59.211.98 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2960 +p reject 1-65535 +r CgAnIII ujLdP0GWo5vXVFTLVZV/qBGCvdg YaXyPXm3B//vRoIHAt00vVZDb/8 2016-07-19 15:22:49 94.102.53.177 20919 81 +s Exit Fast Guard Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=9610 +p reject 1-65535 +r chickentikkamasala ujx0pg919V2voiMM/ns3I8+RNrg 6Fq7DqbRiMp+gdAkjpY9p9OZRUE 2016-07-19 18:03:03 103.240.91.7 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=132 +p accept 22,80,119,443,6660-6667 +r Unnamed uj4ilUJ+SSE5jbWu12j0dEZjvqQ i8dopP2Z0mdmTKqCz8ZCJdRD2Mo 2016-07-20 03:43:23 128.199.57.71 9001 0 +a [2a03:b0c0:2:d0::1a5:c001]:9001 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1070 +p reject 1-65535 +r mzelenyytreugolnik ukuYEj+zgyI8hA7UR/WFqs8fMLE dPdxLl9ilKoEKdZBGYMDWrwy3Ao 2016-07-19 20:04:28 151.236.7.177 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=672 +p reject 1-65535 +r FreeKurt ulQCdnktVWGRF930Znjw94DNDu8 xkkd9MaTDvBRwdYyZVzWkOj4VQk 2016-07-19 23:18:03 46.101.195.164 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18 +p reject 1-65535 +r COSItorexit ulf3mq3itxoYsGAmwFqlilP2Jns z+LrGtTjLIlSw5rmnOtKQgfnNm8 2016-07-20 04:57:03 128.153.145.125 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=17300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r AlphaCentauri ulr+mmNLBFljsZmGo1VYrkJ0N3s 9LO0jCxr4Q76raoSrkHLSN/pMWY 2016-07-19 15:18:12 185.24.233.74 9001 0 +a [2a04:2e00:1:4::c]:9001 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=245 +p reject 25 +r odroidruhr umCPV9vSSeAnpbSc1A49yKX2zJQ Q8RPidoSLbXtSYD0UlCu51jiqAQ 2016-07-19 20:55:48 85.214.131.68 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2180 +p reject 1-65535 +r dpsitor3 umPBI7u6+igGhUqJq/lzAKRjoJA jcKVFCFl3QQGceYL1Du+5cp1bU0 2016-07-19 17:48:27 107.182.131.117 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6690 +p accept 53,79-81,443,3128,8008 +r TyrMactire uqMX7s0keL5p/SSVlWvvtS43ymw dRPW4z1MBH7SQXzBS6n1YZk+XNQ 2016-07-20 03:57:30 173.167.104.201 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=211 +p reject 1-65535 +r torpidsITseflow2 uqzLKRl9uDPxB+QQ4r+uUAnudYM HQ1eNcWig3AzTkfN/H+2hd2xDtc 2016-07-20 06:17:20 94.198.100.18 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=12300 +p reject 1-65535 +r gizrelay usO0spatOD5C5Odb3jAtyWcHA60 eU+KErQYWH468EMQyQ+2CtRm/F0 2016-07-19 18:02:06 86.137.123.6 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=12 +p reject 1-65535 +r vertigo us1LfUo074Mn2HkLmI6Awdtnw2U 5jZVCOKsCzjgoVMKU0LvXhXnuys 2016-07-19 15:28:12 79.112.72.13 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4110 +p reject 1-65535 +r RovesHarbor us6a7rESpv6KZmN8I1JpR3l4Ntg LrUGNuWco91rghnLKDuzZLKj1jg 2016-07-20 03:37:03 24.125.232.161 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=51 +p reject 1-65535 +r comptor9 us9pQzC2K1V5so1MVryZTU6Ma4g gFmgc0YO1mn8r28gdldlJuefMEA 2016-07-19 14:53:04 139.162.130.190 443 80 +a [2a01:7e01::f03c:91ff:fec8:e721]:443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6210 +p reject 1-65535 +r terminal utcp2XC7IXWemoumVUFsI8/5U1w j1c7zaKqnpAWxIkB3a+bW6YNDiE 2016-07-20 06:41:00 185.61.138.124 8443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=2200 +p accept 43,53,79-81,110,143,194,220,443,531,706,989-995,1194,1293,1533,1677,1723,1863,2086-2087,2102-2104,3128,3690,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8888,9418,9999,11371,12350,19294,23456,33033 +r voodoomoodoo utvR1TZLxPRqXBftQBPJiYBrXgg GPjP+ZrML31Zg6KmnaHPktCHytA 2016-07-20 07:47:16 78.47.239.80 9001 9030 +a [2a01:4f8:c17:5a1::2]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43 +p reject 1-65535 +r Unnamed utylDSyFl7EmkUJa+Ueas9iTqcc asGV8myGdKzteSPW6nZ5slPQyHI 2016-07-20 01:25:16 5.196.10.150 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=46 +p reject 1-65535 +r Idris uu9DXCFIGt/yQ11cs7FYUYaIJKk WL3O066DoYCv4iQQed5WqyxfLwA 2016-07-20 05:13:38 46.38.233.242 9001 0 +s Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=79 +p reject 1-65535 +r Merk01 uvK5CxNY3mK4rvBPnb4ECsaLOHM pq45RtX128M5xZbvNQiLhX+pgPg 2016-07-19 17:27:10 178.62.252.234 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=552 +p accept 8332-8333,11371 +r clery uvY8bg+DcSQ5HVsWOFOh7+Xz/gY y8kyD73Ruhdkh5GKqM9BIi04qo8 2016-07-19 18:03:07 119.235.249.136 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8 +p reject 1-65535 +r bunglerelay uvs2p2+j6SD0jQBiKmQvTHTrN6E fTn2JkbPZCWKeTV6r5ZqCn7/qQM 2016-07-20 07:37:19 109.157.157.97 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=124 +p reject 1-65535 +r fatihks1 uv6bdGl3G7U1hcedIZGYeYo97Nw sWzg37hPfI73WmEVaapz0uOLWz4 2016-07-20 08:19:21 37.59.41.70 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15300 +p reject 1-65535 +r beaverscave uwC3V3IQFZmrJ58wDe+KGPyJ20k uFZxg8+Rw/ERtoivN02qN1ZtGT8 2016-07-19 15:35:52 163.172.131.204 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25500 +p reject 1-65535 +r lebowsky uwNgYFC1d7UD9Mhds9SCGiQtmo8 kMe/zioD0atZS8vMDl4u9bp4vX8 2016-07-20 08:48:55 178.17.174.2 80 443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1780 +p reject 1-65535 +r 0ZQIX7g6 uwxjbeicrGyZXLOAqsjEqqtzG6g yCbAL/vCywrhdgmEjD3vj4etn9k 2016-07-19 17:14:24 77.37.142.179 9749 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2460 +p reject 1-65535 +r onslaught uxGaWk1doru3t5bsxQ48Dx1P2RA xRumeO5So8T1C6b9cqNLGYFrzA4 2016-07-19 17:42:24 87.98.162.251 443 80 +a [2001:41d0:1008:761::1337]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=150000 +p reject 1-65535 +r gloire uxeR04enIThaHlsAZzD57Zd0YC8 7TLhmE/mCO/1qs7wJiM5nH1T3eA 2016-07-19 23:19:57 176.158.5.71 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=401 +p reject 1-65535 +r Mozilla10 uxk2t9Twks6DroWQyqB/e1an3xs 6+xC1vXPM5h9+ZV1AvHRlvSsH44 2016-07-20 08:37:44 67.92.173.227 9090 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3550 +p reject 1-65535 +r Unnamed ux2c8StPXjmyXcfuG0Y+yxveEQ0 izMGGuoAy4trXwZqFxusAhZQiiU 2016-07-19 22:48:02 71.90.234.39 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=14 +p reject 1-65535 +r raspberryPIbox uyFtBPmuYwOWxdbXMzK0EpsEkto INS7oe4f/sZsCny1f0uwnK1AIJQ 2016-07-20 06:36:01 2.225.231.92 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4320 +p reject 1-65535 +r monday u0GtMt3GcAeYipO6c8IPVbOTsB4 VvQwEx81JRLZL3SW0MTQ3q8kccQ 2016-07-19 20:58:08 187.159.52.238 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r atorrelay u1h4LEGEQy2E4obKwL4Y37h7TzY L5VF9fDnkZu+E4NyvVWSBloJD10 2016-07-19 21:48:02 71.46.220.68 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=181 +p accept 53,80,119,443,6660-6667 +r mars u12NLCWqdc7fwyPLedKoNKXKDuY /LB6oJcwQuW0MSrImK3eeQ0lPzY 2016-07-19 16:01:07 136.243.1.156 19901 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1940 +p reject 1-65535 +r verax2 u12yGpCgIkbbQ+pGXT4VhRc/G9E uD6NgskeMxEP9fgwZxrFy7enxW4 2016-07-19 21:49:44 178.62.209.252 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1410 +p reject 1-65535 +r madadtorweu u17jc3dkqpaudIxDqd0+uLdXMZs 3quVa0vR+J0xmzpFmJgDpJSpM4A 2016-07-20 04:31:48 104.40.138.166 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1540 +p reject 1-65535 +r Casper04 u2D1uhE6C4tEt7N941Z/5WHpL3g 7k5ep0d32RIzoZp/BHxdqQN7RcE 2016-07-20 01:36:33 195.154.75.244 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p reject 1-65535 +r ashiok u4ETBvlclYLnnF7g1OnguLBwRt8 UjtcXcOEJYjKBQuB1IKLETzfAhs 2016-07-19 20:40:34 90.63.218.139 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1400 +p reject 1-65535 +r CatRelay u4cxlDcMw96cGnv71Ed9HH/jPvE wPkR6kOEXAlu4rNXlyJiIl7hHes 2016-07-19 23:31:49 85.114.133.96 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r defauIt u49odnXNdxaFbhFqiido6Iywy3o XyAqUebf8rzR3nKzP5r42jf218w 2016-07-19 16:02:13 95.27.131.238 32503 29030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2650 +p reject 1-65535 +r Unnamed u5S3jRUiLlKd/ffGUwg1piu1hZ0 n4/In9naMye/dvnMniXnr92q97A 2016-07-20 05:02:51 128.79.39.195 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=83 +p reject 1-65535 +r intermediate3d14 u6Y0F+EGUcyPNWXFdfnnJbQ80io fvORvRFrvivLXjRbHFrN2KZDiaQ 2016-07-19 16:00:36 95.165.129.222 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=400 +p reject 1-65535 +r SOCVR u7IehFMLn8ISvq9FVXjCSsffPxs y9p6A2/WZoc6FEISwkl4gUdKtRw 2016-07-20 00:29:10 51.254.218.90 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8080 +p accept 21-22,80,443 +r theiF9veephuf3ah u7NSgk0p7ZEvi3wfwGIuhDluHhg m31mGtvfqcvDxfWSRflnT5q9jw0 2016-07-20 06:27:47 94.23.18.169 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=972 +p reject 1-65535 +r motor u7u61FMmPXhuw0q2igYhQoiRA0U bL8tS4vanQDLmCM35itAQmz8boI 2016-07-19 15:15:19 93.218.101.164 9321 9322 +a [2003:7a:8f7f:b0a2::1]:9321 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=589 +p reject 1-65535 +r SaruTorIruka u8Ya0uGK/nDpvkJtCyKpglIAD7s rJ5xHFc1+DMeNc/zR7JREVQnF/0 2016-07-19 15:39:35 128.199.131.168 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=277 +p reject 1-65535 +r tea404 u8unQcrpJ4VPSQXxh/Y8PIQQvc0 hLkI9HB37NGjNhT30wDucdcYk1g 2016-07-20 08:37:29 210.152.241.60 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=368 +p reject 1-65535 +r Blazkowicz u9GxoiaVOWx13/M4qP96EoBKYHo +zh200Ct9EbjBSeXZlz4Rq61/bM 2016-07-19 16:05:55 178.162.194.210 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12400 +p reject 1-65535 +r NovelThunder u9m64RMPnzPy+ESaLtZ/mjaFOGM Lp0LpGlLsjVuhE3/+CXDkx+CLzE 2016-07-20 07:55:31 77.58.73.149 9002 0 +s Fast Running Stable Valid +v Tor 0.2.6.6 +w Bandwidth=379 +p reject 1-65535 +r guy2 u93ilcg4hwHBoN+q+xvep6QUaDY phMTcf5JxlCe2Nuhbbst+rP2LyM 2016-07-20 02:24:18 173.255.218.106 995 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=3780 +p reject 1-65535 +r Rarity u+QJ9XkdqlLCw8kRfLpapV8+Log jNNMwsnjWi2JCnMsjmWbehvr61w 2016-07-20 05:29:47 79.172.18.18 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r erbridge vBiRkifXwcd35PmXdL6BJGVBdgE kBNYckc2wyHAuXoVwHunxxycMvk 2016-07-20 05:48:45 104.167.100.95 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3300 +p reject 1-65535 +r PimpMyRide vCJXqQJY2pbYd1lyMD8udOZq8wk N6QOhWkYC/yF4wZMrma99M7BSiE 2016-07-20 04:01:46 213.185.227.85 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4750 +p reject 1-65535 +r interactivefreedom vCy4jh9+X+lX/4cFo83yz+4UsPQ p29qty7rp5645fTfnVwTnJwzs3A 2016-07-19 16:34:23 163.172.145.79 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1840 +p reject 1-65535 +r EdDySnOwdEn vD7V2j51/fB7z+/cF8fe5YaBFPk rIGIO312NL3RKYQLseNIkpqi7k8 2016-07-20 04:55:36 176.9.54.142 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2870 +p reject 1-65535 +r WindfluechterNet vD/LtNps+54OB+ByknNOJPacNus BjnygTSYo2vRJVHZ/9ZrEKbMGOo 2016-07-20 02:49:31 31.172.31.207 9050 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3160 +p reject 1-65535 +r Rantanplan vEl+IT5DtR96iTpWPu8XqZJxoOg 5qKH6PWB4FARZ6+crOsd+8zdThw 2016-07-19 22:23:33 217.231.206.143 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r woestybongololo vFnCZwfNsOYmhVVzBYrQoNXr2Hk pxWRHS6cgm3rmvoPH39IdsytzFI 2016-07-19 17:53:46 88.185.155.134 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r AnonPlus vGFLfEbGcQiMyhYTXavWp/4K5Rs Ux/fTuMU+o0zJUcscCvLHZjrqVY 2016-07-20 05:15:52 85.204.11.53 443 80 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r IPredator vGMMu7UYvn6fTglxKrAmnp3H1iY LYVtRLcLGifF5jkxt2rES/xCyRs 2016-07-20 06:40:20 197.231.221.211 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=160000 +p reject 25,109-110,119,135-139,143,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Bytor vG7E2znrMM4a0FXUkBsqftXYxi4 X77gLJcYZrftmiAyeO7Xh/rNT0M 2016-07-20 08:13:57 184.90.70.31 19001 19030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=77 +p reject 1-65535 +r CB85144F14DE88F2 vHXRFoobVYoSZhkMLhgMoX4D1Tw GiCb4jfbGlgXrmTFAa78fMbflTE 2016-07-19 19:11:25 88.217.171.225 9001 0 +s Running Valid +v Tor 0.2.6.0-alpha-dev +w Bandwidth=4 +p accept 22,53,119,443,564,567,706,17010,17034 +r YagaTorRelay vHrPrASFTHcWfH1mt+RxMU7YxBA gU17GbHmKFUSshIjK1Vb62OVESg 2016-07-19 22:49:18 89.163.247.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18200 +p reject 1-65535 +r Unnamed vIFzIYaQLT12u7Xlpm9ph16FbOU 6p48JCIbmefMTWIbhZb2f2yyQdo 2016-07-19 19:46:03 176.212.70.232 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r Nickname vIJljFEfjzyO3F9kTyDooDMlh9E q2t714HpKm+vhCSi/LrvBv/ycKI 2016-07-20 02:27:41 176.38.140.13 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2870 +p reject 1-65535 +r Unnamed vI12NZ5feyzcKVbj2FX37pMQZzM fDoRTERHCmb8rZsrvNlyDCer0Ic 2016-07-19 16:31:55 31.207.188.243 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=754 +p reject 1-65535 +r busbussa251 vJGpSMJ5GjYcmYFRrUk/CUubxng KkDDCkRQJ6NrsDU9TgZi2pOF0Qc 2016-07-20 06:44:19 185.8.60.92 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2600 +p accept 80,110,143,443,993,995 +r paypal14guard01 vJJNUAeGZqAgj5118pynNkX7YE0 jq3FBmb1ubnpHC2qJeWYECI6kkM 2016-07-19 23:38:10 50.116.4.107 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6090 +p reject 1-65535 +r hypnotoad vJXIvzYGnvpyACNQ432FvF5wUhY VPhlDWQgER+CTR6LocJ8TOIHDuc 2016-07-19 22:03:43 128.130.204.91 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1000 +p reject 1-65535 +r dobby vKAXrNpIMw0Cu3BxZjntVlST424 uuwebZOux68zghYMxKbFdTylDa4 2016-07-20 03:44:20 212.47.228.115 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8080 +p reject 1-65535 +r Torwell01 vKGXxDpEt7nRRQljf5akWxPCM9A 1eS4AJOtKf0+QBC+miGbyEGTLDM 2016-07-20 04:08:16 81.7.14.227 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5230 +p reject 1-65535 +r veetee vMBSr4ES8EUoCe9LgQ1zYvIXLa0 WJTQlIesEZW4kXm1JrtCEKa/nvI 2016-07-20 02:08:47 78.55.52.45 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r leslie vMcf22+ppAiUE98PaH8i+tQpGrM 3gWptEEB6ocVBb0LOZvJ8DH5WtQ 2016-07-20 03:02:45 198.167.223.41 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5480 +p reject 1-65535 +r paivirasanen vMuERBmuJlNAINivIcJr6TFiHWo 29NM1YWMENzM6MQn1elJoB8+JqU 2016-07-20 08:17:45 168.235.154.96 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1600 +p reject 1-65535 +r gruple vN75gdYuKU5T2IQvLdBegWfgecU 2dtBiemtZWp101N73rwSKpH8k2o 2016-07-20 03:38:24 64.137.246.218 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4070 +p reject 1-65535 +r spying vOAuSnO2z3LzhVRw41MGDYX2vUU KYV987LuPnthyytTXDRX8+sO9Mw 2016-07-20 06:08:17 37.230.119.37 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18400 +p reject 1-65535 +r gurgle vO32wZOqaHrkcbiiLr9rxXwtKF4 YggPz6n+85dHFve0BWDCK9jHd+o 2016-07-19 15:56:37 198.96.155.3 5001 8080 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r EldritchReaper vO+QgZWAXgPpLM/macSHOOVWucU m471D0UY7B1rqsUorQ4iJTQq36U 2016-07-20 04:38:59 128.199.55.207 9001 9030 +a [2a03:b0c0:2:d0::158:3001]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7500 +p reject 1-65535 +r CretinBoxTor01 vPLtY+5j4byyKgdXmdpu7vXuP+s 6f0/MJfXUR6uk9zyVMInpfddCJY 2016-07-20 00:00:58 62.210.222.166 80 143 +a [2001:bc8:3e62:101::1]:80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=117000 +p reject 1-65535 +r TorRatiju2 vPjx885uxkKhYVYrGpIfvZEkIv8 w+dPFSGY5K0JvoGxuJSh2wP+rqY 2016-07-19 15:37:10 163.172.27.39 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=10100 +p reject 1-65535 +r kayaba vPoZWPc5dtGKj0PM40gA9IVjBVU Og0vn4foBfzxQHz7zjyT2O+7xuw 2016-07-20 03:31:25 46.242.66.240 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1210 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed vPsJMzZ9YmcV2jKhR/QXGUpdSNY SBRDXYVjTOnsx1cfCkrFNN7/JTI 2016-07-19 18:56:26 217.12.210.48 443 80 +a [2a02:27a8:0:2::9db]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14600 +p reject 1-65535 +r metricspace vP5UjqP/igs2EHecI4NQEkqO1t4 /o8l3LSxNX4x2Tcq9uxdwyo8iXc 2016-07-19 14:57:49 207.172.209.83 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=47 +p reject 1-65535 +r 7c1c4a0411f5e254ad0 vTR/5Uq3G3laqoM8tAM9z3PBZrA 2PJXz2N9OIlczfOR8O7ubUkvI0A 2016-07-19 20:33:14 84.216.251.32 8443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=335 +p reject 1-65535 +r iugmvgxw vTwZF9M1pNCfNLHynxH7mxDhHAg 5mMP/k6Yd3XNT1/y+YDtOW0AknU 2016-07-19 22:06:05 81.2.242.62 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=902 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r Hedgehog vUNU52kpyQtwBP8UmjxSGJo7RjQ CvDaQpTGEo7yd6urjeFn1pAqoSg 2016-07-20 07:38:22 212.26.140.81 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1270 +p reject 1-65535 +r regar42 vUxkdQgWL1nLROTfwcKyuKk4fMo og9QC2hCiubgjP2H0ym/ECGDsYY 2016-07-19 16:27:33 163.172.35.115 9001 9030 +a [2001:bc8:3680:4242::1]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34300 +p reject 1-65535 +r madrigal vVSnjCVefp3CX3PtuiF4yCZ7cKY qMyuQlvHbtpgEqjkllOKvb27DGQ 2016-07-19 19:17:24 45.32.217.132 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=314 +p reject 1-65535 +r Schakalium vVUsFl4u0oh9PxzOnP8VXdothuY XIiRHV5NrD8/I3+z2IyaXiFboqo 2016-07-19 21:18:02 79.120.16.42 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8010 +p accept 119 +r HouseDimir vVahw2GW7paLKjRjzNZAGbTlJtg sZtmD9xgwWhtf7GC3TQOAden6vI 2016-07-19 16:25:17 81.175.219.2 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3200 +p reject 1-65535 +r NiGH vWNDD9yyjv6vVxNcQ8wujOTep20 0ak1DL+rITbHktO+OnWyGw8GZ0E 2016-07-19 20:01:28 85.230.21.88 4404 4403 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=48 +p reject 1-65535 +r maatuska vWqCklXLCOZvvn03SDY1huRrOBA 0dxerrbuTZv7xdR4vPzeJpnen6A 2016-07-19 22:07:25 171.25.193.9 80 443 +a [2001:67c:289c::9]:80 +s Authority Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Tor4yahiesheef vWqODvG44CGkHLHIRjzz9nO/GsI HGt1qqHg4BO6edGWdmwwaQMwB9Q 2016-07-19 20:03:33 149.202.57.214 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=36900 +p reject 1-65535 +r pubservA vWrXH5uol2DOAeIKkxte18KNEpI +rhB58jsmZ4khyjZI7L+Wy0j3qM 2016-07-19 18:12:14 178.112.163.145 110 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=743 +p reject 1-65535 +r Unnamed vW21Osydk+JY4TRkq5g919u7lcQ Zq0LnhvGDKpVsCYK9nD6pCBx2mA 2016-07-20 06:48:00 31.220.5.200 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=16 +p reject 1-65535 +r imaneviltorrelay vYQ6uKTtBRNF50ZOIZ04/1MjHjw jyZBX2aBzmM9Vx+/81uCWDfWwks 2016-07-19 19:40:39 82.69.76.35 10405 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=31 +p reject 1-65535 +r docker5c6488b62f vYlX5kdrr9op4qM3AVTwV3UjgqQ dxhSjygZd6x5NwAAx+ITsHDMxBw 2016-07-20 07:22:52 50.116.4.231 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2830 +p reject 1-65535 +r frantz vYnSPkeO5bEP0Lby3fjgtNq//r4 RvdH6s5QSVLN7cX+G71q26cmHkM 2016-07-19 17:12:38 37.220.36.240 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=16 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r serverbitch vYz+efNF3ncA5N1ikviwPRv4CA0 FZD4jlczGA/IxUHzCvqZkKwypFA 2016-07-19 21:58:34 176.9.110.138 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r Pleiades vaC8NXH8z2VqliqpXi3/ZFCSO7U CpyPZCbSq469Vw4q1mNQ0qs0P6Q 2016-07-20 00:56:15 90.65.102.118 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=983 +p reject 1-65535 +r AccessNow018 vaepH/OAbeUQn9rnTP77O6u54Q8 8PlF5iYjTU8eZ8WsTgFD1YFV5qM 2016-07-19 23:31:50 176.10.99.209 1433 1434 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=11600 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r kite3 vard95es7lODgpPOPI0NadQI01U pmF0ZWr/6kjY/TupttdD5NhLhto 2016-07-19 21:15:33 167.88.36.193 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=88 +p reject 1-65535 +r 00000000000X va2xfpoi99WwYfUf/jSEnupwdv0 srMvZCurwINhkJ0cHSEN8V1bbjU 2016-07-20 08:00:02 24.186.109.4 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=907 +p reject 1-65535 +r OnionPi vbMSIUL/wkQoOpStIxRWXnbeaG4 jX9UfDId/RJg7q2yhZy84V/A0vo 2016-07-20 02:14:56 87.145.143.13 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r yanft vbe6EThNtMI6f7sIdvQy0383xCU qeG8lrcg88mAhlOF8tUCPajlNlk 2016-07-19 16:35:36 176.9.84.37 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2570 +p reject 1-65535 +r GreenTor vcp3NvZBVgfnmDkMYE1/EGyX41o ayJW+KjXz0h+ah7iRCpEU8ewnGA 2016-07-19 18:35:12 84.154.127.202 9035 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=802 +p reject 1-65535 +r 421970 vc1XJhnu95U7yLDusn1GkMUlcDk bGDxMpRdKq7qDnJUowFBNLwaDzM 2016-07-20 08:07:06 91.51.244.70 9010 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1440 +p reject 1-65535 +r frosty vc6si6+2+k1/0LBXu7JIQLP032g x+YZxMVgn2QWDS1c7LT4WuBx6w8 2016-07-19 23:52:11 217.197.84.24 9001 9030 +a [2001:67c:1401:2010::55]:9001 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=607 +p reject 1-65535 +r nerdconomy vddNJxFYDJ2VMgLA7vHuRYMmW5M 69xVuXM1Jn3OGrZi6UjBCgrmSzs 2016-07-19 15:51:24 37.97.140.239 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=54 +p reject 1-65535 +r ididntedittheconfig vd9DlqO7JUex7stWkjgHKmFIsBI SaU77gqUmmKdNmEc8/de4iCX6XA 2016-07-20 03:56:50 77.221.85.246 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=3950 +p reject 1-65535 +r banditztornode vfiOljm4N4/jByBaN+QegkNrnQY Kgn0fIxzLT9u+fzqS+90K9nTIXI 2016-07-19 22:17:55 88.195.222.220 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=817 +p reject 1-65535 +r Kroell vgQ6JB7gShVuH3M6bWILVkpLrMY KdxWCtMEtLwQP8rZPw0X0UORPzY 2016-07-19 20:00:01 46.4.0.156 9001 9030 +a [2a01:4f8:130:2389::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17800 +p reject 1-65535 +r Kloete vhbXrivPRkGjBRZr+ur02ltkT08 AtaPkuBGjg+pRCrnNfp7YID9X44 2016-07-20 01:18:07 78.47.43.181 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12700 +p reject 1-65535 +r FidoTor01 vhrsrddOtI1SowaCRZ6W6djSCCw i/z0rKsyTShepcAHu2Hzk++SsYU 2016-07-19 20:04:58 77.175.235.56 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9140 +p accept 8082,8332-8333,50002 +r skopelitis vinKmahcF3Xgbq1CXI9sNvY3KZU eesCrECSpbc6C+d1jwoOy6Qg/XI 2016-07-19 18:59:31 83.167.185.35 9333 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=9 +p reject 1-65535 +r relay8964830 vioDdtOFSF+uu2HIWymqpog+BuY qxAk/PahLmeYs6n4fh+SdQxJukU 2016-07-20 03:44:27 188.226.200.216 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2320 +p reject 1-65535 +r vagina vi/YX3KYXxsPdTGpzmog+OU+fXU Eoic3uTPo0DdDy+bHph4Y7hJ5/I 2016-07-19 15:03:24 157.25.224.251 9001 9091 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=383 +p reject 1-65535 +r KingCrunch vjMqopDyrNpRsXne2g4V4JxeyDY G8Pl7L9KY6vi/9zhnp+H8nGz2Gk 2016-07-20 07:24:42 91.65.215.31 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=633 +p reject 1-65535 +r FartNPoopN vjQgpmiZC0BC1D76t9POeZ013Aw 0A41wfPXqRtMQFkHWJnK9/DZ5TQ 2016-07-20 05:27:14 207.244.96.34 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=1600 +p reject 1-65535 +r nthrootorg vkM0CjQmmTEtXZR3MFYFBm0qWbA RFw7EBtcqffrDn7PHhsKQsO9r/Y 2016-07-19 19:43:38 71.204.160.217 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=556 +p reject 1-65535 +r wewillrockthatworld vkN9zejd7bnu9lrO9IrDonYwv7Q Ym82ienVFkOves8lf2YLnQyx7jU 2016-07-19 22:11:20 78.46.64.245 9001 0 +s Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=5 +p reject 1-65535 +r Unnamed vlkjQfIXhoj23k/7fN68TgNe0aM rntXJqgkvavkJ0igcWPnWmDiX1Q 2016-07-20 02:16:31 93.170.169.62 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r KDFrelayNewJersey vlywh6ZDNcs8VVjaGQD900wQaxc xRreHP8lC5D3TWD3odbcEHggqdQ 2016-07-19 23:27:13 74.102.93.87 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=566 +p reject 1-65535 +r Torque vl0U8Ad+fKM8nI01eoyeXxj7L5A dAhaiLDyTtxJWEZ3d3MY7KYujgA 2016-07-20 08:26:25 74.210.190.4 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1000 +p reject 1-65535 +r albin vmzyaBS9HzW3b+V2cC26lifugjc 5ylNIXN8uaRFF3MT2k0a2JcIhwo 2016-07-20 00:05:55 141.255.161.166 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3940 +p reject 1-65535 +r paypal14relay01 vpU8lcmNIHdCpm3cBbCkdv8iJck gci+CwkneYPdDKd4hrAsOMKo/Q8 2016-07-19 17:23:13 212.47.246.18 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32200 +p reject 1-65535 +r artemus vqPn2g8G7Qyllx1rQgt8RnpdyTk lkrkEUXq2Ufn/teF0mpUEhRkkFo 2016-07-20 00:06:46 176.123.29.56 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6770 +p reject 1-65535 +r CatRelay vqx7asPJ8UvQh8s9gz1QZHooFBY fmJvpWQrxVu0GSG0O61THwSD/xk 2016-07-20 00:23:36 195.154.87.231 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14200 +p reject 1-65535 +r Poitras vs7GJ4N+exRLjllUpDbpITwikes 8wv08+h/zl8VPxa6QMZmB3788Ek 2016-07-19 20:11:11 178.62.27.137 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4930 +p reject 1-65535 +r 4dissidents vtL/mhkn5E7qWeVlCXp+kkoOFb8 feVz/RME91v5rOM+zKdIOdX4HNw 2016-07-19 22:46:02 68.224.252.210 9001 9031 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=592 +p reject 1-65535 +r Unnamed vttY24sjhh7zXL7DfGuO+3pxaXU rdybFDiBBgzrbtnZ8fI4tDsdXBc 2016-07-19 15:32:27 80.169.241.76 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=80 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r defusedotcathree vt4BJE8KcoN21Si5Se52yGlXcas 4pmqN2lxfRlv7goW2rvQaOuawo0 2016-07-20 07:32:53 192.99.154.234 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1880 +p reject 1-65535 +r ididnteditheconfig vuazVcS2yx8TjGVMwiowEsbq2Ic H1WPmaIfCHSPPiZzyW1KDN4gtoE 2016-07-19 16:54:57 80.216.210.110 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=1420 +p reject 1-65535 +r Cornitor2 vu9qWEHSk/mNt5v9gPjBpIChqIY ++VFiiOzWRToGi4BcnPCpl9fmdA 2016-07-19 16:43:33 212.83.138.123 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23700 +p reject 1-65535 +r buuuex vvctUH8UpviX7OcqzXQoP5Sv0Nw Ta0MyYGjjqqFqATySU3BTflv5jQ 2016-07-19 23:17:41 139.59.134.30 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r freetorwa vv6X1d0Azeap4uYzNFi3EcdCD2o Sx5hCtk8GwomlBOxO41mBnkufTA 2016-07-20 04:37:30 87.182.70.109 9001 0 +s Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=17 +p reject 1-65535 +r blackpinguinDE vwkGKjxOcocyaMxoWYEy3zQx9D8 MSOTMhAwhW6kq4RBU64ZQtB4c4w 2016-07-19 18:48:03 46.59.148.229 60002 60001 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=989 +p reject 1-65535 +r quadhead vw+1guN/c4zTPDZREl8ncnBbuOg XLnQqx8IQSpJiFGcbBLz9wvVgiw 2016-07-19 23:27:29 148.251.190.229 9010 9030 +a [2a01:4f8:211:c68::2]:9010 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=61200 +p reject 1-65535 +r XDDDnetfr1 vxYpTb1VvMIHnOSqnMOnhcVZjg4 d7ymZcE+CsE5JNLwkgamXVK5fkM 2016-07-19 23:57:10 5.135.162.92 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11900 +p reject 1-65535 +r tOr vxbSRsPRUPyaBW7AEorniez4lU4 FyUH7Z53bJ7TknBYgohZGdFKkD8 2016-07-19 19:55:40 149.202.67.193 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=11400 +p reject 1-65535 +r cel vykHfZDdZdixWy38h20lx25QV/s /q1galNhxIGmmoZPy/VGGzngkp8 2016-07-20 00:20:44 62.113.227.124 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=408 +p reject 1-65535 +r hatserver82ff9bae vzih+hx8D+xcRGQoXAD3vwI2ti8 ZhgJiCLWUAc5+Fi1zhKwuf9lFys 2016-07-19 17:37:31 77.234.226.102 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r Despoina v1Dgnu0luChhz5XhqqQtz+9T5dE HexUbLy6I65pnIEQt1Dao5DzVDg 2016-07-19 20:02:16 90.228.202.159 6881 6882 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13600 +p reject 1-65535 +r ziorufus v1pnk0dyFoOh0PThV7t1jBZABk0 S7ZzNWvVtRxKiE2rucuVjYzrTYo 2016-07-20 02:53:39 94.198.100.17 9001 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=372 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r DFRIpi008 v2NgRxd9I8w7XueFqh+vHgiN6Mw ed3GZmh+m6GDM5IC5/P3HN/+y0U 2016-07-19 22:57:07 81.232.44.117 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=970 +p reject 1-65535 +r UXEBTE v2N5ER7CwpwQTtAjnVcJ0IvDues jcvXbPxOEU7Pq4gLiMzsoc7XOzo 2016-07-20 07:01:22 188.209.52.109 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r mfrnano v2ka6wAFZpz2IngfZG/7f//662Y muE19S6SlrVY1Csn1vXciIO+R0c 2016-07-19 18:01:02 195.154.75.165 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9830 +p reject 1-65535 +r baconisawesome v3f2q5RbYzwqlCfinpU6vve6zTM U0wy/gg2IiyGI7kDHbjtcyxKMjg 2016-07-19 16:42:44 163.172.214.76 8600 8601 +a [2001:470:1f14:214::2]:8600 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13800 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r GoNutsGuysJupiter v3gSVHj3l9rcRNTuV6rkYZ12H3Q p+PldIfT2iaejR5Jnp+PWsIwe/I 2016-07-20 08:48:48 104.167.117.75 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1480 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r collectorrelay v3qydOUA5WQ4f6kQhil05Dhe8JY LQvtwe2bEs+FeedazPD/Wlpj8Ds 2016-07-20 00:19:27 88.67.160.192 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r weepy v3v8swlvyB+9C3raZhZEMex/0Rc W1LLiUNgatgIfLOsmbqwU8oO5Os 2016-07-20 08:49:39 178.132.78.148 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=29000 +p reject 1-65535 +r Unnamed v4OXgFn/Uj7iY4Jq9iLxQYRZ6Nc vlxt4knGMTTdugrXSaZUhOxZrl0 2016-07-20 05:22:22 91.219.236.136 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15800 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Unnamed v4TZCMDjbtBysi2Mw3AIORxXDys GK/Rpr7EByHgwO1jeAW6O0+lGS8 2016-07-19 20:33:23 109.195.179.6 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=424 +p reject 1-65535 +r banoffipai93 v4qgJR+I9mV9DJZuFv9cfzlvTPY Dq2AVrninHGWzFWuMVacn1iBANs 2016-07-20 06:54:18 94.100.6.6 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=721 +p accept 80,110,143,443,993,995 +r rortor4 v5CDhn5yrncFJwZI93cgzFl55fE OiTAaDh94ebeC58liRCYYSAt1zA 2016-07-19 17:12:46 46.101.223.231 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=1710 +p reject 1-65535 +r MrWhite v5M6ygl0F0IG1kH8hPX/mAocTIs dBVgFMGeITpSVXbet9okiTJCSns 2016-07-20 03:27:21 217.250.90.56 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r biafra v5TaHT5bYWcQPckmCZKbJvJfZHU Xdm/nLhP8RowfxYDChuh3TdarHw 2016-07-19 20:25:42 104.131.137.159 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5120 +p reject 1-65535 +r Unnamed v5q8ysuBFBK3VxnI3PXVNWAeui4 iaiSlLp5HSFnpcJI5K3kD2vfob0 2016-07-20 08:14:28 91.100.103.196 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r abz1 v6jKzqxJYR5xyJB5RTgpLFz/bvQ 3mDLnahbKj+0L04nHcgK079u6jE 2016-07-19 19:36:24 139.133.232.231 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=32 +p reject 1-65535 +r thepisalie v6zOWl0Te8xxhwUo45H/nZ/PQwI DM+LNRjlOc4F+dDKChjKzkJ1gfI 2016-07-20 02:10:46 91.20.101.239 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 1-65535 +r prospero1 v7Acq0xM/dOY81SL0HHj9uIE3w4 xja1T69bJvKPHe/9QCzeVh94p60 2016-07-19 19:00:32 46.105.84.178 9001 9030 +a [2001:470:ccfc:102::2]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17700 +p reject 1-65535 +r styx v7OZlN7nTSOx5p7OcCtxbOE7Qco O9crfZXwo+uxmI+P8rflObpbI8E 2016-07-19 19:13:25 130.149.14.31 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=92 +p reject 1-65535 +r FreedomOfSpeech1 v7ZQvh5CyHTZfjS0WikW/5QhJgA Y91XL2BE+TqCEufW94zABmJg3XE 2016-07-19 22:04:50 50.162.215.108 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2100 +p reject 1-65535 +r Unnamed v8M8jLdEh03eHmmJ0WGGrUdHtuM Mb4La4wj6Eog70mScCMTkVTnPE0 2016-07-19 17:28:49 88.198.115.16 500 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=19100 +p reject 1-65535 +r wombat v9EgYlwMYCm/ZS4lVFfE3dHWp5M B8CeR4oCt3P/uepJq5l/IqmMSPA 2016-07-20 02:00:52 208.111.35.80 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=339 +p accept 22,993,995,6660-6667 +r Unnamed v9KUb1GQdmbNREzlS8yqodNxcK4 6wMRmQoHFl0R5PYHsMbA1v9wnBE 2016-07-19 15:16:48 46.161.146.75 443 9030 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5 +p reject 1-65535 +r externet v9vzY05TnoE2w0BjWBG6paN69TM V6Bs00rA+ZgWZSHbi3twGXuLYQc 2016-07-20 03:51:38 213.239.211.41 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4330 +p reject 1-65535 +r Unnamed v+2NWqfAoZEblVU3daBzuM8WXG0 tKadODj+hS2e3SFRkX/Clgkyg74 2016-07-19 21:07:34 192.169.166.157 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=146 +p reject 1-65535 +r wurscht wAUlIhlizEz2OEeEc0cN9+62KOs jAsIxh0RTyk6kMqY494lqlvOows 2016-07-20 02:19:45 2.245.176.15 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r darkmist wC6byCIl5RhJ5HBEKywoCJhTkYg YNmahetBcv9lpE3oPDBqnD7kYvg 2016-07-19 18:46:40 69.93.127.57 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=6 +p reject 1-65535 +r patat wC9/apDroDfeRQ6E6bi08ufeHco n17wI2bq1SB4HW0IuA2yJ5gzGPs 2016-07-19 15:35:04 89.99.155.31 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=423 +p reject 1-65535 +r Unnamed wEDn+8Kmv1TOW51NMW8CPp8zg4s 7jMWn2FflZKGz3xWZSsQNGUltwM 2016-07-20 01:16:37 46.226.108.26 9001 9030 +a [2001:4b98:dc2:41:216:3eff:fec8:9380]:9050 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2180 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Pascal4 wEvhhFqoCqSdU1O1LubjW0zxVHs 3w7pT4rgjUaDWCvV2AI0a9gNuUg 2016-07-19 22:39:26 23.254.128.38 993 995 +a [2607:5500:2000:108:1::]:993 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2940 +p reject 1-65535 +r HidingIsCriminal wFdnvGV2zjc0UBjeqUEbj6bxA6Q XT5mgGTN7puH9kha/cSYEk6LUPw 2016-07-20 05:43:56 37.187.6.75 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12700 +p reject 1-65535 +r brattastic2 wGQepvBsFORhrBBhArkYgQEcbsw GVFE7r1LAau+fk/JD5Y5CJ4C0l4 2016-07-19 22:20:42 74.91.25.214 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8400 +p reject 1-65535 +r Unnamed wG/cAyBhh1yDJgasbT28PPgUYvs RUuUjDxhf5mHKuhqNar6QoJIrX4 2016-07-19 22:31:39 185.86.148.150 9900 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=4540 +p reject 1-65535 +r LittleTinyTorVM wIMprB0DffjV6FlNz5mLwnjKWcE RCmBi1jpE5pXEtgj9uWIAFrDQ4o 2016-07-19 18:39:48 24.16.68.144 4430 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=682 +p reject 1-65535 +r niftyvolcanorabbit wI3klljls8/G8qlStFPEtgjJoWo OZFmy+9eIw5eue68ANf6f/I+a7c 2016-07-19 16:44:15 163.172.35.249 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41600 +p reject 1-65535 +r SwedishNSA wJmq7AGzJlHoe0dNSVEYfCBH+pY gTNqStMIsiZUXoY5t2l+OmxO/P0 2016-07-19 23:43:32 217.208.117.211 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10500 +p reject 1-65535 +r digineo2 wKBdbcCYfQvzLw/wCpv3kefKedc yhE8ycW79NIHy8N9OGrB9YKknLM 2016-07-19 21:36:11 213.239.197.25 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15700 +p reject 1-65535 +r Unnamed wKfUOlwYuVsvmgVpvYae3FKd1p4 z03lpJpqSpaLvCCwuhZWfybWl2Y 2016-07-19 17:14:54 174.96.151.41 9001 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r ExNihilo wLDaJZBndt3Vs0ErpudLrp4tcBI HEF5IOUeUKuveIOOvsFcwkfoZYo 2016-07-20 08:35:28 92.151.213.14 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 1-65535 +r minitor wLdBPWkEEd9dKw2Dj1Z5IxJpcSI vmQ0e0RFtLjwpszYBw0Hul2z9EM 2016-07-20 06:31:51 83.146.225.138 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=995 +p reject 1-65535 +r kwholes wL7LNjPBRXDPbSXtW/1w71UYNsc YSDJ3gSKtApeGHbdye0nMgnCKAo 2016-07-19 17:19:50 69.30.203.250 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1430 +p reject 1-65535 +r Unnamed wN21EAX8JdvJuCf4zlropBXaNiQ bbisWmvAC7L4aIHAgq/4JcTmqxA 2016-07-20 06:01:21 198.211.123.43 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27400 +p reject 1-65535 +r thauriiya wORGO1PzPT8m0RJ8iG7o/l41/Ds Ll0Ne+VbQXy+NQIvTmB72nWWAfg 2016-07-20 04:59:28 71.245.80.62 9011 7013 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r Sportswear wOpR4agUfyg6DMkU7uqLkBYU/lE bdUKx/kI6Pew70mNheN/i9JBiZM 2016-07-20 04:26:54 185.104.11.146 17627 17682 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=399 +p reject 1-65535 +r abracadabrator wOslcCYDvJ1c7cpVgnyKyJozDOA kXoE07I7msxnTFF31LIscaD6o5g 2016-07-19 20:09:28 91.143.91.125 9004 9034 +s Fast Guard Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5810 +p reject 1-65535 +r rittervg wO2wjXVA0d08ppgJ7RfZefUbZuM WoDgfOAXE2WoAzzrq2rnnj/qCwA 2016-07-20 08:26:36 97.107.139.108 9001 9030 +a [2600:3c03::f03c:91ff:fe96:d927]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1930 +p reject 1-65535 +r flies wPUIraFK5+qfj2ZQrxSbjfw1tZg +PMPmIuXoxcms/2YyhX9zTmTHXQ 2016-07-19 18:02:40 89.187.143.81 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=19600 +p accept 20-23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8087-8088,8443,8888,9418,9999-10000,19638 +r nantana wPxcE82nUjtNdwEbqt1DqX7YkMY 85m2ciIo7NnSfFoJ+Di7I1Xr+lg 2016-07-20 00:53:16 37.48.80.180 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1380 +p reject 1-65535 +r Unnamed wQB5tcjU401It/DRVXQv6/OQw28 vFqkZgJKpEY9PiPfwI/b1j8H9Gc 2016-07-19 20:53:26 202.171.156.84 9001 0 +s Running Stable Valid +v Tor 0.2.5.6-alpha +w Bandwidth=3 +p reject 1-65535 +r Zwiebel2 wRSRLFLzjQzfBO0TrEHu+KinZ2o fHBchMCupixl+UbKtEilgbZCtH8 2016-07-20 04:38:24 134.119.3.2 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=16 +p reject 1-65535 +r VO02JHNDAPDP1234 wRXCVzNrZKR3v2q4uUh8uhr/F7M EDspqnlhwzMH4euqSZhviHABvzM 2016-07-20 04:08:21 5.196.39.57 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=186 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,989-995,1293,1723,1755,1863,2102-2104,3128,3690,4321,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8008,8074,8080,8332-8333,8888,9418,11371,19294 +r weallneedourprivacy wRcLkI3eksfUXH1h5WJJCtNpnCs 39RUM1I1Fhh0NeWItafgSKNOHR8 2016-07-19 21:29:19 85.191.248.85 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=131 +p reject 1-65535 +r SenhoraDaGraca wSP0Vk0T+jFjatSMGN17KK3+AXY X0K6tECG+Ky5BmTEvrn9CMjM4Go 2016-07-19 18:16:48 130.255.72.164 8008 0 +s Fast Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=524 +p reject 1-65535 +r hackeriet wTuROEzdUqhx4+zs5O90p6x9ywg HwG97xXtpXQ28+YRKPM/lRg8N8Y 2016-07-19 19:36:34 185.35.202.221 9001 9030 +a [2a02:ed06::221]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4420 +p reject 1-65535 +r Kotnick wUZ75ECJH+8b9y1XtwaDlkxTaj8 DQfxS7q+y2luifeTKMLkddsTwHI 2016-07-20 07:14:08 178.62.203.126 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=409 +p reject 1-65535 +r nikola wUhqgj0LDbfqQ64R3CqV9pfxpFY /9zq4ldlG3wI2yUF/iH7SgJBmLI 2016-07-20 04:51:47 178.79.159.224 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2210 +p reject 1-65535 +r donaTor wVbUHll3oSHw9TxL0ukndi3xD00 njt0KZwu0eR4qx0GX47AkQFpzrk 2016-07-19 23:13:49 195.154.110.199 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14100 +p reject 1-65535 +r Tomas wWZBVAyapP/3eUWjEf+iXh9o7Zc 7VTyhsBVuKllhaBYFwCctUXj8uU 2016-07-20 04:42:27 89.173.192.228 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=181 +p reject 1-65535 +r PhantomTrain6 wXCuWohsWgnW0c9c8oRlNjLu8l0 FUBItMq8WW3oRHIxmJmOE8s8hI4 2016-07-20 06:32:14 65.19.167.133 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11000 +p reject 1-65535 +r WilliamISRAEL2 wYxI4DPTiM0i0fr+ePaFA6VjYVA TY2hQTtrUPEXkKJnoKVUWr4vC8w 2016-07-19 16:27:50 62.90.188.188 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4090 +p reject 1-65535 +r ididit wZYU09XncpFI8aqeC4Gely7DXGo H7t8vPQ4yGXF1lfUFuP2RPrGFWA 2016-07-20 03:20:48 91.59.250.138 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=394 +p reject 1-65535 +r TicTocBinaryPop wZzv0Dnx0EtNrnOykKuAdbMuxms h7lQSd/iuI8vhVk4e2u18agu+tU 2016-07-19 23:51:56 139.162.149.17 8501 8530 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3240 +p reject 1-65535 +r cheshirecat2 wZ0FvBdWSEG4ocWdlbA0NXf3BJw 3hTbuRSvKPuqlL7TMWQvH/JLD6U 2016-07-20 07:11:48 95.143.172.227 62573 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=406 +p reject 1-65535 +r Traumflug wbgLotl8M4Ud4I/QYfUxoSlwWYg VKiv6g1OeXuwUn9rqOzTwnRE7Ls 2016-07-20 02:36:37 37.209.85.196 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r tlzynttcresbck wbhQXvs3l9lCFGuNr6eq8lcJa2U UTMaJQvDPmcBE2e3aolGmMtRb08 2016-07-19 21:01:28 82.71.246.79 9011 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r rasptor wdlwBDEEgSZnZ0N+GPbvHlJiP7c jLU1Y5WH8Ml62bg8p9sSL+GXPM8 2016-07-19 19:19:48 84.119.82.202 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r elkx we+jyr+X+sjPeiobizYsZWnzWNY cDW3cmJylJri1PZ/5rs6RBu9bmY 2016-07-19 17:43:47 185.7.254.67 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=15 +p reject 1-65535 +r Unnamed wfpLxMTFTw7/dmbwUcgS9X2effE mhy3pPiezzgq2olVyzh4yukKiAE 2016-07-20 07:29:20 109.91.3.32 9002 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r aaaaaaalias wfy3v2eFpGOKhbNMyawRVjBKA8w V9ef0qbLizVz6E0oicRi76gBgAE 2016-07-20 03:17:05 93.220.58.149 9035 9040 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=272 +p reject 1-65535 +r aphelion wg4glLQxHFEeVdZADjX0PFJRbvw HUr5nWw7dormgrq1LoMjQaxuPJc 2016-07-19 21:19:37 93.185.109.191 8080 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=179 +p reject 1-65535 +r torrorist2 whD3m+kKObu2NZJb0esBAAE2Kys o1HnEfk3I3as2+Fq8/mq5Wm2znY 2016-07-19 18:00:09 193.138.118.94 50001 50030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3480 +p reject 1-65535 +r Unnamed whKakObJttIGuaepSHoNU7bE9og fsTUgRM+biEG2i70lBZN75QqgAg 2016-07-19 21:16:36 213.133.109.165 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.8 +w Bandwidth=957 +p reject 1-65535 +r arighttospeak whsvc/Mn4hVUi2aJoMpElrigWFo LsKdf8imRXjPI4A67Uv6kaPU1ps 2016-07-20 05:17:23 82.161.50.30 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=4420 +p reject 1-65535 +r nsalitomerice wiC9q4bWI1Ebpx2nxHql1jiFl+o osFO7PG/6dgPhnxmbwtTCDqXHE4 2016-07-19 21:57:28 37.59.112.7 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5110 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r DipulseDE1 wiIuLoabAt5KixDdn047S4H7r6g 1oKVf9ZkJAWpj2nW49RycUe+3b0 2016-07-20 08:48:38 82.165.162.191 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5390 +p reject 1-65535 +r RussiaWhiteSoft wiqZ/ee1/Dhu+e8MsmHCKOfWw1I WK6WL+jfkwUNP0xVUBsI3ibgAJo 2016-07-19 16:07:39 37.113.173.90 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r literati wjLu1aLUIsvy+dNO5sHxGFV5ebo x43yDKcoEaNFjuotHYWFn+F1fj0 2016-07-19 15:33:12 72.14.185.21 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r exithkyv wjtaeWtYrOKNmpS85PE5vO8wHxw NL8SBGDoVzv4yYcR7PDzAg5FMro 2016-07-20 05:30:33 31.220.45.158 8443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13200 +p accept 21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r TheVoidDK wkJf4LuH/crtkcdn9g1do/FG0Oc huMAy/dQRGLMwq/kz6+JXuUcELs 2016-07-20 06:19:39 78.156.119.200 444 81 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=102 +p reject 1-65535 +r zer0Tor wlSBifyNRM244L1ZDzfjPdsfz+g H8v5PyNkmXe7qZ+vi3FGCVAmGYg 2016-07-20 03:32:57 185.100.87.120 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6950 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9001,9418,9999-10000,19294,19638 +r trimbur wlZrEnvdO4/SUj++GCO2yZ8722w 1qw3YIVkoQq94HG+85ERP4Z2xtI 2016-07-19 17:26:01 212.117.180.45 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3950 +p reject 1-65535 +r Gegety wmXpSmip7HTuxWlUDOAzcSbS1To r76VLUdvfTV+rupS53Jpz1wzEzQ 2016-07-20 06:03:08 94.102.50.42 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=71 +p accept 53,80,443 +r nestor00patof wngWM7EPbAwm2p9v6dO47UUytc8 LYm75s4vWVDrfm3XytfWUrrM15w 2016-07-19 20:24:38 198.200.127.12 1337 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r Poopster woB8KCOl1eZ/rBbsH2m7tWlQL3A 3DkmQnsppVdZHVLfGDwb5L8AL7s 2016-07-20 00:32:26 168.235.90.165 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r Freeform wonZud36r0E1K9IvSlxbkxAGhOg v6UH4SH59SR0Y4P0wDo/3ysO+m0 2016-07-20 07:56:35 151.236.218.111 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1490 +p reject 1-65535 +r nikomo wpR7Z3FmLsXV7GntqvWlVX9lykw LhLz2S85R6LcfeNSyxyFnlfLQ9A 2016-07-19 16:56:09 91.121.76.207 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13400 +p reject 1-65535 +r RefugeesWelcome wqOziimeQIJRy+2J+FybHzwLWko HUWUDW8apcjbPRHioMIa9DGEwlc 2016-07-20 08:30:02 46.5.31.3 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=110 +p accept 20-23,43,53,79,88,110,143,220,389,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,2947,3128,3389,3690,4321,4643,5031,5050,5190,5222-5223,5228,5900,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9420-9422,10000,11371,19294,19638,50002,64738 +r torberrypenguin wqP0MV3sf04x0YgY4QArDGouVTU wMhv/bN8UJq44ftnPiBRZJxYIqM 2016-07-20 08:36:54 87.72.73.231 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=883 +p reject 1-65535 +r dvorakftw wrJVllkeBOdHol0UXmDs2kOSxk0 hBZ3PU8JRvk8BqL9aKAjz3NeIFg 2016-07-20 01:24:54 185.27.175.24 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=344 +p reject 1-65535 +r antenna wrczkFwXxTjtUsYJ5VwmlPOfs3o 2T/Qd9bWKhTRZORNBIEIe/PjD08 2016-07-19 17:45:01 109.255.4.199 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1090 +p reject 1-65535 +r TorUpcW19 wrh0E6XvhCl7Ex4hf+jUoTThAyA Wg6GX8+NH8V2TEECCIwQOnWSSAE 2016-07-20 05:15:05 62.178.212.104 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=369 +p reject 1-65535 +r behrmann wsK4OfTP+l97ekDLC+hPfZSMtRA OwnUhoiDboaljXRrzl8V7GvpKwc 2016-07-20 04:02:21 46.28.207.107 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=34400 +p reject 1-65535 +r XSYX wsd5b5jSLquRBkj91UlRCJ5iM94 o++J8dlYxro338PTZNo9xWXyRVE 2016-07-20 02:19:48 217.23.14.190 21 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=29900 +p accept 21,43,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,11371,19294,19638,64738 +r AugusteFriedOnion wthbxUk2Fxf9766JYH9KnfLUwOQ uuDBt1ST+3+udO42xbSWMgig/wY 2016-07-19 22:22:12 5.135.152.66 4443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=430 +p reject 1-65535 +r salamadonna wuBsHft6YyFp99Bex18MDpybcC4 SnrDaSHFPulzCBa+6E5dzj8D0o0 2016-07-20 03:50:06 162.248.165.14 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=841 +p reject 1-65535 +r Bastard wu5A7oRR8nwjV+ix6h6Ob2Qic+s kKQt7XJ9WaC8uBpBJFK7WiXnA/Y 2016-07-20 03:03:27 217.197.86.173 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r 0x0101 wwCZQ58qBjLEQLlK5po9xF+1+Vk mCFLkboTMN4bheDXc2zIAXELDdc 2016-07-20 04:01:05 78.48.121.177 9035 9040 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=39 +p reject 1-65535 +r AccessNow010 wwsoR4S/EdDVjGolAkDuWNIIStA 9fnGGIxM9aKsUn9X/gT+x2kt5eY 2016-07-19 23:25:44 176.10.99.205 425 426 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=18500 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r moiraine wxBiPf8Zj/W5ugV0KApTddmvKE8 qBlH7uQn4Mcu6K0+3bADwUEZDS8 2016-07-19 21:59:19 84.216.250.222 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=492 +p reject 1-65535 +r mistersixt wzJQ09E96rsD/tzu71HPCXfy0Eg ReU3FXf4v2lUx8IdVb/0X7ZtCZY 2016-07-19 18:25:51 5.45.97.127 9001 0 +a [2a03:4000:5:125::]:9001 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=37 +p reject 1-65535 +r Unnamed wzp1Qxb9aPa+cCitX4PvZ3Wu2LE emnl1nb0/I6IR1nEhw+DWBKCGd4 2016-07-20 05:31:08 87.100.198.247 3306 0 +a [2001:14ba:8300::28e]:3306 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2950 +p reject 1-65535 +r Unnamed wz+czuEKGlJajqE6psTPp9CIlg8 Nnh3TwK80eoNieSoct71shUGZkU 2016-07-20 05:30:36 91.121.145.32 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=44800 +p reject 1-65535 +r startor0gb w0KVPJob6odTNJxtEpHMO4OH/YU kqqTtLvM2gAcK6ieU77mULogc3E 2016-07-20 08:32:47 209.222.30.241 443 80 +a [2001:19f0:7400:8387:5400:ff:fe04:7055]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=2020 +p reject 1-65535 +r kfnmnpahrelay w0n/DMo2j6i16UbL1iRaZNAbhVo /SahWcjA3c2I2rvzn0Q1VtVlhAI 2016-07-19 15:16:58 62.178.232.228 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=160 +p reject 1-65535 +r default w07j/C972mYuwb+SAjlRyDh9ulo Wxhf1iXOel2Hue9vfyNL9C0OcoU 2016-07-20 07:31:36 89.182.143.149 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r lachrymator w1A3cPRl2m9Un2Blr/e4z79iwiI 9AMuh7bhnYxgOkHgsbWtOeYx2xA 2016-07-19 19:57:40 174.100.64.46 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=410 +p reject 1-65535 +r jmarshall w2NuyktAkABWWQqn2/xu0JN5hS8 r+EFSIpXZbvNuw9xwQv8xvaCsss 2016-07-20 07:52:04 93.92.206.64 9121 9140 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6820 +p reject 1-65535 +r ThisTor w2nra/37mWhkdGlEVEuCyWhMRuo 1oQKvWPBhihcwVMm6cZedB/fo7s 2016-07-20 00:21:31 153.92.126.19 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5110 +p accept 21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r anonymousByPDH w2+E3YMiXshOtAyEK+EmwXFK49s LO2+jiw1j3WsRPUiKFTYAraQdTg 2016-07-19 19:56:25 162.252.241.159 80 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r noisehasaname w3QrNguKORBpZPeSSIG2ZmlDXzs EW7GCL1acYIA2OK+rztAxtGo2+o 2016-07-19 20:55:44 5.39.91.171 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=543 +p reject 1-65535 +r xzdsb w3vBkaw4kXlnRXjD5pROkl/hhsI 3F77g8JebUcKhk04RR+ImrtsPyk 2016-07-20 04:11:20 213.239.217.18 1337 1338 +a [2a01:4f8:a0:746a:101:1:1:1]:1337 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=20000 +p reject 1-65535 +r Zarom w39/Kn49EbiU8S0QrvjCah6PPtU yLuE+sSYHNCxNIU2mnLWV/84gyQ 2016-07-20 04:59:09 95.84.198.52 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7110 +p reject 1-65535 +r pataky w3+HwBJeJuas9UNm+iGYIJ6Far4 0ROf0ZBeKxs6egAazvXGKgabKwg 2016-07-19 21:18:03 185.80.222.164 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7470 +p reject 1-65535 +r Nwld003free w53quuJ6nBcBmjQtQ6fdqJ3Bbew A033otTiVEUkFq87GS+xb0BDue8 2016-07-19 18:50:35 207.244.68.172 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2160 +p reject 1-65535 +r atticus w6FdNkaomSrRRiPHoohsseZo3D0 EHJP842AerjEund4iDkJXlNB/Mw 2016-07-19 19:34:58 46.239.117.180 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2020 +p reject 1-65535 +r Horsti w6KnGp2yQvMIYMCgFaa8pNGAFVk 4hABwSgAQA5fCH/2KtyY7WcfNH8 2016-07-19 22:56:20 95.88.31.151 9035 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p reject 1-65535 +r B000000dfiald0 w6+bFTnx8Hy5ikAYcg1XfDn+PJE Ox7LYB8943akUJCMu4iHUlblOhA 2016-07-20 01:43:19 84.200.73.238 9001 0 +a [2001:1608:10:3::c:8]:9001 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=993 +p reject 1-65535 +r mutalisk w7M6TC6giTxzV0HPCP3uKcpyAeU m+PYW6PIV9hhtrS7JADFDwan2B0 2016-07-20 03:55:40 191.239.211.220 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1340 +p reject 1-65535 +r eddington w95BsQShiH5kgorCsbSLLHpK8eU Bk3auqp6zc0JhjMYJjZUh9ldktg 2016-07-19 15:08:04 188.209.49.34 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2140 +p reject 1-65535 +r Unnamed w+0yh6QoDY0ihbuIPVQW4bMENmE odnYyn4ozkyQ/XSeRA0qrLIx28s 2016-07-19 23:10:29 72.179.146.98 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=242 +p reject 1-65535 +r rtkServices w/0gCliRfBbWikpwCuvGMPwPkBw LVR1L6II//DuDWPPfCvIJha0TiA 2016-07-19 20:36:20 84.53.232.154 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4120 +p reject 25,119 +r idethricedtheconfig xASaAFsx7bZ2/DBvH+Bhb51GDtk apwbJS7xYSmNkvAWznPcdNIXPqo 2016-07-20 02:59:34 80.217.94.166 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8630 +p reject 1-65535 +r Rattlesnake xAs9xRAiNecKeaDOMh/Hht4RpjE lN2zyFtpbbhgIGCFH4P1/xo4wmE 2016-07-19 14:45:08 31.25.44.55 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=251 +p reject 1-65535 +r RMB xBMUzQ9c+3mzUYdXWW0xfaawPsw LEbred0kKBrJ8Bgy3d9p1nNOcvM 2016-07-19 15:32:21 91.121.194.33 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9400 +p reject 1-65535 +r zebra620 xBTyj9K+wVUwJCmbMdTnJr6454g mxNgJNnZqOZy6lgkZtvmWEZjtec 2016-07-19 20:40:51 188.138.112.60 1521 1433 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24100 +p reject 1-65535 +r DinoaurTor3 xB9g+LAOf+9czFvGu1FMobiqtlE aVycBWUNVEsepKty9zeTCUyNwsI 2016-07-19 21:25:55 5.39.76.158 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18900 +p reject 1-65535 +r avanixRelay1 xCL4hpnBik8pnYNDkbFfB9vmBiU /ZHY2Y8nS8htCOzQxt9UU6A0orA 2016-07-19 16:01:26 51.254.38.249 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1630 +p reject 1-65535 +r ArachnideFR5 xD+mR0qfBx6RIN9j7W64/boQUjQ SYzQyeXVzeUwv6LhsBRDtzkipqM 2016-07-20 00:45:56 62.210.206.25 110 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=118000 +p reject 1-65535 +r Unnamed xEzGS+2ScDGls7Cnzfap4o8Fiz8 DOjkOPQN1dK4KV0qbST09lMuUVI 2016-07-19 14:55:40 172.86.148.10 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2360 +p reject 1-65535 +r csyd xE0gzI+DHG97axPWzPOeH2nmUPA /XHtPErT4z+tlJQVCLy0aAV0b0k 2016-07-19 18:42:07 45.32.247.230 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=397 +p reject 1-65535 +r NeelTorExitCZ2 xFh/NkMFKCl4sSJZJObRIpaJGYg hn40pYZf0ArNeW6OBmrRbGKp/hU 2016-07-19 22:15:10 46.36.36.108 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=4100 +p accept 80,443 +r kiwi xGDkzCBu7VFzHQktiVg1Le1oCVM h0d2Ks8Py8ES/NoSzMETBXKu4TI 2016-07-19 15:29:43 103.6.213.198 443 1080 +s Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8 +p reject 1-65535 +r gork xGQMFbaTKSa0+WwK991mpLfVMwU hF5DzjaXm+8yeKFOKhD7u02fkVI 2016-07-19 22:04:35 194.63.142.11 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9620 +p reject 1-65535 +r edwardsnowden0 xGUk5YbhuZcylwPTVsB+4SsoxyI 8b7emKMswNu/znscSNxQ8kmYB1c 2016-07-19 15:58:49 109.163.234.7 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=67300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r Unnamed xGqi2oxP0QweDRkvoq98T0go8zA FGxf83+5/k2ZtJssRp5PEUXJtng 2016-07-20 01:02:11 176.195.208.225 9001 0 +s Fast Running Valid +v Tor 0.2.5.10 +w Bandwidth=252 +p reject 1-65535 +r frcy xG06gxf1RQ5QC3XwcI6J2joskHM QISj7HUE9M4RmlgNqXImlb1mVSo 2016-07-20 06:43:04 46.4.128.62 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8240 +p reject 1-65535 +r UbuntuCore45 xHV1ImjNyC5Hb18vT1aipXTX0oo hfeBe4k84CDREENENLXZmDtAbJc 2016-07-20 06:11:50 86.40.37.191 40470 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r MrNaz04 xH2YbuHDr4tfxJdLBw1TjOjAdO8 qDtUr9Q1f6ypHsZG2orwEGVciLc 2016-07-20 07:22:45 167.114.155.249 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3810 +p reject 1-65535 +r wtfKnuffelNode xH4k6j1jsZnw8lmhYAcVaPrl0WA R0ltJ6APXPQFqOBmZOFru8rXrFI 2016-07-19 16:01:10 148.251.68.100 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15500 +p reject 1-65535 +r dsfknvdsz xH4zbj9asXG/+CngMKgrjfs0WNE eEGzckVjIoaKlTHZ4xxwSXCf5yg 2016-07-19 21:11:06 46.4.25.214 20000 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1290 +p reject 1-65535 +r alexthemitchell xIWET8pwilc0KB3948UTHw/qb7E nkxZW+v8Aiq7RSx2K8nABkWmhpw 2016-07-19 20:45:01 52.27.20.45 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=238 +p reject 1-65535 +r goodguygreg xIXrOsOkzfIleYlddkpwFMcGB7E UhpCJ8yNwL/JDROD9hPspmE/H2c 2016-07-20 08:11:18 213.196.173.82 9031 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3090 +p reject 1-65535 +r Unnamed xJoXdRDKplPaZye/Dgf7f1ag8J0 4dU3vd7c6wu0rdr9YZ6+qLauosc 2016-07-19 20:22:26 176.9.103.8 9001 9030 +a [2a01:4f8:151:500a::12]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25700 +p reject 1-65535 +r bb4You xKc9MOVIIgaAl4GWN0GjIpoRETo GirWXRPYzcTgNt3mXFemdumWApE 2016-07-19 17:42:35 188.138.88.17 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11200 +p reject 1-65535 +r bakunin4 xK6gXPOAutIjDxk+CDuIabSimTc g0KJtqVCbqlkuUTBbBU0KBXB2zA 2016-07-19 17:48:07 178.16.208.55 443 80 +a [2a00:1c20:4089:1234:7b2c:11c5:5221:903e]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43700 +p reject 1-65535 +r PielcoB xK/VCahsU//QMDvPejWoiEP6j+c aAdXqOCfKobxuggfk3DYKDROVpE 2016-07-20 00:21:10 51.255.40.227 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43000 +p reject 1-65535 +r mistersixt4 xLDbaQ4zYz9qBc9oWNGD9/b5P6k KkaAOkr2VEWxcPoPLe8/tAYLbik 2016-07-20 05:20:37 78.46.189.152 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=1310 +p reject 1-65535 +r rootcopdotinfo xLNChbcOe4U8rLSvp+MCDA7kkhg vWMMz34+pL8lkqLYwOSMT/VV704 2016-07-20 07:49:12 68.38.100.96 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 1-65535 +r itpol2 xL3NpR6S3zCZ/WrsgKueNMJPTCU lKvxCxs+6b1MTpszIZQYTJZyeEg 2016-07-19 22:07:28 176.20.234.102 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3240 +p reject 1-65535 +r CTFAndromeda xL7nHdXRS4nM1ShH04RuRizedyQ ROUspPcg6tpkxf8riu7KEWHMYjY 2016-07-19 23:04:31 62.210.208.135 993 143 +a [2001:bc8:22ed:cd1f:62:210:208:135]:993 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1800 +p reject 1-65535 +r Relay762 xMnDMtJbNUa+9OElDPQQ6X75luY RC68ZdUxPd+r8ythnTGmwnuf5xs 2016-07-20 02:38:30 77.37.136.165 11232 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2530 +p reject 1-65535 +r ididnteditheconfig xNQb+zOZP51kaZcmpEUoPOMH4ww 1fBZLQOnYyrelt433OS/RvXO2rs 2016-07-20 04:49:42 166.70.15.14 443 21 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r TorPille2 xNYbfA18TOOc88WgzQCQwKH6UXg 8XRsEqhv2Nvn/vl676KVfpVa5ec 2016-07-20 08:04:03 86.252.168.64 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=727 +p reject 1-65535 +r heexaG5A xN1L3lujyP/ph1sgBEPTsEZHeCM A3Dmdzmmpq8CKqaerd9CC6iX70E 2016-07-20 07:21:37 95.31.12.166 39009 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4970 +p reject 1-65535 +r chloe2 xOu3/hnMbkBgtExFq57FvNw7M+c w8WoNGt64zyObuIhrIEO7rzkI+Y 2016-07-19 17:48:28 104.233.89.76 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2850 +p reject 1-65535 +r icarus0 xPCMFX9gzds0dvuLiijCldhwHZ0 3LvJPNV7PpMqQpMOF1zdHZbP0sM 2016-07-20 08:23:01 64.137.199.17 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3160 +p reject 1-65535 +r pinkrelay xQSdeO59p9LLNgmD7r9jO7c0T2E Ci4ijVZUBIObthKWBg1fOC3DFWs 2016-07-20 04:12:52 93.235.51.190 143 110 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=5 +p reject 1-65535 +r Neuromancer xQomIMUg1XUTktwf08saJsolXtA RO93NU0ssWSncaMLRSd3krJYTVM 2016-07-20 00:06:36 78.47.249.226 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=278 +p reject 1-65535 +r Unnamed xQz4XL4KMn4y7noAEWHEe7s4znY d4DM8VBOUFpnyJDftecJFvCQOa0 2016-07-20 01:16:36 93.215.117.96 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1360 +p reject 1-65535 +r CoachIgor xRLKa7y8zYJ9ZdJkVDoJJ1uhsns 12enSmwvfyuMSxBiHNMphh5B7KE 2016-07-20 07:11:12 213.186.7.232 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.21 +w Bandwidth=79 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8292,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r CherryBomb xRSj5tmDheR7ptZ8YyODpUnBwRU djWnxjQEz/pygneELGgPMIGd8yw 2016-07-20 01:02:52 121.54.175.50 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=210 +p reject 25,119,135-139,445,563,1024-3127,3129-7999,8081-65535 +r TORTestRelay90 xR5sZ/lsdUzzPE9YymwSO59IqCw tN7tD3UvdldSHyWyhnfGlrOHMKo 2016-07-20 01:00:33 188.192.100.98 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r Unnamed xSSciO+MgkPChkRA5mrICxQlB+8 x1CKqie37K4vLqXsoSyaz83SX14 2016-07-20 07:13:38 82.66.140.131 8090 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p accept 6660-6667 +r BotIfMuvasfo xSetfUfp3sFjU3pET095BDPNZ/c vh1GBss6fcAS8XUC7jF7qCFa3J4 2016-07-20 08:20:44 78.46.139.153 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4170 +p reject 1-65535 +r jesper xSfDG07h6BwQy657BhNDtrJVTcs ZQ1GwF/5lyZn8Hk5YlL3WSEmXTo 2016-07-19 15:50:35 93.95.228.125 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r klonServerCat xTKGnGzw+p9fUr8ZQG4x/D3VnD0 sS2e7BZCNAz6hFCJavtqUf7lMls 2016-07-20 04:00:35 185.4.227.170 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2870 +p accept 21,23,53,80,110,119,143,443,993,995,2082,2095,3306,3389,4899,5190,5222,5269,5432 +r calenhad xTc1xTNigGrUP3E3TjgzoHmIa0I 6D/uznq/lydKztTOQb6wFjLz0xI 2016-07-20 07:13:18 70.169.35.173 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=135 +p reject 1-65535 +r datum3 xUhhMeNoGpMTfJUI0s0OXmAUcmc ds99rVGjz3XBbKlXubnABgVWaIM 2016-07-19 14:52:04 212.201.68.152 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40400 +p reject 1-65535 +r Terberlo xUtTLda+JxlxRPM1J2NGxkrwLhw dTVS0I2o3ZbbSqov6SH4Z4rLXi4 2016-07-19 16:22:38 64.78.150.159 4443 9030 +a [2600:3000:1500:1065::8]:4443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=808 +p reject 1-65535 +r DefCon xU6B6wR9fsHgWwrG5yO+G/XK9SA KwXiYuhbpm8OqtVQTeWLosBBSeM 2016-07-20 00:38:52 94.220.48.6 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r Yes2Privacy5 xVDH0FNIdKuE27H17bFC6J0ZP+Q n1SZUhZyyBjG483C9e9noXACjiw 2016-07-20 05:21:19 188.166.181.100 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=145 +p reject 1-65535 +r torroxsox xVj0ctmYA1ylnly/z+T9n5T0sb8 lXrJ3T49J7ozmA8wN3JQee36DWg 2016-07-20 07:29:22 192.241.134.62 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=193 +p reject 1-65535 +r mpompos xV0UOm8EPBkMqPZZordfYXRxxcY ZLIfa1mTK7woOiKjAMb4ozU/ucs 2016-07-20 05:03:53 147.102.1.21 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1610 +p reject 1-65535 +r Unnamed xXzwi2M4uZYKpZk/CDey/0bLZew zOtOm3FJQ3MMi66fJifGxPDwPr8 2016-07-20 02:14:18 86.86.173.62 15020 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1820 +p reject 1-65535 +r ksfrrl1 xZ8Eumi1r0CTGeZiqEJtcLDPm8A YBpvDyPCBBAVC60KpzY//DZl6bs 2016-07-20 03:31:49 5.39.89.124 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16100 +p reject 1-65535 +r teriame xaJYj8xBOIyx1FZAYHpZGwrug3E xMhsbKUTlXhGa235yxKHHTtCdsA 2016-07-19 19:01:47 5.9.43.80 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1020 +p reject 1-65535 +r TORTverLover xauYme2BAUn06FLFVJFQYA9MElA 2BU0AgIFX5350rTLxxQGfJjnjI4 2016-07-19 15:08:24 176.214.195.6 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1840 +p reject 1-65535 +r pablobm004 xa8RtZW+IR5C0aEhq+yJUV07DLw XcigusUMLg9XhvdP3Z4XuPyT7h4 2016-07-20 08:24:39 128.199.224.88 9001 9030 +a [2400:6180:0:d0::4a2:1]:9050 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=208 +p reject 1-65535 +r startor0ru xbS2ZbvXGKYNkxfd1Gvei/Cc+tU /CtQcNALxtBd2NMVKx6KJo+Xi7U 2016-07-19 20:45:35 95.163.107.14 443 80 +a [2a01:d0:ffff:428e::2]:443 +s Exit Fast Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=526 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r Unnamed xbn7uEzsT9jmtY+YR7B3GsKFvBQ ABnIZUKUhKuSJMK+beLwwk9REyA 2016-07-19 16:18:42 188.166.149.127 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=60600 +p reject 1-65535 +r eta xbuJACic0p1M1BZ7MzzxAMBCRBg z6Md4eMQODNrjhtQIEzBWDuXmDs 2016-07-19 17:00:31 162.248.164.71 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p accept 110,143,993,995 +r stoychev xb8nVg5LAHNl+6ltMvnnRhQhjI4 N25Ig7/MjWK4YP3lglel9WUne4k 2016-07-20 00:22:30 104.238.167.111 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=60400 +p reject 1-65535 +r Geekspeak xb92DGlUw7Z+K4YqJZCwOfAif9c itmIGMlugLkd+IoEa6yt3W5yD6g 2016-07-20 00:48:24 78.47.83.36 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=387 +p reject 1-65535 +r rGPGpractice2 xdEEaCEC55GEusIad69Lr4gL1jA z/a7hAyipV8PqtahywlSM916pFw 2016-07-19 21:10:24 153.92.44.90 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=465 +p accept 20-23,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8080,8087-8088,8330-8339,8440-8449,8888,9000-9999,18333-18335 +r Rittersporn xdGzuh3roDW64ih457MSNs/a2H4 KQiNdX7j+f7g7zm11ALfA0zXmW4 2016-07-19 16:32:46 78.47.70.123 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14400 +p reject 1-65535 +r ohsally xdVdEfJsUqa/7o3SPCUFSKpn6aw bUXxofGkSpd59lXPElaAgEbjpIc 2016-07-20 03:53:05 93.95.100.166 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4650 +p reject 1-65535 +r TheRaheemFamily2 xdXr1/HcTNGsmM8fOyXuc4y00rU pBeh/QEMGTCLfZT5BOrNSHjmAGM 2016-07-20 00:48:36 66.55.66.18 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3100 +p reject 1-65535 +r somerandomnode xdkbddm5kftTxBq2lNl8lh03tas fhQlA6DVIGzBwKElz6HkawOlbrE 2016-07-20 07:53:28 213.251.199.174 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14300 +p reject 1-65535 +r HuggableHarry xeUCC2Uqsra5YM2a3BzDCutHFdI VzHxxE9JO3l6e6E2h8eEirkVKJk 2016-07-20 03:20:55 138.68.196.129 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1170 +p reject 1-65535 +r Unnamed xe41obDRfBWlfM/QxNnLJzuXPc8 NfTJPEpRnGWee7F2DBCKP4ZqSKo 2016-07-19 23:09:35 54.233.99.156 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=76 +p reject 1-65535 +r iextreme xfAg2rjYZTnQXsnFg3NVBQZBKSQ O+yKIOQjoBpo6bVaVsf6D/YUvV0 2016-07-19 22:33:08 82.183.26.61 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=5760 +p reject 1-65535 +r Unnamed xgATyBTknBxp9aGtk+rjxl2HvNM P/eSqgppe4NecGbCWYSBEgV9dTM 2016-07-20 03:16:27 37.120.173.146 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2620 +p reject 1-65535 +r ElleEntry2 xgoX4nfKUz9KjHrMDP2tO1hoY1Y 1WL4zyiQeHKJ3zzPGoWFV07Z9sU 2016-07-20 09:18:09 150.145.1.87 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5030 +p reject 1-65535 +r enyo xguQ4jrWjefnnC165/2Y7/y5J5w oKR3UV5DwCtj56MOcX3yufdgAAI 2016-07-20 01:55:29 69.89.101.242 31795 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r renbol4relay xhghySFQHWNVV/6OZFpd0oQNlbc t/XSPzm0sF7OXjY4jh6ihe27GXg 2016-07-20 08:06:31 62.198.173.243 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=17 +p reject 1-65535 +r the9898 xh3lvOL+MELp6qFfBT3EOxCJKRk Ery125ysBV46ew6X9qzmmr+HBNk 2016-07-19 21:56:29 70.31.151.109 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=909 +p reject 1-65535 +r crivit1955 xic56/9eZ9MdXKIKiMnNHy0HluI N/ckgDmN29HZynp+oQmBGCrjszs 2016-07-20 04:37:31 86.23.4.224 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=113 +p reject 1-65535 +r default xi1d2qI2hw3pU1P9GrAtdCaMPPk ZwsN69cGcejlL0fNjx1g0CTAmtk 2016-07-19 20:35:39 42.112.16.200 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r cheesecake xj/QqAUMEnCdr/FdfEdvl76YJyA Wcj2XQky5TfDdyZn4RvJksZM0m4 2016-07-19 16:14:13 104.207.128.105 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=385 +p reject 1-65535 +r wearethepeople xkTxo+hrdRV3wud+oXdiMG5VEn4 Iyu+Nv7ilGg6HxfQwViDseUtr9k 2016-07-19 15:19:01 212.224.84.234 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r DrInsekTor xkvZiTGqXJRScM6caIL/erZgO4Y O/1E76FmCyitHAUGyPyyM0tfVbY 2016-07-19 23:30:01 91.143.91.142 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6770 +p reject 1-65535 +r marcuse2 xla0Gu+0ChQZZ+v0nW5pYDybShE U6kvSjQ5WbmCYUOfcyDNHTogykw 2016-07-19 16:49:00 178.20.55.18 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r dee76relay1 xlcxZf1pbtCF4hrN4TQMbkqPkLU wMB0giOgSp1aNVfmBLitUpuUqqQ 2016-07-20 05:12:05 109.236.82.205 11443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=56600 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r TOREXITVIF xl0+G6J/DznC+EzjHSBVm/Kjak8 Fp4qelf72Q3raIBA2DvYgbhxMU8 2016-07-20 08:09:24 216.239.90.19 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r torgwthem xnuwDh4LOn15tAeBG7jqbuJ+C3o /gLR4yK6si+cjvPrvOGYklni+88 2016-07-20 03:17:44 212.17.102.77 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=308 +p reject 1-65535 +r VULTAPHER xn8LeWYrYSKaheR4lAgljwTuwZ0 ljTexZHk9y7eZRprrOXGlZdnuF4 2016-07-20 00:22:02 212.51.156.163 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=1460 +p reject 1-65535 +r jexls xomI491yVJrZw9Gmf60FYkEVR3U V3+CBbqepphlV0nG/cd1wo7KIo8 2016-07-19 19:30:48 176.126.85.176 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13400 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r Unnamed xomv0YqgHtnVCFQ+3TJYkzywFb4 NG4GvCiFYrcYTbGLlsAG64FJMa8 2016-07-19 15:12:25 115.163.111.89 4165 4166 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r HostplanetME23 xpdhLKWu0GuNgp/MYGW5KHISyy8 dJd269SlR7kLrgVgNunybnEyS1o 2016-07-20 08:03:01 195.154.79.128 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=18400 +p reject 1-65535 +r bartle xpn0CzNE0008WWeRp+vGfkHGKgs 0kj4YVxvk/tr48TUMFsxAyP+LiU 2016-07-20 05:29:45 50.7.179.251 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8470 +p reject 1-65535 +r auoireafealkj xpz7wLSIoW23bj9HL1J07JEV6cY aJt6zJ/K9Mb+KuAG0vJ2L9bFORg 2016-07-20 03:17:15 87.100.145.247 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1080 +p reject 1-65535 +r Geheimschreiber xp0k+TU+FthegrSp5Fcd+vbc9TE w5+t0owaf80aqs7fAEvdecmYoF8 2016-07-19 15:47:04 109.156.170.54 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2500 +p reject 1-65535 +r UniChan xq2iuWvXbn0BcN+k0bVhXsD1SQM yoea+3iMc/S4Cc6rbgmfTWXYDcI 2016-07-19 23:03:14 54.201.201.93 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=22 +p reject 1-65535 +r RunningOnFumes1 xrHeDg/cAAgKurTweA81aIXJu4I yjbOH2uHrT79OFCYcPbzYQNmuis 2016-07-19 17:29:13 5.135.85.23 443 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2590 +p reject 1-442,445,563,1214,4661-4666,6346-6429,6699,6881-6999,9001 +r mousehole xsYpzwVKR3nAPxPxsKd7bSCHs0k RvUpQjzxQgJ6PSVj2LfqWQyRnH0 2016-07-20 03:34:41 67.5.254.177 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 1-65535 +r rwxrwxrwx xsirRxZU8xicyc6EUuqWa/z8vko f2vYil6TFrSCfonjLPp9x0Niywo 2016-07-20 06:00:58 81.20.132.158 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=88 +p reject 1-65535 +r roguechat xtOndS2jNSIotPrg//oIHYBGfrI Zr3VMOxZ0J7r4a04nUFWZV/JBV0 2016-07-20 04:00:19 192.210.211.123 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=144 +p reject 1-65535 +r HeyJudeRW xtwPlp75MXB9Qi1kigIrQWaP3qw 9vGZsQ4JrbdW2W8w8IilUSlWbCw 2016-07-19 21:54:25 188.129.72.32 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r vikingbjorn xuBsPr1RJSbR6taV0WgmKTO2Fms +p2D7E3B1Hy/9CumBM5xlSKINkU 2016-07-20 01:04:25 193.107.85.57 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2490 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,561,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8080,8087-8088,8332-8333,8443,8888,9030,9418,9999-10000,19294,19638 +r Fastcarnal xuB4bhnKB+2Xsogksfhp/BU2CNQ mpDidH5GvNotXBeme1SQYh/65Uc 2016-07-20 04:13:26 158.69.194.146 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p reject 1-65535 +r lxoliva xubyWD9KJRL3Na0Zq8xUEtEHM0I wJrgh94Id4AbGFhJwhzVJoIedys 2016-07-20 03:41:02 186.214.2.32 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r torbeornottorbe xu6YJn+ClizC/B6eKuXzF7LS1vA duc+9Jy5MZV8r2KOZowznn9XHAs 2016-07-19 21:22:07 82.1.128.70 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=33 +p reject 1-65535 +r birdlaw xvTfRJiCGg+fsu0b5ewWt45l85Q SwUY8AxgZtdMYUQBTQLfZqQFr1Y 2016-07-20 02:24:08 74.96.220.195 9090 9091 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2 +p reject 1-65535 +r 934188bd xviHBXCcbQm9uH1+4Hcs/LjQHDg 6lUGfah66SyT2pPqnwUYq78q4h0 2016-07-19 20:14:26 91.247.251.26 12072 4569 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=899 +p reject 1-65535 +r TrustCor xvzArD5ficB7MuDvcpLbn7DhbPc AB4n9ZjvYoZ2LRHPCPpo128VPg0 2016-07-20 08:10:54 179.0.194.199 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r aquator xwhZh4ifuZE/QK3BA2ThGfanBRQ C/5WDOJFWzg7Bthknu9tX3a7vjc 2016-07-20 01:52:14 62.195.46.129 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=138 +p reject 1-65535 +r anon xxAWukcn1WRCKaWP69aqoD0rLSs A5Fq+up427JQsdM6uxYDNyZ877k 2016-07-19 19:16:52 51.174.197.117 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4520 +p reject 1-65535 +r yaywow xxjlWaAIebGDYc+adhqaZ5d8QB8 yf2nY9Q/JTnh8ce7Ndx5Ra90uSI 2016-07-19 19:51:43 195.2.237.205 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=417 +p reject 1-65535 +r testi0x1337 xxmDghwKDKFJxprK/lMDNyC6diw PoxsFOmjO0Vg7ByrGBVFxYsekmc 2016-07-20 07:14:25 62.210.254.101 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=28200 +p reject 1-65535 +r ndstorrelay xyZCQXiyLTWnOKjva1iumursU6U xZFbpKDQqgZQccgkiDP3cuBTy/c 2016-07-19 21:05:38 185.152.232.35 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14200 +p reject 1-65535 +r BV1 xy5zICqWhfmpWF/FbjVqLynIOZY aqVr5GQcg1DaeznmEucysntIKTg 2016-07-19 23:28:42 81.2.237.218 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1300 +p reject 1-65535 +r Unnamed xzceDbf39er9JDhT3Kd/PnYmJfM 3/c1O7oPJTZVZuHnNoqOjUePc2s 2016-07-19 20:30:46 94.242.209.244 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=15000 +p reject 1-65535 +r daemonology x0VdTmfA1lMfHg0DER94cueiHHM eG6nNIco9hBdpKFnwdxyhFGW9Gw 2016-07-20 08:25:25 54.153.57.187 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2090 +p reject 1-65535 +r cosmotor x0ZTr7hDSlWlAlZ6cFIBTGz4RQ0 HknZD37Y5gB49fyc8q456uoSbDI 2016-07-20 01:54:27 78.47.98.200 443 80 +a [2a01:4f8:c17:251d::2]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6780 +p reject 1-65535 +r nodetechnoweenie x0tgJPLgdufJ2+wk6eNz/lVpLA0 d3Nf0W0RJt8YpIU+67GGkGWirns 2016-07-19 23:30:50 50.1.51.176 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r rofltor6 x2OS9MwU+9b5sjFTcx9ApaWeKVQ EmpLWuQWxlmTgeO1T0+1k2bfVhs 2016-07-19 15:57:46 163.172.130.81 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8380 +p reject 1-65535 +r azalla x2X3WCBIEEIcEFn8GCIJVpVRYJ0 Lb8i77eu6ieTX7A63InrwXZ8rEQ 2016-07-20 04:01:24 162.243.117.41 9002 9031 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5820 +p accept 21,110,143,443,5190,5222-5223,6666-6667 +r Unnamed x29JbxuoP1xdIUYoZEVeMPgcSF8 FuuAqPpIv2N+JqoTjrSjyAZbHzg 2016-07-19 15:27:33 45.62.238.53 22022 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=61 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Torbyte x3JJRpbm+9f6CXaEbbApM2Qpxlo rX2fpJK50SdBqOXZK8BnqjaMhzk 2016-07-19 16:38:03 178.17.174.31 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=333 +p accept 6660-6669 +r Unnamed x4MEQUhLCW72EFRFTR3cPRp7UWk 9j4b11D19/f1pjzNgcu8Mf/BqmU 2016-07-20 02:28:28 54.179.98.204 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r courvoisier x4wH0mah/XbHJk3ANx8ZB/5qKZo DUmuRDY+uY4nkkbDT6i3kzCVOCk 2016-07-20 02:16:09 31.162.71.17 50015 9030 +s Exit Running V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=18 +p accept 80,110,143,443,706,993,995,1863,5050,5190,5222-5223,6660-6669,6697,7000-7001,8300,8888 +r Cargol x4xhoPCE9kKI5xTafJOKCTua48Y I/JvD4HWDfDf/kAGKGoFINix4RM 2016-07-19 21:42:18 188.78.214.153 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p accept 20-23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ori x5OriFZd3TyeTG8VzLnYx++WTOk +0axGTs9zhLmEcPRJy6kY5PzcYM 2016-07-20 08:04:34 85.248.227.163 9001 443 +a [2a00:1298:8011:212::163]:9003 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32700 +p reject 25 +r BabylonNetwork03 x5VSJ1381Ia5QlEO9mPtNqyhqEs CViyEvMSKJZEs7F1qGRadoaBO6s 2016-07-20 06:17:11 193.111.136.162 443 80 +a [2001:4ba0:cafe:10d0::1]:443 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=4460 +p reject 22,25,109-110,119,143,563,4899,6881-6889 +r Zeilentrafo x5gg8rNIWyWdQIUWRitwDpkASHI Z1szP/4H1z273y9fttLKRko6L6Q 2016-07-19 20:44:58 82.211.0.180 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3070 +p reject 1-65535 +r aureliano x5n335zZCXlma34iaC8uLTh6YME VmnLchWI3JMXGvaf5I4PZgywIdM 2016-07-19 17:27:12 138.201.71.12 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=24800 +p reject 1-65535 +r KrusherPTNode x6Cjrru+d+U9wiwHIHE/teYgZZ8 F/YimC7mQbOmgT41XGKxlaLBAU4 2016-07-19 18:18:16 51.254.112.52 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12000 +p reject 1-65535 +r georgebbbb x7HRmlkQBAPWl0AEbL/bj5YmTB0 KgRwZclb/xVSkOoUgPRZlnJKeq0 2016-07-19 17:08:13 217.113.158.52 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r flaus x7aht2tkdts9qMlg4mLMdCW1xfg 1HxXiDBZ4ituXy2gTWQEYndxq5U 2016-07-19 21:42:13 62.109.4.115 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2480 +p reject 1-65535 +r Good x9Rqi4F6Xob/xtUTPUFhqdzd5yQ MRw86MHEKjkjGr/WWRF+gb9llns 2016-07-19 21:32:41 104.167.102.244 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2980 +p accept 80,8080 +r Unnamed x9SozQvojWjDg1/LDAXKdoai5tA xL1YDucsErOdzbLmFWiaoSD6CBI 2016-07-19 19:47:41 95.31.24.146 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=201 +p reject 1-65535 +r jeevestor x9svmHxs0TCEGiJNkmjQvQ+JhEI msDs4eER9T5QGLOcXFvHMLz2vAM 2016-07-20 00:15:21 5.150.221.137 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1330 +p reject 1-65535 +r idideditheconfig338 x+G7Gyx0e9LQpz17EL93eIfLjZQ gKRXztSMEmnsOJKt1EW9pXMPIqw 2016-07-19 15:21:49 80.241.220.221 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r germanRelay12345 x+bfxhIRfeq1dXG6j6z2s+G6xXQ QX5oe3LQVWhvfr7Q/Dnnmnt32IA 2016-07-19 22:09:01 178.1.115.73 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=152 +p reject 1-65535 +r vp0001 x+ddfZaMI1V5HsKaQg9pryc32lg hv0DzGnE7aeaxAYzLoxIzviuuLQ 2016-07-19 15:46:58 93.158.215.174 443 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7540 +p accept 80,443 +r Lore1 x+he9lrfKMX/5u6WIq3dscD2d0s 6e+MSZ5MFEuSTODy6uRUVu2DoBQ 2016-07-20 05:09:50 62.48.97.177 555 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=146 +p reject 1-65535 +r Mozilla5 x+h0b+lKgxhpP06oGAAUmqaiAcY NtD1XAGPBDGjCJhFKQkVIDwnGIk 2016-07-19 17:26:36 208.36.2.5 9090 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=5560 +p reject 1-65535 +r minion x+x27qRA9pvZmFAODzTV9rPJMaI aASOeT+yDxpitTmdgLe/Xnp3vmI 2016-07-20 05:00:07 146.52.179.245 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15 +p reject 1-65535 +r lisboaonion x+2Cfcb/XHLM1JN0usxy2NHECtE +KJDimDgBR4bXxvnHL/VA2kfAFE 2016-07-19 22:16:56 177.85.98.227 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7980 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed x++HLIX92S1XUTNssMYgrz0rhP0 Tmdp5X0r9EK9ilVVwLsnTR33fYQ 2016-07-19 22:27:40 188.165.26.13 9202 9302 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.0-alpha-dev +w Bandwidth=14 +p reject 1-65535 +r Unnamed yAS+j7HHxC1DxKXiA553qg/zqLQ kw6F9yvA6gHWExZlYdRuknzjB9A 2016-07-20 01:54:53 192.42.116.161 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=65900 +p reject 1-65535 +r TorNodeCz yA34myH/ky3sDXgh9nm2x54UScM JfpVA4IQ041+ePpub48Wh0kAt+U 2016-07-20 05:31:32 46.36.36.127 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9780 +p reject 1-65535 +r Unnamed yA6ubQsftpeFACgp4C3MPjVTmmA 2kvzn53QF99N4YNeaG+UmblWoeU 2016-07-19 15:09:51 192.241.180.163 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=89 +p reject 1-65535 +r nocix yBZhgV38DhwC2z70fl9NGEGqGHc pCDuOKLaMX+0pQL9aCIPDEEquoM 2016-07-20 01:45:07 192.151.155.130 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=828 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r crat0z yBjgqREB7QswJVcIlynFhbUykuM fZUnG4raocz9BMTxpK6zu/GshWQ 2016-07-19 18:29:20 216.211.15.231 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=663 +p reject 1-65535 +r Waba yBw2wWYl8NPpeAPYzq+DJVAnCYE YYaDgzjdKNqL8JsbVkBMBsEqeno 2016-07-20 00:18:26 82.229.138.31 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2 +p reject 1-65535 +r Unnamed yB8H0QFcLfdjFz845J/A2kXZr58 WZLH/tUWjalJzhqJauOtkcP8Ots 2016-07-19 18:24:26 80.162.43.72 8000 8100 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=76 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r inky yCACZOQ/eSC1Q/jNrgVebuytZY4 Xh7A/ldUmfuv3PoGXMUpIrzxJGA 2016-07-19 20:35:34 82.220.89.53 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=87300 +p reject 1-65535 +r adab yCGLOjX5eCcmlCzPxJHEKxrfMPs L6rzR0IbyAFNr2+SH0DkvYSDVrs 2016-07-19 22:23:36 176.58.120.22 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=186 +p reject 1-65535 +r Unnamed yCojOoncPZTPMh4WItmlOOEmwhY LyJrK6u7Xo1Xd7qLSIZrNk3Qc5I 2016-07-19 15:05:16 212.47.237.191 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=7360 +p reject 1-65535 +r Trash80 yC3yUKGXz2ty34WlNP50UKRz9i4 i7yFUAaQWzSgqZ8blv8nRdw23UE 2016-07-20 06:42:29 184.183.5.203 19001 19030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=222 +p reject 1-65535 +r DahlDerrien1 yC884QfOoPkvbhueV+qNUaiDoqo 6FtJI9LXwItVpBDWTJNL3B2Uo4k 2016-07-20 06:58:25 107.4.31.111 443 80 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=63 +p reject 1-65535 +r PolskaWallczaca yDDFg+6vXMoCzNOdaMRSgfXgSs0 KB2K4wx2gDi8SDrtvF88iiqk3hI 2016-07-19 18:25:45 94.75.93.34 8080 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11200 +p reject 1-65535 +r torelay yDPP3iIikv2FwEiTGrkMpLKqIEw 1Zu8fHTsBD1k6+stSMty9Iw8NfA 2016-07-19 17:25:31 37.228.134.103 443 0 +a [2a06:1c40::4a1]:443 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1760 +p reject 1-65535 +r node yEaxwOt47GhlOYppJeS3TzyR9do 3iXmUgUf5h0VvZVedsxFIgXW9sQ 2016-07-20 07:36:27 95.85.20.69 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=205 +p reject 1-65535 +r McHammer yEe4tF+MqrmwebonEfqToUvzDrg rKXLZCj8IXCnTMUyoMCtREECnr4 2016-07-20 01:57:33 92.229.130.109 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=149 +p reject 1-65535 +r XOHwilhelm yExHnvHmZcAt4MSiUG4XhmvojHI 3vmTmBv9JcaNf1DTXbSkUQ73RzQ 2016-07-19 19:15:24 92.222.181.123 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=193 +p reject 1-65535 +r apProxy yFYZdmvhL3dTThPPi7fyZI7WbE4 QCH5qFGTmnvV2Yx1WQojosW4luY 2016-07-20 03:20:27 188.192.191.212 7001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=56 +p reject 1-65535 +r cirrus yFakZShM8kWfynr3qE5jFTe65xQ 5YIYqmYyE+4gx3TX9vrjJZi3Zho 2016-07-20 05:10:48 107.170.78.83 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=133 +p reject 1-65535 +r tilapia yGOSaSEjyTv80OHT40W75B2BsFQ vgNIxGwTfxnJpMRENOWVXBDX1yQ 2016-07-19 20:47:23 128.199.250.115 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=70 +p reject 1-65535 +r strange yGxTjvCiTgEDQvMNvKzCp+t8qDM TrIusSGp/Wx8fMUESnOIcUaJ6Bk 2016-07-19 20:54:29 193.164.133.53 9001 9030 +a [2a02:c205:3000:5324::1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15500 +p reject 1-65535 +r madiba yG0vPe/ih6Duso1Ih68U41wXJzM WdvAMA2zYDtU3FnlLFRZJPAoLso 2016-07-19 22:47:13 209.222.8.196 443 80 +a [2001:19f0:1620:41c1:426c:5adf:2ed5:4e88]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18400 +p reject 1-65535 +r lucias yH2DauUA/tUHPB94UBVPIjOcE+8 HEksSF2XJPZFMMpsfsjaFzDNi8E 2016-07-20 08:30:16 60.35.102.233 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r KHicksExt4 yIgqfQpW6nYz1El/7xm1c8UDZGo hDxx/PJ3oxjMYyLoeZd/G4djaLE 2016-07-20 07:47:11 45.62.238.157 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4350 +p reject 1-65535 +r SecretRedOnion yIvWfnrcjTSWADy2BDb1GSqO4js hTBOu09e4cGsY/aUlsubsAwV/cw 2016-07-19 18:55:18 212.7.219.155 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1620 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Ut5uvfw1GIgTI yJvVdSrdCbARs6+VAmcOZs2yFv0 J5AZiNmIO203hCINld31MD1Mzvs 2016-07-20 01:00:16 178.162.34.120 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=71 +p reject 1-65535 +r 2bykolec yJwXdlFvqxBrYKAD9z4AnZdPnSU tDAePq15NjMApt4W0Oprdr7xquw 2016-07-20 06:17:47 178.19.104.227 8089 1442 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1980 +p reject 1-65535 +r poofeg yK/ALOG3LX4ARsEKnEww0pvYujI SWY/qySE+LST1IiKmktOL4vzmlU 2016-07-20 01:44:26 213.109.56.200 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1900 +p reject 1-65535 +r mayforth yLDHcBh08LWvzasLriMf4wPIIo0 Lh0uleBsXEVeLxluBKezI14+ePc 2016-07-19 21:15:37 43.252.37.14 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=310 +p reject 1-65535 +r welladjusted yLaW1dW5K70O0kPgSgzzHpP8U30 oYF72jKzS4zF+/1jErRNZZSPwxY 2016-07-19 22:00:46 176.9.180.47 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=118 +p reject 1-65535 +r ididnteditheconfig yL5piCJPnWBvX/kzoJcbKiqFpx4 2q0jmlU0ljkmXCn9qTXJTRnigNY 2016-07-20 00:11:52 111.64.191.112 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r rcgn yMFXELvNeNHUZLYxmCGGvbkJCRk xJ4IGYsK7v/lkCqswty/1qb1IcQ 2016-07-19 18:26:34 73.46.9.11 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r cressington yMO5oRgwMUwVOM8Zq8OrJljtaz0 uuTQ5JDb5j/kCILUbT3LNZTBjAU 2016-07-20 03:00:59 190.10.8.68 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1040 +p reject 1-65535 +r internetiscold yM+GnyjtEZ+zEl7TA8/gCuWdTtE jQgwR3IbN6F+5MeM2RkNxX0SCvI 2016-07-19 16:46:22 83.255.108.101 43731 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=787 +p reject 1-65535 +r Yes2Privacy3 yN67krITYbTL96Di70Sjv/Pz6EI EMHnP7LtLW7oBWvm/tOIIfs/8As 2016-07-20 04:27:15 139.59.15.1 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=724 +p reject 1-65535 +r maverickAries yOkq8SjLpVu3+BRK6kG7jVqKp5A 07tcSJ3XBv2nfDn3y6wnuALobXs 2016-07-20 02:30:19 202.169.30.18 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=486 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r KS0120141125 yO1+OEdy+L5OuCxmeF7hYrdilZ8 PMKV3t6iMgWxGXoWorh0ySXOpqo 2016-07-19 22:11:22 37.187.97.31 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=25 +p reject 1-65535 +r nestor yPsKdQ58OGLgAfi5ld1LCEjOZrw NNeLlVtmOtkDKH4Jy9w9HIbIxqE 2016-07-20 01:31:13 24.8.76.174 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=56 +p reject 1-65535 +r Agusanz yP5/MZE+mAbXhCHcK4XqMIv9QI4 hJmFGSwio1UyBhZNRTnJM0YzrDE 2016-07-20 01:03:11 190.230.149.61 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r SingaRbel yQBf2WhxiQ4+6VpPEqw58QDOdV8 l2+0z9VnlgmgzxTQG+qSIAAd0Xk 2016-07-19 16:12:28 128.199.95.126 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=117 +p reject 1-65535 +r cowcat yQyjt/4BoUa4Jo1Wl33EosAkueo DrrMWauTxmZYK6W2XkZKuhND1KY 2016-07-20 08:15:23 192.160.102.165 9001 80 +a [2605:e200:d00c:c01d::2222]:9002 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r lazybear yRcXZUSKfFaK/sCjlsi5byHZL5I czR9/i/cCFIBU6o+A7B/0MbyfkI 2016-07-20 07:45:02 54.221.72.51 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r toraw ySM72u1D1QCI8EovxxjnPUufTE8 4pEgbK+KPYEkfgEHF4OhTRL/pGE 2016-07-19 15:17:44 93.216.229.85 443 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r robindrop ySrzPMgnz5C5dEfyiac+RvX+ldk 71cTfGMEbKd30lCmK7Bf982IUIg 2016-07-19 19:56:24 45.55.212.217 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=22 +p reject 1-65535 +r IDOTOR ySxZE9cPet9HMWUCCmkPSmgVaIc s4sIk6mF4GCwPB6OOepBOHghtBs 2016-07-20 05:15:13 74.142.74.156 443 9001 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=115 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r cassiopea yS6vCet7K21j23dvenwCUHV2XSk HxSLM0QBn8yFtv6hzzFY7TLiVlo 2016-07-19 22:53:31 80.248.208.131 9001 9091 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2850 +p accept 20-23,43,53,79-81,88,110,143,220,389,443,464,543-544,587,636,706,749,873,902-904,989-993,995,1194,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3690,4321,5222-5223,5228,5900,8074,8080,8332-8333,9418,11371,19294,64738 +r securejabber yTXUARbb1pvHmNVN+K5E6YYImzM bZZW0jA/+BUUEmXqq05skDWIGRI 2016-07-19 21:46:20 5.61.34.63 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22200 +p accept 53,531,1194,3690,5190,5222-5223,6660-6669,6679,6697,9418,11371 +r Pascal6 yUNyaQB43RqoAA+lqffWhs9E9aY C7C5PfNk+dkADE/ZZD53hwNf/hg 2016-07-20 02:23:24 23.254.165.132 80 443 +a [2607:5500:2000:2e5::564b]:80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2610 +p reject 1-65535 +r ootor yUZSz+RMCWiVF+E7kdNl+J86mZU D9XZiaIWF4izIiH2h8VgP0MhqXE 2016-07-19 15:42:01 37.187.18.180 110 993 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1140 +p reject 1-65535 +r NoName yV30NGbP6Q0jsAGrc/zkC2P3im0 P/AXRcHeF6o9f9AnXIdul5Q7/XQ 2016-07-19 18:31:56 212.47.243.6 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15200 +p reject 1-65535 +r TorLand2 yXRQiphEbzYWn7JIZVvNUN8X8Uw /AqdiQGLdQ0W7CPLD56pGQFnHoY 2016-07-19 20:15:56 37.130.227.134 443 80 +a [2a02:2498:e001:3c::134]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22800 +p accept 20,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r bambi yXcE3cCRKF0OKw/DJH0aW5DfndI IvW09iwq6E7RJWTqmPXqmoTKg+A 2016-07-19 19:20:02 104.156.254.29 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=413 +p reject 1-65535 +r toastworld yXo1SCQyG05b2JklMgkVg+sLY+c BqIfVxkrpreLT5f/bof9kKO2UWU 2016-07-20 06:07:37 79.140.41.117 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1840 +p reject 1-65535 +r relay yXq5pXkt1fKYGHTpbla4KaAOAa8 Z67qmY8hB5Bqm2nkwC/O2o1G6JM 2016-07-20 07:14:34 159.148.186.199 12014 9751 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1000 +p reject 1-65535 +r FreeManning yYG8s2CeOaCIuDMStLMNzSeoObE vgKOvVG9vxGDGFg4NB8S2dQo3NM 2016-07-19 22:00:32 192.3.148.27 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=449 +p reject 1-65535 +r zabrelay yZM6HthTx+KUmoxjyxqXNI3DRQQ 8gAqxjHx6rKM7AWpunKvXzUqmOw 2016-07-19 15:48:32 66.170.11.203 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1600 +p reject 1-65535 +r torpidsUKuk2 yZM7NyUjm2+rUie6M7ML57SLtIU dfHl/+WantmwIjm/uOTO2PsJ9h8 2016-07-20 00:18:10 46.23.70.195 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=19400 +p reject 1-65535 +r rickmorty16 yaCFyPToPR0t65B98syiU2moqIw 7f9B8rYDNqVBMb3Yp+C8fr3d3do 2016-07-20 02:44:02 107.170.193.14 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=382 +p reject 1-65535 +r Casper02 ybPBZhqVd7okwcLGEjkYkhpJVQk nqrel/7f8s2C2/BHJZXhuG+Fa6M 2016-07-19 20:10:15 82.247.103.117 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r sybaze ybaMgCyiDD5PpG13FT1u3IDxPPU wQJbPDgJ6rEaVo5TAnRppEG140E 2016-07-19 16:45:18 92.243.0.179 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=478 +p reject 1-65535 +r node2930 ybw4qNl81oabK9ML4Mv9Dy2natM 1fEkMaUkIOUZo/58b6zmmO6lW0o 2016-07-20 08:46:44 209.141.35.232 9001 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=734 +p reject 1-65535 +r idideditheconfig ycFd5e4WYJfoD/WPohg0yGvXDqs UdMoRJI95oZOlZu4Qgs4BH4JpJk 2016-07-19 23:15:34 67.2.7.82 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=203 +p reject 1-65535 +r vestaBOX ycnCdmkn2qpDmtNKL60g6cycuyE bOxs69btZKLHa/g9zvlajU5jo1c 2016-07-19 23:31:58 95.28.56.2 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=435 +p reject 1-65535 +r Actarus yc/pnzFLoJKymv4flUXsngZ2e0I DbNhbdBUE0Hmme8VQJCxnp0jiJQ 2016-07-20 08:15:24 31.33.185.21 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=3 +p reject 1-65535 +r Anoat yds+yEgE9s9P6uLi5Uc9lBKcj0s 2aOBGWRjV33t2DUU236pcAD2czY 2016-07-19 18:22:18 88.198.197.27 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=27000 +p reject 1-65535 +r bacontoransible yd2arDNqO8v6r1rCnPgZu8El29U aAgY010MqzNh2ohfu0uSDAaY2js 2016-07-19 23:19:01 163.172.138.68 8600 8601 +a [2001:bc8:4400:2000::4b09]:8600 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed yeoxXQjeUjZG5EZV7+h/btqxiLY J+RpMhC/Yz2iTtaVoEMVNfCp6Cw 2016-07-19 17:55:01 207.38.227.38 8026 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2460 +p reject 1-65535 +r postpost yevUeu6Lfc4kKIlT+jUYpW1XQH0 m1BS8UFeWEidK5uAumJL0oCAVzo 2016-07-19 17:48:58 77.22.131.25 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=594 +p reject 1-65535 +r gwaynode yf7Mmb8e5nRvsbrJ2HN9VjYNVkc UsOF5J2zyBRIwa0jqjWWf18p/fg 2016-07-19 16:19:12 86.62.102.3 44543 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=485 +p reject 1-65535 +r maggo yhN0f67hFNflM7iDhjQq/v3gKTE VlZrtxXy0EFwA++5H+pbC7ajWr4 2016-07-19 15:42:47 78.47.93.200 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=133 +p reject 1-65535 +r Unnamed yiEtEAuojIL2cex3AncQEeoIW4Y lF3u7uAnzHzAV14aqICvQnqzHmo 2016-07-19 20:35:39 92.51.245.131 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r Gidget yir9zD8cQpXRknF3bJsmD7uzevM iK63aMcO98m6LWML6aIRL0W8Lww 2016-07-19 20:46:39 70.51.215.0 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=13 +p reject 1-65535 +r austrina ylTJ8qpW/ibXoW8mk/ZTheheLXU Epwkyeio0buCcKgbkq7tZnhNIEw 2016-07-20 06:40:20 74.207.237.44 9003 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=529 +p reject 1-65535 +r asdasdd ylXivRDyxSwlKXOacjlIr+cTlBw w6mhpfF1FSmJD5VHgK3o3Gs7VHg 2016-07-20 06:59:39 78.131.56.134 110 143 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1150 +p reject 1-65535 +r tarragon ylgVhr5jjg3rk8hx/ZZAq1vmSQc Up7lL26YDaJTxtdqiuN+4kSW4Lc 2016-07-20 03:36:32 54.187.239.16 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r Unnamed ymS5poEAuoPEWVK/eQ4x4njKMVk FWgg6rMbsfT3invFm4BQBRqmEb0 2016-07-20 06:09:13 185.100.85.236 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=41800 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r tornode ymUCEPIv7pLsL3k1hQkpUsIfT7E rW8z88/IfAEJA85PURjhH5y9wYk 2016-07-19 20:36:38 94.114.148.63 443 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=30 +p reject 1-65535 +r LinuxTorDemo ynCWmAADubBmVaEWDOU2Hjvdsqo VVA1Lp9m86YMRS7q7A2rXezC2io 2016-07-19 23:22:42 139.162.162.11 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r Unnamed yndzqJk+vhsVQpzyMrZ+uC3So9k KO0wB88O09/KEsLo2ERQr1DaVSw 2016-07-20 03:25:28 176.9.165.146 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15 +p accept 1-65535 +r 0x00d6d99a632e792d ynmrg9jAgTPnR8urKuo5QORzIG8 gGdGQYt2FXOc7xo3HPtgQ61Sb3Q 2016-07-20 03:04:02 66.24.84.54 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r bleckbox youu3ilcM4FhNsp2DUQh56VaQSc sALtWC5myMj5YicvYSgnNFZn6w0 2016-07-19 16:22:43 37.59.40.193 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=497 +p reject 1-65535 +r CgAn yoz6jIwLUmwZz8uauhSNMC7rmPo N1nRsZ9cD0is0bppuFWlvuT5LTE 2016-07-20 08:40:03 5.9.108.87 63633 0 +s Fast Guard Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=6510 +p reject 1-65535 +r OblivioN ypGXBD1ZywsKPZGkLkvGTLOLh0E 4qQl18vLFdH1sN01HF/1sodKJLg 2016-07-19 17:31:11 88.187.233.27 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r MANakin ysP4kFrHOnOoBU3HSBdXxUQKZBQ A7VMSYmivn617xFC/LnIPpUPINY 2016-07-19 21:34:42 81.169.130.214 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r aquisitive ysT+0XSYzZt8DoBOE10Sf3BinxA jReRefXKNYF0s0wxnZUHSJGE/Mk 2016-07-19 15:46:17 172.245.126.96 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3880 +p reject 1-65535 +r beroal ysWQO6dL61hd2UfrZXsZWOJfbMM RT66ozGJNFNpfPFSDRYrPmD1rrE 2016-07-19 10:25:50 192.162.141.53 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1590 +p reject 1-65535 +r nodez ys+8/h+VWpFIfzLW0ksh2HGYmvc 2yBEKJQOW5KAK96FTDowXeTyFJM 2016-07-19 14:54:23 217.146.75.36 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=155 +p reject 1-65535 +r mj12net ytDGgtPhmIzjWlfH3ROUl8UFSmM MqG9OqyyzYRDu7b+NE+X6c7yrbk 2016-07-19 23:08:50 77.21.139.189 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r default yuwqktSP6JzXukvm6r8PXId/btw srSplMtqLb+VwVbDvcjlKefCNNA 2016-07-19 21:50:05 113.146.25.87 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r DaGoodLobster yu+tucC6kyzcPRsSP7hecw2c9H4 pkxYO6A0wWKVx6Og1zqazXcjZh4 2016-07-20 03:11:43 176.9.85.141 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=141 +p reject 1-65535 +r 9P1gd29G8S901 yvUMJO6QIcYXsiQFqrYDh/9c7Oo k80jjj2rP2gBGmJXYLn/6Mx7wHU 2016-07-19 17:23:12 85.214.105.44 9060 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6150 +p reject 1-65535 +r thematrixisreal yvV+sw/Rc4mVTJ8rQwJnNPgOOcA 8Exl/dx2su4v5wt/QJW7wku6tig 2016-07-20 01:33:24 83.212.100.100 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2770 +p reject 1-65535 +r Unnamed yyF1bSE8CYEu0rA9wRHN6Tc4f50 ps7jAnZnsg+6SuQ/wNlVgICmVTk 2016-07-20 05:16:21 192.52.167.71 443 80 +a [2607:fcd0:100:2300::3a3c:8b12]:443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4360 +p reject 1-65535 +r CrO3 yylv56Bq+HhTRJW/OIF/4Ip3msA jyjuo/1cfiFhtXc+wbj2xPpMHVw 2016-07-20 08:33:10 94.21.35.103 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1480 +p reject 1-65535 +r tordienet yyvrNk4Hz0MYGfbFNJVVQlxgxvM RY+Dvzsv1AGmTWUWlYUZLMPI/iA 2016-07-19 22:23:02 66.180.193.219 11780 0 +a [2607:f820:42:1::db]:11780 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8940 +p accept 20-23,43,53,79-81,110,143,443,554,563,873,989-995,1194,1755,3960,4500,5061,5222-5223,5228,5900,8080-8088,9418,19294 +r yogitor yy5C2Jgu4qPIzdq60Tv3dcHOOtI 5iNaZkHgEdcIzIb2Cxpv/UPYocg 2016-07-19 19:33:38 85.219.144.93 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=17 +p reject 1-65535 +r doutreval y06+nEdaYKXyzaksg84JO9lF2UA th9Uzxoq6uwbhfSXxlfxGNwDG7U 2016-07-19 14:49:15 141.255.166.150 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6410 +p reject 1-65535 +r thorfred y1V9nX+q6tDXQ4O4LbP7nUx80zo od3QSeEO79QASnbC1eSHpjE4OS4 2016-07-20 08:00:21 31.17.122.188 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=1940 +p reject 1-65535 +r Gibson y2CzsqKu4IXeZxmi6J+k5FDjAWM YEPsd6rKQyp7ZhkOdVywWUJBK0k 2016-07-20 04:00:32 162.243.127.26 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1940 +p reject 1-65535 +r Zitlo y2Qk1uUA40zi/mUE1nxJYYaAB6c P81e5Kms+zLPUFfxGc26NYoZsm0 2016-07-19 22:47:12 91.10.4.198 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=231 +p reject 1-65535 +r laTor y3UEXLzwZZTDBvJFsSNA//ltk3E m4hFUtg9u4ackdox7HID3TX4ZlI 2016-07-19 18:34:31 37.48.64.20 23 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3710 +p accept 23,80,443,995,5900-5903 +r bierchengaming2 y3gtOWweHaxemxq662LhPpYwvOw rSZwVDTS9Hiq94EhhaQb+pYJLus 2016-07-19 23:13:10 138.201.75.6 9001 0 +a [2a01:4f8:171:3498::6]:9050 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=29300 +p reject 1-65535 +r bigpipess23 y4G8/UT8FCYWu1mDZIvYrwGTB4k 8wvAnKGCFWrF3bouXHnDKZZ4DhI 2016-07-19 21:33:24 210.54.35.24 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=111 +p reject 1-65535 +r centrobox y4rNgwAu+EPNaKMpyL+fsdDJoCg GxmiumO0EG1+HNlIoOa3xiVdDMg 2016-07-19 15:49:27 5.189.134.229 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9750 +p reject 1-65535 +r Unnamed y4u1LS1TOB8QeAJDpyyna42YbtU q8kDW5YkR3WrCv9FZbpq54/TWmc 2016-07-19 20:45:37 158.69.205.215 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=17 +p reject 1-65535 +r KDFrelayLaguna y6vAnaTbTU5x0ithOCSXFR2W2MI IvUeQkMYP+L88FcJJVmblswrbK8 2016-07-20 03:45:15 68.231.219.217 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=456 +p reject 1-65535 +r baern y7zZKtlHnI+7iqF/8ix+wgb/Wxo DiUR0LZgrzh3BRzGypmMZhM4AI4 2016-07-19 17:09:20 176.126.85.175 447 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13800 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r antaras y8QtMCBYhwqHiVGk8faGPhrGTts v6HqfEPrl2x6B7inkIqyOhw4OAc 2016-07-20 05:14:26 185.82.216.129 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r cmdrdata y87VgdaE7n9FFAY/v/wu1W37JI4 27WSHFM2he2Z0D1//XYslwaJ958 2016-07-19 23:40:49 78.46.37.26 443 80 +a [2a01:4f8:110:30e1::26]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p reject 1-65535 +r UV74S7mjxRcYVrGsAMw y9DRvREOxSljCC2DmsaonQriQ+c rMp/P+vyF2zwI08RferzhxhDGK4 2016-07-19 22:30:40 37.59.46.159 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15800 +p reject 1-65535 +r Treal1Tor y+FGpCWIOu8n9Yx6pCB8PC7cpmw XozdxDzhCnn0VC52tif95Kh1FnA 2016-07-20 04:55:07 45.32.238.101 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=5240 +p reject 1-65535 +r eddie4nl y+4PMwPIxQRioSEHyirgYYMZMbw 9XmuNNl84qeKZjguxpPa2B3xA/s 2016-07-19 20:08:25 91.121.54.8 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23000 +p reject 1-65535 +r Unnamed y+/YCtGzNcSECmy1nEXTIsCpVzE X+9J8un1Ptcr9TCOZUZAO2wVn5Q 2016-07-20 04:24:42 45.79.146.227 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=108 +p reject 1-65535 +r tornoderdednl y+/3ukpAYgRRM8BT8tcFJNi75b4 tgswrjpwoCscfpe3nIduSYwoYlM 2016-07-20 06:40:05 178.62.199.226 443 80 +a [2a03:b0c0:2:d0::b7:5001]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35800 +p reject 1-65535 +r TacoBlack y/fEAV3qH9AJFuhvmcmxkH3SQz0 srapE6ZGOUsWjmifcDHexvkqfbs 2016-07-20 05:08:21 92.222.86.169 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30 +p reject 1-65535 +r BonAqua y/hXLEUw79sCzZ5sqahxnmrSYAk iOnjIDBHk+X+OIVY37mLMFnbPWs 2016-07-19 17:05:05 71.199.193.202 446 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=19 +p reject 1-65535 +r StopSurveillance zB6r6giWSpo9QpnEwq1w+YD/PbA Ee73uOzIMDZrI9f33/v/38CK6DE 2016-07-19 22:28:07 82.212.49.177 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=180 +p reject 1-65535 +r Unnamed zDduv1YsuUPopcZeUhpMwY8hrsk m2kKnKK3Bp1KgGbC+D5EF5f86y0 2016-07-20 07:11:08 92.255.251.66 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1510 +p reject 1-65535 +r ididnteditheconfig zD8HwDebesWbwokBdyZngisgtgc o9D5tBvq1an4RAuVHqCCAteTw/A 2016-07-20 06:30:44 24.208.230.138 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=731 +p reject 1-65535 +r vadius45CH zFCDgV55AsUBq/4F5wIfOO/39gE ofpUGaJSb9MAmNWV9cIId2OHt8A 2016-07-19 19:59:00 178.83.190.108 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1070 +p reject 1-65535 +r Unnamed zFQ2lZNFKbEc5xWMLBxZE1pyALg tVq7xdoqkD5bEyvV7CN02YQzDUI 2016-07-20 01:54:24 84.180.122.254 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=9 +p reject 1-65535 +r ReacTor zFlCYHndt19zh7WHrO7NXmt05ic fRQErS5aW2tUxk4ynDaFD19q2fk 2016-07-20 04:01:23 80.136.251.117 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=64 +p reject 1-65535 +r CygnusX1 zGM4CznJampv4o97d7J9dqpkSkE SQpI6VHQwF9ZOXpRf9CXHZSEl68 2016-07-20 03:55:51 139.162.11.239 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=193 +p reject 1-65535 +r mrpye zGXhpvjc6NwEQF4tsIq9BSnv8n0 QByMe/+FZ6l8ocG/jcKNTi84xTU 2016-07-20 06:33:56 217.155.10.18 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=72 +p reject 1-65535 +r fnordsme zHOkC2YCYV0PgQa852/Et5gLSBs DQDLUyfmlhJOo/wdwp01nLPazTc 2016-07-19 23:56:04 178.62.77.182 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3990 +p reject 1-65535 +r Cloudrider zHjUtb1j3xlz9r51eHYpQZemAHs Adnfu1dxIpNdZnqDO9awdwT0D5k 2016-07-19 19:05:09 71.177.237.189 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3240 +p reject 1-65535 +r hetztest zJ63yrX4IJofIq6y2j3X/SiFHIk V7t7IF+Eq3rbNOCh3xr6y/3Kugc 2016-07-20 07:50:09 78.46.185.234 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7830 +p reject 1-65535 +r hypnos zKG+OPNDzx4bS7GFenhpV7BW3A8 UxztAT4N783Of2vw/9AhVcbjEvs 2016-07-19 21:28:14 217.16.182.20 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2530 +p reject 1-65535 +r nOnE zKHgLlP6alciUqY1+M22rvOIUIk SKqgLBYvpVPCre0ZtNRm5sxQx6g 2016-07-19 17:55:09 88.182.124.157 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21 +p reject 1-65535 +r WgO7EjL6IWQ77W4hKL zKJeUJe9G/JJtCF8psDG8I72+Q0 v3tt/4LkXabknrsZHeBkHfA+rBE 2016-07-20 04:49:05 178.78.212.37 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7450 +p reject 1-65535 +r papl0nionBananaPi zLkSG79KvWxemjIcotx3qeLkpGE IONzCQreAEyy9WxGvCbqL5a2AO4 2016-07-19 21:29:28 213.114.174.73 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=146 +p reject 1-65535 +r smirkingeddie zMFY6juwLk5EO9HzF0V8yehFsFA VxP04CHYewH73YDTgwD6wiuUWA4 2016-07-19 18:09:02 64.201.200.216 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=1510 +p reject 1-65535 +r Unnamed zMjEgr9BxyhAWxrk9htFGKs2+xI ByZHCVzkcy/lyLXzq9LNDnRVxtQ 2016-07-19 20:20:54 198.23.133.35 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1180 +p reject 1-65535 +r Unnamed zMx/6fnc+yi0JtlmtlxcKXwW9Z4 oLCJ94kDXLrZGMUN1Ynes1oyS+E 2016-07-19 19:32:18 176.193.114.148 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4420 +p reject 1-65535 +r Unnamed zN+5vD4SRoSgvSthjHisJc0iVjc ofdw8wvpqEZM0ZEPfbtMXNfGtR4 2016-07-20 04:46:08 46.101.216.71 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=233 +p reject 1-65535 +r deadbeef01 zOKlmwysxp4CWFoacoEXhqP9e6Q UMRED+tPyLthi9N+X4fxSqzGp6E 2016-07-20 06:41:09 62.56.70.68 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=10 +p reject 1-65535 +r Dystopia zOYpQwD24HVzPiR90Frf6Ydbzwg ezCK4PhherQBTdFEAQPQsyK+N24 2016-07-20 03:23:16 178.62.9.153 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=551 +p reject 1-65535 +r 451f zOhtxoEqTJzbN+YMWvSxtWfSG80 28FtcUCs/GrCiR7AjrESvrmyytk 2016-07-19 22:04:49 176.9.4.206 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=25 +p reject 1-65535 +r Karlstad1 zO8CqkVMCrD+GsaDBPbYxCIMGRI cJaZ5FYhxT4ZMa6offimnbnjHg8 2016-07-19 19:00:57 193.11.166.194 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4000 +p reject 1-65535 +r InnovateTor zPbYK0faQoYm3WiwGz5cUQZHpME jiP6DZ9vXx2TRuWFBXkGJbQDx7o 2016-07-20 05:44:53 178.32.44.157 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=40800 +p reject 1-65535 +r whothrowsashoe zP5c0DKAoetOuI5dTDvspb0+Gdo koxTXqCMuCyXhr7KYbMhJq1Ktfo 2016-07-20 05:42:26 188.226.253.181 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2690 +p reject 1-65535 +r internetfreedom3 zRdCsaS1Aj8akjXkbRh5DKJ7jQk 1lXW2RYRIfO0xjWF8w+oHQ6CPT8 2016-07-19 20:33:07 108.61.103.174 1080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3060 +p reject 1-65535 +r default zRyB5LDJK+kqc13i/GCd9kjXkVI vBlWN6SVjhY0PCFeZD5+waKjJ/s 2016-07-20 08:01:19 42.112.16.194 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=4 +p reject 1-65535 +r Unnamed zR64tGKdua6GbNkMplUzH6e+IxA PMDrV1Wn5qHyg1lxITs9ylDMlK4 2016-07-19 23:47:09 73.89.148.177 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r chewbacka zR/k+CVpszWEqFf2nNxKnpd32o8 C6ndsipKtqnGru101942tqHNDKk 2016-07-20 08:24:06 178.174.180.56 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r echelonxo zTEDRCgvdjsdxzYfEl2u7dqDBjY 0uR+bsNwiE2bYcSNdLs+/6NrfWw 2016-07-19 17:08:22 178.11.228.87 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r metoo5 zUhdEhv5Nu6Mw8fL0lEn9753PnU 3ZadJWmCfxG6U5hDXzjEQSTXinM 2016-07-19 22:49:02 5.146.204.188 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=29 +p accept 80-81,88,443,8000,8080,8888 +r Matou19 zVjjBHqDn4wk4HrHwk//gMBqVJQ rx4MUGYnrSEF4gdkMsuryEDWEdQ 2016-07-19 18:34:39 92.222.104.79 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=349 +p reject 1-65535 +r Unnamed zWbmz8sbP8/sjQAYEP775NHDUwA H1kkW/Db617z/qwTtTN/TjlInx8 2016-07-20 03:06:29 45.58.13.190 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7880 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r bauruine201 zWuFAVnP9MBoqNDxulKWrk7cqzk UZjjih3zSxoR3Xaxzm07t0esYFI 2016-07-19 16:06:54 62.210.137.230 8843 8888 +a [2001:bc8:31d3:100::1]:3443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=48100 +p reject 1-65535 +r vp0002 zWuJsBJ53WX7M3LgIFb7P0bFVtU b561HwA7GgtvwPYOj1f0VSZy5Ls 2016-07-19 18:31:56 93.158.215.174 35668 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=20400 +p accept 80,443 +r hal3000 zXICIH9c8eTYrQDan+qJkpoTVV0 SF5CD4KzAG6G45+9h1FqrDiyb/8 2016-07-19 20:57:35 195.154.78.115 21211 21212 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13700 +p reject 1-65535 +r 776166 zX63o4onaNKI1CxSWclBpaSIgP8 rqjBcRPolVOTAk1eIA7WNgGFbnQ 2016-07-20 03:43:07 195.91.244.98 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r pacificthoughts zYEn0qMsBsMuiPuQGh4XKLHb8BI SYvntyUrkyhTpzSYXQSt1kb9ugM 2016-07-19 21:31:49 128.199.84.169 9001 9002 +s Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=2 +p reject 1-65535 +r StashCrypto zYe1VUtP/OYDikUIeUEnIZdmxvU i/JZjmjCOtGlSCHZAoOwq//V9RY 2016-07-19 20:33:25 149.56.19.79 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4360 +p reject 1-65535 +r TWluQ29vcDAxCg zY17og3Mm3ifmDbMzYM5SfyBEqU 14t+NHfOKdKk1rqmwq7uHwet0bg 2016-07-20 06:24:51 109.49.34.29 8080 9090 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=431 +p reject 1-65535 +r etacarinae zY6kddGgHgPqK+qNq3IYcYsZrRo YSpQjA/pMvJXAjv+s8kvJRoTL7E 2016-07-19 22:19:12 168.103.195.250 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=1 +p reject 1-65535 +r Stallman zZcfEthO3Ky2uvnKDgaBKinxWR8 Gs+/wF123OEfMMpLBteF8PQjmzM 2016-07-19 19:47:48 159.203.16.251 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2860 +p reject 1-65535 +r DeDominicRELAY zZe8V5Sr9K2Xyxad+YL1MZTSwaI IJTTDOs4a2PkMguPVuFEvFCl/yk 2016-07-20 01:19:35 104.131.114.72 9999 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=401 +p reject 1-65535 +r agate zZikufUNGJF31PiDn/pym1Jd8SE x2oGnroq1ktoPiBgoR08z3unbB0 2016-07-20 04:59:30 94.142.241.138 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=845 +p reject 1-65535 +r ins1 zZ/Yh6RXLUaThkC6ZfJYhR8eQYs pXxX6s/kbg/XEgxb+DdEjDhFaB4 2016-07-20 07:29:41 193.171.202.154 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3100 +p reject 1-65535 +r niftygerbil zaLqMm4icsV6yyZ3PXJSwhF5W3g 5/9Esn87bkTdwapWviAApvpVcxY 2016-07-20 04:13:30 23.254.211.232 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12000 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r notamateurhour zarz2oxazA5W/0R6/YWn7n8t9JQ Wr8EMMc6W1h6iZ2sWe+ncvkK/p8 2016-07-20 01:28:14 192.34.80.176 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r puffy zas64GqMnGv4F7Ow8Yd6S5FGVpk y9AdWTA2+zdJ4EiDFdLGx+b7DJ8 2016-07-19 22:56:37 108.166.168.158 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8730 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r jonasBebe za66RY9hKXdmQ3UZNAdqUdhRw0g nkh+ZjsnnwP7z5oSxuzimevlhPo 2016-07-19 16:26:53 176.9.39.218 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19000 +p reject 1-65535 +r 2mpdhack zbJgXSvSjaMcyRlW6LrRR7ffivk q/8FgruRifa9kwm5srkmiQzyQIg 2016-07-19 23:46:17 98.216.134.151 80 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=78 +p reject 1-65535 +r drooshouse zbiYLNhJeoN5wv2Hltn2wIwXNYQ xAxC5vo5+7yTtxceQMDPP48No+I 2016-07-20 08:03:11 69.164.205.147 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=416 +p reject 1-65535 +r nestor zbyfpuc7WF/IqsNVMEU1r46M7jU VvPYsLmfECv77cyCRBmlXPXbQ5s 2016-07-20 06:35:22 217.136.56.69 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=75 +p reject 1-65535 +r twitor zc0tfeTZfx7Bt2w0uAKxIVAC/sk L8q9USExq3KoMfGx9W96aTg/3gw 2016-07-20 00:58:21 107.170.50.52 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r trysystem zdbCDLU1hSQBgAGXd2oHce4Wgew R5XWk3G1tvpf6plT1QiyX16qmv8 2016-07-19 23:04:51 84.113.247.120 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r rotorstator zd7DzEsP1QVMmbLShD3otgmkyro mXrE/IQXUhqsQrC52GkYoUjYPtM 2016-07-19 16:40:18 74.91.21.2 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7690 +p reject 1-65535 +r grimp zfmY2FHVdy+P3e2zEQVp1sCCQ+0 FkEw0zOaCGPul6g/YzMYgOKmetg 2016-07-19 19:12:35 194.187.249.116 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8490 +p reject 1-65535 +r pinkypie zfsIl2wB7Z0ql48ytFunO5dDunk lngGd7gXxQTG9XkAyrybb8cAveA 2016-07-20 03:23:42 106.185.53.204 7001 7030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=179 +p reject 1-65535 +r cain zha0IgJ3tDYJ3xGO/PjedKUZSEo bWkLTB4c41fTqK2kPyVyg0Qzmk4 2016-07-20 07:46:46 37.235.49.124 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r dobbo zh/XZZ8t/pK4gwg8DGyXRhbRfz0 6w7S6yjGiXGpwxZ9H3xYqiKHgR0 2016-07-20 00:46:00 185.15.72.62 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18500 +p reject 1-65535 +r Torbob05 zjiA9bmNdO/AJw6lhsbownKmL6c Ex7IcExoMLRu37muwY/9Nw1mhtI 2016-07-20 07:33:37 92.222.204.96 35000 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r default zjwDyrUlcJY4qcX7Ct/qCA/bD6Y vSJEYO9d3/mIE+9GjUOXaT3G0+g 2016-07-19 18:15:58 89.169.9.92 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=12 +p reject 1-65535 +r FXX zkFafzvj0St0CxO/SHjp0TxXKd8 Ql6MoYvbM2dgl9q01zwUYN3kejw 2016-07-19 18:26:48 46.8.249.12 4100 4000 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16300 +p reject 1-65535 +r dpvvdt zkLRNOIjyCCQUq/fxTRAiKy6ko4 y1L0yJbDAJHg2lWm6lCwKNPCSN8 2016-07-20 06:50:20 188.255.114.223 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p reject 1-65535 +r jayagiri zlCn/Yj9c5gfWSIyTXGU+sTznK0 NSkodZMqeByv7SMjhnXlpioCaLI 2016-07-19 15:52:26 128.199.117.206 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r friedapples zl69+CfDz+V3jEVROJq9mP6TOLQ ITDUROnO6B0EZ4hQufjbMyJGllU 2016-07-19 19:37:17 71.185.186.199 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r lopatakal zmihBDPbCRTcXK3IDMHKc36Crzg xAn1KLlPEl5ZFhjktdGdnfDCApY 2016-07-19 22:09:46 62.183.82.2 444 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=337 +p reject 1-65535 +r GrophersRelay zmtoLJDqg6UaR4vPijmJxdHeFIM chZE+Tc9m6o6vS4N9RVrXfkCvEE 2016-07-19 14:49:22 109.63.219.1 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=669 +p reject 1-65535 +r wucas1 zm9IIZmcHQbJx7ZwmhLukQJrgF0 1mzstCRVsEzxl9ksJBz2eIw+VNA 2016-07-20 01:56:39 93.239.121.187 6194 5941 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1130 +p reject 1-65535 +r Unnamed znZwOkYkIaQANw69cQgIocdurHU hSuE4exaaGK7wRFoNcjAB+hFcrg 2016-07-20 03:16:14 91.234.226.35 59001 0 +s Exit Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=2 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r galpao znj3rx35cU9WncwPp2GR9Fu6zOE X6cNWrRD6PfzU9QBDAiUB9/TyAw 2016-07-20 02:19:24 201.68.215.52 9001 0 +s Exit Running Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r DinoaurTor7 zpElHCpTBxLp9k91TXt70izh0hQ lnL8ov2g1PU6Nx21tsSKW6++NP0 2016-07-19 19:17:16 5.196.73.86 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14700 +p reject 1-65535 +r Unnamed zpK8R625T85rl1eB5YBO1bY0KbI ARl0kdKglkzEWNcRW7dlu/LRELs 2016-07-19 22:48:37 62.214.6.61 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4100 +p reject 1-65535 +r AlBasala zqlZtPNGgd3DWt7QDSr4qtLA3Hw VZ/R/dmV2XOg3cFPahIrjEucBF8 2016-07-20 05:35:09 197.161.134.205 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r DivideandConquer zqn7ws2BCZcD6/NyIG9CqM0WGug GVOd5erL/zjbEdp/I/1y0wv0TeU 2016-07-19 14:52:24 45.33.100.121 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4370 +p reject 1-65535 +r brewpub zr/wAmzTkpfU/FBbfltWrtmBT1U baZe2Tilwa3EUspSnId2A6Hd3Gs 2016-07-19 22:41:10 108.28.81.124 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37 +p reject 1-65535 +r GermanBight zsSXc8lCD4R2q2wx7HpkniYz4Tw HjR8ydYK9jSHpCvFCRy79no+lZk 2016-07-19 18:51:33 136.243.114.62 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=21100 +p reject 1-65535 +r jJbzwynG zskA3wHjBr4SgBzBPDWuiCn8au8 0b56CBJCmd3S4wWJVOMO3OqdiSY 2016-07-19 20:02:55 37.187.96.84 80 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1090 +p reject 1-65535 +r electrohouse zskojIJHvlM+iqaFp9ltZ1p61vU gJoiVRvFnsyF9z/cffCemnx2coI 2016-07-19 21:32:33 83.212.97.157 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2720 +p reject 1-65535 +r tortue69 zt+21WrRNxe+knMYBM8ulERCmtg rmyvYI4RZdd+c9En4hq6o0u9ECQ 2016-07-20 03:20:06 109.88.229.82 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=144 +p reject 1-65535 +r vautier zuz7uC/EhAUeiXGcSdyAP2WqvHI wgayC9kLkxdALbI1oowQnRIJaBs 2016-07-20 00:11:42 5.135.65.145 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14900 +p accept 20-21,23,43,53,79,81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r prendergast zu3OcxdtUHLzOziV+y3rhOQWc1o ya7JVHGmhz2qrPdX5CG7puQwWMk 2016-07-20 05:47:02 178.162.222.226 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=17600 +p reject 1-65535 +r barbary zvcclt7vwBUw3w7v1r8gt1rLltI NhbzZYVFWkA1acVLNjMQUfObrw4 2016-07-19 15:51:20 89.45.35.148 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3150 +p reject 1-65535 +r graffentor zvk8HVMISa0lGh/AWQoi3FtUtnk UNRUr180J7LU4LVFkpUVe4scplI 2016-07-20 00:34:44 83.89.31.249 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3190 +p reject 1-65535 +r Hoceima zxOb60jzH3EMb/BuWhnVYZpuZFQ ZNYnoVsxAeWBjutehQbWZkQFH48 2016-07-20 02:12:03 88.198.212.3 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=216 +p reject 1-65535 +r mercurial zz5hYeCoSy4lnrMbAzLcbV0yY4U UYdMx12rNRtKRuSvfMxu5IlzlFc 2016-07-19 20:54:13 24.140.226.125 443 80 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8 +p reject 1-65535 +r Faravahar z20Kr7OFvnG44RH8XP9LR5I3M7w zCnaAfUDJTAqIEF11hITXtDZq/8 2016-07-19 15:04:18 154.35.175.225 443 80 +s Authority HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r ZamZam z2/jfzp6Qay5LZ+kWaXKIqEVvkk ggtkRwhpKMkf7DPBnV3sO5BR/MU 2016-07-20 06:43:40 80.254.219.48 57443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=0 Unmeasured=1 +p reject 1-65535 +r Unnamed z3abLGRdI/GKiyw+8Yerz0ipcHs /5t9OC8yn0gQi22PrW9DrgDyAdo 2016-07-19 21:52:24 54.217.92.56 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r lader z3c94LT1N7uA2jVkMplAO3vxGvo O0wiodcWU6RrRjRmgY9Kf9s3Zho 2016-07-20 07:55:48 125.212.220.60 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18 +p reject 1-65535 +r Unnamed z3rDccXaCd3BGzdwnQ2OX8RzUaQ HUgBhUFDwya/6lpIUGwVKFD7wv4 2016-07-19 20:26:18 185.14.185.118 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=263 +p reject 1-65535 +r Unnamed z4VknmufyTT2uHzxqnhze7PCu8E iUD89d+3akiUPegby0Jp/wUnoEc 2016-07-19 23:28:25 158.58.170.66 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13800 +p reject 1-65535 +r Unnamed z4yGb4vTaaRUIgbRjyZ4GY2pLVU 2iXZiUClhbWungSpAFg2os61m3o 2016-07-20 04:10:17 94.181.45.237 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=126 +p reject 1-65535 +r 2500 z49yrq1vqmDvYudDPytJRZTlHdU uA+glgfV2Mzt+6cKnH3Odgm544o 2016-07-20 03:39:04 62.210.71.51 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=46400 +p reject 1-65535 +r sweetlittletorrelay z5AVXWopNQnb6/QqM9G3w5NiGs8 6JdQJaK6S73iqDK1lnhP/Tsw1SQ 2016-07-19 22:34:28 46.237.222.6 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=414 +p reject 1-65535 +r randomsnail z5gx9c4QaPCD0AkvMM13xIR8/FY kLw99N9vSvwmmCol4pkz+3C4F/s 2016-07-20 08:31:34 192.227.175.239 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=239 +p reject 1-65535 +r tolkalka z5gydilTapjruW7oLoGv0cj8fmg UwoPmbB9p6oxynFjB3531e2zX7s 2016-07-19 23:25:25 163.172.7.195 6811 20451 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1750 +p reject 1-65535 +r Unnamed z5rrZh5WADX8JfMoJFc43Qdtp+g YMxLRl6rW6YY8dQFZvVSHCiGxsw 2016-07-19 18:01:02 192.36.38.24 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.2-alpha +w Bandwidth=2590 +p reject 1-65535 +r BSDNow2016 z51mBF/tGnduDgI7MhUFHKTSrVw RQWKR2UnNHknDq0aXGa+aCkHZ6o 2016-07-20 06:36:48 158.69.218.78 8000 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r hantwister0t6 z55GBQdzWoeKkFnzQ0vvPtxVhP4 L8wFdnsaPrMpmiSL4Rhm3Mjzf9s 2016-07-20 08:35:49 93.104.209.158 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=3520 +p reject 1-65535 +r serv z6dEfGanCZMvA4/uawKLhKbmdug bHwXS5nf2OqJn9xFUdlDtCnPGSQ 2016-07-20 02:53:32 134.119.32.208 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7350 +p reject 1-65535 +r Unnamed z7Nah1adcnv4rt2ES7oV944aG+8 JSEtO7qUVVngWWAw67GaorlHI8k 2016-07-20 05:03:11 76.85.200.64 9001 0 +s Exit Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r 0x3d001 z7ug2FjwLkCxQypl9tE8m9/npGs h1WotbMGqLG/qT7xa4paPsfep50 2016-07-19 16:57:50 91.121.23.100 8001 8030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=50900 +p reject 1-65535 +r NoComment z9Iym6UZkFd2gU3Y2AMCdHTnPBk /Z7o7XdyJzSGaYMBW1Bh+QiHMPc 2016-07-19 21:58:54 50.159.126.21 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.26 +w Bandwidth=130 +p reject 1-65535 +r Unnamed z+yBuX9sFWie2EUcPbD4w5nAFyQ Ylt7gvus8sISD6MEh4a8p9FRuyQ 2016-07-20 05:05:47 62.220.148.97 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1520 +p reject 1-65535 +r k21hermes 0BlWtVW6WdQi2ZTUGsljQYOXRZc gzO9iZqq+na2ZXPwVdIE7Yk6Khw 2016-07-19 20:26:29 95.183.51.126 5831 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=199 +p reject 1-65535 +r whatsinaname 0BsN1nQzc6eQEOcpMdTrc0RxHwQ fagmWMIm/nR5PtaRnK46OqN5eH4 2016-07-20 02:46:20 38.77.19.37 9004 9034 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=131 +p reject 1-65535 +r charlimited 0B+msg+pGugI3B3asmwTS5Tgbm4 9f89QNqDCmA5tgAFb6JVB9adhec 2016-07-19 22:09:33 85.159.211.55 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=550 +p reject 1-65535 +r thomasb 0CCiq9a34MS/H/8GjWI8hK9Wd4Y GEyMvi9IeF47gCg9bPnYnpF/qtM 2016-07-19 18:24:10 85.214.126.249 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=338 +p reject 1-65535 +r ididntdoitmortician 0CIgUDoBgZP9Ic/JMHzIuXNXcjs MxX2ULVhx0tZgHwew8YXEuEt7N8 2016-07-19 23:34:15 217.147.214.107 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13600 +p reject 1-65535 +r paramason 0DLU1hcUDWuCj8fEM0hg5F5BT74 YuhdbFXptVUeM7bcE3W7boT9Sss 2016-07-20 00:54:12 62.216.5.120 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1360 +p reject 1-65535 +r lidfeldt 0DNGZQw+ONsqUHJKMHFFSGWsJSQ lDIIVFsVR0EbjdnZyc8aGLAShBs 2016-07-19 17:33:38 103.41.177.64 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18100 +p reject 1-65535 +r carrefour 0DVOLCHZx9KIImL/La81YY7Vjbs tUIrc+rtawTmCaxHfa5mtTUpWIQ 2016-07-19 16:42:32 81.17.30.44 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4050 +p reject 1-65535 +r toooor 0DZrHuCfcXYSsuJI5Qb53ovQSNQ c0fNUbMZQ5CsluzSoYR+Ne7Oc04 2016-07-19 21:22:00 78.46.151.11 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=240 +p reject 1-65535 +r ididnteditheconfig 0HoCHw2YFKcAkNg9wGgLgJkeCjg p43+8weElwodh8CZJAK0JYwAZSY 2016-07-20 08:47:14 45.55.155.222 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=708 +p reject 1-65535 +r TierraNorbu 0JqYK75loWK+eW1XDyV46oJES1Q QYeAt01DJMyAQvq4GDsptSHRpAY 2016-07-20 02:34:28 81.19.3.71 10009 10008 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r Unnamed 0J/IhZCTv8dTeH0nyzspKNgb2BY 1X1ylCeQo4ycsChpYHhk1M+fOfw 2016-07-20 05:52:04 54.88.165.229 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2980 +p reject 1-65535 +r ididntedittheconfig 0LIy5zLdafGBgV7mZI6auKZ/c7o Hk9/UI/iKhdn28bdqmSl7y2R7Kg 2016-07-20 04:35:09 46.118.222.71 53489 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1510 +p reject 1-65535 +r lart 0L70w2ItHZ6Hzmb/W+hinrMjpwk FM1oJd20Ym2FS4P7v9CW4WL1eVI 2016-07-19 16:52:54 198.100.148.146 995 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2560 +p reject 1-65535 +r BTInfinitor 0NaZJQjmTiinc3O4J5irGWv6Wz4 Won+iZOmYG2bQbczhcSUxxFdsPI 2016-07-19 18:48:30 80.189.235.12 443 110 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1990 +p reject 1-65535 +r moses 0OGWKyRgulTYHhQmMA0Jcg5tQ+s Q5qKAwvzZxbzvllvwmwhgtWfwDc 2016-07-20 08:30:33 69.164.211.18 9090 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1560 +p accept 23,110,143 +r Kronos 0OYQjbvLm199d16zUfw/GnIhxp0 AoFhmqP8sqCu0nr6R8WoyCFbGK4 2016-07-20 01:51:35 85.17.112.32 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=583 +p reject 1-65535 +r misi 0OnKAVbiXhThjLFWemB/GR6Rm7E pWYdwhdesGIreMCUyNxoKJJd65E 2016-07-20 03:39:35 50.7.178.146 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12000 +p reject 1-65535 +r DasielFR1 0O20e+rTLSbQqDf31TV+w607h3c kEaiCUK39q7F3oOBJxuByWA/+tE 2016-07-20 06:14:57 212.83.162.152 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=4910 +p reject 1-65535 +r yoona 0O8gCy8bxOGZejIHk0MrXwfx9qU dh+a3OJnzigWoUJSXSRkLRX5ocY 2016-07-19 23:43:10 81.230.19.251 9001 9030 +a [2001:470:dc2e:1::1]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r LBCTORRELAYlbc 0PwJgQsh4cvYkWnnvEhz71IWoM0 zaoTeK8dEUdhhWqSLO3KBohuNDM 2016-07-20 01:27:06 72.67.123.207 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1160 +p reject 1-65535 +r ididntedittheconfig 0RBXCJL7f03OCh67ScAecr1zi6M tiS7y/gggSV0fLSWDTJaE5oI+pg 2016-07-20 03:24:59 178.208.230.226 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=4 +p reject 1-65535 +r primesemerge 0RMerJ3eqGI8S7/PWOam5aA2X0s zBQDyExemrabe6s5aYY55YedEUU 2016-07-20 01:38:43 185.122.58.97 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31 +p reject 1-65535 +r SmokeOnTheWater 0RswntLB7KLnGOtoOPUB0UUKlts mQxff8Kz7uyi60P1kq80iobW4VI 2016-07-19 23:08:32 162.243.99.72 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=247 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r k3v1n 0SD4KcbmTxScuDUlcxvP9Vz5fbk N+aHO/ruHi64xzwwy/MKWzQABMs 2016-07-19 23:20:44 62.210.108.175 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=52600 +p reject 1-65535 +r bmwanon3 0SPA+PVigEaTxH1oxheGAjspXpg 8TE5udfewju9xStJwM6HXUbs+co 2016-07-19 14:55:42 176.9.1.211 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15200 +p reject 1-65535 +r ScalewayTest 0S01fZHdO3nirZ/bFg+aRVgUfgU 8L9qRUaXnkMguVN74+QneE/u35o 2016-07-20 01:01:49 212.47.238.193 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.4-rc +w Bandwidth=10900 +p reject 1-65535 +r EwIgbiubHan 0S7t0MdHF+kQE0+nGv8vaGSUk1A GE4WBtxpqqqtPWc6O8O9pAf00io 2016-07-20 03:37:39 212.24.36.205 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=9320 +p reject 1-65535 +r hantwister0t3 0S9m1q/Wyg8YMHSJ2npfv1Tg7e8 UPyzpQF8uH0nURB/gM3hOA8GbWE 2016-07-19 16:06:34 31.220.5.153 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=161 +p reject 1-65535 +r default 0TQHSSM38yw1cbzvK+PRe8ToJpE vpKv9w1MWRFP9t8LVs2Uf0rfTkA 2016-07-19 22:06:55 66.214.15.139 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r RandomRelay 0UIXjor55OSXxA0Rp/1fwTlSWc0 KnhnQU4xHs6kLLE6fCUWZ5SLMP0 2016-07-19 19:12:41 37.114.46.27 9035 9040 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=26 +p reject 1-65535 +r frankenhooker1 0UoZfr2fdm0fm2H4nAKZIKX8RsY yZpNap7hdlIa1ad3IWcBn0fiafw 2016-07-20 03:52:45 66.220.3.179 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6660-6667,6699,6881-6999 +r FINDCLAN 0Vk1KaK5syxks3zb+gcCYHGmuxU IjBbQTvErGzwFqTuRehmvFtqGZU 2016-07-19 23:45:06 51.255.132.157 62398 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=555 +p reject 1-65535 +r inatNode 0WFiMRgiURRk6cbOL8YuSKBUiyY U811Zi348B2OKf3t5XlKwF41mF0 2016-07-20 07:57:39 138.201.92.183 110 0 +a [2a01:4f8:c17:3e7e::70a]:443 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2660 +p reject 1-65535 +r TORbjorn 0WQFibHAzIvGV+B/n3OcJnwIp2g ADTFtJ66zF14yCINhGteSNRaTMs 2016-07-20 03:29:50 91.121.30.115 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1480 +p reject 1-65535 +r relay421 0XXvbpaLJSlZoJqkE3Sft2FB8Zg DpdpEFKng3RURwTM+kv58aPt4Bc 2016-07-19 20:57:53 217.160.178.10 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=125 +p reject 1-65535 +r sancho81 0Xatp3H186Yt/iguihALG7RYz2g HZb3IePnZQKlY/w8hXyhIbDz2zA 2016-07-19 22:12:47 158.69.103.125 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8500 +p accept 53 +r penisenvy 0YaSTbUAayz52+Ch+ehduoTvcLc 2ef5V4zu6mq1m6MgiLcxlPzSxLc 2016-07-19 19:32:36 159.203.219.101 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=133 +p reject 1-65535 +r smallegyptrela01 0ZHb0MOtQRKH1FY1v/0MIlV7N/8 PKZfSgEvMWFRlrZ82h1ZTWZvsl0 2016-07-20 01:00:45 41.223.53.141 9001 0 +s Exit Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=39 +p accept 22,443,465,587,993-995,6660-6697 +r Keasbey 0ZqX2bTz5iE7s5WCx37OYLycMd8 9oNPwkA/fnu3VLq28Mkkb0i6MS4 2016-07-19 14:58:50 91.134.134.96 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7840 +p reject 1-65535 +r PLdevRu 0ZsjxSK5AwuMxzOEdCXGvJdckuw cfaGpm44Cxwn+6NAhcxgnr7Qbuk 2016-07-19 19:39:43 79.174.70.248 443 85 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1610 +p reject 1-65535 +r KagamineLenRomeo 0aR2P6C9cZeJAbGVH+4dwpd3+Vo dDelau+nO7cl2c8cdIXIuYx4Xjs 2016-07-19 18:02:13 195.154.113.200 993 110 +a [2001:bc8:3829:100::1]:993 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19700 +p reject 1-65535 +r sm0pjr 0aT0k+kr3CkHK+fwbvOwY4RRCUA fb650AW6vibw/Jzavy1IP+N/z0Q 2016-07-20 03:48:17 176.10.254.240 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1790 +p reject 1-65535 +r MagicalFriendship 0ag0W3FpnpVqh4WAWdrSm1LQEwU +XJx57Q7tpQcLwrVP7/gylldCKI 2016-07-20 05:25:29 174.54.171.16 9001 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=24 +p reject 1-65535 +r Howcoi6 0a4Qishm/bi0mp0cZ1b2EWzQAZg ooxdTpK9+hirDVMTrid//DR4rfU 2016-07-20 07:25:22 162.243.112.244 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1070 +p accept 80,443 +r 3lue 0a8MsTWCWZauN3ZBZMp4hT+zih4 FhJh3u7Z7QAPuoLuWAr/8YCE4tM 2016-07-19 15:25:24 176.31.180.12 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14100 +p reject 1-65535 +r gklxvi 0bSq5pUa9/V62qefIBzNw+TOaps qv7GjMl5sAdjvKo8c5mBmLaQiBU 2016-07-20 07:19:50 24.56.249.72 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=133 +p reject 1-65535 +r pw 0biqqYxl8999i7OviByuuEoz2O4 eSBgpV5C1T5Gf1unkkMI+hWA5XQ 2016-07-19 19:40:13 134.119.3.164 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=26700 +p reject 1-65535 +r ayed 0c7maXkUseuydbNNRjr5VJgLQ5w qT1j8YTGtUUZHeHtbtMTopsk53A 2016-07-20 02:00:11 185.32.221.201 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7610 +p reject 1-65535 +r ziiip 0d1JtrXDQlDA2czrmeVKXD7UaZY lm37t1JBLsZuQhqpAgYo/oIWC4w 2016-07-19 19:55:31 71.252.137.246 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=7760 +p reject 1-65535 +r lolieditedtheconfig 0eEq/aGKezfyz5wFrQzuJUkj6Qg 7U0Ox/sDuzbIWxswpZ+4MyBuWDU 2016-07-20 04:12:03 95.215.46.46 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=6200 +p reject 1-65535 +r Sol01 0eUkUSaLqApHOEDM58dVuUxeXHY OcokCtlsp2qppaaM4JLTHSogRAA 2016-07-20 06:10:51 71.59.224.195 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=788 +p reject 1-65535 +r WN6AjQqT 0fouy2r0q3Q+svPr1wRW2JyY3Ew LUQhHBanOOLRpsDclns6xeTgLJc 2016-07-20 06:54:08 37.187.4.6 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1500 +p reject 1-65535 +r drachenklaue 0f9u8/aLLzWSL6ufXeuBx4Sm4do X9I/xujMb0/N6WUZ/iUe3t78zb4 2016-07-20 03:46:06 148.251.50.74 9001 0 +a [2a01:4f8:202:1049::2]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=28600 +p reject 1-65535 +r itslav 0gNN3xJ1ojRPZpk1o++5CP/Hrpo +DRuWk/fry1CxD6bQegIwk5KkHQ 2016-07-20 08:18:40 83.209.10.18 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=2140 +p reject 1-65535 +r TorTchrisRelay 0gwAYzC43hvkCDora96CS7aRF+g rtGTJt/kDyXAHm8atEzZDYXvaTc 2016-07-20 07:00:46 149.202.17.223 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14000 +p reject 1-65535 +r XOHzer0 0h9528NDZvaRCsvzEI7Lk0pFthM d1gVykyZfF5KcYsN41PCE6oyH8s 2016-07-20 03:21:15 104.223.101.12 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r salbeckdotnet 0h/42jYYfJoINzaGjRc2ZfurSBc sp4NF/1gh/8CU5BTDCNKsQcFWm4 2016-07-20 02:26:07 213.95.21.59 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p accept 50-450 +r dannymx 0iEWgTOlLIflQEjoy6vLpyrDDTE n3kVQYlrmZdhAMF3toGROf6Olus 2016-07-19 16:05:04 209.141.50.138 9001 0 +s Running Stable Valid +v Tor 0.2.5.8-rc +w Bandwidth=18 +p reject 1-65535 +r ipninja 0iL9y1vVo/EVImLXmBfpf+NuL2o 9o5x7/fOwkTMTib5EsndvzYDnuo 2016-07-19 22:34:04 66.85.131.72 9001 0 +s Running Stable Valid +v Tor 0.2.4.21 +w Bandwidth=1 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r faxmachine 0iXC7IHgROOUe8SZKeRgA+1iyJ8 xj4t8CVnedt3SQicjcNNe8Jh0i0 2016-07-20 05:16:36 151.80.164.147 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28400 +p accept 20-21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6697,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,10000,11371,12350,19294,19638,23456,33033,64738 +r Unnamed 0if9vLZgT1/zmkyC6Df9HyoWluU mhFeliJfyPi7Gs9xumA3XPf1b78 2016-07-20 08:18:11 46.237.253.217 443 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=558 +p reject 1-65535 +r maschinenraum 0iwBHtEYKHAgGcS6emWSMe30eDM ffooJ4TnssxmK9sA4hV+R70Y960 2016-07-20 00:32:45 93.211.210.114 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=527 +p reject 1-65535 +r tannhauser 0i5AkrteMeXWNtyeBVErnEPjXoo 8oz3aTge8KugGDDVo7HS9OvMECo 2016-07-19 18:14:19 80.111.117.250 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2110 +p reject 1-65535 +r HMLBrazil 0jNZwERCR8f4ygXVdUOAKonFXh8 /3g3jzlw0Rj2aslEJvBEqUDGOBo 2016-07-20 05:08:25 200.100.151.218 5061 0 +s Exit Running Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 25 +r amaterasu 0lQXwEAHThok+/N7gjNkNzHw26U RX07919N+peR0+HwCm7uVrZ9ycI 2016-07-19 14:55:54 84.198.113.165 9001 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=20 +p reject 1-65535 +r Whirlpool 0llTXd/xDq4fD+8xWD8Yd3yo1Oc fWcLBZAkUFLrcm7+Ym5kFIXY2m8 2016-07-20 01:42:18 64.254.175.3 16333 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=640 +p reject 1-65535 +r bogustorus 0l7pIRbRY1pBpvfkeNk/bQjAN7Q B6pgP21scZ+/y3X7HdHUoAKMtH4 2016-07-19 23:50:44 199.19.213.176 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2240 +p reject 1-65535 +r BlasDeLezo 0n6snfur8EiYbZ5ph36ond0Cj4I syrL60B7oTedGXKqvAALV7r3hS0 2016-07-20 07:04:36 62.117.170.196 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=466 +p reject 1-65535 +r m1m1n 0oAnNH9y6D+vTvw8Tgrk1zWQslA vT2t77nwZXyhf6QAQRguUB7HOSM 2016-07-20 06:45:24 103.44.149.45 443 0 +s Running Valid +v Tor 0.2.6.10 +w Bandwidth=2 +p reject 1-65535 +r insaneawesome 0pF2fdU86PKM6hrZekGfyT9Gm2c e25vPMXiB9YXRTJrr27eIsDoq1o 2016-07-20 05:06:16 51.255.33.228 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p reject 1-65535 +r SoberTor 0qD4CcZjUFPSUCHY9hTSqkwmAmg fL4WscAIUjkazHBAEXhVaJgdNeI 2016-07-20 02:50:17 188.174.161.135 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r PTAF 0qFwN1ig+7oCaYi5LC+IurWfk2E b5AQ/iZpfbX8Yg/mdMeo8ULZJeM 2016-07-19 18:38:02 185.13.38.75 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18600 +p reject 1-65535 +r Battlestar 0qYj5rLkosc2XXVPLmP2/UAyNgE NI4q00Tm1z/aHP9WgNw7FzjgpFE 2016-07-19 17:02:00 149.9.0.27 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=3930 +p reject 1-65535 +r YourPussyStinks 0r/OMBDyFNtISc1sz6cUKT7xZBM QaJBtQxVFOJGAY63RTcU64wT+OY 2016-07-20 03:42:57 107.170.241.15 8081 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1130 +p reject 1-65535 +r awesomerelay9001 0sdeR8HvefadozFA0jY77HG9X7w nchc9LLwrAzo3Mj/Nq7x7SNCC/o 2016-07-19 16:16:26 46.10.236.75 9001 0 +s Running Stable Valid +v Tor 0.2.7.1-alpha +w Bandwidth=11 +p reject 1-65535 +r yoloswagnation 0v5o8kjI3jaXDsa9VwlkBQLoRFU LHWsj05XWSWluCz63cvY6F8P9D0 2016-07-19 20:31:51 162.248.11.176 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=12 +p accept 1-65535 +r NormalCitizen 0wIm0PR3HpO1YqxlDJCTkxQI2L0 fDi4ioaySytW8xbfj6zays+1ngI 2016-07-20 03:15:54 46.28.110.136 443 9030 +a [2a02:2b88:2:1::3e3a:1]:9090 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=24800 +p accept 20-23,53,79,81,110,143,443,554,1194,5222-5223,5900,6660-6669,6697,11371 +r donaTor 0wRNZ7mEfPespEbJbRJros4s2y8 ysf05moFwCLUwrvSPUeYc8grQ9g 2016-07-19 22:02:38 195.154.171.24 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=70000 +p reject 1-65535 +r mine 0w6dTWOQaGEdbZaGHJXCCZFAuAU HqSNWYTcN24VGWvjlOhQ7U8F0wE 2016-07-20 00:10:32 46.38.237.221 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1370 +p reject 1-65535 +r ToileLibre 0xOwgaPvxUkr6Vr+OfcVQT3TVYY RB8LQGFIk2Wbvv5TF6SZjUayDcw 2016-07-20 05:30:45 195.88.84.59 9090 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=4400 +p reject 1-65535 +r skynetSantak 0yCN2h8kkbccrmfGOSkO8/4H1tU 5f33Br0D+yGepSgW+iZVeUSEpxw 2016-07-20 00:51:17 37.14.51.187 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p reject 1-65535 +r spider 0zM5wkoWyoHgfbjxC4GJk6P8szU XedeFWfT86qD9zcs2iJthyMlPAw 2016-07-20 04:57:26 95.130.11.42 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1190 +p reject 1-65535 +r bettyroot4 0zvB1/LhqBASjb/qey3NPSputNw YzRQmY1uwx0bF9ApjVDKFYNrGFc 2016-07-19 23:34:00 5.196.12.79 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19000 +p reject 1-65535 +r Unnamed 00VhcA+5WD+hD4pxWjUG+8H5qSA T6z7u9EgNPOFF6SczI5ietNkiJ4 2016-07-20 06:41:18 37.48.80.101 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23900 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r ddetor 02yHBH9wgtR/s5a0it/XmTfImAw G6y62XvzEyKLXPfEy1dciu9Znzs 2016-07-20 05:35:33 213.239.212.20 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=616 +p reject 1-65535 +r KDFrelaySanClemente 03BhHgDFLFiBzZG5A2tm3OQ3MMM Q2nvx7M2HWLcK8EbczvZHFdL0fU 2016-07-19 23:46:03 70.187.153.137 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=77 +p reject 1-65535 +r jello 03uPw6kPphURmj3W7f91RPYyuAA 1F9Fdky4K1g9yMvRxpknB8wMPAM 2016-07-19 17:58:32 79.140.41.13 12345 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14000 +p reject 1-65535 +r Unnamed 0356g6XrincWtmWhgyAMG/reAvw Oy2jow0mAqpXSI/CRV7QvkWb8hQ 2016-07-20 02:40:19 115.70.57.112 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r duranki 04OhfJfupQuCD+D11g2i1DZTWuY CNB6mTfeHbQCkiuwDebb1R53H5c 2016-07-20 04:35:00 45.55.164.171 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7060 +p accept 21,110,143,443,5190,5222-5223,6666-6667 +r wucas2 04Qpos2kTbz2RvQ6lxjdNqKMsX8 dAILo5XNzdKcG0k6VACqEEsGrrQ 2016-07-20 03:59:23 46.101.196.216 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p reject 1-65535 +r conghaile 042AVaKMtYcRDvvHndfyZ0dgXlU A4QwfYHtZ4BTnL0IBRLamF1vU2Q 2016-07-20 08:20:04 185.29.8.132 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5380 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r tomatocinema 06ZCyk4mlWAsqfqwt23WvYUkpXU XT1vBonrjNDPgt9U7IYuBfsDiFg 2016-07-19 23:05:16 199.68.196.124 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10600 +p accept 20-23,43,53,79-81,88,110,137-139,143,194,220,389,443,445,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r fun 06lHzbIZ3J99sLKPblA9JqodyzU EOvFkWwCKn3+FZ0k2lV7xn1ESLs 2016-07-20 05:14:24 172.97.103.47 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=585 +p accept 873,989-995,1194,1293,2086-2087,3690,5228,6660-6669,6679,6697,8082,8332-8333,9418,19294,50002 +r pliptor00001 066BpNx9rwjCVJn1tTPHFjcUycQ Yn3M7DMaQIgkgNqY2SLNCLF7EOI 2016-07-20 05:23:40 104.200.20.142 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2330 +p reject 1-65535 +r djfqyb 07uP14ipHN2XY8VC2neYr98GatE YlcN9OeNHqtBcGinAJQ0r4z+hP4 2016-07-19 21:45:14 109.94.26.172 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6680 +p reject 1-65535 +r Unnamed 073suSDgt1Q60rp79XP3sPN/ew8 vWrQq+YHRIEsHg0HojQQHKbmXlo 2016-07-19 23:28:59 188.138.9.49 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=86300 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r bounce 099Nd9FYHECj6CA5MHkQWimUcR4 /ZF4wS2/+W1Km0uU6sfJNrvmR28 2016-07-20 00:43:27 131.155.69.114 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1620 +p reject 1-65535 +r TorNodeAlbania 0+Xt2+UVk4hwTWeFvlGTCq+s7G8 ClfVdlYNHZkph3gYkV3JFsw87IU 2016-07-20 03:35:28 31.171.155.108 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4280 +p reject 1-65535 +r Pasquino 0+2REYPfMf23RKIvlL5qhWrHfRI vKiYkGgOTYwDL0dzrcOtJkuyMDg 2016-07-20 01:52:55 209.44.114.178 53902 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3050 +p reject 1-65535 +r sm 0/6WNBaRx7BvgGgcNuFYb7Xjauk rscm8tWO8TGHZsiD+vI6gxzKM8E 2016-07-19 16:45:03 178.5.209.248 9001 443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=527 +p reject 1-65535 +r DarkGreySecurity 1CmhiJElpp5Chu2PWnw0KrRq+ZM GSTsLEEtmoWYUa6AuBQlYMQvS9w 2016-07-20 03:35:32 5.196.65.52 9001 9030 +a [2001:41d0:a:f934::1337]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18300 +p reject 1-65535 +r luluonwards 1ElgNlo/wwfrbvGh4aKJhf2EhPc I8gvymxqUXspGBQ/MvVaUrKdZa8 2016-07-20 04:41:49 139.162.7.40 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=159 +p reject 1-65535 +r Heisenberg 1E8Sefelt+9qftzPofYZjSHTO5E RvpSnxXrFnT97ZCZ0+l1x2fU07E 2016-07-20 00:10:08 76.74.219.187 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5910 +p accept 22,1022,1122,2222 +r AndreasBaader 1FU9L4ASto3ugBh51dbDVJgOc8g sNTs68hR1Bel7+E1rqEcwvZenaQ 2016-07-19 20:23:08 134.102.22.122 61014 61015 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2630 +p reject 1-65535 +r Scrubsss 1FrMYUFMY5rbbpwp4WDdHpZdd/E XM2APmpGMhR/ELNlkxfT5OkEWIg 2016-07-19 22:18:32 195.154.117.163 44893 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p reject 1-65535 +r linuxthefish2 1F+FgSaWkkoMlpNRKEXNcEV/SzI lY6Ckw3VFqsCEKYtQ+dlzqTwe/s 2016-07-20 06:30:10 192.111.148.46 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5890 +p reject 1-65535 +r NeelTorExitUSWest 1GF1SHwzLMYC99GkTXunM0jGxJ4 LrVnVvIePWuiVp5jyqK8RMN0fM8 2016-07-20 01:46:05 107.181.174.84 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5880 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r travelUA42 1GWrtOBleuXZpEpttsEeTiPv7bk iwcgu6TOvfErRYHuPNQ/HHJ2RsU 2016-07-19 23:12:13 46.219.2.12 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=716 +p reject 1-65535 +r triumph 1Gau6RlmeEvy4rtTct7SsMZ6OZk S7VsQe5yR0TWhO+ApBWTfVPaDDo 2016-07-20 08:18:05 185.100.86.69 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=26600 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r TorRelayPLDK 1Gi4srKctix1ukQu56Dj1xfeJE8 UJDJysnREMRL8x3fVJfiF9EC06I 2016-07-19 17:06:13 87.72.232.81 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1080 +p reject 1-65535 +r KartoffelZwiebel69 1H85vGF6UI/keoBkLGWAKgquPzU f0kR1yMSqPpZ4gGsZOOY86295d8 2016-07-19 20:53:13 46.101.142.94 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1660 +p reject 1-65535 +r NelsonMandela 1J6Obe2aSHKAvTNUMvxoPRmD5QE TDt04qxX9lWQWJ2thZJQJs+1+DU 2016-07-20 01:48:42 192.99.12.149 59999 59998 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1660 +p reject 1-65535 +r beastiebytesrelay 1LNL0U3Pqe6VyS0NzSh18rkf+W4 j/sQ6vAbj8b5TcvPNPl8q7gGNZg 2016-07-19 20:26:37 178.63.162.212 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=75 +p reject 1-65535 +r elysium 1MCADrQH+UMdLxuTYdjW4gUZezU jHo5R3EuUTyVJt0qTkNuA7DnEQw 2016-07-19 17:44:32 64.92.13.250 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=224 +p reject 1-65535 +r 0x00tor 1MCE+7Y+wMilf0NbqZMXrGHh0MI W27oUJwArHPqp7PWxEseZXeOWdU 2016-07-19 20:52:01 64.71.152.147 2443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=18 +p reject 1-65535 +r cerberus 1ME4Cwx6lgIClIAWV1ddPnhAYDo 6U7QAJAkS9HtGdiX4ivceR9PrsM 2016-07-20 05:55:24 87.171.192.208 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r Unnamed 1NEHaAsIl9/+5QDmJamKqoBgx/E 3OYT3pJIWGN1aOGEn3z+388uJbk 2016-07-20 06:00:32 168.235.67.30 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=213 +p reject 1-65535 +r Unnamed 1NFGQspqwb/sL0N8n72rzS0/vus pgyMzr3VkRiIJoBeVuVFBBEVmCs 2016-07-19 23:36:39 217.246.169.223 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=160 +p reject 1-65535 +r micheletor 1NoO2P+xd74EPwliiq7dz5PIYJo PgafHN2I26zGc7fqh5zLVbinlQs 2016-07-20 01:03:57 109.8.217.10 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=34 +p reject 1-65535 +r xtac 1OGk1bak3+kFT1T+PImhinwrwuM DLcs5iQ9nFtVaOyGXiH7+mfKbaA 2016-07-19 14:56:31 212.47.243.140 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=20 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r alphafidi 1ObTr5wZEiux1Hci0Qt9kNhR1q0 p5OYItw8GJg2UhXnW+IX0Atzpck 2016-07-19 16:29:22 207.237.88.19 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=93 +p reject 1-65535 +r Janky328891 1QOeHr/ZbZo/mEa/meyfde3ekCo zEUAHwOt8GV/IkCWKTU4jyZ6yHk 2016-07-20 02:17:52 37.187.115.157 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=17000 +p reject 1-65535 +r morha 1QP7sZvmn2PXrKqbZ8qirHtEixE ikeVg/3Pl63hqgmgxVLt2vTvGQw 2016-07-20 07:43:24 188.120.234.26 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11000 +p reject 1-65535 +r letshelpsomeppl 1QSA8sffCJ1QobPFldMavILos4c MHRtUIs0SVBWsbgzaEHWcwyiq4g 2016-07-20 05:49:56 80.127.109.50 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9930 +p reject 1-65535 +r Unnamed 1Q33aYLw0r/bKKdTB5zdY6GSwy8 oh1KYWptePm6Ur71U0yM6NotH1g 2016-07-19 18:53:36 178.79.134.196 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=988 +p reject 1-65535 +r Unnamed 1RbLVIZV2TKfzWKfdJzoTkEoQ34 0NuJ03Kjzwjzw0CRyPLU1zJFIpY 2016-07-19 21:43:24 69.164.221.65 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=558 +p reject 1-65535 +r hm2016 1RmOGFxprDFUb7JKxTXJZKwSIzw tg0Gd3IXriWI/eV/Z/fsrKitqU8 2016-07-20 07:33:56 95.183.50.98 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18300 +p reject 1-65535 +r PhantomTrain1 1SzUMc7yjgGxH1RahDR+5FUkvKc MSsSPX6I9O0GSfdSpTDUg3SnFIU 2016-07-19 21:19:15 216.17.99.183 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4130 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed 1TH0Bi1ui7bbvb/Z2cmeSOARZ/0 QULF7xty1Kd3o0YFf0tufIzOT6g 2016-07-20 04:01:22 2.242.143.140 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r NoneRunLong 1TeTMV4pDSUOmvxDGkyQaKHlPJg b2ByPITcft8hHE+BR9uHLu6mYIM 2016-07-20 02:59:06 23.91.124.124 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2600 +p reject 1-65535 +r WhiteHat1110 1TgkAj0KSrmrgLHl0Kl7zf2DY9k qVyr8/wQbpsAY+wpax6nur79Ct0 2016-07-19 18:03:50 69.164.214.196 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5990 +p reject 1-65535 +r TheBeast 1UyGofynAQ23DZ5Dpy1OUExI6w8 ldJ4yQgzBP4qp4kxcdPVYNCqQhU 2016-07-20 07:21:13 78.47.129.84 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p reject 1-65535 +r leifson 1VLodHA4l7+MHhi9rg7uz4ojhd4 m6MVfUnE1mfIDPwL0N5RWyLeXUo 2016-07-20 00:00:18 72.31.22.232 9001 0 +s Fast Running Valid +v Tor 0.2.8.2-alpha +w Bandwidth=251 +p reject 1-65535 +r MyTor4U 1WB63R/dtldILiPwmrFzMQyAJZA 3CLOlMhDSeDs+YM8gyICR/qbNkU 2016-07-20 01:22:52 5.189.142.118 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9970 +p reject 1-65535 +r chanticleer 1WLQfkRq891Ns5Qd0LQdPqnteA0 bGUx/7+LDlykMNHjNlsfUlKF60Q 2016-07-20 07:27:26 210.3.102.154 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=98 +p reject 1-65535 +r onionsender 1W2zIiNj4lKnWy9opzDAVB6xXN0 eybvI/b6biuovcoaMfQAM+/Tk4o 2016-07-20 02:53:54 79.194.70.109 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1450 +p reject 1-65535 +r heavymetalnode 1YmhOhzKkCAy1ZZn46D+LQsQvLI r6Jc/UAbBbiwF+S1RDnrDUvVflQ 2016-07-20 02:58:17 91.48.91.104 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=852 +p reject 1-65535 +r wilfong 1ZLtchvXzMcLIpn8CdTfk6pXNjI NViiSShK7lMO2EMp2vNjzTHB0Bw 2016-07-19 15:17:08 178.32.189.88 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=30300 +p reject 1-65535 +r SevenLayers 1bhKEN2uc06cuQ7ZbY/6L05wXZk Vr8Fh4y/GU2pg8iMV4w2fYQAGpQ 2016-07-20 03:18:24 192.124.250.83 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1270 +p reject 1-65535 +r nx1tor 1cM/PiA3KO34Nh6oaLKTnMxD+vs WQkFr9m6NKIZ+COp3RFd0PBAliM 2016-07-19 18:42:21 166.82.21.200 9029 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4760 +p reject 1-65535 +r Graph 1dSVdheISA0JkGVPTEtuW9ESang rr9meeJZRPfWdENEUGY7mxEEXNI 2016-07-19 16:39:49 188.24.204.235 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r deezrelays 1dngGGRPmWOu2rzcEGVWnI+h7+s 0p6NKthZF45DbOfASzv+5tAiOpk 2016-07-19 20:20:15 72.197.6.110 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=93 +p reject 1-65535 +r blablarelay 1fBmwzTVatLAufkcrh4pPbWDB+0 nk61o0zV7aNNjzFZhUlZJzrDaEM 2016-07-20 02:18:40 92.229.96.137 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=6 +p reject 1-65535 +r TrumpetOfJericho 1fFJuxsVMBwFK+X5fz8w/yffoWE nl6VYv5aI2C/SRQVlofD3dxP2OA 2016-07-20 07:41:47 94.16.137.7 9095 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=345 +p reject 1-65535 +r che 1fLGX0ExoUaNW2eog4qbftjASeI TL27UYR6ejThrGyVzW56c1yOQhs 2016-07-20 02:14:34 213.64.199.191 443 80 +s Exit Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=46 +p reject 1-65535 +r janschejbalScaleWy5 1fP7F1BHRPt+zvRvSx0VUlim2UI Z3V7wYWBhbrSFGvw54OP8qcN+6k 2016-07-19 22:22:37 163.172.131.88 993 81 +a [2001:bc8:4400:2100::2:1009]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23700 +p reject 1-65535 +r default 1gij/oAvA2RyQt/UJve4Vncz76k 4PUgQIZNMQ0q2vDnfMDRj/GESgI 2016-07-19 17:58:11 210.186.11.232 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r Unnamed 1g17KFyj8p3iC7K4VoUb6k8hEjY V/jGwhoydSS5HoMCks0/M75nVKk 2016-07-19 16:47:20 50.181.141.222 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1150 +p reject 1-65535 +r skoki6 1g2T+7KhAQ3C4rBBayaP7d1CycE myYnBHE6RnuGtlzHXjcvMTxYM0A 2016-07-19 18:12:01 69.164.216.82 443 80 +a [2600:3c03::f03c:91ff:fe73:b040]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3450 +p reject 1-65535 +r dumbass 1hwTsy9mBNPi4vfN6RjZQRmym7E naUf1jqjf2kJnWnjP1eaKRrDG6U 2016-07-20 07:53:30 46.183.218.198 20084 24738 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r rolator 1iJKFpUMByJI+LWRPaUqX1unY9g +RKi0/duD2CFPcsnwaul4xHKLMM 2016-07-19 22:19:36 95.143.172.147 61058 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=26 +p reject 1-65535 +r YAMN 1iR60dh2lfP7PzTvKzjF0+Lgt9g zahh7SOwd2lEI3KL1CCEdkAbkZQ 2016-07-20 08:11:47 178.21.114.69 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=309 +p reject 1-65535 +r pirelay 1jrFRP5XdfkL9zLwQF9l3xctwCw YggzEN2PeUPq/H9DglNqh7dQvVY 2016-07-20 08:41:06 73.170.221.184 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r kasperskytor01 1kNmmHyzn2GtIdvPgUL6BXe5KBE NlOe1MzcWQCXA/T9j6ROyRAWfWQ 2016-07-19 19:44:50 37.221.162.226 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30000 +p accept 53 +r T0rR3l4y 1k3fQxzzXsErZF2BD0+NKnlcinM UIHvk/JOHbAT+B/38GO7qjVd2Ks 2016-07-20 03:01:22 83.47.158.235 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=674 +p reject 1-65535 +r IAmTheFire 1lgII915dThx7lMCU0JNLpnnkF4 5j1cCJMb2X+7CnwBbqcTMObIKBY 2016-07-20 05:40:58 45.32.244.24 9001 51776 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=262 +p reject 1-65535 +r dopper 1mXJWVcQQZcuqMDdd1We9VeboRI uPdSaZM3wVis7m7GJghedrmdxZ0 2016-07-19 20:29:10 192.42.113.102 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=134000 +p accept 6660-6667 +r piper 1m6xxB6iGiex6qwhFCDfoYJrAlQ QN/cF7d4aa0mD//N+hkgY0x6Cg4 2016-07-20 07:54:27 104.156.226.153 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=657 +p reject 1-65535 +r molot 1nM3C6aLv+JastY4m3B4qTyJerM YwXh8QDlj3sOKrroV3UFu2su9RA 2016-07-20 06:36:55 198.50.200.135 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18500 +p accept 20-21,23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r zorroleroC 1nwPKvEI8im6xrFwVIpXq7AP4P8 gx5d74bA4fUJIZ2HG0H8LKjCVrk 2016-07-20 04:05:31 87.230.25.149 443 0 +a [2a01:488:66:1000:57e6:1995:0:1]:443 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=155 +p reject 1-65535 +r R 1pG/sWu0lzv+1Rd0jCy5tNmRkmQ ghv8E7tddorDv3QRBGsNb5do6fg 2016-07-20 00:23:36 80.81.12.29 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r student888tory 1pdM1HsqqiLP0YGQ3EtfrFAIB3o p3yGYvEU0UMlCKV6g+2ld6B0dKY 2016-07-19 22:58:30 185.25.51.10 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2490 +p accept 20-23,79-81,443,989-995,1194,5190,5222-5223,8008,8080,8082,8332-8333,50002 +r spaghettijunction 1qPJvJGAe88UYi6xz5l4niX3wjk g5xzIBpDUn+pf7Uk9sKHktUol+I 2016-07-19 17:13:20 91.121.93.160 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r Undernet 1qRgWZWhC2g/nCmV8QqdtwqV5ow NLJC5Z0ZDAOJ2FLycLZs+joXN78 2016-07-20 07:58:43 179.26.134.42 9001 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 1-65535 +r Ferguson 1qf/wp9VcRe6fKDWF39dpWNJD2Q mTA9vGEyhShGnIZrKafx7Rt8ko8 2016-07-19 17:21:59 78.46.221.48 9999 0 +a [2a01:4f8:c17:1667::2]:9999 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7980 +p reject 1-65535 +r SlowBison 1sFJ3Zx+Zl6S51Ks55bD/P5K2n0 F31QUgpl4z2EvyBl4kcceo2GJjk 2016-07-20 07:58:43 198.71.81.66 9001 0 +a [2605:f700:c0:1::de9:142a]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p accept 22 +r justanothernode 1sX8pQfHKVfkMP5uiXNHoXHCYPg 66ItTi3yAPh/EOhX/WbrjKPr2aM 2016-07-19 17:53:50 2.231.28.248 56736 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=83 +p reject 1-65535 +r Unnamed 1sZsiymqOdd/fWljKj4wegbJRxk zSI951l38xbWU/SjRYyk8OrMhbE 2016-07-19 21:15:42 95.17.216.215 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=4 +p reject 1-65535 +r noxdafox 1sl33wlohIh4rALiH3ile4S+SbM Vh+tfyeFZit+fZc3F00SG5jkw+Q 2016-07-19 17:17:36 81.175.221.207 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=913 +p reject 1-65535 +r Unnamed 1tZwMrfts/+XdlJXCuppKwiI4kY f9YUqdLW57zFgKzLoAhh9/Jfa4E 2016-07-19 16:36:03 54.228.65.96 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=11 +p reject 1-65535 +r livefreeordie 1uNyyIYMQJcjcVN7eA0eGjxYXwo Bqrp+9OcShBN7Rk7HKnR5KEHRNM 2016-07-20 00:06:39 69.114.185.232 9007 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=101 +p reject 1-65535 +r default 1ucQS7r97/79PrBgVrqvRNF2chE QJrcNEv8aQMpL1tQ8cdy/aQz73s 2016-07-20 08:49:25 46.128.150.7 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r roxanne 1w/Snxaj+3p1nMvNn/zpRSgWMsM A8opqHBwxhHFk6KUvvcpYw3ByUE 2016-07-19 23:22:29 85.214.200.68 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1470 +p reject 1-65535 +r lqdn 1xscocncfoymQVjhBq13CiEWD+4 77YuOHDcK9MdAlRyKk8EviFx6CA 2016-07-20 08:05:17 185.34.33.2 31415 9265 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4380 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6880-6999 +r reyburn 1yesL56cACGqe+BKbTA4uDfbwXw CvwxZFDzPwBnaiA1wzMaRpxjs0w 2016-07-19 17:33:04 103.41.177.62 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9590 +p reject 1-65535 +r NuclearShack 1zFr9/1jPddHSxjDPh1f3rBNJqc VxCQIkNFg/W7VlI/Ew8bi36vSJ4 2016-07-20 03:46:06 158.69.205.247 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16500 +p reject 1-65535 +r aoscTrepo 1zQ5QE4SGeDp3DSE0zcrR55mMMU FYc0+6UY8J1qwqygmH3j+dzPVD0 2016-07-19 22:25:11 163.22.17.40 2375 2380 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p accept 8-1024,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5900,6660-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9000-9050,9418,9999-10000,19638 +r emmentaler 1zThN91TYtUGiuPgIR6yl7dsFhU +rCHwsx5oyALmDBYSwUNauWF3Uo 2016-07-19 15:17:10 179.43.169.14 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2780 +p reject 1-65535 +r danwin1210 12DFtDbkL5PXfvLZaRV+6hT5s5w kEpFE3dSat9inBxhtbsd+6vc/dk 2016-07-20 07:43:44 46.101.169.151 9001 9030 +a [2a03:b0c0:3:d0::74f:a001]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=27700 +p accept 13,20-21,23,53,110,119,143,194,433,554,563,873,989-990,992-995,1080,1194,1701,1720,1723,1863,3690,5004-5005,5190,5222-5223,5228,5269,5280,6660-6667,8118,8123,8330-8331,8333,8444,9119,9333,9418,11371,12350,18333,19294,23399,40026 +r April 12MkGNafJ05rJg1EjjCZMVzXLFA vXmWsiHGP/xxsWP8f21mcYBBfG8 2016-07-19 22:31:57 5.9.7.130 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19000 +p reject 1-65535 +r CGretski 12N1zGAf/xhPJrd31KoyNkSGwhI MzYbBloLWlXvQRcl+kOomwyUfHc 2016-07-20 05:30:30 87.81.148.61 21 0 +s Running Stable Valid +v Tor 0.2.5.11 +w Bandwidth=1 +p accept 20-23,80-81,110-119,143,443-444,563,989-995,3690,5000-5999,8000-8100,11371 +r Dysprosium 1210vQzJ9Kg8UNTHwR8sUPv7poA SmR0Ay+wAxs7aJJ34okYC5ELqxs 2016-07-20 01:35:05 77.188.29.214 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=330 +p reject 1-65535 +r 2propstor 124f3Ho9iZKCu4gvdBEbNqbRS2Q bP5X3OV5QUGvxH9UZPD1lw5kCXY 2016-07-19 23:56:32 69.62.162.178 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=182 +p reject 1-65535 +r gopher 13BO8gNaqhxAblAK5NvBd4K5OJc qED2rU1vb2l47Y949uqWlNcr32c 2016-07-20 01:30:34 188.165.202.30 16902 27277 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1100 +p reject 1-65535 +r xaeShoor5lee7Reelir 13errntfCyCaHyKEmINWxxIB0yg JBiDXDHn6v52zUJj4auje8CApxQ 2016-07-19 22:05:34 212.51.155.26 9002 9032 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7800 +p reject 1-65535 +r Unnamed 13nLUtQS8NyqKWyVOcTtA+LfIaU q50HnFarNDfp1xZ21UYRHDh82Gw 2016-07-19 19:58:18 192.157.253.125 9001 0 +a [2605:f700:100:400::b4df:ae49]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6200 +p reject 1-65535 +r Unnamed 139/vhCUSmKgdZElDVk1eGqE4nY JM52tnc9InFz3WJSewF8+Kn0n/4 2016-07-19 17:13:59 213.108.108.235 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5080 +p reject 1-65535 +r CryptoAnarchy 148rSjOF6FXru4iDNfkVnv7cDsE IIbwdibULtcTSQy7m30nJcXDlf4 2016-07-20 05:48:29 59.106.191.123 80 443 +a [2001:e42:102:1201:59:106:191:123]:80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=767 +p reject 1-65535 +r default 15HuV3EZKvc8pMF6jbsepggnpsQ Qzx7uMgZ82IX3fBoh9JWfOoP3Qs 2016-07-20 04:57:50 77.41.151.160 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=125 +p reject 1-65535 +r startor1ru 15Usgg2uyFEEHSAj415AtaYH4go pKHBwcBs7THCzpj5w7xleZ8o3TY 2016-07-20 04:39:27 95.163.107.15 443 80 +a [2a01:d0:ffff:428f::2]:443 +s Exit Fast Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=350 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r TorbaLAN 15g/mvnkBaPxRd2LzuVYymAuafc WrLXjuZM6XftPKx//QGkkNnu63I 2016-07-19 17:04:04 92.247.122.245 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r sarcasticbastard 150tlcMvWpOsD/GFLC/KmYB/iCY fjxPvefxjS2NUuV3KdzQPgt7XXg 2016-07-19 18:47:51 188.166.17.104 9001 0 +a [2a03:b0c0:2:d0::f0:5001]:9001 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1220 +p reject 1-65535 +r Unnamed 154vwylRi03ZWDRF5cSYfrL3DXU Cyffb2WcpJXLHiTCLP+BHokg/0Y 2016-07-20 00:15:38 68.168.108.152 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=230 +p reject 1-65535 +r tjwtechvps2 16j4GunUYi+kGfBqJsZ8fYsaW2E rHYz7NIOVn/Qm1dyLQT7+XxVYKc 2016-07-20 07:06:50 23.95.102.42 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=841 +p reject 1-65535 +r madlena 17THsvGaw2QK7Q5o7RK5HdEq4/c qDmPHITjihWGfos594umK56jHjA 2016-07-20 06:44:15 46.38.56.213 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1840 +p reject 1-65535 +r elise 17f0W0wczuPUFCYTOcM/j+069NI VnHCh/dt234c2Vvp2gnzbWJqFMg 2016-07-20 02:06:48 83.134.223.150 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1130 +p reject 1-65535 +r lanquidity 17kjQC/OmJiFczxBQ9r3G4k2P9Q PWpV4oSWd68L5lLNG2DxilanKvE 2016-07-19 16:29:06 146.115.168.80 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=81 +p reject 1-65535 +r aquamarine 17lVuJNrivFe/j/1J4OochMFFqI 1XF3wb6Rw3KSGMyJZ8RtcfktZEE 2016-07-19 15:23:34 188.166.219.207 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=192 +p reject 1-65535 +r ananke 17qxySWgmBHuX9pS3xujrHbbebM aECAw/rZ/XDVDgN5aYLwORreeQY 2016-07-19 20:59:48 193.10.5.153 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1160 +p reject 1-65535 +r SECxFreeBSD64 19uOgmBPgGdm/D+AITz3GaBIHQs gCc81IXRLZTrA8CAX7gOMSW5QkU 2016-07-20 06:03:40 195.169.125.226 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41000 +p accept 6660-6667 +r ThorChangedMyName 1+G09QT8IgJ/oGul8fD1nCT6KRI gcc+xFEX535vN7DrePRHF38LkX0 2016-07-20 06:27:29 172.245.209.201 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=236 +p reject 1-65535 +r infogtor 1+8UBF3trp6eYdjO8PhPh3A61V0 UsL6p7FfzN0NvwFYGvE2RrNlurE 2016-07-19 21:11:07 74.37.201.163 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=9 +p reject 1-65535 +r golemGTA 2A5d7muwpCGvip93q+WAr37jGis nNbNuMmtO8p2w9qrTR9SaZCrrYU 2016-07-19 15:01:12 104.245.102.195 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8550 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r mikrobi 2BTDyoEVrE+3U9Pgz1T6/ipfCm8 G9P5P/cXwINjtqyEYjYD9IZwqMc 2016-07-19 18:43:42 176.116.104.49 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=685 +p accept 873,989-995,1194,1293,2086-2087,3690,5228,6660-6669,6679,6697,8082,8332-8333,9418,19294,50002 +r justadirtytorry 2B+mw/IQii7VVadGX2YIWzKFLqI f0mbu9SMsgUtzT+dRV/RVuKPUQc 2016-07-20 06:54:41 104.208.241.245 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=75 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Precious2 2DgOCN7fbJCgnsN40fbBiB73lHY pYy6RzcuKIMjyPqDZ1tcfDtGnpc 2016-07-20 06:04:43 95.215.45.138 443 80 +a [2a02:7aa0:1619::394d:31f1]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5850 +p reject 1-65535 +r IPonU3 2DmxPuAhQG6OFFicIz33DUcLitk O3TdcNpniJGznI88QAes3Z3R+Ps 2016-07-20 07:59:11 51.254.216.198 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13000 +p reject 1-65535 +r NewTorKidOnTheBlock 2EFuivhoGTLozFurz5fE8zW8l00 eLiGTA1ejrEYR5wxC+A4ZFKzJ0A 2016-07-20 01:22:19 91.59.69.110 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1200 +p reject 1-65535 +r murrzik 2En1RJB+9P/IF4F7SJVtkDfz4lM ftLwtd7MAcDnlVWziZnBqiBoWdk 2016-07-19 19:43:42 5.129.250.173 10000 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=12 +p reject 1-65535 +r Unnamed 2FYtvKj3ii8d5f0axT3XYy7zZgo O1brSkyo77xbXlkVcgHNfxXb3Vg 2016-07-19 23:03:07 23.102.160.119 80 110 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=537 +p reject 1-65535 +r savageinternet 2F1CdQDkf20UCMiD+rVq9O1V8+o JBDqV5io+9UCIRgxb9BDlJYsTU4 2016-07-20 01:15:23 50.116.5.153 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=1610 +p reject 1-65535 +r editheconfigidid 2GDf2+O9Yug1SEpe9+Xf4Bh9KyY kArXhyz2RURASRpsth36Tb6jw0A 2016-07-19 20:37:57 109.193.253.241 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=160 +p reject 1-65535 +r PrivacyRepublic0004 2GqWD4hqZKPIB86ex5gqj8dkBbI MPMaeU8QeVnBfzkW59YN11tsY/I 2016-07-20 04:04:53 178.32.181.99 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19900 +p accept 80,443 +r ididntedittheconfig 2HLDiVs463v9NhcL8Wl1ccQGIP8 oX1bw2G2G9tut75+lVZVoKECs8U 2016-07-19 16:09:54 104.168.62.209 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=332 +p reject 1-65535 +r saberrider2008 2HMwSPyOyRAkZq2PMJhiK/G/cf0 rHx22CI8Tu24qu9kleoBYrqifLU 2016-07-19 16:23:40 146.52.207.49 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=33 +p reject 1-65535 +r beghi 2H7bhwN+MvgEGuU3GWb5OfRval4 gNqfXfk1sy4Mmn0VBcvpcEvlv4I 2016-07-19 15:57:06 93.190.141.115 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=26500 +p reject 1-65535 +r lucifer 2I0nXHZh2jzBu3px5bNFx3LOuzE wtxHox8YXsiJKkjGcPKI9/eo7VQ 2016-07-19 16:26:33 72.188.105.41 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=111 +p reject 1-65535 +r porthill 2KLQCAsMc+HcDsnzO0l/ZOX7P1I vcSJFYO1P9G3A1anSfRD1xVewzE 2016-07-19 21:12:05 136.243.176.148 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=52800 +p reject 1-65535 +r mymumisthebest 2KvcQrm7yTQhozBOluWMp/Lb3so dLmr4HBuAbF6xOxygEU1xImVayU 2016-07-20 08:24:25 91.145.7.226 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=22 +p reject 1-65535 +r aberto 2LTDHk2vnLyJ7BPj9dlorWzci/0 upCYC9vbuxsh/ZuWZriGpq6tsvs 2016-07-20 01:53:14 91.203.5.146 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1370 +p reject 1-65535 +r sif 2LejplQqpU0JRrncAlfFO2w3Znk SmUJEihhD8YH++no2+LgUsT9DhQ 2016-07-20 04:26:09 85.10.201.47 9001 9030 +a [2a01:4f8:a0:43eb::beef]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.4-rc-dev +w Bandwidth=8480 +p reject 1-65535 +r morpheus 2MHgUyXBCNhIBX9CqIHVEc+xJAk UruRLZLMlFf/QZ+7xpQEDk53QEg 2016-07-19 20:11:09 148.251.88.132 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r Vapausrele 2Mgrq1qOXcpDi6+Tesn5nisRiUY 1IeHb2Y3plF2z3pO4Swog2tBM6Y 2016-07-19 19:00:23 89.27.62.116 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2850 +p reject 1-65535 +r freespeech4thedumb3 2QZfnleJmz0nKqISMXr2GpsU0gQ 6aIgyRGfk5xfncoQyN53CCPlYpk 2016-07-19 21:09:47 46.4.111.124 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3120 +p reject 1-65535 +r GreenNode 2Q7QtJH7CJ7qgnGIiRu0fr4T3BQ Ad/n5VHMbVgFCXCPpKlEmTitDb0 2016-07-20 05:32:32 37.48.124.116 8443 2022 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1790 +p accept 80,443 +r ezrirubicon 2RVDhCT41of8Qbml1qKpJWx5740 18epiDyWaZbvaHVjLHsdTI3eXTI 2016-07-19 18:26:15 107.161.31.177 9047 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1160 +p reject 1-65535 +r packetgeeknet 2RjNBYF47syadFYpq8hCt5MaKgA 8CcILm+jVEAlCrfYeZ9N+LE7yF8 2016-07-19 18:22:31 188.166.67.231 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.8 +w Bandwidth=5280 +p reject 1-65535 +r Unnamed 2Rys56h9jZZEGqdPB63SfnYMh9Q PX+xEAcjokb1r3X3L8QCwMgamRs 2016-07-20 00:39:19 107.170.218.75 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3240 +p reject 1-65535 +r Unnamed 2Tjpdcdqs2EVMTDs00iam67FkC4 Rd5gBNn5yFLbQ8buNAc+0MQpcnQ 2016-07-20 01:19:21 80.232.242.31 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=517 +p reject 1-65535 +r HERPDERP 2UFwX54Ha2YrRvtUXrFrMAPQpp0 tOBf/g5x0JusDfot7dSfzAmO87c 2016-07-20 06:48:57 158.69.240.210 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8320 +p reject 1-65535 +r Tardis 2UHTgOUijntNNyr01IRimpbcSLk lpYjO7/OvZIuKLqKuhM475ACfjo 2016-07-19 20:29:09 158.255.212.178 8443 8080 +a [2a03:f80:ed15:158:255:212:178:2]:8443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=713 +p reject 1-65535 +r NOBUS33 2UoS2BoX4GQIk/L18l7uEh56kRg RN+Ca9/ZN/xyR0Ug32qWXkIXKec 2016-07-20 08:03:49 108.45.93.80 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=6820 +p reject 1-65535 +r exitwhxs 2VPLihoL5qr2Zl2g8xCITNHHlgg oiYa5xO1EKULiXNOVQDYMx66t7k 2016-07-20 03:58:18 185.61.138.125 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1140 +p reject 21-23,25,109-110,119,135-139,143,194,445,465,563,587,994,1214,4661-4666,5900-5910,6346-6429,6600-7100,8000-8004,9000-9001,9998-65535 +r mmx 2V7HDu6TkDKwYSAxJHCb563BQ7k 8nGxj2yCDFCU9N2Qi9oeSp0WgJM 2016-07-20 06:52:15 148.251.214.53 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8850 +p reject 1-65535 +r cr3phohxa 2WSBXAkKH0X/AlKYxOQlZbQGcek 9U2SL70zFJIVbIxp+BB3r+issJc 2016-07-19 15:13:20 163.172.129.67 32951 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1760 +p reject 1-65535 +r ihuhubhd1wya 2WaLw/lv9Lv/75+Lpp6SZm3npZU FPsMAxCq6dBC9u+AaVlBLpEiff4 2016-07-20 05:09:24 173.164.219.250 443 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=88 +p reject 1-65535 +r numcak 2W4eC4beGfrJEL5gxGiG1gkEVug iZS1i+7dWSDhT8BzbAWHTqFqzpE 2016-07-20 01:44:19 89.177.115.75 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r volhnniumn 2W9AnlnVxB83YfHyNDgTG95XxTg RWCS2gHuYCYs/MH5DDJVOPHOVzU 2016-07-19 18:03:48 185.62.190.38 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=871 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1080,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8334,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r OXP 2XE4P8F4xofjVqa9EyK2hd9wdu0 8BE2gX2NiLVB0QQDAz5rFQH4OPQ 2016-07-19 22:46:30 198.55.105.151 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=1380 +p reject 1-65535 +r pmi 2XeEAhgbtH+w6PaInPIkXUmFtKg ZkKXUSdGTW3d1e0sNcDKAaPD8Jk 2016-07-20 01:30:26 176.193.109.119 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2510 +p reject 1-65535 +r damies 2XzvPit/zIbFKdEaVTXkI23Affo kwj5x0yuMHRAKHGcpmkh3u6MV30 2016-07-20 02:23:54 113.255.93.85 9090 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=79 +p reject 1-65535 +r Zanzibar 2X4g/o9EWnyPHpVWseatmwDNBbc ydYk853KNJocJO8VN9o+jcSosIw 2016-07-19 23:15:53 95.27.185.20 4028 5030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2530 +p reject 1-65535 +r ChateauTor 2Y7+lB75Dg9vam7S6FxcInfCs8c SbPVbbPQWW21BOqrAIBhXczWE8g 2016-07-19 16:17:55 80.100.44.253 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=95 +p reject 1-65535 +r zbx 2Y/wponbZ0Gvoyw72PTMRQ5pATw a3Ci4qpXhOt3oFBOfu7mRq6PnLU 2016-07-20 05:17:32 91.190.234.66 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=320 +p reject 1-65535 +r Unnamed 2ZTYUehpEcwPl7XF9RgDTWQ+7GE wsrwn8JsxZPHCynTIhZ+3MtN7iY 2016-07-20 08:33:59 162.243.150.229 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p reject 1-65535 +r thorondirrelay 2ah8myT6+MVns0IZ4oZGcPlrKbo 0NM+lWFmk4+LNwpbtYkWGx1zAQ8 2016-07-19 17:25:31 144.76.41.171 9001 9002 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1470 +p reject 1-65535 +r Unnamed 2cesvBLD7ho4bBMF0jyFTEbRKv0 tHoNUwNHR9HwG3kaOkxaTm8IDWU 2016-07-19 19:54:14 217.12.210.207 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9930 +p reject 1-65535 +r hidemyassnetdotnet4 2cvsvmHfq/MU8HEo9IZzfwZ+kgY RToWlE/FD6otdxEWPRBk+NmP48k 2016-07-19 21:00:46 217.37.19.116 446 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=13 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r traktorzetor 2dbDXpMv73EAoAyZwZk1boLat+Y /0eGOH6j+JAQQlimlUwS/sdFB58 2016-07-19 15:22:55 185.8.236.131 443 80 +a [2a02:2b88:2:1::2f0f:f001]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1570 +p reject 1-65535 +r dejelle 2eOKyJUNkYBOSfydtSN/EMjK7ao /9SOtQek9R5ahyJNsqUSub/mvRY 2016-07-19 19:22:12 84.45.76.13 9001 0 +a [2001:9d8:2017:defa:c8:e1f:babe:d]:9001 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=12 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9030,9418,9898,9999-10000,19638 +r Sandefjord 2fBhzF7mjMkWWGz4Ui5z/7iEjD8 9Wa7Sr55bAwxqqiUd5XHoub/YZ8 2016-07-19 20:29:33 92.220.233.230 8080 8888 +a [2a01:79d:7373:a798::6]:8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc-dev +w Bandwidth=5910 +p reject 1-65535 +r Unnamed 2fEkTd6Hw7y4ehrEn5NxCVX+M9Y p4+AfysYKAyqzAW621EHx+7KEdI 2016-07-19 16:16:34 95.28.216.81 33430 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r Hagbard 2fFWm1zqFIDnQXARpIonLZ1Ma40 ylvEX/cmbVQAndwzPSHIv+MhlXc 2016-07-19 19:17:19 5.9.58.137 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=989 +p reject 1-65535 +r fnordtornode256 2fpMiWzJYHHmmUmAEP8W4E+/jgg hPaXJOKwMbpQFgEhDEm26PMqVLU 2016-07-19 22:40:20 91.64.251.140 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r dana4 2jedewzR988vs/CsZLVBUOeEv1s TyFwuvlpILuwVqGB4MVdrcFIcC4 2016-07-19 16:15:59 96.126.96.90 22 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6320 +p accept 53,8333,9999 +r Tiger69 2lQCwIc/tF3rnWylo7qgtdOWD0o X5pE60G2vRM7nVIO7fI5GAx8PkA 2016-07-19 23:28:16 217.160.179.233 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=109 +p reject 1-65535 +r SkyNetTorRelay 2lTid9DWF8+p12nHBBe7ZFzmyvo sjPlxv0ctCVMyYYIHac/FWTKVpU 2016-07-20 04:13:28 138.201.94.249 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1810 +p reject 1-65535 +r woprtor 2lXzCG9riwUryBa9fcX0cB08Yeg 7vWKN8Okqg8e1hHTIZiuh+5hpLs 2016-07-19 18:52:05 168.235.66.137 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=24 +p reject 1-65535 +r BungeeNet2 2lsvjBx+kBN0yKIAJ3o8knF2vw8 MK9K2Z0BsIonObqppjbFpAQRLXs 2016-07-20 03:49:43 159.203.15.136 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5440 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Veilzide 2mnOgC+5ousxU2snqYoKPu8HPAo NRYzGWsxUxmqwSuw1R8MVUu1BNU 2016-07-20 06:46:13 139.162.9.133 9005 9034 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=102 +p reject 1-65535 +r Unnamed 2mu9r6IyS4G4TUGlbdNwon2drZg 9RlG/pB7nYyad0WvEHPlFglvBpQ 2016-07-20 08:32:42 217.67.21.77 2901 2990 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=499 +p reject 1-65535 +r Nicoolnode 2m3cmbO4bweDiR4YfOAUnv5SVck YbVspsL/LdSnhM6dnrQeUEcgISI 2016-07-19 16:53:50 95.215.46.244 995 9030 +a [2a02:7aa0:1619::b14f:f749]:995 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1490 +p reject 1-65535 +r AnonNodeFin69 2m5jKzjJYHpiiVF72yqhlqIAcls cW4TbxpQvP5tR5ePx3cah7uRJ4s 2016-07-20 03:35:13 82.128.249.249 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37 +p accept 443,1194,1755,5222-5223,6679,6697,8082,8332-8333 +r Unnamed 2nA98e6ezfeiPfHXBzzymXoGhOw cUcEv+GZE9Xn5JlVTzFxZZFCeZI 2016-07-19 15:06:47 80.240.134.246 443 80 +a [2a03:b0c0:0:1010::c3:b001]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1340 +p reject 1-65535 +r blackstar 2nESbh0LEWBVM7etOZ3Vp+yOLw4 mzlrJNAyJdxplMEHwThh51kOQ3o 2016-07-20 00:54:36 80.127.107.154 9001 9030 +a [2001:982:cb89:1::5]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=388 +p reject 1-65535 +r lambda 2n/I26Vb7VTtw6/RtYJ56crPnnU lpnWMD1dlT2QSbimeNeTBFi9HGU 2016-07-19 18:35:10 104.233.115.217 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=686 +p accept 110,143,993,995 +r xindi 2oOb/PDv2r71Su98ETmaoQ43wh0 5xB1Lj2qZSJMoj7MFusHFkUea6E 2016-07-20 07:03:25 216.126.192.40 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=128 +p reject 1-65535 +r torhammer 2oTUF4O7tgWMud+MkGl+jV6mR8M Cm73DEazzhaODSzo276/pAPjhGA 2016-07-20 07:17:22 62.167.72.32 9001 9030 +a [2001:470:26:af9::abcd]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=10600 +p reject 1-65535 +r tapatapatapa 2pHCYNanj3SL3xcTGh8dGEQ74es cfnONw+uX3Pu7HxfT7ftZrTZ/OA 2016-07-19 22:58:22 50.53.77.88 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=482 +p reject 1-65535 +r KPEBETKA 2p2gKnsFZd9fPpYcqRHnUActy70 VsB7T8LL4QhaojsbSD8ZT2grQdo 2016-07-19 16:12:47 95.79.96.7 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8210 +p reject 1-65535 +r Arne 2qOfwAsZazU8KicUWcMFxCmvCeQ zXuNR6riMnl1G2HxzB9YRHGKveE 2016-07-19 22:26:26 193.35.52.53 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=31700 +p reject 1-65535 +r pugilistrelay06 2qzkzUiWgCRee0Ouj8q27KFpFdE oP39dv3kpGJtYInglog/koUqIUA 2016-07-19 18:42:03 172.245.32.186 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=710 +p accept 443,1194 +r delaune 2raCcsayjyIilgA4asgoIKRMC9A B039YGXkZZ+wEUebhBu34PCAJxA 2016-07-20 03:19:06 109.190.71.85 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 1-65535 +r kree 2rls6mHMA5qAMhcDUpP6syZF/do 7JBM+HcxzMFAB88OLb32W1/Pi8Q 2016-07-19 23:43:23 85.248.227.165 9003 445 +a [2a00:1298:8011:212::165]:9005 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=44800 +p reject 25 +r starfish 2ry4SlJKIv3dOvywkOMJDMEtl3A /KdfTGpd7dY6H+Xg2ZU8jOGqxxI 2016-07-19 17:20:02 198.51.75.165 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=10500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r malene 2sglu/BdZ4q96hwwhujZnPC78RI mERqfdohe9i61dyVus3Kw/+IxKU 2016-07-19 23:35:58 185.73.220.8 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=472 +p reject 1-65535 +r Serveur 2tKvtEFJkbh0voiW1DtXAOuGn6o a53s6xomgS713lQ7kW5BtpZwwt4 2016-07-20 07:49:41 78.193.86.3 9001 9030 +a [2a01:e34:ec15:6030:d0d0:cafe:d0d0:cafe]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3570 +p accept 20-23,43,53,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r towerkeeper 2t0noxNSzvEu9nMn7EMlG9MwXgI CKfDYV1DaexGN7u9TAEQch5U8Yw 2016-07-19 19:55:30 108.28.144.234 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2480 +p reject 1-65535 +r LunarPulsar 2wxJG2Q6RGV/LWtju+2RPIhcPu0 b/R8IpcLxfOUxYSVnuvQOMW840I 2016-07-20 01:26:21 18.239.0.53 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2330 +p reject 1-65535 +r brienotthecheese 2w28qPYF1huAZXHIG6ceFGBit0E ovFMv09ZdDSCb/ri1JIIgqEnrLQ 2016-07-19 16:41:18 45.62.226.59 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2730 +p reject 1-65535 +r startor0nl 2xB+7VKkY3YySUlQWzDrrFt93w8 /oN8Hz4CI/Xrkf3jmhSb3grMqC8 2016-07-20 07:11:51 108.61.198.207 443 80 +a [2001:19f0:5000:82e1:5400:ff:fe02:e0ba]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1290 +p reject 1-65535 +r shadowsys 2xcX0shzNGxJE2/gsXh0ijkAa8E xuf2LAjjdMoZ0daDAmsZzNXJj6c 2016-07-19 21:19:16 188.166.5.218 8521 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=10700 +p reject 1-65535 +r wikimediaeqiad1 2xnnCcntuQP3Xy5sqVyE1je2KgI iKR/FKKbpQ7HZb020gqE1M+m1lU 2016-07-20 05:55:08 208.80.154.39 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20400 +p reject 1-65535 +r ConstCharFreedom 2yiF94AGgyhQxKd+h5CDFh+x3l0 e/OPfMrZKc4LR1A/ExyLUaFfx+g 2016-07-19 20:50:56 185.86.148.172 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=84 +p reject 1-65535 +r csfo 2yjUPTcnIKcZtxYTpscAkvHYbDw euZ46QQC8cxExJySO6D+G/uKF58 2016-07-20 07:10:12 192.241.210.101 9090 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r MiddleServer1 2zaPSlD4AZUvDMwyf26/oKehcGE kxR5jHtskIfgMx180XQ5gPJ6VA4 2016-07-19 16:57:48 40.118.63.187 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1800 +p reject 1-65535 +r meinkleinestorrelay 2zoDpr4UM+SbpbnCfAmEMkbmlxk A9bCetQyaS6tC3LfCE6F2mcUcC0 2016-07-19 23:51:07 178.32.34.91 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=413 +p reject 1-65535 +r tor02k 20CA1BGw5ieI7jgWT/3CdfIBWbs Y1wQ6XNCeWP24r+8QuluR8ULuFA 2016-07-20 06:03:45 163.172.152.231 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32700 +p accept 53,80,443 +r GrmmlEpona1 20x2o61+I02g8A1vFAXYr99Nje0 QpnauPUhl/65a1mQQKin7bqdGq0 2016-07-19 23:52:08 46.4.24.161 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32600 +p reject 1-65535 +r HeadOfTheDragon 21CTiW/1llQ5WGpL6WZ8Bn6Q75M reRftzrPFvRM9IEB6ea6PpdfRmE 2016-07-20 06:03:53 90.231.152.159 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p accept 80,110,143,443,706,993,995,1863,5050,5190,5222-5223,6660-6669,6697,7000-7001,8300,8888 +r Cerebro 21XW/HjlWAtNuD2OIHjjC6+I8Ao ywfaTLw5PigKHM1Iv8GGkztyvJo 2016-07-20 02:03:44 85.17.194.180 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2700 +p reject 1-65535 +r Unnamed 21mt/HReS5S9doPgfcH7tZCcOXM zGvjaQ51c0TZ9xJzttta0vcgy+8 2016-07-20 07:53:53 104.128.84.245 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=887 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r themaskettaman 22tf5cpjmXcfCnbyxPhHqvWmDOE yhwTTIBcnjZZu27xvLZTY8IOQkQ 2016-07-19 19:19:29 91.213.8.64 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2670 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed 22yJJyETxgkV6VT7uYA4296GpfU jGLXsmg7AoAKsPUe6rOPp20dLG8 2016-07-20 04:40:13 213.112.17.204 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=621 +p reject 1-65535 +r refertome0key 23P/g20ljZG05IqK/CtGZQ3TBCM xzaYN7fRFyR0LAtMZ6dIgh1u2uA 2016-07-19 15:34:27 46.101.215.16 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=71 +p reject 1-65535 +r BlueLantern 24HRRhaoW5YYEEizKKApQDzyf+I ASp9wxo6BJMskrImqym/ZBvYJwo 2016-07-19 21:06:58 62.212.84.229 9001 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=16 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9030,9418,9898,9999-10000,19638 +r tor6LilacGlades 24WHKGSZ+JAiAbFovDiFK6S9tRE 8jwhJsRcprSYyiBZ97QzS0QpXkE 2016-07-20 07:11:00 85.229.203.126 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=651 +p reject 1-65535 +r OrdinaryCitizen 24ZjKKXVXr00tbwpP//dQ62BxRo 6cl4a+QMxMXgY0xD661OuN9zNgc 2016-07-19 20:13:33 82.221.101.67 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=159 +p reject 1-65535 +r moldedchaff 25TMgEUJpDwromXlpNbsadpNTGM +boEKYDdyVJvWHGXsXNwcJBUMvA 2016-07-19 15:18:42 108.66.48.109 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2 +p reject 1-65535 +r jkd 26I0kbnvXk7ecpQjI2YEjm+KIrE aM89/ay8VnD6AWm+FaMy/KCtv2c 2016-07-19 18:39:15 67.253.70.8 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=210 +p reject 1-65535 +r berdote 26mdi97MN6f5TdF5SWCrrgcwO0c tGdP7VlexYE1ed8LxHuoWLwjiD4 2016-07-19 21:09:28 173.77.147.114 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2350 +p reject 1-65535 +r trustytohr 28GW6q6or6BjiwlRIRLXUifVbDg c2VKWX3CwrH768qIvzVtS38O4l0 2016-07-19 16:31:49 104.236.173.163 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=2470 +p reject 1-65535 +r Unnamed 28kLHw1oJ6wGJSCNv5eaNHZEszg hCszdhVklfASVvmSqqaWgtD1Tmc 2016-07-20 02:02:34 93.238.44.184 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3950 +p reject 1-65535 +r torysec 287xj1t7AK4W118F3KwIB+9a2y8 N9nn1Df6lt1gkEir9ncpmEc4IxY 2016-07-19 19:41:33 185.86.107.131 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5370 +p reject 1-65535 +r nocabal 29Z3Z2QBl/+W7GqHaERk/Ej2EbY X9qblF9RCV6dPSBY46CgVajYe4s 2016-07-20 05:52:20 78.46.53.11 9001 9030 +a [2a01:4f8:110:12c8::2:9001]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3850 +p reject 1-65535 +r conservatorry 29u0lO8KDtXvSwOKZr8JLcOlY6Y BIcZKzt0LS7eeqiPFjyYoXHuKdo 2016-07-20 05:21:53 195.154.5.205 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=17800 +p reject 1-65535 +r gentootor 2+BXoJTM0VEPbt4+2EEsUB06W3I TvH+FX9nFgjM5FXRDzxUZ7YPOAs 2016-07-20 00:00:36 66.246.75.167 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=12100 +p reject 1-65535 +r JustATorRelay 2+POM7qL8cuYCR7ipyaQ34IYwsM uU22vxLOm1Hij7URcZcw8Fb2A6E 2016-07-19 23:25:47 81.4.108.199 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=428 +p reject 1-65535 +r ikhebeenbootrelay 2+0PdBjP5fIOnsxKRUDTFdAjrXs QGaBTE0afa21P8vALwrvat5ze9s 2016-07-20 04:46:13 82.217.245.7 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=431 +p reject 1-65535 +r Gargamel 2/Rp8AAVo7m7TobXRjTwYZXPjq4 3pbszWNfcdYOQdm+MRCiTqGGtFg 2016-07-20 04:49:18 31.6.141.23 23100 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r stargrave 2/qWi9j+ESSLY5KQlENrnegEl5I PtpY9uesEFT20xvuwTkQKEVBv5U 2016-07-19 19:57:26 79.120.81.183 3389 9091 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4480 +p accept 22-23,53 +r XOHgaige 3AG0vg/BfeJHfiDEzPrS795Nj1s AK9LQibDYredSvwRnNy81OUaH+Y 2016-07-19 19:08:21 151.80.128.12 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=10 +p reject 1-65535 +r fgsfds 3Cf1t7W+nxc48AK9UPUkfO9bIB4 KrDfV5165bbRElcdjf4b8YR7Pig 2016-07-19 23:30:22 89.71.161.30 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=61 +p reject 1-65535 +r nickesrelay2 3D5KtyZc6gzajAesYxeOYI4qsOc OE3E0ozLAEO/yWpAZa+OWXSJcRU 2016-07-20 03:38:10 193.11.112.188 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8560 +p reject 1-65535 +r Neoin 3D5+1BtBhSQo+1BF4z4lWdSeODA pJNeoy2++B004oa1Jw8lCso2MiU 2016-07-19 18:22:03 192.241.179.190 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=209 +p reject 1-65535 +r papl0nionRaspbPi 3ElqbQS+OL+Y/7BKl15z84a0+ik MTYvjgycjRXJDs6BpkZsycnLGsg 2016-07-20 00:43:24 213.114.174.73 9101 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=190 +p reject 1-65535 +r Black6 3FM6GH9R59V3C6FAJy9+P00uYN8 Z8OXLjr0+fnlxUhZ31tipGKxLas 2016-07-19 16:35:52 75.133.173.27 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r arbitrary1 3FNaCzjuoVei5dn/QsjCFlfPM5g GqmxWvogpt2XZOI2o4j3nMZfy/8 2016-07-19 15:04:22 78.46.51.124 443 80 +a [2a01:4f8:101:10ab:6ca1:a8f6:cd6a:6255]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6390 +p reject 1-65535 +r ntppwguy 3HXsGZDgGLY6TcooY91/vYxZ8/w EBmgIyyknJQw1HqBE6BEpDOrDrg 2016-07-20 06:12:15 198.50.135.213 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=4920 +p reject 1-65535 +r FalseAlarm 3IEf/AJm4+O1Bt7aatH2LGa8kis fOPFzkv1TBfMlHfiL+VhIJVShPk 2016-07-19 21:45:32 85.10.198.236 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=634 +p reject 1-65535 +r NervousGrizzly 3IZxHjV39FkNeC7QvY6ENI8jUK4 fZ6QnmD0Qi9slMqfx1JSmU9dbH0 2016-07-19 18:16:44 46.188.2.228 9002 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3230 +p reject 1-65535 +r YOgIsTorRelay 3I7IwKajbms89QM2CRH2KoDKkTU 98JLNabC7Grkb8Uh8LNp+4zOv2I 2016-07-19 12:55:57 212.47.229.138 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=32900 +p reject 1-65535 +r handsomehack 3JC+csdHHkX20Bj/yqDYQJrRvgU 9MS2IA7GMukJOzoPI+6aMtQV8hc 2016-07-20 07:52:55 206.125.169.82 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=45 +p reject 1-65535 +r rainacraft 3KGmD9tBKBfmkHuakP4BGerTcfo 85JLI7ZezziJVmU6vGQRrMc3fAY 2016-07-20 05:30:21 208.94.242.222 444 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r SweRaspiTor3 3KoXb3WwQocTHG14t8/drG8mkdk IYQqTlCvZRhzidxGsomL5Rl9www 2016-07-19 15:07:01 31.209.52.80 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12400 +p reject 1-65535 +r HexFromHEMEuropa 3Koc7XGDtWHRjPWAvpkzvZFo0QE 8hQcY5XwFEAgD82cwDXF/8nrjdE 2016-07-20 06:05:39 146.185.131.239 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1670 +p reject 1-65535 +r vtyulb3 3Laq0XHpSiJwDqIHdlr2FiTAsVI QBHLa3JQOJRbRHXn2pObBL5qWOA 2016-07-20 08:21:30 139.162.174.169 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=14800 +p reject 1-65535 +r Unnamed 3L6H29wiUrj6Hmq0E754sTD9COU fcAF2SWOwo/3CnLLV2CKrXPWGDI 2016-07-20 08:36:24 108.233.124.23 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=39 +p reject 1-65535 +r b 3MkqPV7EnMlWp9+vvKlHfTss3j4 Q69048MJSOQHEkoQtmYn/Wds8pQ 2016-07-20 06:56:06 31.148.219.79 20255 19354 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1400 +p reject 1-65535 +r mercurya 3NKeNF/DxweSiaJA1KQrSNdAcw8 j5ZK8WtpO/1h0DSNg12fCQYyVt8 2016-07-19 19:56:27 178.209.46.173 7654 7653 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=712 +p reject 1-65535 +r Unnamed 3NMLkLo6eS2nXcVKMn7zU/uEw44 q+LYUvm9GyG/XKagRSd/K30+aPs 2016-07-20 04:44:11 185.62.190.203 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9640 +p reject 1-65535 +r cr1Abt 3Oad3OCKKTyW9LNupuRtuonmpY8 RswIpBrD/X/7JrPS90u9PzkcKuE 2016-07-20 07:27:21 94.16.80.32 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1040 +p reject 1-65535 +r sabaroff 3OoqbYA04WSk/92K/5l+L2+y7Pg kEQ6ScR0snJXWEfVHzPm6dv66Go 2016-07-20 08:36:50 50.7.179.202 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9630 +p reject 1-65535 +r lunanator 3O6osKwEW+2ukIAK/MtY65Glug0 JFkuEslYzIQ/A0HFDreDXeLDEoY 2016-07-20 03:22:33 80.108.157.245 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=404 +p reject 1-65535 +r onionmatic 3PKIG5ijj+MBNhItHGLTayqL5PQ 4aOSDmIYkQVMePTTL3aUeB8Kj6o 2016-07-20 07:59:58 216.17.99.144 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=544 +p reject 1-65535 +r CancerFighter 3PqjCqUKYr4pLrcIHvMEEzm74w0 o0J2KUekSbWbWwKeVRaMBQsRoSA 2016-07-20 04:03:49 77.70.63.220 55555 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=812 +p reject 1-65535 +r UNDEAD 3Q7yDXhDzO3zalyiOmLqajjkl1s cB5J1vF31XYftgb8zaCVT742tlo 2016-07-20 06:25:25 31.19.146.29 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=292 +p reject 1-65535 +r nebulator 3Q9ELChCQbfa+AqPsnW5wm0se64 rvcYuLZl8TkV82nPPVMn/B74P50 2016-07-19 19:51:49 178.79.161.152 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=975 +p reject 1-65535 +r NotSecureAs 3RCSmmJkX09c461xAVzMsM/GmwU 7RGUhstUm82HjB6b79r0BPgpqVc 2016-07-19 18:02:18 178.77.123.41 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=52300 +p reject 1-65535 +r Geo 3RPRnIu5A66PVZ5fXwwYwpH74mg dOEK5TnvCFVbIAL3fJubrrpCBwU 2016-07-19 22:00:26 149.91.83.143 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=501 +p reject 1-65535 +r hands 3SznnGH4OV6pOjGU/oc5SsQEU/E xdOb5VmbW3UbqiLW/2AdoqSKJvg 2016-07-19 23:14:05 109.169.33.163 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=149 +p reject 25,119,135-139,445,1214,4661-4666,6346-6429,6699,6881-6999 +r orfil 3TBLIOr2L/msRnApynNravW89tA J68GxkXrorAwtZfrzUGuH9VClXw 2016-07-20 02:44:21 179.43.169.2 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10800 +p reject 1-65535 +r KeepBeachCityWeird 3TvnOCwiHzFyPHspQxDvkoK5ERs l5/Mboqk5cMxUtgCirDZc7AV0wk 2016-07-20 01:52:18 80.240.139.111 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r DevStaffCrete1 3Twe/ZIhwUhyOWECpUHDiRQptJE b2ZlBaG0OeJ4Yhajb1ZTo/aURhw 2016-07-20 03:56:18 62.141.55.117 443 80 +s Exit Fast Guard Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16300 +p reject 25,179 +r prism1 3UVpUkLBxeNtxb5x7BrnGl2CO5Y 4qLmk7tzdsG61i4di8lL21ny3zI 2016-07-20 06:54:15 136.243.208.78 8080 9031 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=59100 +p reject 1-65535 +r tornasol 3UzF/p6U5RoEm0l5nL1Fn2UhlYc as45LvNEdEPUuyq/NoL1a/zpaSs 2016-07-20 08:03:24 77.58.41.149 26709 0 +s Fast Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=80 +p reject 1-65535 +r pittipitti 3U4y93b/MDOm+6WETwAtWmrk3QQ KAo/ewLkt3FMKrCzKZWfNe1OC6w 2016-07-20 03:16:27 84.200.8.175 8080 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=504 +p reject 1-65535 +r ghett0blaster 3U70pye4Zt6vXSyM6uI9C+m0sxA Nzyc+bpsq1Zf21Ubieb3dF6HYGA 2016-07-20 04:41:32 185.135.156.94 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=527 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,64738 +r LaGhoule 3Wr/PRm1KZXpaqAOS4K5V3gJXAw FSbuRKZeZMjs3VpJ5nTNmx8kvLo 2016-07-20 01:32:22 107.170.158.212 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1460 +p reject 1-65535 +r hunterchain 3W4EUoFgcE5u208TfXNMS8x8WnU wWIkQRUE72u5WEnKmueA0E7L1rc 2016-07-20 02:47:57 51.254.118.108 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=499 +p reject 1-65535 +r BackWatcher02r 3W8HliQMA+YbrIews4TmdSXH49A VRUMqeTZJb5mviDEenzm9uqStow 2016-07-20 00:45:12 162.220.217.50 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=937 +p reject 1-65535 +r Allan 3XrRSGVG0mIZjXqBgkwhIc2vJhQ fKky+yqsLFGJDtj82mkLeIBgP1E 2016-07-19 15:03:58 90.53.215.35 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4280 +p reject 1-65535 +r grenouille 3YI6+0FTgKgC3K65RhrmN2BBB/s RTelbeHXJZIR1ruigWzY4iMoa2w 2016-07-19 21:10:15 178.33.183.251 443 80 +a [2001:41d0:2:a683::251]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30400 +p reject 1-65535 +r Unnamed 3YJrKbyhEkCOYVFeCZFHO3xe/EM HkkouP4UyRbkbl/D5OIJvJNxgyM 2016-07-20 03:50:12 178.206.146.112 9002 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r kili 3YVQPy0fUu+erWIelCKY9GzS/BA Vy1v/q64ZKQtDsbJMEAI7fy/IyM 2016-07-20 08:18:32 178.62.173.203 9001 9030 +a [2a03:b0c0:0:1010::a4:b001]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=35500 +p reject 1-65535 +r DFRI0 3YvXMHAXQH/MNvjQSmiPdKB3TAI ibzNr9NCP5Z2UJ0eNeLublIDYDE 2016-07-19 21:08:39 171.25.193.20 443 80 +a [2001:67c:289c::20]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5830 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r sscnet02 3Zy2iic9r63p3ZWXRvqSpm0sDhY 6flUHMP6QkEI/vHqZ11dkrmN8q4 2016-07-20 06:36:04 104.200.16.227 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2200 +p reject 1-65535 +r FreeTheInternet 3aSnJloYdQ4TWJI20F7/rpBDS78 rF5+F0kFk/EAZML+jOvVyFSdTQo 2016-07-19 21:31:51 66.36.147.55 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r zouzounella 3bsqOCUq3aU+RJLd+YLKbMbhDsA ELngHpx5LI6Blikl+hqHpnRQbgI 2016-07-20 00:02:38 83.212.99.68 443 80 +a [2001:648:2ffc:1225:a800:bff:fe3d:67b5]:443 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5280 +p reject 1-65535 +r FlatT 3c2asrNk6KzLyjLfhzYBmNlNYg0 8ItcXj9XVvMscNzMgBKk9faBMkk 2016-07-20 08:42:45 78.106.17.112 8080 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p accept 21-23,80-81,88,110,143,443,993,995,1080,1194,1723,1863,3128,5050,5190,5222,6660-6667,6697,7771,8080,8181,8300,8888 +r toxiroxiUA 3deHHBt/oyy1UGHgiGmiNuYb3fg ZKQYEhVrc5N20sygCXJ/pR0iVSU 2016-07-19 20:18:43 5.34.183.205 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11400 +p reject 1-65535 +r ks337268 3d20zLjN0/udtICkp1pTlV1JY2k Kf/M7J4UAVXqV5k+a0aL1H2sNuA 2016-07-19 15:56:34 37.187.2.173 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14600 +p reject 1-65535 +r relay0 3d44iVtp/Mwun5/JLCZERbv0aHk tXQPTgBc7mSes9UNDvdtDXkDmCY 2016-07-20 08:01:23 194.1.238.115 9000 9030 +s Fast Guard Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3440 +p reject 1-65535 +r juaN 3eUxej3L0TAJ3uz236ExdG4bqAo 9+Ff8Eg902HW3aX4vPAoyJMrc0o 2016-07-19 18:30:53 37.59.111.192 21 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27700 +p reject 1-65535 +r metoo4 3fC1r6NnDMbqGH22Wo+NM1cw1Ag nwldOQTI46cn3IZpWH+EIq8sGQs 2016-07-20 08:20:08 83.236.208.78 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p accept 80-81,88,443,8000,8080,8888 +r ChelTik 3fWkyeCmGhHqKIncOUtQNFj7H3M 4/qqb0fDIztJpHst1PpRnAJHTRI 2016-07-20 02:01:25 46.45.15.123 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2270 +p reject 1-65535 +r mYour 3gsZ6OfLWHDgDg6bmcXHCZBDQFg 4dJ/eCPWq/uK22yD9S7Ab2wwEUI 2016-07-19 19:08:40 87.159.166.209 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3170 +p reject 1-65535 +r default 3g0DBTpBE9l2hycN4VvLGQ9OO1c HBSPIDAhVNFxr1tjcOdzwJJeJFY 2016-07-20 06:11:09 178.208.223.134 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=12 +p reject 1-65535 +r esbek1 3hNPyOXMTsil3maTTnCsnXAmcZc qcZiYW9PHY+MNCWZV0ogFn26hhY 2016-07-20 06:56:25 195.191.233.221 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=27900 +p reject 1-65535 +r chisinau2onion 3hTLExBojhFRFdqhqkZfxGkhUqc pKGNinxIGIgjWKqv3opWBQQryU0 2016-07-19 19:20:58 178.17.170.179 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ididntedittheconfig 3hvoGcmk1/iR+Dgfc9gPFvUqQgw HC8I4FjD/19EMgqrSmRioTIteZg 2016-07-19 16:01:48 100.38.159.190 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5360 +p reject 1-65535 +r EmperorGoDaigo 3ivH+kC/r/dQUNFxoVWcGHR7mr4 u71Cm4RJ6DP3Solwb5AbIwBSgmI 2016-07-20 07:44:48 98.143.35.30 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.8.4-rc +w Bandwidth=2200 +p reject 1-65535 +r Rigby 3i824A2lfBCDcqx7D4g0ewjpvuw 4ZUWY3JQ1Y6bRQ1Vyhmr8YjAa9g 2016-07-20 05:50:18 50.168.236.94 19001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=391 +p reject 1-65535 +r jojo 3jwxbBWgxcfQhogMeytQYtRN7Yw 1x/9pkhF7cBLzg44WhPeP1E70M8 2016-07-19 17:02:54 80.255.6.11 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1810 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r chojnacka 3kPLj6ClAGk+UZaSZU0FITTckTU 5a7Tsvuo82I0S+iOKkyBCFgm/z8 2016-07-20 08:12:23 111.90.159.45 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3950 +p reject 1-65535 +r Foucault 3mzV8J3yYHbyYyGwvfvnis2TXGU 0HI9GhkM0zH83PlAqIgIFiAOmGE 2016-07-19 17:44:55 167.114.66.61 443 9696 +a [2607:5300:100::78d]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5350 +p reject 1-65535 +r Unnamed 3nMr9vV7BeBWgjfza3XFhNtw6N4 wY0sulm2uoEi0UnrL9PNmu1ZrGE 2016-07-20 04:52:16 95.80.45.74 9901 9930 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4090 +p reject 1-65535 +r SuperCow 3nNITTJgn67ROJksgiwJLlyX3PM uNhmIlzll7kZXD/sTDp7yjKbncs 2016-07-19 20:44:18 185.100.87.82 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26400 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464,531,543-544,563,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r Unnamed 3nanttUmB9+f12dKRkveKjYAQC8 uLsbUM9bXOOMAchil2lI+BBp+p4 2016-07-19 20:41:23 85.127.215.77 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r AppleEater 3ouFSLYE3DD0DTyMKR4GWy21wWU 5eeK4YTbLi4kXtWMzNlvKNJ6xzk 2016-07-20 08:31:20 167.114.9.84 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8020 +p reject 1-65535 +r CloudLink01 3qhPCEMoADRrrbNfHqwbKk1bFl0 qnuTGEMfABfAl7Tyz61JCH5LaQ4 2016-07-19 15:42:13 74.99.91.239 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=7710 +p reject 1-65535 +r pugilistrelay05 3qkzXUArbiEuaVGUJBnXztplTnM BI+/VUon08SmJoKUSYhye22OWBU 2016-07-19 18:58:13 172.245.32.185 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=661 +p accept 443,1194 +r Unnamed 3qwjOyiyDYficfD5AqXx7az0U1g s1pTyN4rxaO2h4GEk8pWkek/bek 2016-07-19 15:25:10 23.239.7.126 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=137 +p reject 1-65535 +r kishore 3rV8XSeTFCX+6hC+IaOl8iifk0c sZ6ImigULjZ0WdEtZeIxzGgkAno 2016-07-20 05:01:53 78.142.19.215 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9370 +p reject 1-65535 +r rofltor2 3rc3BbKSmum+hwkWBziJOTMu8SM dFtlDuKhn1/C9j8/nUDe+cHbU0o 2016-07-19 20:12:01 78.24.75.53 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6110 +p reject 1-65535 +r BraHuTor 3sK3zs18wyokZorU1qaMS89HaDE To/JVDhIwo6o3hxfC5MX3jbtZs4 2016-07-19 15:21:43 178.254.6.21 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1180 +p reject 1-65535 +r perseus 3sMzCz5PIg55K9IRPYbywMkBWbk aiBpWUExKSwPlFb7a+2kYaIxzUU 2016-07-20 07:11:40 176.9.192.171 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26900 +p reject 1-65535 +r tipido2 3sRzkD/a1iBmVC26DW0Yg9OlcSs AC1pd0fpFJP7x5qrD5ibVa3iLac 2016-07-19 16:09:54 81.7.16.139 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=953 +p reject 1-65535 +r torfan 3sfICRN/4H1ahN4ewaPT4cf5CSo GjWGLN4azCHxVc7Ilirz43OBulg 2016-07-20 05:52:34 37.205.10.140 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1280 +p reject 1-65535 +r berthold 3s3/4YPejlSud8N3XT1bVkiXlAE 8ayAwmXGICXJIcM4AHiGRS5SqsQ 2016-07-19 17:48:05 91.121.16.67 9831 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r JaniTor 3tJiHJGQJowVT8AvIwfkjTLvS2Y fJr4FD7pjA1u68bK9AehEbCnXhs 2016-07-20 05:08:39 151.80.44.148 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=23300 +p reject 1-65535 +r ktorrc 3tZ316FgN2LeMUxHQ2GyX803ye0 ULctk9dUtC6W30Sd3ioRdpf8g/M 2016-07-19 22:53:20 178.79.144.163 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18800 +p accept 53,1194,5222-5223,8332-8333 +r ThorExit 3taJL/idvXN7polpihcbI5LrPoI GTdP3drmXuBXyO0bxYXGsqPcQjc 2016-07-19 21:42:11 92.222.38.67 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12600 +p accept 20-21,23,43,53,79,88,110,143,194,220,443,464-465,543-544,563,587,706,749,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19294,19638 +r ariolcnode 3uEyRvkhCmhXA4k4n6CMwVWQizQ R+qjJzeAJ1VqjEaaqZlK52QmMCI 2016-07-19 21:09:28 87.172.30.181 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r whizzpopper03 3uUpizuhjN5lFCHNLcs0pKafIk0 dTjief6ZjPL/7u7Husw493fzpbI 2016-07-19 18:55:31 128.199.197.16 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=315 +p reject 1-65535 +r Judgement 3uXDjuDXCTzr7+4TjuBRTRb8EqE aA6f2dzag5qQUhZHsnzTw6cBo9Q 2016-07-19 21:49:21 94.242.57.2 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=681 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r shareknot 3uhYa4hlSDa23PqTIhmKCu6+NnY KGMZogdMkVr3EOGKK163T4k+K0Q 2016-07-20 00:16:03 193.200.241.16 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11400 +p reject 1-65535 +r BGCchrp 3wz+ozWZHcpbQ6RcbxgZVrc9/Lo xufrnwUCj1sxh+R3vyLw7/yVWHc 2016-07-19 19:01:00 203.161.103.17 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p accept 20-23,70-81,194,443,465,563,873,989-995,3128,3690,6660-6669,6679,6697,8008,8080-8081,9418 +r torminator 3xYnUat3igoUXJrzhwm9uWgkZ1s 1dMhWPhWhIzj7zeuaMR9eS97pR8 2016-07-19 22:15:48 73.197.112.53 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=105 +p reject 1-65535 +r bandbreiternet 3xc7Rq7foepMgKZH6IwmIH+naLM EYfhg2VRXfqQ4J5Cx7q1A/t6bRA 2016-07-20 02:04:11 81.169.166.74 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=26 +p reject 1-65535 +r tsumura 3x7pXrPxpAF9QfmQTNxJuDSIOfE Dkftg8etfLIgxJzMW5Xp+EGZ1oc 2016-07-20 05:42:42 89.35.178.104 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13100 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r strokkur 3y5p/TQyQTD7nJk4/ebbqBxMHgA bITWFwwWn2DAT/wRZ9XlSSmMdC4 2016-07-20 01:26:19 2.110.219.47 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=43 +p reject 1-65535 +r Unnamed 3zrtQyKxgkv1U5rlSy0bOOCA/wU 7ks/H8XkYSsFk72KtC6mEuCsvds 2016-07-20 04:43:49 217.12.199.208 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9820 +p reject 1-65535 +r TORminion 3z7t4866QllA+C5MImj05AFcMBA Tvj1dWoSdv2qSvBtDXH6vUazSPY 2016-07-20 05:11:41 195.154.255.174 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=60500 +p reject 1-65535 +r giorgetti 30RQBpMqe6lC8+u0RX16vy5ABuA 3dhUmOE6MMwTltCU53+igFlxMls 2016-07-19 21:19:49 217.23.15.200 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=30000 +p reject 1-65535 +r whydidthechicken 31NSOCGkZZEFOkB0V8vELeyxRpA gmC9QYEggnLWwG1iRaHX23NZz2Q 2016-07-19 16:30:36 82.98.72.110 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=41 +p reject 1-65535 +r MaxP 31TzmYs407MLzyN+OFlwwJbV3Nw 16fHjLH3iSzGj6jA7DeHDZ46djk 2016-07-19 16:01:34 31.23.46.191 443 0 +s Running Valid +v Tor 0.2.6.10 +w Bandwidth=4 +p reject 1-65535 +r T0R3L4Y 310HfqGZc9AyyhApYNUBqTfC1K4 grX6k6amOX6Nr4Kd8c3ZXKWPwx8 2016-07-19 22:46:55 73.66.165.46 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=166 +p reject 1-65535 +r FivePoint 311bu29Y+srv7Kbovcug3V+zdJc RcCLZ+7k43EeQTX1tuDZYAlknGE 2016-07-20 04:44:44 168.235.153.203 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=463 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r Beck193 33TX3bcvZsxq6p75FnExnfEplhE 8EBWGGhCHdxlGqIhINjbyR/chh8 2016-07-20 06:53:15 184.153.188.198 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=91 +p reject 1-65535 +r GummoRabbit 33UjngH20XDYDa03itechUoWySQ RNNeGaC+qrjXDz598P80oa1ziHE 2016-07-19 14:58:09 24.220.178.94 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=143 +p reject 1-65535 +r hsde 33wk06lUN4tNoubGgQr8bUzLZN0 JEe/62Sg/Pl+0V/JkfnD8I2+rSs 2016-07-20 05:41:49 128.112.139.19 9007 9037 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=17 +p reject 1-65535 +r IWillKeepYouSafe 335CCp3INvQOB4fG6fXp/H603LI N+tM5LVRvakvtoS/9CPHGx+51wY 2016-07-19 20:05:14 84.208.170.253 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=738 +p reject 1-65535 +r nobodyafterus01 34KvVa7QIm2CUeEGWfmV+dwceDk zhI5udatIoKHuGKiksjjHZ6u2wc 2016-07-19 23:22:19 178.62.184.147 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5340 +p reject 1-65535 +r bastelfreak 35JBltaarjwAwRWpzN97tioXUxA h+Jb2+FSQEgPT+ZvcspMNVM8ZQs 2016-07-20 00:16:47 88.198.253.13 9001 9030 +a [2a01:4f8:11a:b1f::2]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18200 +p accept 6697,9999 +r realnodey 35XSdqIo4ULEdtozcpw3HiuI70Y 5npMUa2OZHkvahZTYYQHwJZWCzQ 2016-07-19 19:16:22 78.47.29.68 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1880 +p reject 1-65535 +r betGamersTorRelay 37LrRyZD+vzV5z0uN9UdtnIDppU rn7Omf0VPeFSL43pjR8aLalbpwg 2016-07-20 02:34:31 5.196.31.80 9900 9030 +a [2001:41d0:52:400::a65]:9900 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=15200 +p reject 1-65535 +r sphere 377GMJ+sdS8jQLAVTHsnBhTzQOc 3dCcRU9YpMyg8CBjIn6otLmg0Wo 2016-07-19 16:56:28 212.159.112.196 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1640 +p reject 1-65535 +r commodore64 3835SUFXTv1Z71wa533Qr4CDd/w ZB/H9JFGJ9Xm/I7gBd79AVXmXbM 2016-07-19 23:04:09 83.144.105.58 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2700 +p reject 1-65535 +r Unnamed 39JbisU8vyK0eivPVuJxjZ5JETM pcN/Pp8MjyBExbCGE7Ho0cy6N84 2016-07-20 06:22:32 212.24.106.116 9001 0 +s Fast Running Valid +v Tor 0.2.8.2-alpha +w Bandwidth=103 +p reject 1-65535 +r default 39mEmi00KfO/37ReH/XKKu9cMLc EWiTmw6QVeOht+AVTVoQSaaO/Sw 2016-07-20 01:41:22 95.211.141.215 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=30 +p reject 1-65535 +r charmerace 3/VS1NK9kh5quiDNyconL7SaGNg XrxqHEgKXDaPV9bPxkBb1lysB+M 2016-07-20 05:40:18 89.207.129.150 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1060 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r CryptoAnarchy 4AfPdJAHVEjTR9dQ/Xd5yh8vwkI lAWeKu6aCGJg5zMo0sz9SoUSQL4 2016-07-20 00:04:21 133.242.146.38 110 53 +a [2401:2500:102:1206:133:242:146:38]:110 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=314 +p reject 1-65535 +r elhoyo 4A2vcvjQL2sScdEsfsS5qvWV/Rc /xE1utctUfPqZ8TYEUCj2FknejI 2016-07-19 19:20:02 5.39.86.206 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=232 +p accept 2242,5222-5223,6660-6669,6679,6697,9418,11371,20001,64738 +r jacknbox 4BhO1NUMv4Lprk18Pv1K1NJd47U NBsVXiKVXSXn8fdRZSMsSdJ4DA4 2016-07-19 20:54:25 38.229.70.34 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2230 +p reject 1-65535 +r sscnet08 4CAMLVL9si3FrpFixQCZzDliaS0 atR2cRay4SZpdn+1FEfZMadMhr8 2016-07-19 14:55:07 45.55.129.39 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1330 +p reject 1-65535 +r u34bbs 4DnlKAg2cnjltkZ03XPbs1jksKA gxk+zFnIffThCYNLbpLG0cQkqGg 2016-07-20 04:57:24 212.24.144.188 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=13 +p accept 53,80,110,143,443,587,993,995 +r gravelicious 4DolxaikOsPrdis1fD/FUhhpCpc VZjPrKGjO+yvfTaUjAeMwlhJ6wY 2016-07-20 05:13:48 37.187.17.95 443 0 +a [2001:41d0:a:115f::1]:443 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=11400 +p reject 1-65535 +r Unnamed 4D+pYmk1bgcQwTV54lmAc0VNSYU IqX/5uentn3zUAd2Fn3KO0471Lc 2016-07-19 20:13:23 178.62.88.111 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=196 +p reject 1-65535 +r aquiparous 4E+cyCzBUMsF330oTlXQmGpVsgU 6m9gdED9FEzP6Oc1Yt581hH5nU4 2016-07-20 07:00:48 104.168.87.167 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1410 +p reject 1-65535 +r licinius 4F6rWIKFwB6IB/AKB827xGYqWNk /KHCPVDL6E82pabXD7tS//l0kHU 2016-07-20 02:52:46 217.112.131.24 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6520 +p reject 1-65535 +r Unnamed 4GAy79YHV2OQtaloEoB0jB1x4eg r/jNPTvAX83QWZ6NILK/MUCvdH0 2016-07-20 04:19:42 89.109.198.90 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p accept 6660-6667 +r Unnamed 4GIg7ASABKyZvK8EgBwm9LgkQT4 RSyJQbO8t2xSpYrrWPDfLfq033s 2016-07-19 23:47:25 88.116.235.206 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=226 +p reject 1-65535 +r Puff 4GPx5tvNga6iceqPhtvM6YDVIFk 75TgeiHnj3cw6sjbsmyT8i02wEA 2016-07-19 21:29:44 85.229.95.110 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3980 +p reject 1-65535 +r vwurst 4HZdHGrnGXHJRveCy21WV44BrUs Jw5JQ8OvY0Y6AlzTPNrSNefLggg 2016-07-20 01:00:21 85.214.115.214 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=382 +p reject 1-65535 +r driftwood 4HoMjrGefQUpyZ6Uxuj7JL6ZRcw sDwVtlOfML4ybVT2Pry5f03HfvU 2016-07-19 16:29:17 163.172.139.145 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r KXQBMG 4Hys+axMfM2oe6DnwTXSd4lAFPc dF98Zd2JQ9mnmsZD7uZVrWKWelA 2016-07-20 06:06:43 188.209.52.109 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=16900 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r kbtr5eu 4IYCdPXn8JE7hmzt1hJQh+7m8qI Qko96j19Aohcg1EC+8WHIpgR9B0 2016-07-19 16:05:45 31.171.155.29 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6740 +p reject 1-65535 +r IllegalPornography 4Iprxe0Zm+HprRQqZ3unjN++lYg AZzgRFEn+mP7wsxpyVWpsYSgBv0 2016-07-20 07:11:55 104.236.231.197 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1330 +p reject 1-65535 +r Biverse 4JF6uKzvR9AkjIjw291TV++r83s 2W2h6kB0nE97pMJAzYZaYdUcS9E 2016-07-20 08:00:02 178.63.97.34 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=25600 +p accept 43,53,79,88,443,465,563,587,706,873,993,995,1194,1533,2947,3386,3690,4321,5031,5222-5223,8008,8333,8443,9418,9420-9422,11371 +r enyo 4JPohFF/XpEWbuh5AkGjpwCP8wM 3bMiXeBC84pJOSEMiNau+N00Vmo 2016-07-20 04:01:38 89.102.140.122 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2100 +p reject 1-65535 +r sooLoo22 4Jc0Xh+SIKFG/KvKY3cUM3u81q8 yL41NmYSa09LnrVJTfl59gexMOo 2016-07-20 03:10:25 69.84.69.49 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=16 +p reject 1-65535 +r torBanana 4KqfY9xETI7pAvaGQurE9y8c0SY /EzqreHKiaTY+1NDHXuurxZHRk8 2016-07-19 17:27:09 80.67.190.200 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=600 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r DLJE 4LRgXSVdJ+e3SuZAs8Xz6WZi4L4 zZvtNUODm1V5vJNRkNBCGkU4Qtc 2016-07-20 08:20:44 163.172.157.119 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=56600 +p reject 1-65535 +r Vienna 4LrMce5wZco6bqxQcViGgnvJ97o UkUbXX8uF46W+hH05bITEtDeCuU 2016-07-19 23:54:51 213.227.165.50 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=2300 +p reject 1-65535 +r toran2la 4Mig6mWKwRipZ5UTQiXjX/4xrWQ h76m9pVxJZ3FJuyvUAbl6bdMwsI 2016-07-19 22:16:32 50.0.248.24 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=27 +p reject 1-65535 +r pipeepgeorgia 4NGOV5xpAa7zjbId+zkU3ckejSA ziYpAgRSdzbMJZuvSs/Br9Pk4FA 2016-07-20 01:50:32 167.114.29.114 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=10700 +p reject 1-65535 +r nullstreet 4OuT+Pc/mzeUzK4I2x3P0oPwAnc a+Ieue7uzQLyR9Z0x5J9So5Ld34 2016-07-19 22:59:45 198.50.133.245 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=7680 +p reject 1-65535 +r Unnamed 4O6FhMCBqQZwO2i3l2vQyrBBYRA BKgmzwM7yXHJi1Jf21jNa+HgfHQ 2016-07-20 03:53:40 87.181.225.13 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=200 +p reject 1-65535 +r default 4QCFUoUQeEkIZztP52Ggk9RQiqY 4WsPaPUleD2njJMYTxhPXF7/59A 2016-07-20 06:14:11 87.163.198.226 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r pidriverdan2 4QN43uCHF64HamMQVO236OdCPWA NjmaIuqDm9MDSoHMwZv8JBndEyA 2016-07-20 06:20:39 136.62.18.221 9002 9031 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=243 +p reject 1-65535 +r auroraborealis 4QU6u8ef9yH1lsA4nPxleEb+r1g AHY9nrdt8i/W3eZ0jrB/hd0nGyI 2016-07-19 23:34:09 185.100.85.244 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1210 +p reject 1-65535 +r torpidsUShsi 4Rtq4TW1pDJEZWwn7O4MCd6eKGs ooFitEHFVsaaaLo9U13RPvS/FSA 2016-07-19 21:25:41 69.64.46.27 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=2300 +p reject 1-65535 +r docker053763cbd5 4R+QW2rCODBCKDGp9bSuKK22gRo VJ9h6rJGzWTJx8LO8nzR63LToFI 2016-07-20 02:32:11 91.51.145.150 993 465 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=790 +p reject 1-65535 +r Unnamed 4SmOHEl60PwICLeABwdqlzZgmxw fl5c9+eXO/43mrNwu5p5MfWJiik 2016-07-20 07:48:26 91.122.52.237 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2790 +p reject 1-65535 +r ItsSniqers 4TOTW6oG7gosie3ylsb5zu5PF9Q os0ejQKlLTyAc3SVb/LK8ec3EV4 2016-07-19 19:45:52 62.210.178.177 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17700 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r sn0wm4n 4Tz+PpCBRCK9roD0fF0w1bDz9ZY RbAVweQj21pDxQOTWacG6sA0bOU 2016-07-20 08:04:37 94.22.34.62 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3210 +p reject 1-65535 +r default 4UTuh0UGTrEcXFPuGqlSABjh1ds 85YZZxqfFpJWee8Vgpb/FhsWGeU 2016-07-19 23:01:57 87.206.52.44 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r peskyninjas 4VdhMtjVBXsyElbD5Ernnwjswmg d22zxvnPgouoKwFmnvMS/zNwG34 2016-07-19 18:56:56 75.177.23.254 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=31 +p accept 43,53,2086-2087,2095-2096,2102-2104,4321,8332-8333,11371,19294,64738 +r editedandlikedit 4V75TY4OPY7598gRuWg0HrvdapQ iUMQckOQMaYQghGHFp3BIiqTbK4 2016-07-20 01:16:24 188.166.31.161 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1430 +p reject 1-65535 +r BITG1 4X8qPOdIqroCUuWeCowsAPAO3I8 Frt6Cw55nO4lmk3qK3E7WUvzSIE 2016-07-19 16:28:49 37.187.97.95 9001 9030 +a [2001:41d0:a:215f::1]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1620 +p reject 1-65535 +r cosmotor2 4YWkqApblm+bV9sn0YNUog+PUKs udnnEobesmh/Z7538x++MbE8JSY 2016-07-19 23:26:24 78.46.233.214 443 80 +a [2a01:4f8:c17:173d::2]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1230 +p reject 1-65535 +r ToorKNT 4YXCeMVRKmltoNEqERSa5fpIEcc If/kWNu+MCL6XtPWzuqUVVl5knM 2016-07-19 23:43:36 85.214.69.75 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=524 +p reject 1-65535 +r default 4Yc2RhlnThw1rst4cLP1WJwNIeI NSPz0mt2ls1/zWLLIsJDDFzuLH8 2016-07-20 07:49:52 31.39.189.46 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.22 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r Unnamed 4YkrWFpRP6tKsOFgghC2sYGkv3I 5808YkE1cvkOG9V0teuS+3saTns 2016-07-20 02:02:17 65.49.77.101 9001 9030 +a [2001:470:1:2f9:0:1:fbc:16ed]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6540 +p reject 1-65535 +r spacecadet 4Ysz+ctLfmKatKUY230g0vaCaQw asbzXblq2Nu1mhtI0tykKSEU5o8 2016-07-20 07:28:57 109.189.158.221 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=120 +p reject 1-65535 +r mbTorServerNode 4Y4JJLOQyhDgQC1WW/xZW3Z4q7s u9sJtoRw2e3XWx6EvwU/QTaJAj8 2016-07-19 17:04:14 178.254.55.101 9901 9930 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7880 +p reject 1-65535 +r Unnamed 4Z8hRfG5i1DmUmFpYvkY9N3fJIE iBtPqxQYGBOIcLT31aNHNgLpM30 2016-07-19 19:19:14 46.183.220.145 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11100 +p reject 1-65535 +r RelayBigShoe 4aeq0NricNwUBv6biILVF00z1AY vDoCkIbUlOASu14I2G56NqO5POo 2016-07-20 03:42:29 109.255.212.57 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=145 +p reject 1-65535 +r earlysunrise 4a4tqhQBuIrSw+CUTjDFNjqw9nM z86jISNcmd0zNyBA7JYLlhfy34A 2016-07-19 18:18:31 139.59.0.94 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=616 +p reject 1-65535 +r EsTorRide 4a9IVqHfeOgjP6zb4vgVHzB8vzU W7xPA4XCciL8E6WyQWyzLqnTrLo 2016-07-20 06:41:15 181.166.18.182 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=15 +p reject 1-65535 +r shermozle 4bfmTYaQbzP+5oAh9W+ifv9uNtA UwK0tlSiSCdPfobf1DhqgmW3k7Q 2016-07-19 22:52:45 162.244.25.249 443 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1730 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Unnamed 4cM4juHW1X7UXAy3SM9FqHJKGJk VSWgW6dnTjOagIvCfkZDA9iVLZU 2016-07-19 20:38:11 217.23.1.27 51871 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=46 +p reject 1-65535 +r yattertor 4cdrKWYnfPQ1SOIvwZooyyW2KQg Ibp7Haex7eW1mVLU4Dz9yJoFKSI 2016-07-19 17:03:10 212.31.164.203 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16500 +p accept 6660-6667 +r hereistofreedom 4ch1JGbx1gazA/o84Ul+s/7OsvM WTU86W7qXL8I2YOuAJszvpT4xgg 2016-07-20 01:48:32 61.6.36.241 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=135 +p reject 1-65535 +r PiratenNDS2 4dn6BXbqJd1TWc6GU6GFsDU9Gt4 wbnCJH9fHF/YZOByzeeY/T2CNTU 2016-07-19 17:29:37 5.199.142.195 9001 9030 +a [2001:4ba0:fffa:149::bbbb]:9001 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8450 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r TorLand1 4ekiogr2CHKIJKYgutxu/Iy4wrg cdftNFTJ8fQTwzxesZtHfVzOmgU 2016-07-19 20:15:49 37.130.227.133 443 80 +a [2a02:2498:e001:3c::133]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=161000 +p accept 20,23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r a 4eqs7x+wVBCaEt9dYE7qbtzpqxQ kFVkvGi9bImy71C8mIxFsbHT97E 2016-07-20 05:14:59 164.132.57.125 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19500 +p reject 1-65535 +r LxcTorNode 4e6qkWe0CjZ9mrQwM2SIAOmuLnQ azr8A/N8kbD3WePw2WwuHu8mq08 2016-07-19 19:04:39 82.95.107.51 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=1210 +p reject 1-65535 +r Gilbatron 4fc94+dD8D4HqaoYeydSjsrEosU UX0HvjGhwN3GBSaC8a19I+24/3A 2016-07-20 04:01:16 178.200.28.85 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=338 +p reject 1-65535 +r default 4gdvyvJ/wQaPkOnQETZy9VRQuXc kbuddIJ9DCRxgNnXWUgPGRNpKK4 2016-07-20 07:34:19 188.23.131.114 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r showme 4g0RuE61cMflszZx/CT1ZXiBkjo JWPokaOujWjsTm9fvaWbd4YCDrM 2016-07-19 19:37:15 5.61.39.3 13662 11063 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1240 +p reject 1-65535 +r ProtoAES256 4g0up5+cf6XRv+1bn2dbmPxeLfI 9EvJTrRh60CdKRbPOt7c3RElMu8 2016-07-20 08:29:39 104.236.254.148 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10300 +p reject 1-65535 +r SIGAINT5 4hej8qP2hKWN54wUE2xtyS3wPGk Fb9EZn9pY1LHx0rFePVeW3W1LAw 2016-07-19 15:29:58 185.80.130.125 8443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=11600 +p accept 21,23,80,110,443,2082-2096,8000,8080,8443 +r default 4hrh+WoRyLyQnrn6rxoccbYYVz4 Xs00i62lQ6xDvj2SGViGQiWwuRE 2016-07-20 05:46:55 92.8.174.71 666 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r Asgard 4iioklMQFA7lmgbC7Ew/4PEfNuM XJ0aMFJF+v3hsqJqJQjmdNIQUMc 2016-07-19 17:27:46 45.79.202.180 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1220 +p reject 1-65535 +r aschenputtel 4i3GQZeWqn4GQCgCUF4XeI+aUPQ t7YE0ECC91CjrfN2/e3mapdjGOY 2016-07-20 02:51:19 77.21.41.24 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r default 4jdJwzo+UY/VRlJQw8lzWOQbRIk 4KFnguRzj74NWvfeN9VXt1xtOZs 2016-07-20 08:12:12 178.84.122.73 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=9 +p reject 1-65535 +r motmot 4kjDpgThlhN6MXXUsuQyiSIXi0c Kae8v9vDUBqr3ynGZ6TCGiRyf7k 2016-07-20 04:43:50 137.205.124.35 1720 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=25900 +p reject 1-65535 +r pizda 4kzOtcV9Jk2Tz6m4sZwU/b6fffk wxMSlgLUC3kL+zEff5g+Ykc9yr0 2016-07-20 03:51:11 94.243.144.122 8000 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=452 +p reject 1-65535 +r duxca 4lFc6iebHnLTy+ZA3ZZcW6dbk7U 2lA3cn1qWnx8XztgnTK60LeVVwI 2016-07-20 06:35:23 36.55.234.221 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r Infincia1 4lT6Oh4EyWwTraKX3Nm7A96LGXE 1A2UJmevHw0S8G+2/eGO5Vdu8x4 2016-07-19 20:07:33 96.126.125.187 9001 0 +s Fast Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=804 +p reject 1-65535 +r torpidsDEmyloc 4mr8X3GOIaxQKJmyDGU67/aIsNI TcSH/2MUqS/BzvoG5x1aOxtSk8s 2016-07-20 05:45:42 46.228.199.19 443 80 +a [2001:4ba0:cafe:4a::1]:993 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=16200 +p reject 1-65535 +r idideditheconfig 4nIgX3R2T/B2zC2DyD+CFkR4Ay8 lX5xwqO/4rQwkP3exrOKnPNbYjQ 2016-07-19 19:26:53 213.113.126.34 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=149 +p reject 1-65535 +r default 4nJl0R3RpjI7PUgM+4BVo+cxX7s qjOxCL1WiQTbN/Nz8jzfbM8bBvc 2016-07-19 22:42:30 60.41.63.253 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=106 +p reject 1-65535 +r ctr0003 4nsR58qur3sr0J3UQN1a3ivkVGE 9srt0+GNIOFJpLh6IGtMYGNXtcU 2016-07-20 01:35:34 84.19.178.79 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3420 +p reject 1-65535 +r Chefkoch 4nwb3e6hWKRUtHBM7Dai4J4gymA 7rXpTN6RyLGGcLxZ47/1RSkN15w 2016-07-19 17:52:01 5.135.184.24 59182 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=607 +p reject 1-65535 +r fr32k2 4n6y8ntJS39kRVaX0/QtJkpkfik R0doqvxDALBuejDQHEAdrBEc65g 2016-07-19 20:49:41 185.26.156.28 61058 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r correcthorse 4oZqZYx4dq7C/R0MIJHiPIstXeg X6nl2rNBIBDUZPgSz4RD1kDzKH4 2016-07-20 00:34:02 178.62.211.171 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r papadouka 4pINdBm3YBz4LUNADQQtpw4GdbI 6kTjiG1r13fJKxAumr4HRv92foU 2016-07-20 05:35:46 86.106.137.6 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6670 +p reject 1-65535 +r GermanRelay2Mb 4pTAZ4QNttjRj6FrjGF01OkoSd0 Fqv+Sv+hsjgrGZtMGehpn2VrgJ8 2016-07-20 02:15:15 31.16.64.236 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=104 +p reject 1-65535 +r startor0de 4pkD73oXpE0WSdDv9Rv+db/3hak 1vOLQr6PiqG5BSP5pxLME7CUHs4 2016-07-20 06:44:15 108.61.179.216 443 80 +a [2001:19f0:6c00:8286:5400:ff:fe02:e14b]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=1630 +p reject 1-65535 +r cobretti 4puuJ6Mwd0laY+HsAnpsWgSTYgU cmVdX7AzNGlbTd7DTqxs1Y6I2P4 2016-07-20 04:34:52 5.39.218.131 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=26700 +p reject 1-65535 +r gothicauazr 4p2jWmFEnXR4POCWJAkz6j2Nn7A vZ2FSbZznkk21hcsjp6KDNcuUms 2016-07-19 18:04:32 199.195.249.212 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r Unnamed 4q9YefOf9A34mU6bj66rJRiu66Q 2JornsI8cXCg//E3YqJQqYdRiBI 2016-07-19 20:59:20 5.9.129.218 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=263 +p reject 1-65535 +r Fossa 4rhsDagBWb7XKWJLf/m4Is1cYX8 HkASrVVfnVigC0k2uJWQ1Ln0rjw 2016-07-20 08:48:05 212.26.245.34 5190 3128 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=39 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r default 4rrFQ5/bh8Unayfs2edYB5KsMj0 OW3x+leUenRPMMNtbL9zWDl0Wnk 2016-07-20 06:07:26 84.226.13.27 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=219 +p reject 1-65535 +r Unnamed 4rrLWoIw+uZNunUmyIMlp688ZOA bW+6maRHHf8YhcKoz9MN6qvSEZU 2016-07-20 06:47:12 66.172.12.254 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3660 +p reject 1-65535 +r unicornio2 4sBUwvzzd/TX/8ER3tLj3GQ+Myg h52h9JOAtAF+UH1Sd1JejdWwEDo 2016-07-20 01:49:42 185.87.186.27 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5430 +p reject 1-65535 +r default 4tTMfPp8OTbIGJHBSVD2JoFP58Q tP6SM1GWnVF1P4k0rOgtFmDSD/o 2016-07-20 00:11:54 81.226.73.221 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r docker0ce2145fdee 4tdpacHelAUHEnQjP/lo2vS1uz0 hE74Z0GSuyzrVP+3LM3BfmZNU8s 2016-07-20 04:28:07 213.153.84.215 993 465 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1290 +p reject 1-65535 +r Mevaere 4urNR1KyWDIC83SjTKzIRKOuysQ D/LO/uvLttDhNWYfdKDCqW36bvo 2016-07-20 07:00:25 163.172.7.30 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28300 +p reject 1-65535 +r Unnamed 4u02no9/9M6KsbCknEoovgCju2c cPzlgS/mbCcR/uKJt7XxljA+aqw 2016-07-19 20:26:54 69.164.216.230 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=145 +p reject 1-65535 +r Unnamed 4vR/YY69fPW5l/yT/n6XpP9Zic0 7Jr3alw8azC4OfsTSL4aThqujFM 2016-07-19 16:43:08 37.113.137.224 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2010 +p reject 1-65535 +r noname638fG 4vV5YA7YUdY8WsMLBdDxr2/MsMw tCabwkd8Hixln2fkR3U+Upvyl7A 2016-07-20 08:00:19 62.205.133.251 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=142 +p accept 1-65535 +r salacristo 4ve/z1k89eG9kNj1zzfGZUwpCxA C9TJ/oaZ3sRrha0x2WxyqTM5ERc 2016-07-19 20:55:36 212.47.233.235 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=10600 +p reject 1-65535 +r florizel 4v7SuZ33dNlCROX6+hgPPctt7jk fQL/dlGSSsUPuo6NGeCg+mqpPQA 2016-07-19 18:18:47 31.131.4.167 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11000 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r TyphoonRelayUK 4xkMPUjtVUwpf5fVDuQXfIpVxBU V1VSckJKdnfjyfyMBtjO09G9wH0 2016-07-20 04:03:51 104.238.171.110 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1800 +p reject 1-65535 +r ghostcore 4x7a7ydxA92zJJfjxEnArsLlSzE 7xT9rYiAqAEMZSNsyEijQGayjhI 2016-07-19 21:03:10 162.220.218.109 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r thys03 4yB4v4xnfMcKKqa1DAhnKUKt5sk MtY+typNtD5mpBq3XsKq5IGDymE 2016-07-19 15:52:16 85.17.164.165 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=893 +p reject 1-65535 +r doof 4zI/qT3s+eZ2PKlfDuJOcSkzFto T5dHLtrEuLmDz9RTO62jgsB1YuM 2016-07-20 01:22:10 198.244.104.174 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3650 +p reject 1-65535 +r comaTor1 4zfviqUZEBCW5y0bZyeQmroxbU0 4N4pkzasbv964+Rn0eWIK5z/W00 2016-07-19 15:54:15 46.182.18.111 9911 9912 +a [2a02:2970:1002::140]:6697 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=184 +p accept 53,119,443,465,563,993,1293,4321,5222-5223,5269-5270,6697,7000,7070,9418 +r MarksTorRelay 4z4LHae4MkwESY00sudyQNTVNaU OatKfNF19U0TRUyjPVYrCADMaMQ 2016-07-20 01:07:05 82.45.185.107 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1230 +p reject 1-65535 +r Unnamed 40TCzLaeVcoTxbZJUSj39Ae8GTg NnJNAaJZdM4y4tNQC18opy3PEeo 2016-07-20 08:08:04 62.227.206.91 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=6 +p reject 1-65535 +r botanikanet 40n9YTj8qbTtgcpsvehZYt/gsU8 wVu/qPyUtXRU7APutCUV/+k2114 2016-07-20 07:43:16 109.120.168.10 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1800 +p reject 1-65535 +r AccessNow005 404l2VjUbd5QkjhbFBF8mzAdwOk 0HIYH2Rq/UIgzcQ12hwNOmwHuk8 2016-07-19 23:04:53 176.10.99.202 993 994 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13000 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Unnamed 4130i/D0FUdmiTTHnD/n+yK2Q4I PKQn+Ayfmd+SDEoVtZgKoJxHRic 2016-07-20 05:18:17 5.34.183.26 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16100 +p reject 1-65535 +r elloboda 416lLuXmXciW8CK20e6URDaSf4k DP0sUjb5jdBAZ84+LryNHhq0M/w 2016-07-20 02:52:35 84.46.19.82 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=504 +p reject 1-65535 +r naiveTorer 42U2QEIAp0kw2xZYWL1btVTSvqI nQJ3qdrNv7B/5M3jdj+3WGKKxOM 2016-07-19 15:32:32 212.51.138.177 110 143 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24700 +p reject 1-65535 +r Coderx64 434Bmu2HJQmC32cOTY0JcE3bRME s5FYU8sW9jEQ0fPDEA3yMsidvCs 2016-07-20 06:00:45 5.167.150.130 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r mullbinde5 44IELgagpor8Uz5a1ftoZ6Et+f8 lC3raZx6DhEZK76TbSUpRcuVNl8 2016-07-19 22:19:23 148.251.128.156 9001 9030 +a [2a01:4f8:210:238a::8]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=11800 +p reject 1-65535 +r default 44e5pe3yaMDoKaz5RUvGCY4VEBA wcONC2yQckv6EYkhzCE2rGXlRw8 2016-07-19 21:35:14 92.255.174.191 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=217 +p reject 1-65535 +r bucharestonion2 44wg3jubNqMy78337YoififT16A eDtMJxZvGxJlgz8VrD3tBJUV2yY 2016-07-20 05:18:27 89.43.62.11 444 81 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9120 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r NeuroNut 45o/ap09DlakPS/oFWAJJmfXHTI Xs2q6YUbh+Nuj+9g7K6J3Xna8L4 2016-07-20 05:27:04 178.24.160.50 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=82 +p reject 1-65535 +r cluelessclue 46LIJJT9BwX733GJS5JCShwUNBM blXFA8T2Baj+/ohby1kKbpnROIk 2016-07-20 05:18:27 73.132.211.248 1984 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=570 +p reject 1-65535 +r DifT0rHeSmusma 46hFa5sbSr38FAcxSTFWtwcN10o hV6CZEpHTYVoH2FBxzmUYJfjUjc 2016-07-20 01:21:55 80.134.79.76 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=470 +p reject 1-65535 +r brazilTOR 465Kim4o5pOgGtB+xOH3XAY9vRM 2FTcvH3I1+YBoZZYIhQy5g0sYnA 2016-07-20 06:00:42 177.54.155.199 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2070 +p accept 25,80,443 +r Waterhouse 47IdIKS/YCebo9dFU5cib3IEO/M ILpZZlcAhDuHj9bKWR7k9EMCz+M 2016-07-20 07:51:19 66.85.74.126 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=8080 +p reject 1-65535 +r redbrauni60 47hSiF8NTjJK+CLmBjoTf86heCE SjiVHY40k/Xe4ajzjutjD3DHH7U 2016-07-20 06:48:51 94.100.6.68 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2330 +p accept 80,110,143,443,993,995 +r AndyInMokum 47s8q6Abm8xOH3sQw23IQMUDmK4 q3Btl+dyWLmGR2iTqLoZ785iKfI 2016-07-19 20:13:58 86.93.114.178 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=32 +p reject 1-65535 +r saisamon 48ojbGE/xaVpsxElBenoZys114M jJIM5VQXAhkTmQ3tny94AsKXAgc 2016-07-19 18:24:58 5.255.61.130 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=46100 +p reject 1-65535 +r ididntedittheconfig 48uwkMUKQo1AAOLaraIC3sfIUzg fGFpQdiZRaBmWaPtK1ZHhpRARJE 2016-07-20 08:13:42 37.61.208.130 443 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1500 +p reject 1-65535 +r Clauzel 48u17TQWBEe6PkI7w2w2Tg2b2ws TjYH8pwk4d1odIYJ2oDuzP7O8aU 2016-07-19 19:26:50 92.222.28.243 9001 9030 +a [2001:41d0:52:500::14b]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20200 +p accept 443,8332-8333 +r paratonnerre1 49Cl1sJl11cu+NRlQgdlR/McNGU HccZQycA2Y9a/uGqyjIUE2SHxcc 2016-07-19 18:28:11 78.194.102.240 22 21 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12400 +p reject 1-65535 +r xmission 49suNUuIO1no3Faz56NT3f1FeBI F14/pP9ddg893a45Hx2NInJYHAs 2016-07-19 16:49:28 166.70.207.2 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=13500 +p reject 25 +r LobsterSoul 4+V/ZgzfoJe5V6rLTiY6dLUvars KIJZ3LDaHs1696P7l4CDGEgG2PY 2016-07-19 18:31:07 24.34.142.45 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=441 +p reject 1-65535 +r Lessig 4/XCYSSM3zaFLGp6kXyhdz0dnTc m+16lUJwgpe+hzVMOl4OMKNVi9I 2016-07-20 03:49:41 45.55.50.99 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2350 +p reject 1-65535 +r Finisterre 4/mMhsngETjdjqBrHmYKDNtLJ4I yps+fPVF3EvAkiXcLga43T31Omo 2016-07-20 08:23:50 178.63.9.165 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=24900 +p reject 1-65535 +r BackWatcher02e 4/u5bctx2ivMv9+q4AzH79GeSmI NM++oplboem1q+CXTUxcJMn/Dl0 2016-07-20 03:42:39 45.62.226.60 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=269 +p reject 25,465,587,1025-65535 +r yoctoMCLgg 4/xGPTByQQ9mGICf9svpcnamG4I Uv5VTddnypkWhYS9zRneR/zuFsQ 2016-07-19 19:50:07 37.187.180.18 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=15500 +p reject 1-65535 +r Alchemy 4/60ASrKgdK+RoXljcAiViBqpCo cXjbHeHSJTjYRfjXk1wt7rilHp8 2016-07-20 03:04:34 31.208.71.173 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=389 +p reject 1-65535 +r Unnamed 5ADBwYAGoicSl4AgtqC4ben4R0E EdlPq5SBjhG4D3NrxQGvGm0Y7l4 2016-07-19 19:17:10 76.125.195.250 443 9091 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=781 +p reject 1-65535 +r stackpi 5BIduNTMsse3ZTIOtBFxNHiISZE IACNQsVZZbdNF1jwaBqPJ+d036U 2016-07-20 07:36:33 72.0.232.58 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=76 +p reject 1-65535 +r TeamEdward 5B9AGZq2OWUd2kf9F1W6umxzEug LrHC/g+uTAjr1ITlFTTL2a8FAig 2016-07-19 21:57:55 78.46.218.11 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5150 +p reject 1-65535 +r alfavetix 5C3xprQxRodi4llr/koMipaUirE Dy5QmhGCri9AnVCP20iFlBS+MRo 2016-07-20 03:18:41 148.251.227.14 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=425 +p reject 1-65535 +r anonA437535 5Ds/V8Po6HKhHQHXPLyJM51ASZs Nk8RRJp/sfTcqCvjJUMw0i0xKK0 2016-07-20 05:27:58 79.233.219.187 80 443 +s Fast Running V2Dir Valid +v Tor 0.2.7.4-rc +w Bandwidth=963 +p reject 1-65535 +r RaspiTor 5D3KMom3LmI7gnjD4Jj6fglyOTI Q+7uX0SZ8x9sDI589F4UbQiyMrw 2016-07-20 01:05:37 91.32.192.208 4439 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r pipeepfirasans 5EkMqb9oWPCVRGfYe9kSUfTcEzI wrzooaUXA3cD43cHaFCIiu60YpQ 2016-07-20 00:37:21 167.114.29.117 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=13700 +p reject 1-65535 +r killjoy2 5FOB+B4JRkyU8OGukEJhzZ9i+Ec RpCiT6rRhwfPDeE5PjidkoPaGJ8 2016-07-19 22:27:54 162.211.224.233 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r Unnamed 5FjgBa3lWcnWGfSb3WrxniHVR5U neRTpTlzHv4Q1FTuNdNSunqn5yQ 2016-07-19 17:31:43 192.71.245.36 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=370 +p reject 1-65535 +r harleman 5FlVXhjOE2Hwjgd9dYp2v786Kvs qSlPHni0S6O0tSBoB03hMYgymkA 2016-07-20 02:53:49 91.219.29.188 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3540 +p reject 1-65535 +r AsiaArgento 5FngI3TQOF0uJRXLvnB+ogiWa88 bWam0yFXp5cPdBDqxAeJJqEL48w 2016-07-20 04:27:40 195.154.91.139 9001 9030 +a [2001:bc8:208a::]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17600 +p reject 1-65535 +r jiggabytes 5Fup9HJ6hh+ZEGPU75TlQW1sHjk 3uLSaCFkWxZwu1cdjUkKgHibSQg 2016-07-19 15:08:58 73.45.49.252 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r teller 5Gl5owU9Q63xh0Y6bkhWyHW8jIk DGUsYDASdFuyTVCLPmLQeLnFbcA 2016-07-19 20:08:21 69.164.221.78 443 8080 +a [2600:3c03::f03c:91ff:fe70:357]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2600 +p reject 1-65535 +r highwaytohoell 5HPT7eWbCqRYIXcxsEWI4PT+BkE 3ew2YpOn3cJv7uGiywCa/ZJatms 2016-07-20 05:28:50 85.214.58.236 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=132 +p reject 1-65535 +r Heisenberg1903 5Ita9Vd4gkYcZejNOry7e+y34nA Dr3XQs7A6KALgWVgcFojHkgMV9U 2016-07-20 03:49:31 52.41.107.141 9090 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r Unnamed 5JdZlc1Yar+xE2pkpKnsOm/QUQc 17nUIdYAX3HCHDg2UDhtVMrsabE 2016-07-20 05:05:29 178.254.13.92 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 1-65535 +r k8 5Jjrzh4bIW27AnA3MshkeMNKC9E JKLL8y1Dt+ud9tQtbfgCavC4JPI 2016-07-19 20:02:19 24.72.241.65 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1650 +p reject 1-65535 +r venona4 5KqyWrnwE1G1/LQXPZLitsD0eEo z+R91BgnIE1YmLC91e8+GDA9Lzw 2016-07-19 18:11:15 78.24.217.129 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=809 +p accept 20-21,53,80,443,989-990 +r HaveHeart3 5MKMKvFPQj+crbpSrKfrQNSbIL8 PwrwkAvQQ5PTUse0aoCtWFM7lnw 2016-07-20 00:43:54 104.128.237.2 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2100 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r RingsOfFury 5MQqls7QuWujVKKw/cFxw24ZMD4 j6CdHRLntqykHMjqxc/I/WpImtc 2016-07-19 15:00:23 209.249.157.69 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13200 +p accept 1-65535 +r CalyxInstitute01 5NHyXfvkhCCIZrpKGpWLcxJ8sK0 QbpsTZXMpnYeKcC80e2wIfkvHsI 2016-07-19 18:17:06 162.247.72.7 443 80 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r marek 5NaImMhATrKKj2exPASMgk+Wlzg KTn9qClj/cfpMVRf9tg++H1K7Ek 2016-07-19 21:31:35 95.132.59.25 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r sscnet10 5NdQzxPxBPMXXjr/JB6vGD482Uw hjFqwfsBOaI+EsARpXiAN46K4+4 2016-07-19 23:24:36 107.191.47.87 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1320 +p reject 1-65535 +r Unnamed 5OHPd9Xo3m60wFwLsKzVyOB1EVg inL7ugmWTkSCNabyL9V/ALKDgQk 2016-07-20 03:07:02 95.133.9.94 443 80 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r julianSMN 5OJ9gCNrQh+uoleXSVtX42/598I efI7Jgs3303xfKvItZO08Jkj4Uo 2016-07-19 15:54:23 37.187.107.91 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17800 +p reject 1-65535 +r OnionSandwich 5OedwOENsXY9AyvxfVaxaOHWNNw 1uqokEv7F9heQwOe7ZL8lMs3oOs 2016-07-19 18:10:41 162.252.204.62 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=514 +p reject 1-65535 +r abrazocorte77 5Ok4oSGVYc0ev6W9Tdaa9CnLkes SvMdBbhLEq8m7UuIAbE73F7cbH4 2016-07-19 15:39:59 37.204.131.79 14973 14972 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=432 +p reject 1-65535 +r buschu 5O9/7Zeb4niZx61vvzHjY7rRpbU fCG4TfjC2ZHHf2tk7o6ebrCqODw 2016-07-20 03:34:39 46.126.14.188 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=617 +p reject 1-65535 +r ThunderMonkey 5PNzW4zbGApVNIshaC1azFWnY0k fwI90EHflUHa0KeMilNVSJa5BdM 2016-07-19 21:17:13 178.79.177.148 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=277 +p reject 1-65535 +r AngelVG 5Qa+WwIHGa2mGa+RKP1W/Ly3ZZ0 zEqUkSVVek5Qrooedt2H5tzDH/4 2016-07-19 17:01:40 181.143.98.154 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r scruff 5QbOTTJe2B4JvnH1H+3w9t8s6cA XSDN5YIzjt9GUwYQpBCKO2iS4i8 2016-07-19 22:33:20 178.62.217.223 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=44200 +p reject 1-65535 +r ordragon 5Q3W+I/bP2dGgeyGeM6wqP+nbos GsFGmKxZs7xOCBGyl4XXVm36UHs 2016-07-20 01:08:06 45.32.43.93 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=738 +p reject 1-65535 +r stargazer 5REr1tBoSD9wW1jSUlTKgUMLxEQ ElgRq17IBnNEF4JumVwSVrGrnpA 2016-07-20 01:59:18 104.236.101.108 2916 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3240 +p reject 1-65535 +r CatRelay 5SMeXeWBZJSnuaghg/WqEz/0n/0 XHL8r5TNqclTvJz33yYlXfcBZOM 2016-07-20 00:23:30 195.154.81.110 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24300 +p reject 1-65535 +r VeberNode4 5SucR9DQgLtsUx9UYcqJQ8WwfiA 9BPqneib7eiiKGzTj6gA8B3lylI 2016-07-19 19:48:09 80.234.37.94 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1390 +p reject 1-65535 +r torEFF 5UsPp9lXWTNEsMMWyDq8HNLuh+o e2VgCXjAN8mJJuX9H+THz6+ml+I 2016-07-20 01:57:47 173.239.79.203 8080 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1550 +p reject 1-65535 +r shinefinknothing 5VWwnHcDZzPgCn1hzVNLqa9KojI eQQbGThQwNsIZfqaFh8yz7ruxuU 2016-07-19 22:58:22 192.241.148.56 22 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13900 +p reject 1-65535 +r tilde 5VegLsz49vUgGW3ONlWUAyxbD4U Wa31pskfv0YI/7d3c5y5MVRUlzU 2016-07-19 20:58:58 139.162.207.199 9001 9030 +a [2a01:7e00::f03c:91ff:fe67:4dcf]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7540 +p reject 1-65535 +r TangeDO 5WZNvL5bBcxvHmB82ZH7l5/OzW0 XEbGJbcft7JJSaZmmjTz560kok0 2016-07-19 20:57:53 95.85.3.191 65432 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1620 +p reject 1-65535 +r marlen 5YkxZXajmcURqXgac9pFRWQLR50 mbpcCpjAKR53X4Ll1Xd3TSt7JBU 2016-07-19 16:59:35 46.252.26.2 49991 45212 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15400 +p reject 1-65535 +r AskForEraser 5Yzswu0xszhn0wcHzbI5yFs4//I ajw0tMolHDP7U1TOjVxltZV8LDc 2016-07-20 00:36:36 185.31.230.69 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5170 +p reject 1-65535 +r hacktheplanet 5ZS+oiMyRA9HwI5Yilo4QjFzn24 TNm5lZiNg4AwFNTFKzAwnIE9Hf0 2016-07-20 05:58:59 188.62.189.199 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7160 +p reject 1-65535 +r 4n08o 5ZwZlRL+UsTbvaOC99bVOgmcrzI Sb+OnFvAs5H3bN2hBD/sH1twxhs 2016-07-19 20:52:11 77.20.168.217 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5 +p reject 1-65535 +r Unnamed 5agCpjB2NNuarHa9903zYqnxWUI jnCK34WbxpxVwaBziarxTQH3vdc 2016-07-20 00:33:51 108.168.0.182 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=142 +p reject 1-65535 +r xxx 5bHE1yev03wNRMwXN0s/7DFxi9Q VgaomST9NFpXTeIfAAAtQbFcqV0 2016-07-19 21:58:16 88.115.229.140 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=809 +p reject 1-65535 +r UnivUtah1 5cEeiywfj0rzBuhYprp++YoAeXk ItZm2JyFMjH2u5LuB2eUfHwg1Iw 2016-07-19 20:28:39 155.98.5.5 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2840 +p reject 1-65535 +r default 5cPzJcxBDQ1Cx7VeAHPsNMofXG8 oyyEJqq+calTO2FBpF6KSI9IsPw 2016-07-20 08:36:48 122.14.131.2 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=44 +p reject 1-65535 +r meowmeow 5dvOMv1fXJDNhjXJmDsnlwKDuHI elzJDuuimtG13OjP+UEKvMnM3lM 2016-07-19 18:34:30 212.198.101.220 9001 9041 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r N22479 5fCBJ+icH2iZsP/lEjTM4kDzLso iWI7LkcMxj7Zp2i/PpXoHsZQ68w 2016-07-20 03:30:16 37.120.162.196 22 49030 +a [2a03:4000:6:30d7::5]:22 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6640 +p reject 1-65535 +r Unnamed 5fJe+aYOmaBz7HC6kIxyVIwKTg0 DiXxBCftVMT655B7bc0hiDjg2z8 2016-07-19 23:42:19 104.131.101.251 910 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=15500 +p reject 1-65535 +r askatasuna 5fPt2ScUjF6018tx3LyROC9Xp6c CqDKOOkGB8sLEPYk3hM1qI5JNBs 2016-07-19 21:24:57 216.195.133.27 9001 0 +s Running Stable Valid +v Tor 0.2.8.5-rc +w Bandwidth=10 +p reject 1-65535 +r nocix 5f5CPzfQIuhEk6AiZaP5m92nSYY T91TL+lExd0JGzMufPPQ8lTqhGs 2016-07-20 01:46:30 192.187.123.125 443 80 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8680 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Harrdy 5gAdvKmllu3JSMoD81ZZcrbSFrw 5XrLMjbO9W0rLKzXPGbZEAaPyos 2016-07-20 08:31:46 94.23.219.192 1080 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=40800 +p reject 1-65535 +r pitorpitorapuddycat 5gxDToW1ZTkBDcRHSB+/Ysl5dv8 uLEJ/g27x6WudUUxTkY9H/Q0C7E 2016-07-20 04:47:39 95.146.129.139 443 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=38 +p reject 1-65535 +r netomatic 5g0Qm7Z06fYu0T8PmJYQ5uS6Dp4 +VO/w67nstBDt30HzGiEb+obyZw 2016-07-19 23:58:56 85.25.201.30 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=15300 +p reject 1-65535 +r sulawan 5iOl4EPtK3TMKAvQBFFP3QhU3Iw xtm6ihTlZ5UzUpUmlwLQ6QWT1ZA 2016-07-19 15:35:59 109.68.191.132 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2600 +p reject 1-65535 +r ksfrrl2 5ij4nzNvaONSWmcT6CKaTeHG66M wASmPO820YeVk4MTpii676qENws 2016-07-20 00:10:44 5.39.82.192 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p reject 1-65535 +r Unnamed 5i5orrT2tpDNuGp5yiPfYiK/0RI 4L3Gshz4oeL7CpD5i3IddPh2uR8 2016-07-20 05:20:20 163.172.195.163 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14200 +p reject 1-65535 +r Magnitsky 5jimilItyiziGV++TEftZOgLlig 80O+T3jFwi/x2jnWumckhGTgZ0w 2016-07-19 21:02:01 85.88.11.243 80 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=427 +p reject 1-65535 +r InternetsenatTOR 5j6rX3198S8VQwfkKRdQX1uLG2M 3IM5JYlWAWCJXhHOFnvL/e9E1Xc 2016-07-20 08:13:02 144.76.185.42 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=72 +p reject 1-65535 +r ivitorrrrr 5kIg15ZrA09HNQogoNUAOiDJbSA 1acqdZ+e9q26/dppwCeHgPCXjHU 2016-07-19 15:36:59 88.159.43.158 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=110 +p reject 1-65535 +r Xternal 5kYl7VsBofDpe88LXUMaQyok9Ag Z/6les4spfWEUCt4b9sbA6n3qA4 2016-07-19 20:54:24 128.39.8.68 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5420 +p reject 1-65535 +r Serenity 5kcO5O9pWOCOUMFeNeQQYQHzVQQ R0g+IQSuz7DR2cWwo/gupXypeG0 2016-07-19 15:37:52 88.198.253.27 9001 0 +a [2a01:4f8:11a:b2d::1]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=824 +p reject 1-65535 +r jolexarelay1 5lh9e+jT5Pbss5MHSr4V7GTIuAE aFYNKHMe02n58lWTY+MwpBTBNaw 2016-07-20 01:16:17 139.162.20.241 9001 0 +a [2400:8901::f03c:91ff:fe50:1f77]:9001 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1390 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r horizons 5l0wDxHh2xLFNLAUa9q2ly8aikg MUW9F4cUeA4G+Qg1zUQG55knwSg 2016-07-19 16:37:49 167.114.35.28 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4930 +p reject 1-65535 +r bundestor 5mnUXr5I4EjQQE7JR87NzINfAhY xl7ZdAsgAuZEF5u97NON508YFUk 2016-07-20 04:25:06 87.132.84.169 9009 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=61 +p reject 1-65535 +r Unnamed 5mr/OswQehdnhyYPjs+QLqJEAvI C8YVivgoW8pl607VBQx52m6jYy8 2016-07-20 07:16:24 94.185.90.86 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r BeverlyHills 5pAi3sAPJZsYsvbqYWevH/S1SPI d9AFf7wVEpV0PkIU0DiZzYaQqwE 2016-07-19 20:40:49 75.87.191.70 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=525 +p reject 1-65535 +r serenitor 5pp3FV3eVfiKfzwQ5TpqGEPRdjg c9INt5eiHYkJjVlbbHuA6laxKeQ 2016-07-20 07:49:53 78.194.220.54 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=58200 +p reject 1-65535 +r freemind 5qdBdGvTtddjDszB37iQ3iwHDK8 BniMW26PgUyG1wATZyJJsF1FFvQ 2016-07-20 03:05:57 79.228.202.6 28456 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=193 +p reject 1-65535 +r Unnamed 5qirUwvSmRm8J1wq3Xs8uzgcGsQ n8jsnl6anZRHcirH95WffIaiyu8 2016-07-20 06:14:47 46.128.45.118 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=27 +p reject 1-65535 +r testnerd 5rOLBzw06TOQFFSplFVqebW3qVo 4yeu+qSUj+CCWtdgkl/HdprMNVs 2016-07-19 18:56:43 108.61.209.50 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p reject 1-65535 +r Torlet 5rU6E9WXfjOMWr9/Ub8nOsUl6K4 tcUoUtr552yXAyVbMoXZxu41ZUA 2016-07-19 22:48:23 104.131.19.119 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=1050 +p reject 1-65535 +r liberty3 5rZD3mjMo/3bF5Cxi1i9Ie2cxVk rWvwDWecwv1LFyFNV4kXUP8mObI 2016-07-19 18:58:10 212.47.253.41 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8600 +p reject 1-65535 +r YouOhKay 5sUy18dhTxnvgJ9QqnNQVLq0eXk 2EhBe5szLKF9vNmyKq5UPIM1uao 2016-07-19 16:33:20 46.17.63.214 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1600 +p reject 1-65535 +r ragingpangolin 5tV5zUM+OTU0SN7coY9LtnwuRf0 CcfSepTWvKyTDuFicKXYQ7HCIOs 2016-07-20 04:20:26 162.248.160.51 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r torpidsNLserverius 5uGBUTAPkMI104CfkLMTMHN860M +5KXeNXDyTDMsbbHoR1suwzhEjc 2016-07-19 15:01:24 217.12.208.117 443 80 +a [2a00:1ca8:a7::1bb]:993 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=23000 +p reject 1-65535 +r mv9m288876533566 5urxT/X1aR0wAdCYxc80pqAxeKg xtarU/zarEnV4AcR0jLMMSh+DfA 2016-07-20 08:23:46 128.70.10.106 33333 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8 +p reject 1-65535 +r arlen 5vTx0hghhKRbx0a3HTYOzGQCJnE sAA0RXGFhxGKegxfpZnUq7zs790 2016-07-20 04:01:32 45.33.120.201 9001 0 +a [2600:3c00:e000:143::85]:9002 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2570 +p reject 1-65535 +r ironmaiden 5v4GK3hMiGkDwaDDNZJHYpEqKKU zP5USPrhOXa3ycWk4pHzNyet/gA 2016-07-19 22:12:07 151.236.6.110 9999 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=587 +p reject 1-65535 +r Necto4 5wly+CKWIwF1gQRLsQss7ht+sVg NzXq3B5X9BU28GhFxJvHnwMPj9c 2016-07-19 22:38:49 93.115.95.205 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38100 +p reject 22,25,109-110,119,143,465,563,587,6881-6889,6969 +r NoOneNerd 5xP9R5dEYlb3n5kb6ZNnu8fheeA MDYZQYfAWf74RnCmj9xQTY539i8 2016-07-19 16:01:29 163.172.140.201 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2660 +p reject 1-65535 +r wulfspider 5x/+kByKN/gDFWeVkiZh4kvDfQc qfCqnuhRb/Ui+BVaQgn88fQTHJQ 2016-07-19 19:28:24 51.254.99.118 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19700 +p reject 1-65535 +r xcg 5yCFQw4dibbFLmiPYZWSGYCrBxQ /LaBzKk6R2Vd8KVigQV0m2CzKIY 2016-07-20 05:13:28 216.189.156.153 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2890 +p reject 1-65535 +r Unnamed 5yZmV96QxVwUFDrlfBH6jwvhP8Q Y9YjNji5ZhQtm8whl1XVupsjXGo 2016-07-20 05:36:08 188.40.248.57 443 80 +a [2a01:4f8:100:112c::57]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4620 +p reject 1-65535 +r IntersafeIT0 5yfQtBeVSbs/gu08JW8gnlTOCyM ov2TldQFLIFZBrOW2a5w6uzsy18 2016-07-19 23:48:58 162.243.100.225 19001 19030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1300 +p accept 43,53,88,110,143,194,220,389,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r RaspScai 5ymx501+AQuZJtD82fmnKfNKlA4 kvuGsSqowl7anF1sZ6C/fgSZLHU 2016-07-20 01:59:48 79.240.234.174 443 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=358 +p reject 1-65535 +r fr32k3 5yzVEywx6lqegOsalKxy01NeO8E w6dVnxB5z2YTSdCw2PKDohBzm/Q 2016-07-20 07:02:05 185.26.156.45 61679 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r fsociety 50JUyDQKHcvosAz9pk05Lkz98hA AjDgxUdHmPxkMmDNhPNwsPdaU5c 2016-07-20 00:34:45 185.100.85.207 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1970 +p reject 1-65535 +r torCNA1 50ZCcw65j7/j9W4Ma+eHLXviFus J2GFyfTq6igkyWLW0V+rvCKzb/8 2016-07-19 19:13:55 96.126.105.86 444 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3510 +p reject 1-65535 +r hailden 50d3PGHPZxoiLrkT3hfaMwdKbXY NCihSm11gsZ6tSEu554hYz6WfaI 2016-07-19 18:31:54 98.225.154.183 443 9 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=2120 +p reject 1-65535 +r dc6jgk2 51SqmTneVuOIOQkwswIUL6MZCF8 Wkk2ijKl3cijZgr1O0UCrViiFyQ 2016-07-19 16:29:45 80.147.33.157 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=872 +p reject 1-65535 +r PontDesArts753 513DdruVQMqirnP+ODC0zFHEYCg l4fQ3yrahJfsQY4Nu7/6qr0rPLo 2016-07-19 18:38:44 37.235.53.233 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=93 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r kaktussnode 5146qI4/U2BA3Q41kqVtPbIKjuA bnexOoY6lftrX7gO6j1O64Y7NoY 2016-07-20 04:40:53 164.132.20.209 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=10800 +p reject 1-65535 +r ParkBenchInd003 52yQApa0xgmsUoTVdMRvAX6D+yk xecDau/XRQt+gnYeF/9/RIFhpAU 2016-07-20 08:02:03 104.233.120.108 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4670 +p accept 6660-6697 +r erebus 53J6DcOdg8144IXePLkNJr9HZpY TcKNvm6TggvTX+peW3fKH0Ijpwg 2016-07-20 01:47:50 84.208.186.248 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=77 +p reject 1-65535 +r tinky 53R58xvth9m027Ixn1Hi1/NQuD4 Ypr8wfBY/74I/hX6N7qU+6Sbz4U 2016-07-19 20:27:18 106.185.37.131 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=158 +p reject 1-65535 +r torswnynant 536ggHgwPkMHJRMPwfluYQrM3ek GSZwrLBweQ0Qt8/8VNZuKvgTkyY 2016-07-19 18:42:03 79.67.47.138 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=52 +p reject 1-65535 +r armbrust 54H07GlnGz8YZK4nU+CJA1FQYyk snItcMWD94YYk8hDoGvOvXISoRU 2016-07-20 00:07:59 176.31.180.157 22 143 +a [2001:41d0:8:eb9d::1]:22 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999,10000 +r filippoARM1 55aZ8iam7TsdE7D2uYPUB3m4aT4 AYixBuu/td5bOE9XLais3jk4sas 2016-07-20 07:21:22 212.47.230.103 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r LimeLine 55jTGPDcCjAAmYdoK7ionzI7Ixs uqJDrvsXlOz8gaqqilxy4zJINoQ 2016-07-20 00:06:02 139.59.2.130 443 80 +a [2400:6180:100:d0::36:8001]:9050 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1210 +p reject 1-65535 +r photon 56hI/mE6sChn61aw6CL5XNCa1Ho qp9mZsUd3MDMUr2XilsH2tiSWKk 2016-07-19 23:31:43 98.26.38.161 443 80 +a [2606:a000:1120:416a:d4a9:bd2:c00e:ebdf]:443 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=244 +p reject 1-65535 +r dev2 58Mq54Tu0DRVkftFsHEx+bVg6r0 gysqBZi7Co4PlJAJbLeNtApy78c 2016-07-20 06:10:45 188.226.192.48 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17000 +p accept 43,53,88,110,143,194,220,389,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r nickesrelay 58hVlg0ZymHFUsEdQah95R8CVlY CK2KUFT/MpD33FCYRySvzRZpojc 2016-07-20 06:18:46 193.11.112.188 9002 9032 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=5760 +p reject 1-65535 +r Salade2 59Y9Q5HI4QzdBLP1lxYESDiUDbI B+bxXISCyPZgnuTgDuCulnVwqgM 2016-07-20 04:36:18 5.51.218.120 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=523 +p reject 1-65535 +r isterband 5+O1j8HLLrFvVTQnm8YB1pJSEQY 0gCbpC/TJNVsm/M5/3oZ5hWOHYo 2016-07-20 00:38:04 90.227.25.17 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23500 +p reject 1-65535 +r burntor 5+oG3bKtlVcpe9GWkyeBlJdIaDI P5SwfxWhiGXCzkPBy1/pzVByeuU 2016-07-19 17:00:07 212.96.49.78 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=282 +p reject 1-65535 +r ididedittheconfig 5/DPTpqhOj44jNoUcpSTfI4Ritg Sx/+CvRUhMNvI54lkGSvNaNSvTk 2016-07-20 02:39:14 92.254.57.81 10252 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r rasptor4273 5//4w9VzarhyFcXbBWIBAwM+acM nSOA5VDQZYxlriUQIbxI2iZdoNE 2016-07-19 22:19:35 62.163.144.149 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r Gertrude 6AG/6QSBBvs+OaGwdssDZIzpPY8 iUm69isPvr1LwHSHO623Hq3wWpQ 2016-07-19 21:13:31 176.58.100.98 9001 0 +a [2a01:7e00::f03c:91ff:fe56:2656]:9002 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3980 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r elmar283 6AV97HwxNec0d2o5nzn7PKxSTt8 g53s8EY4jwT5oT3hp+eqsOrZDEw 2016-07-20 03:06:41 212.238.160.33 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2370 +p reject 1-65535 +r default 6Bn4GVz/RrhPRNmGobOm4iK+aPU WbnmqMA4xJG9nraoOj3QZk1pbcY 2016-07-19 19:48:34 74.64.7.70 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=11 +p reject 1-65535 +r seadog007 6B7lNaJxMAU/1/infbh4DpDEjLc KLKyM9vfSKXkS8Vwa+ekwuQ523s 2016-07-19 18:07:56 59.127.163.155 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=508 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r Chimborazo 6B72CnOzgJ+JZPc3ZrAbqgoXHiA ULQs1SOfkcPJRNWRUbNQwMUqE1c 2016-07-20 08:33:44 212.47.244.38 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29400 +p reject 1-65535 +r PaulsRelayCAN 6CNhwZmKvqHWQee8fwaHP/thDyA EwDe4Gjcg4sRq9lfM1MrYA0rdlE 2016-07-19 23:12:09 149.56.110.7 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=75600 +p accept 20-23,43,53,88,194,443,531,543-544,554,636,749,873,989-990,992,994,1194,3690,4321,5190,5222-5223,5228,8008,8080,8082,8332-8333,9418,11371,19294 +r crominhismountain 6Cl3aGUvqk+gon2uwdsDHh7DA5A T2Jwi/Ii829R6jL9rmcQ6N2SGpE 2016-07-20 03:17:05 188.141.116.129 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r rasptorpipi 6C4eCqYAxbGgM7Vv/r0l4dqpa6Q k7XATnXeJILwgNH47uu9V/CnFCM 2016-07-20 03:41:01 78.56.40.22 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=289 +p reject 1-65535 +r oermens 6C6etYnrBocwI80oTfxBqPzioVI MklS/2gS791rKoaijtRpo2afc70 2016-07-20 04:24:46 50.53.181.45 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=464 +p reject 1-65535 +r MisnamedRot 6D6iyYOACXHTRw8I2KYmWObfhDc vIHjnqLlQhHcTq7Ync19P9ZHWXM 2016-07-20 05:57:59 88.184.58.54 9001 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=257 +p accept 80,443,706,1863,5050,5190,5222-5223,6660-6669,6697,7000-7001,8300,8888 +r thetruthisoutthere1 6D/aG+6h1N51+bFLhI0UfIpc/BA WW/+vuCWJRMxDWOMU5YAMvxOr1A 2016-07-19 22:32:07 162.244.26.76 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2530 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033 +r Unnamed 6FqQnOn8fgSssyfgbt0x3q4tsYU 1BRG7gUPYisgnMLPOUxB6nwnBUg 2016-07-20 02:07:36 79.210.17.69 9001 9030 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4 +p reject 1-65535 +r torwell1984 6Gqzio8lr02iNCy5wOhprwl4DhY KzAAJB1c2fIs4ayPwfnOxlJ+Ak4 2016-07-20 04:15:50 146.115.147.30 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25 +p reject 1-65535 +r mailus 6G2FjyqvneKiuVKgv4ZLfzXtyKM ZaOK+OREImF/HF2jhqayxwUpZcA 2016-07-19 21:43:21 85.25.195.205 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=719 +p reject 1-65535 +r basdlwdaddasru 6G7Xxq6iYzdHKmNHU606Ea0osFs tj3aAgI9ix1vofUPQ7Xqo6V8Pvw 2016-07-20 08:07:32 46.227.11.85 2443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=243 +p reject 1-65535 +r ieditedtehconfig 6ISLk3fmTDXNYQl1xFmK+S1f9BA DGwcJJhht9fO7T+6kFm8K+Rhuw4 2016-07-19 15:35:16 81.2.197.33 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8170 +p reject 1-65535 +r z0rb4l 6JrMVMAq6IAfw+Bo0RKBx2+vcuc coFdY/0vvsTXLWXTVgdBZ+EmJg8 2016-07-19 21:16:58 217.23.11.138 8080 8081 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20400 +p reject 1-65535 +r signullrelayD 6KNb412ajQjzAxqcltOIu/U+lV4 J1DNEbczl231FjPSV+u3UFbUvyM 2016-07-19 21:27:50 198.27.86.221 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3770 +p reject 1-65535 +r NSA 6Kv225miGZCwmIxh8KwGZhNe6Vg wJ6nRdHcAEmW8Qgw/zvEhhWTh34 2016-07-20 08:41:39 5.9.83.204 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=13400 +p reject 1-65535 +r lucifirius 6LPIQUUKjrjzgkEreHUIfGj+LmY aypq9rTulWAxxem5Xs+1bWC/ysw 2016-07-19 19:52:15 104.131.132.66 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4250 +p reject 1-65535 +r edwall 6LsxVLDRjlFJKesfqvNN+1NVjSI am9HnDdNQpx4Igx5OaGrBP941X4 2016-07-19 18:07:07 87.236.194.23 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=33700 +p accept 20-21,23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r poutor 6Mj6lY+dElgF/3EABM2KgbpN7sc qDVplqXWiRW1XNooVAHmVSnsPvI 2016-07-19 18:19:08 176.140.2.23 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=21 +p reject 1-65535 +r foghorn 6OpT+wTGJtyX5jM/YDKLGmgrG9Y uA278H7/qya4ZcBboPh+HmdJlos 2016-07-19 15:19:04 192.71.245.137 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5780 +p reject 1-65535 +r jarvisboskse 6O7y3gTubkvThbRU0KtNSAyW1OY W17cvHPKxCK9WkmD1FXUi5kF3Ng 2016-07-19 16:29:40 46.59.46.37 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=4910 +p reject 1-65535 +r kuzlatko 6PBHbvXVbMKlJVoUqubf1JHYK6o cRK/uXpMLhAN+zJZq7e5aRWpkos 2016-07-19 15:38:01 109.74.195.190 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=15 +p reject 1-65535 +r maibrunn 6QJa1g2Gh11fEVSNU2zGr2Dw714 vNcZ1qRcnasa8Z5G3/e1EZC4p+g 2016-07-19 18:26:14 179.43.188.206 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=21700 +p reject 1-65535 +r b42 6QluUu3P3McYKZHktRb6ah0ZP5k U2fS4OUIzogam/ZmdI43NDbdH5E 2016-07-19 19:17:33 78.235.251.93 9001 0 +a [2a01:e34:eebf:b5d0:ba27:ebff:fe95:aa91]:9001 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r 0xANTIMON 6RlSKSMutSwwaUW/vhx8gPI1jlY DYyqMJhauroCLdVNYRIlW3S3iKA 2016-07-19 21:08:55 5.196.227.161 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24600 +p reject 1-65535 +r anonrelay123 6RzMGDA/0P+Zz/81A/7cZpBG/cs b+w/914PrjN6Sa+yft69A7fsdoo 2016-07-19 21:51:38 92.222.162.54 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1690 +p reject 1-65535 +r LostKnightInChains 6R2lh/sQRSvtWCYhKMwm2bL0HP4 AGCcbX+fdYsmLC8ZD3gS9oGzNp0 2016-07-20 05:55:29 185.100.85.176 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r zamlata 6SKSF+30+nebYBk4/mTl33/CpVQ Utud6MCqIEe/56gA358EXJuxPbY 2016-07-19 23:18:19 185.65.121.134 443 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=142 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r default 6TIwAcW80bANnGJSoG9oOQF3Gn8 W6JjltKKvSuzSpND8BhsiizogHw 2016-07-20 05:09:41 77.203.67.241 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r samos72 6TJ8+XC+/6xGTy/9xmkltDMKJR8 ntOii4MKlLXFHCYM8V85ZyTGgiY 2016-07-19 17:12:10 82.226.140.119 443 9152 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=9 +p reject 1-65535 +r noiseexit01a 6T8FyacRJUSi8TLLt/ZwGHcUDyo MrFcnpBKY+z1v+ViQhw0wVjHbLY 2016-07-20 05:39:33 173.254.216.94 443 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7080 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8333,8443,8888,9418,9999-10000,19638 +r proactivemellowed2 6UZAg4PPlMaaOPqXi5mn7Ovk86A qBgOnVqejbGzE/Kw4TUkWsJ4k28 2016-07-20 02:46:38 192.121.68.66 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=60 +p reject 1-65535 +r CryptPwScout 6Ue1grNjSNpzniZzM3AwiLRbWOk ELSqwErBkMMxNY+uC+GLExO1l1M 2016-07-20 05:17:39 198.100.155.91 9001 9030 +a [2607:5300:100:200::1f7]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=3070 +p reject 1-65535 +r Unnamed 6U32owcrKnPhoYtdhC+kgILzXa4 mK29wzX/SFzi+uuMX2ys9ugvGIY 2016-07-19 16:07:26 84.251.45.226 1010 1020 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1870 +p reject 1-65535 +r PieroV 6VlVzXqwEt53BxGHjxR8eE/BPTc Law7gIxnMDpbv8LEE2LId+azqcU 2016-07-19 15:43:03 92.222.23.194 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1550 +p reject 1-65535 +r LayerzOfTheOnion 6Vtvr1+4Xn0/hrDhzY4QQWcGUJ4 m3zj2rN+PsSWbB1tjtfUKR7LqRY 2016-07-20 04:32:17 96.39.133.219 8999 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=5 +p reject 1-65535 +r XOHaurelia 6WWNvoDVtCU+P/KDgI9dfCbAJis b8UvKUSnmnCuj+Q+19I6CKEhpso 2016-07-20 08:20:59 107.161.18.113 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r default 6WkDavbvEVl/rnwqkLd9SybW3lg AMhxWsTHtcAlHzNaJpHHZbQT7V4 2016-07-20 01:31:51 87.156.48.174 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=14 +p reject 1-65535 +r DFRIpiELOF 6WySMu3XjS/uIEuTuDiKEwM0Mkk hPdN/OAg+8lDRN7Le8NdFCAWNRk 2016-07-20 04:56:03 90.225.80.219 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1170 +p reject 1-65535 +r SetecAstronomy 6W1xLQqQIVzTZ0SF+c5WNiknn4M em51D1OH5wt45mzZk+C1WauvvM4 2016-07-19 18:07:10 69.162.107.5 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p accept 20-21,53,80,110,143,220,443,989-995,8008,8080,8888 +r rama3th 6XC2YswsAMtRfYmylt7iOeqth2g HA3WVdKsoFuYJCPumWDHmu9EPH8 2016-07-20 01:25:42 128.75.107.61 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=23 +p reject 1-65535 +r GsRaspRelay 6XFFEZgdY7r931okTz1KHHqt0v4 WTxIbJBUJtRQJ9gVCG9rqgi3SGE 2016-07-19 18:44:03 217.8.61.67 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=110 +p reject 1-65535 +r serenegade 6XYkYXG7ukD2hacP51mmkiNTlJc F/NkvhN2gEo5PC+jKdhhU2nf5FU 2016-07-19 18:35:52 79.203.116.31 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=744 +p reject 1-65535 +r X750 6YapW/s8NI/b+Ne1+Tq0cb5P3Pc KTL5GJOHgGX1DDlEnIOEajazK34 2016-07-19 21:49:06 198.54.113.249 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5150 +p reject 1-65535 +r palim 6YpStBIvpw95642sIqlSFKOz/Go HbWdI+s+mNmnxfMwo8KDwK7hb0I 2016-07-19 20:45:49 94.217.54.39 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r Unnamed 6aV0kc987YYzAjxI/L6Z+6F57s8 WxQCFVRXXWekUx/8VaVMHHsCWtE 2016-07-19 20:16:45 173.255.217.222 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1810 +p reject 1-65535 +r ritterkun 6adu4ZuPJ8AUKUvIJPWH22vMmm4 EedWS6tMYYWnlFVT6O/oO+tRZfY 2016-07-20 04:15:32 94.114.236.175 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r highflier143 6ay4C26paws/xcyAfg4HOFfBR5g Yd9o9xA100v20g6yypkDfu/kwCQ 2016-07-19 15:02:09 50.82.172.170 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=24 +p reject 1-65535 +r omrphuim 6a1Bkjt3mncgV3cSbR+5TxhflPM AA8wIxcvrf2jO3kVqhkUsfTb9S4 2016-07-19 16:59:29 92.77.23.173 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=28 +p reject 1-65535 +r Trinity 6cEhT7TR1D7HE3mcRpiQ0MjZVWg MX1wGo3TDMPmVpQC6DbBPI3I+dM 2016-07-19 23:50:50 212.7.192.148 9001 9030 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=126000 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r snowdenTotalOrg 6c/htk8pg1F3d5qd7clJdBHYlbI epRWNLfGzEj5SESoj9r1SooNen0 2016-07-19 23:47:17 78.47.39.60 9001 9030 +a [2a01:4f8:d16:5288::3]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2680 +p reject 1-65535 +r DipulseUK3 6fl/QshfO3IMt13rcLjsfcBCbJw KV1sSCnmefNLjQe7CqX6lEQmP/8 2016-07-19 14:50:48 109.228.58.235 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2060 +p reject 1-65535 +r PiratPartiet 6fs/nqEu+g3+B6oUiol3S4fgPhg /iDa2x8BFV7BF5BDGKFXlZdHw3o 2016-07-19 16:54:07 81.170.184.90 9001 9030 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24200 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Koebes 6gi0ENqy0EAHrHXec67lGvF25fM //xDyi7dR4wuoaaW/4xpi963xAs 2016-07-20 05:46:32 5.9.153.114 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17800 +p reject 1-65535 +r Failure 6hjT6hi2Gx46D0qDsFEFpdJ5fj8 eyATxgMOdZ20kN6lZOyGrHRrtfs 2016-07-20 05:55:19 24.118.158.221 443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r Unnamed 6hxsVJDOSWvs2tuT+6m4Gj0Ml3I 7WaoGtKsmbI8+EfmvLMZqx7Y5Ew 2016-07-19 22:16:37 31.52.21.166 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=1130 +p reject 1-65535 +r naervaer 6h27ZKZsAW7CRAvtdUzQUW5VPfM 8ADuWNRhrWyr4BE6Pn0yh8I0HFk 2016-07-19 17:50:17 83.212.115.224 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2440 +p reject 1-65535 +r pelycosaur 6h5HEaR/NUqmDv9CmnxOtKgCoCc J8RdVP5JTJj3jopgmMJrxPOhSFA 2016-07-20 01:17:58 50.39.165.64 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=905 +p reject 1-65535 +r DreamNetworkM1 6icbfrDueODfre5ixq4EMjXciN8 QELgH1qViBv1NDlrPrELg6gyBvw 2016-07-19 16:26:53 212.83.173.97 9001 9002 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7760 +p reject 1-65535 +r monomania 6iffMikzc0XLrMCzhvNlcJ1hT5A t8jHIwPVN2ZxGdUXICcgOXvgm/w 2016-07-20 03:55:49 121.101.94.167 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6 +p reject 1-65535 +r tor3relaybyme 6jIJhhcIu2nrXZeOfICSyy7p5KU hK10rIJ6Uswz8wzhSXZ/kv2IXIU 2016-07-20 08:52:06 81.7.17.68 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2450 +p reject 1-65535 +r ATINFETTIFGMTDN 6jrvS0Kgs+RTLPD05spSgblMjR0 nAU5wwcK1+sFbBT6KekNnNH2XWU 2016-07-19 17:53:30 67.227.198.183 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7230 +p reject 1-65535 +r daddycool 6jzviavJPxd6iL3a93i+S741bAA oOIQsKg8gNcfC2e142/JL/IpWzo 2016-07-19 15:57:44 91.138.173.58 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=277 +p reject 1-65535 +r Unnamed 6j7u65htlsUekkVihBzpszaurvQ n/IM0V3BP1eO6Rah67Lut51fVK4 2016-07-20 02:15:33 92.226.132.23 993 0 +s Fast Running Valid +v Tor 0.2.4.23 +w Bandwidth=286 +p reject 1-65535 +r RelayOnAsteroids 6kZ7PY8SRIOYIzdPg1tyqrZdRsk oxHR/TWC28DKpaID+9Lyva5i+Zw 2016-07-20 00:47:32 95.143.172.188 64304 63445 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=212 +p reject 1-65535 +r Unnamed 6lBbh4uKs6KQ6xM1Q0eShWvmXEU xUmDIsLoqZ1DWO8kL92NQ/0Q+qY 2016-07-20 06:05:17 69.28.92.35 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=103 +p reject 1-65535 +r william 6mnSw0VeqkVOU6WmTnuKk7S27bo fsCOUaT1ud/lxuiTCAtPrvFTXMQ 2016-07-19 14:56:18 81.67.209.161 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=111 +p reject 1-65535 +r Unnamed 6nTg28TmAJmi0GlTxQ0RW44qMpk b+2PozhuWhvvHm4lT8+d/ZFbJwk 2016-07-19 16:08:28 23.94.4.3 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1430 +p reject 1-65535 +r schmortor 6nZCxpQL9lcSZ/Bo7yibk76C8Wk CfI4iDpw+jzBDKm/cUh3vk4jBaA 2016-07-20 00:47:35 104.236.87.90 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1180 +p reject 1-65535 +r 0xbaddad 6oY36nRkUcBoBVn9/zSrpU3a6DE GwaYBI5FubkrVcJVH6oY0lr7ncE 2016-07-20 01:49:56 46.101.9.51 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=6570 +p reject 1-65535 +r amnesia 6ojVFs9x/0m/OxQ9gZv7A7wF1Dc NOQNhloH3g/zFhryocvNj1yK1fY 2016-07-20 00:23:48 178.32.222.21 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10500 +p reject 1-65535 +r kreuzbergbier 6pf5n8RpKkxdcVvOXTkV3akhVQk ypxrFJfquPrILPrAiVRx2R0F63c 2016-07-19 20:12:45 167.114.237.140 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24400 +p reject 1-65535 +r FireflyAtFinf 6pw0CSgi2J8fZdnNNKxIKtMfDrc nV/U5xg1+mVUqkIMYTxCB9aVaUk 2016-07-19 15:05:38 130.75.178.38 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1750 +p reject 1-65535 +r default 6qx6hdgyUZiYUbeoCYFZSATCsMk tooaxgyniMA+dz5Uc5Xx01Vh4BI 2016-07-19 16:03:26 46.187.3.156 9032 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=9 +p reject 1-65535 +r LiberaTOR1A4 6rMdF4Rll3ayx/RJ6AFB/SGDLU8 yjpJtoTU1b0ame2q73PlPvqLxWU 2016-07-19 21:16:53 71.118.133.177 443 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=8 +p reject 1-65535 +r TorExitLithuania 6re8FbmMjd1LkAsjWeZPPUI3S0o vxCh70S8ZXO7M7gi2jSVz4ZxgBA 2016-07-19 19:46:38 46.166.167.38 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3750 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r pktvultrrelay 6rs18451MJOs1Lfh0MWZHpgoBlI fKc6rc2MHOVRK5Pt8g+VVOk7j9I 2016-07-19 20:45:39 104.156.230.136 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1440 +p reject 1-65535 +r TORB 6rs5AyP4DURXuqXO7lEUVXAOkp0 SP6HJ/X0uCmVLtuN4bpxwmJvoLI 2016-07-19 23:07:24 80.220.20.31 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=129 +p reject 1-65535 +r sugarfree 6ruHubjtl+UMOspPKnXRMQ//Cx8 Z4jAm66NVZyLfkk3AJUDopqw+c0 2016-07-19 17:23:28 51.255.201.163 12081 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4240 +p accept 443,706,5223,6679,6697,8443,9418,11371,64738 +r SkyshipWeatherlight 6sDKZEmvvwAisX4Ow31nYmNoTAs TZR9pwgnTilhVynieGV3Kr19eBw 2016-07-19 17:53:52 104.131.129.30 44433 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=500 +p reject 1-65535 +r marlon 6sJdFd/9UR7u08/tl3/HOyjP7z4 vNuj7GQbaiJuKE5FGY8xxvXqZtA 2016-07-19 19:25:28 5.135.190.129 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=570 +p reject 1-65535 +r EfatsumsPurpa 6s6U4nqWAy5cxXS8MB3v6YIDJDw Ig9vxz95SVK+q9RlvMAONHKlNMs 2016-07-19 19:19:51 151.80.234.111 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=6640 +p reject 1-65535 +r Unnamed 6tHXS2m3oLhPEbsZ9/bFIvsaj20 B/0ICjc0qBNJgSHKWzW2+6i2Y7g 2016-07-20 08:13:19 212.85.88.116 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=658 +p reject 1-65535 +r mohiam 6twtVky2q1d8Ji/+J2iDlrDkCxU 75gmoqacPZIe8A+dfD1+y50n7T4 2016-07-20 08:38:01 46.21.107.79 443 0 +a [2a02:750:15:1::9]:443 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7370 +p reject 1-65535 +r TORito 6uitAiT3xf3rYBYsDVub+pa0E2A 5UHc9w25U6GBWMeG/xOmE4Udxyc 2016-07-19 16:59:15 62.83.108.52 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=628 +p reject 1-65535 +r ssxc 6vBmPJ9OHBsMyK1OJZy09SvmfZs rA8v2M6OdG2R4y5WfwE6I7qUGZw 2016-07-19 22:49:13 62.143.156.63 9035 9040 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=603 +p reject 1-65535 +r Etorulator 6vtiiMUC/VzoI4hQnPhedSEUSN0 DjUvN10CBoMau5WIPvI2CepSprQ 2016-07-19 19:05:56 217.28.96.180 9090 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2810 +p reject 1-65535 +r lipa4r 6weyn+/xR9INIEeohJ9zZfVJILg ctltvvyQrxFvi7PnWUb9y5J1H1U 2016-07-20 03:36:55 37.187.110.129 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=805 +p reject 1-65535 +r relay 6wvWDFEt1ftNuC8KFHwDjiPYaPs bW6wIdQXggWeX6kcNF7v+Pacdnw 2016-07-19 22:55:15 185.24.219.113 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1520 +p reject 1-65535 +r GauthierTor1 6yXn7B0r8TUCEnjMS8d7KoKnxsk fJiljRtbJFVG0Ucg59Xb4hFJMn4 2016-07-20 07:16:27 170.75.162.87 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=550 +p reject 1-65535 +r TobiasBoon 6ysHxhhU+/Ua8XepGphXxWhoxv4 ZoZ8O0TtytT53TR8DF2eXhAo/S8 2016-07-19 23:59:39 109.200.130.62 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=988 +p accept 20-23,53,79-81,110,119,143,443 +r hioptorrelay 6y60AEI9a1PUUlRPO0YQT9WzrjI UFxHqqkcOifSGZ/FGpTCCFEEckQ 2016-07-20 06:30:52 91.65.54.54 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=16 +p reject 1-65535 +r NDV2JHAM3Y 6zNVJ7YxAhxcRVmwev2NriNwas0 Fv2hO6gz8MvUT4QFLJGACzc7vOc 2016-07-19 16:32:14 109.201.148.8 4435 4436 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p reject 1-65535 +r priv4all 6zoH5hRGQEOUfy6vFL1N+hlLRRM Kx/XXbV8WLrGzvvCoOnaA2L8QjM 2016-07-19 16:23:58 81.217.13.148 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=313 +p reject 1-65535 +r speedacmrelay 60242CA6vR0gtuuQJl1gmeqtzNk dFmGPvnAaSA9sShWTaE2qsHUxWw 2016-07-19 15:54:46 216.249.138.14 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17 +p reject 1-65535 +r gufoe 61TWCsSW+LCdjottzM9tlf1dtO8 qARfGEOnSaPBQBLdM7EZS6jX90E 2016-07-19 19:10:34 92.222.25.191 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1070 +p reject 1-65535 +r Unnamed 61VdEsEJd5G7km36f45AuhkbAxU btYjuFp67rmxZGpvycHrztCUwFw 2016-07-20 02:10:50 89.183.40.101 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=19 +p reject 1-65535 +r ppbytor1 61zNX6hoY3KJ9CbBM9ySSmTV52k IPj4IXaGuRzgKjuL5ItV0vRhNhw 2016-07-19 19:30:12 88.198.14.171 443 9030 +a [2a01:4f8:130:1363::2]:9050 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1870 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6501,6660-6669,6679,6697,8000,8008,8074,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r wrogregpx2 613wEkpewoHoLwA4svRfp+x8fHU VZCtU07DXpDywuDNP2nNZgWblos 2016-07-20 08:01:56 176.121.81.51 1443 0 +s Running Valid +v Tor 0.2.6.10 +w Bandwidth=33 +p accept 6660-6667 +r puffytor2 621Tu4D0yyZbJlKKhd6gyrLzx1g DY6vX5QSc+jbrz9DM6yD8yv+hsA 2016-07-19 17:16:51 45.62.227.100 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=139 +p reject 1-65535 +r Heireass83 63BajocuKQ2fnyTgPTKCNpn7YIs konyHjMLYbQ7etIg0YaJtEsZC60 2016-07-19 17:10:51 92.43.34.38 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=455 +p reject 1-65535 +r AccessNow001 63nwd5KgZdPFNAY3c+gyaOBp9es sSDGzGd+tKAlBHyhs9Ze3aGhfuM 2016-07-19 18:18:56 176.10.99.200 22 8000 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=15600 +p accept 43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r Unnamed 65hQf95DLE+K+8miy01Y4967eqI XreFORUvc1i9q5EbA4I0suNoqAA 2016-07-20 04:32:19 88.153.97.251 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=510 +p reject 1-65535 +r 0d0a 651hR8aWnlwSR5pU2y9zoMB4r4E HpCoDC/ANRMtoY8Sq8eF4Iw8M1o 2016-07-19 23:09:18 83.163.164.15 443 0 +s Exit Fast Running Valid +v Tor 0.2.8.5-rc +w Bandwidth=136 +p reject 25,119,135-139,445,465,587,1214,4661-4666,6346-6429,6699,6881-6999 +r jackeater 6952JBLR8NdTOAU/WlqbbuBT1kI sSs1ruHdFKGx7FOGe2btNNnBxiw 2016-07-20 07:51:42 5.19.162.103 9071 9090 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8620 +p reject 1-65535 +r fluxe4 6+cY4aSe4ikHFwKWT42x8xgHX/g YL45yiPycuVa+LVqbDEQH/CnTy8 2016-07-20 07:55:57 131.188.40.188 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=46800 +p reject 1-65535 +r toratodysseus 6+thiNl5dNSrYiTApxwOxaMrxOI b+J/nTF1y+LG7ONqLc4GWBzXjBo 2016-07-20 00:45:40 188.40.140.87 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1750 +p reject 1-65535 +r TumulusRelay 6+8p57J5Oic1PNgiVszBex9TmoI wYQbdvdT6RR/CfRQudt6kY83cmU 2016-07-19 16:33:31 163.172.152.237 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26100 +p reject 1-65535 +r tjwtechvps1 6/tTasuR3Ke5cKvJOQVU0Cq8KUk inlEJbk2bC6HU493brumtYMqsZk 2016-07-20 02:20:26 192.227.160.84 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=601 +p reject 1-65535 +r sprockets 7AHLR2a63BYRZ4VVznk/Kn6y1yM LAGwGtCbNXuWvTSBZ5Lzg1LQ+vw 2016-07-19 20:27:14 46.165.197.96 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=17100 +p reject 1-65535 +r redDragon 7AHqZ0nJ/0TspPGtCKaqKtELss8 NidNcCuh7hb0XVZ22YSxWPYwz2M 2016-07-19 16:27:44 37.235.49.138 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=902 +p reject 1-65535 +r orion 7BFry4BWWkCM5n+Ow/47CwLDoGU ln0pn594onPfTqCOrFkH3cdjjzk 2016-07-19 21:32:50 94.242.246.24 8080 23 +a [2a01:608:ffff:ff07::1:24]:9004 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=156000 +p reject 25,53,465,587,4899,10000,14464 +r niftyguineapig 7BmX1RiS5GB8aOgAVJoefkaUAFo s1doX13bcg8M/BhKlndrJv2eZXU 2016-07-20 02:58:58 178.62.71.57 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24000 +p accept 53,80-81,443,3128,8008,8080 +r MyTorNodeOnPi 7ByJItBve5xI1sO8L/FTDn6Qkj0 A31zhZkJkVRLVKEQb4Op/vKc4g8 2016-07-20 07:05:03 78.226.160.96 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1 +p reject 1-65535 +r Unnamed 7B9c1zUG9jGnkEbbCaQWTSH8SQg XxJzj/vcrgmYVxmVJ6Qj1mcrENY 2016-07-20 06:10:57 158.58.170.2 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9260 +p reject 1-65535 +r x 7CLyPnluLwZXteb9s7lS95upx2I jwVDjsNKF/I94u6ltxVlBc7Lq10 2016-07-20 07:27:55 5.145.46.166 90 91 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=73 +p reject 1-65535 +r Unnamed 7D1G1jXqt68RH37L5Ea/Ug+29xM YAgwhzEN+LHA3HzScqDhDv/BsN4 2016-07-20 03:56:22 37.191.208.145 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14900 +p reject 1-65535 +r linuxtestexit 7EExgc6xyO3Bdgi7sXfNX9hTXpk xfYj6bfJyWbfMeu3f4RPrhB4514 2016-07-20 01:31:02 91.219.236.222 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=13200 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r OZallOver 7EXh5Jh6/6ZZQQALcdJCvfzzoHI 8hcoLkhi2qsDd4iB+HcxaPN8Wss 2016-07-19 21:23:54 46.246.49.48 9001 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 25,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r wishGoodJob 7E9+Aczm+wbcoHnbbz3tp2kO2rM xgDNWDiaaRSac33JLiIYnmdODtw 2016-07-20 07:15:14 139.162.142.56 80 0 +a [2a01:7e01::f03c:91ff:fea8:635c]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14000 +p reject 1-65535 +r prospero2 7Fo+DDVIqxm1Or3msfnR20mN7yk pHiWv2dLQV0B7sPnIoGOpHUCORU 2016-07-19 20:06:36 46.105.84.178 9002 9031 +a [2001:470:ccfc:102::2]:9002 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19200 +p reject 1-65535 +r rainbowdash 7GOe2qUSG0fb3z1rAaIuSKjLbMc jBplVWBc/53dbTUSVIFYjDc3cZE 2016-07-19 15:24:40 89.40.71.149 8080 8081 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=5160 +p reject 1-65535 +r Beluga 7Gl8PVgZsWu4mdKaGLnntgld+uw 58og7KiBTS8hfoI/DAZUfxzRTYs 2016-07-20 02:54:01 79.134.255.35 1979 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1760 +p reject 1-65535 +r demoncore 7HKIGhEo6xsoPuU/VJB0dxGab+Q qEqtv4HfT5yO3S+fJ2BcjTWdA8k 2016-07-19 18:17:12 185.15.94.17 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r DFRI3 7ITiMkn3S/+8grTmPNopXMwCkqA zQNj949yT3U7v5muLLEhN5Whsq0 2016-07-20 08:07:53 171.25.193.235 11443 1180 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4060 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r FromHereToThere 7I+ozIj4n0w5E+NdWgd2tbeXuXw KgbrDoH9VKzeETXBIY2+0Zs53uk 2016-07-20 07:43:30 94.242.58.2 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1360 +p reject 1-65535 +r feckindidedit2 7Kr6B4MYX6K92uJLzbcERFiPeJw A70Kk84eYMWJuhPm+ND7lUQjf7s 2016-07-20 01:24:21 31.192.98.151 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.20 +w Bandwidth=269 +p reject 1-65535 +r MrNaz01 7LKRNjuNMfPkRa5fyZSPSdz/8P4 ARxWMxfU6Zds1O1ARGZZniF+xoE 2016-07-20 03:59:13 198.27.109.36 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=679 +p reject 1-65535 +r Howcoi5 7LRT/XGiul4umRmI0Hhazd6euIY kBtOQSSxJQlQdlDUsOUIo+asvoo 2016-07-20 00:39:03 159.203.13.157 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1430 +p accept 80,443 +r birdyExit 7L4TNyn/YpjssL6UzSyYG1z4CHc LxZl6VqFZuVGNGqaEqP98VJpegc 2016-07-19 15:48:10 108.61.212.102 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=250 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r torpidsDEmyloc3 7MF8C6dBE/t6T1ja8v8e4jzl3wY RrTGTEq0eZn1qT2igUuFz2v4JiQ 2016-07-20 06:42:28 89.163.224.187 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.8.3-alpha +w Bandwidth=71 +p reject 1-65535 +r Mikel 7MU/CxznAaXd5PzyaOpCPiaUz3I nJoY9COsQHoVhW321getiO236II 2016-07-20 03:45:53 83.212.102.18 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=429 +p reject 1-65535 +r Unnamed 7M/TPRyo6s4bwTHA7vS1Vf03pxI o7VkKNbA0kWfzxULHj7M7zqMsjc 2016-07-20 03:48:18 77.186.203.172 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r Cxaxukluth 7NGtkc+4aJER1H6IWopDE4vgu8Q fJfsTZ5Fc1Y6wfg2u1fsESeRiNI 2016-07-19 15:30:20 212.73.124.9 9001 0 +s Running Stable Valid +v Tor 0.2.8.2-alpha +w Bandwidth=19 +p reject 1-65535 +r WelcomeBayTorRelay 7NJwOEss+gj4H4iNuvvAWZgu744 CEHNt+cNe6N66xLsjchgkEH7yR4 2016-07-19 23:27:52 101.100.141.55 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=154 +p reject 1-65535 +r relayautomatenpark 7Nv4UiSEZ4tXCkvPHA+Ywq1qkyQ 8dfCyY1qqKP7idAtJFqay6DjT2g 2016-07-19 23:17:34 85.214.23.188 18091 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=442 +p reject 1-65535 +r perfectlyHonest 7NwI4E5ANcAd3kK1LacbWeM8NZs uzz5+rX8KSOSBfAmIG/+H6tm8Cc 2016-07-19 21:54:40 198.98.50.212 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=438 +p reject 1-65535 +r Zeta 7OttViXbrcFGtIJTwtw1zNWN4Hs D3Fwi6Ge5X/Hbj86AtmSC1iFrew 2016-07-19 15:17:18 62.210.138.3 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=61400 +p reject 1-65535 +r nodezero6 7QJy59uAdt+1pn85JzBVQIEK7Tk H14+x4QYGyh7E5DgIVn+ugLw1zg 2016-07-19 19:20:37 212.114.254.91 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 1-65535 +r Unnamed 7R3KO4EPJYJ4j9SO1ibIF7Ve4aY MIYhC5HNCKMEFzgW5ROODAIHPeg 2016-07-20 00:17:34 96.33.18.202 7530 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=15 +p reject 1-65535 +r SEC6xFreeBSD64 7SM4ysJxGz4zE5Lh7SgxIZt5QCQ GOUonuhz1RjR29y66iayATU51Mo 2016-07-20 00:23:36 192.87.28.28 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=61800 +p accept 6660-6667 +r number448 7Se3b7PN+WHjsoJBC2Gj8X7ZqTA WVgDIBE1JJvlvxMC+6DztgfZtUk 2016-07-20 03:57:55 37.157.193.107 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17200 +p reject 1-65535 +r pippin 7S0sty3n052gJzjODGW3vjPrELs re50pUIbqWrS/SRKjQH1lBE1uMI 2016-07-20 07:09:08 78.46.17.136 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=653 +p reject 1-65535 +r Unnamed 7S+JkmJehQC3vcDK0mvaKN/2sio dKd4wffOYVq7eTOt57mnE/O/N68 2016-07-19 16:32:14 107.181.174.227 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2950 +p reject 1-65535 +r torgoddardnetnz 7TLtBGx1uf9nJJIFKXE1ucIPVSA vJ3UUlEfSHmuVFif/++Kn1h5K1M 2016-07-20 04:18:09 192.241.91.52 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=820 +p reject 1-65535 +r XOHmaya 7Tt+BgnKBCxt5Aov+NRQ0hIraWo LRt4pRhnorY5Xqmui56iGXioNnU 2016-07-19 17:28:38 151.236.11.114 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 1-65535 +r Unnamed 7T/5I004gIDmhC6IJqDz3HNu3G0 Xi1d5houXflm/mW48KmR9v8nsT4 2016-07-20 05:18:21 5.34.183.26 22 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10900 +p reject 1-65535 +r vilyaExt 7UZj+1V79ccztEaB9cYShoHsBWk cBOgxIXu2CCDl57ynvuYgWpZ0dU 2016-07-19 20:44:03 193.227.196.10 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=13 +p reject 1-65535 +r xerneas 7Ugf0MOkO+Kd+9kcbS6WDEQjVzA n5DiY2GNiSaupdr18zoeDcfRD0k 2016-07-20 05:12:20 91.202.40.115 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=9810 +p reject 1-65535 +r rfc822 7UoR0/YY/jDYGi4KZCs+mR0S1h0 4S8tOicqF1kYKlpl0QfkXgjyq7Q 2016-07-20 08:29:52 195.71.68.84 4712 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=679 +p reject 1-65535 +r monterrey2 7UsRK9PF4ws0c2+szt/PXWeXmNI xu2b5K0yrmQwWxlRwkT7tglGXqo 2016-07-20 03:22:30 209.141.36.42 9001 0 +s Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=20 +p reject 1-65535 +r pccowboy1 7WQ9MpBi5vl/MbE02WvfU7BG0PA zOpeG6Q4R8HbSLjuu/vpBYM3Zu8 2016-07-20 02:16:58 104.220.133.225 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=542 +p reject 1-65535 +r torprintbot 7WZldmIIgxSFzXmMgFirsbtmcd0 0RmH3Qz5xXaV5T5ImHoKNX76QSQ 2016-07-19 16:30:06 98.226.217.3 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 1-65535 +r BillBlack 7WlahfOkXduK3gWqGdl6nJW7duY XdpuZMM50xkRY3SjJSa3egP7BaI 2016-07-19 23:18:44 68.70.94.109 993 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=827 +p reject 1-65535 +r tuwi 7W+lztYenY0FpswlX8vx1DDoqQE Oyt3TxpHplwRJvfdDQXoz+64Ogs 2016-07-19 16:24:27 109.69.2.62 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r Unnamed 7YKf5DS8PhB3/84wwekFHId3hoQ cEZ76oNs87sXoVpXsInhn3XPzM0 2016-07-19 23:18:16 162.247.75.118 33180 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12300 +p reject 1-65535 +r ripjacklayton 7YT+66NEG+aXGY8vqxmvxoe3jmo JDydQE/Uj9LNpGrQlQ/8MpqViKs 2016-07-19 20:38:13 82.221.128.217 9001 0 +s Exit Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=13 +p reject 25,465,587 +r letsgetprivacy 7Yi8IEOXCVxuc6DYY8tND/Fsvq8 O4pdAdFmYyzOEtNsMojTm+zx794 2016-07-19 20:34:24 154.127.61.134 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=733 +p accept 53,79-81,110,143,194,220,443,465,531,587,989-995,1194,5228,6660-6669,6679,6697,8008,8080,8332-8333,8443,8888,9418,11371,12350,19294,23456,33033 +r mullbinde4 7YqSkaMTnjS701A3sIIIHsbCbIA yVI+t0U7EzGsESrR8C0zQ5Yhc6E 2016-07-20 00:54:52 85.114.135.20 9001 9030 +a [2001:4ba0:fff5:2d::8]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=13800 +p reject 1-65535 +r Cornitor 7Y5F/k1XU/b67nwsuKmqE0xCo4s zEdz6+cFq3IwujM4v83mG+w85wk 2016-07-19 22:33:27 109.24.220.7 9001 0 +a [2a00:5881:4008:504::17]:9001 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=34000 +p reject 1-65535 +r mylittlepony235 7ZQWe2HOXyqtQavXDeLz0ogA5ic wpcNpeHWwO+X3BA/8e0qLiKTI00 2016-07-19 17:18:47 5.9.43.3 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=112 +p reject 1-65535 +r Unnamed 7ZQ9XTKzk1hikWob4z53gNtR28Y 6sdVeFbfaB7uiMEBS2SW5XNrG5Q 2016-07-20 05:55:42 46.227.96.218 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34 +p reject 1-65535 +r 472947 7ZVocHsJ8fL64n+CCAXzdwIydsQ eGLIyQ3RUZSwt2fIC9G7kyhykXQ 2016-07-20 07:28:40 79.251.128.230 9020 9021 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r tomatopalace 7Zzc8NEdR+giZl3WfrgNfOFaoos makv2hlOg6jQmUWGw1Rip+kF6dw 2016-07-20 02:14:26 199.68.196.125 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3050 +p accept 20-23,43,53,79-81,88,110,137-139,143,194,220,389,443,445,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r ansibleTorRelay 7aES1yTt7sjiN35rWpKrUU2PsZ8 EgW/dvTKSMy6oEuYOUu5k8G+ao8 2016-07-20 06:03:13 100.0.240.30 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=10800 +p reject 1-65535 +r kirill 7a0MAvJVfljkmqqQ7xyjaXTsfCE 1ECRQD9NQQYLXH6t45k82BVmyIo 2016-07-20 09:31:05 185.91.75.22 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=14800 +p reject 1-65535 +r eadgbe 7a6WzThRJ9Cdipq0+meG+YcNEpg F5oMgF3G1waVR/uHa719ak594NU 2016-07-19 22:01:52 198.100.148.112 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=2540 +p accept 80 +r research 7baBTFw9CiCsxPvOk6BkjO7XARk uknPLoonFipZ1qHzkzjuxG7uESo 2016-07-19 23:20:05 91.134.131.72 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32300 +p reject 1-65535 +r bumshausen 7boVqc3oXJ3bnHkKWvQQHnOZ4wI +2MTlWILnPL2yuyOoWVvT3qQsgo 2016-07-19 17:53:41 62.141.45.56 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26 +p reject 1-65535 +r MYCROFTsOtherChild 7bomD+ULbDuQEp7HMdAvxcVZYIM qRi8GxSFUkPagNBLUEoJ3hGGJvU 2016-07-20 04:52:51 73.8.182.229 32323 32326 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.2-alpha +w Bandwidth=16 +p reject 1-65535 +r brianpuccio 7b6Ejooq8y1Vcc6U6BSMcIvHCHE UVpBvJSdZ0w6mWznGPa/+O25Zw8 2016-07-20 07:20:24 198.74.56.191 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=403 +p reject 1-65535 +r randomsloth 7dpy/7E+CA3bv6OsII39l7uTPWU YROmob8G9rjdcf+vyYo/nYbp+hY 2016-07-19 19:24:13 104.223.16.151 9001 0 +a [2607:fcd0:100:4d03::d9b1:71e]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=717 +p reject 1-65535 +r 24f265750 7d8djn90Av1bm408QSiVAEs8JH8 JvNkcFaNtCFlUizZ/E/yOYzlJzg 2016-07-20 07:23:01 71.104.50.84 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=784 +p reject 1-65535 +r yatroav3 7ehOZvt9nyvuqbDTr5bhuPM5o0M hE5/FkRjqmERAba8twoOySzyNgs 2016-07-20 00:43:17 104.168.62.174 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=549 +p reject 1-65535 +r ididnteditheconfig 7f0quYo9aBqfvlHQu3evZ/lpkAI 8JEhpYGpw8uwUfTs1HxdtqQ4qkc 2016-07-19 22:29:23 94.23.55.210 443 20629 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4360 +p reject 1-65535 +r luraleen 7gEO+AonrAsCzcK4shSmIBuwLSs agKQwmN6tR6mMSf0cfqk5bCm+LM 2016-07-20 06:46:36 144.76.175.205 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=45300 +p reject 1-65535 +r Stanford 7gi4YIfhVOWyl/F8sqZWv1o+EHE jmcLERUDJqsVBLw8YPYKA0rls88 2016-07-20 07:15:57 155.94.246.7 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.7 +w Bandwidth=1520 +p reject 1-65535 +r kore 7gsSaHeXDe0siBjTG4TDAsL5n7M FvxLsTl1XToQGVm5xPuFlrhRT7o 2016-07-20 01:24:23 5.39.95.142 443 8080 +s Fast Guard Running Stable V2Dir +v Tor 0.2.6.10 +w Bandwidth=13100 +p reject 1-65535 +r PhantomTrain2 7iH4Orb3bjs//LpcJJb3icuE58Y 3OzH+tTM623MROs7Lh7OafEfryg 2016-07-20 07:42:59 216.17.99.183 9001 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10500 +p reject 1-65535 +r sscnet01 7iTw9SMkWaCnbsPVzN4d0FCqA3U Mo5WB0VRzf03AL8uM3cCF6BfV3o 2016-07-19 19:13:30 104.238.134.184 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=1380 +p reject 1-65535 +r chloe 7iUKZ9guZGI7cy+CV1p7wlcmVlQ lfW6Q/R1+CAsYsEA35vkMBOBzxQ 2016-07-20 07:01:23 104.233.79.101 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2550 +p reject 1-65535 +r grepular4 7idGmi0k5bDhGc5nO4IJct/gRhk vR2SN6mXobSU8u5ncvWFE5Oa49M 2016-07-20 03:11:05 128.199.170.246 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=253 +p reject 1-65535 +r NochnoiDozor 7isQBs7ECSgLJ0oOrezrwmB+tEc 4BDvrJXEKae0MDgzQS2fjWgbr3k 2016-07-19 22:01:14 87.174.97.200 9443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=343 +p reject 1-65535 +r Unnamed 7isoQxIeDcKkD5X9CKFG02snVyI cEeZGTXPZNkeBb56jdT+BjRz234 2016-07-19 17:38:23 207.46.157.157 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=432 +p reject 1-65535 +r vortor02 7i4ZaxmfQZdve9iOYquKFvNWLb0 MTKv90ngAlGw/MmYGVlkNQOgPVo 2016-07-19 17:47:24 46.101.149.105 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1240 +p reject 1-65535 +r flimflam 7jFFsWAqYa3pIcycSg7x0wIlTGw PpfiBaLMSvh96q7uy6Gzp2b6rOY 2016-07-20 01:38:28 100.15.114.5 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=654 +p reject 1-65535 +r paul 7jiW8Jd26pgIph3r2RStxc9BK9c xdH5KJd6c2VP+lOlQxnR68VHs3w 2016-07-19 21:16:01 95.211.226.66 30693 10059 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1460 +p reject 1-65535 +r Politor1 7j646GJ2VDvP+2O9lJrvmNvOuvA +BWp9BtvG7krSm3orpC6F5OagBA 2016-07-19 20:00:01 158.69.217.34 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=10 +p reject 1-65535 +r marshmallow 7kLo5VS4j1mn6KF3GQgF5LBQziA 4L3aNQDgVs5a53vX8jml9yS0nYg 2016-07-19 22:08:03 188.252.225.133 9001 0 +s Fast Running Valid +v Tor 0.2.8.5-rc +w Bandwidth=1190 +p reject 1-65535 +r Unnamed 7kW2/k4gqn75efDRh46Gq1/n96c Pk66GngYaigxDkmWEB4d09ZI/nU 2016-07-20 00:11:59 91.220.220.5 443 80 +a [2001:470:1f09:1501::3]:443 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=599 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r cassini 7lSzViTRdcbIV3kT+GF6IXoIhPk EwHepipIN7WxRShzzBOVyLq2yB0 2016-07-19 19:08:12 209.58.160.138 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=434 +p reject 1-65535 +r masterfoo 7lbU9jLtu0WUoZr1lv2l8B2KNog +CT8kjThSeEsrI7DO2rokvKivTs 2016-07-20 04:00:23 50.116.21.172 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=337 +p reject 1-65535 +r thoreau 7l+JfHUtRrz/UxZBuFP8a8eN1Kc mFwtDaBpCffiwWD+Tfh12wzk8hY 2016-07-19 17:40:24 46.165.221.166 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32500 +p reject 1-65535 +r torbox 7nLVkO6F/LgduwCZjbUEX6cKBhw Ud9VT8MjkA5gK0oYagzH/vDY2jY 2016-07-19 18:08:42 82.242.87.146 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=20 +p reject 1-65535 +r dawn 7nVVn6gO0Q2xAyv/sGhHwyaB1rg dRwFheexaVA69Tit6aK9NqaE+Tg 2016-07-19 15:47:44 195.154.81.143 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7250 +p reject 1-65535 +r MyCoolPutin 7nhrMX7B8cWM56ho1jLNj90JhrQ JIgFg2MaTBkOYDQAUv1DpvuFEu0 2016-07-20 02:54:45 51.254.38.238 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21000 +p reject 1-65535 +r Unnamed 7n2nMsQdWWjNnamgeYO61N3ay3w mcUBUCI29QWbguFiWC72I3F8iLA 2016-07-19 14:37:37 217.165.243.207 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=49 +p reject 1-65535 +r hanhphuc 7n8X6EAxJ4OwQ4gTjmK9R0hyr0A h8QCQ2Nev0K6e6EtaMnSYA4yJoc 2016-07-19 23:38:26 210.211.122.204 443 80 +s BadExit Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=34 +p accept 80,110,143,443,465,563,587,993,995 +r Unnamed 7n+8DvKfRvvs8+9VsE6iSri5iIw 1FVNtbM4iamwl0CKoPus4ewXrzg 2016-07-19 22:14:13 94.242.57.38 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=114 +p accept 80,6667 +r Shodan 7ok8nvFhvpKcCAswJ6DYb97Qgt8 Bl5ol5hAxheXr72R26EvTsXD5Rk 2016-07-19 19:04:45 178.62.217.134 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=219 +p reject 1-65535 +r Unnamed 7p9tfJXXOdS8HPdPBqFcubwxtDI 0KCTKE3Q8HNzBhccn2ySKYiDntU 2016-07-19 16:59:57 107.181.166.11 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1860 +p reject 1-65535 +r mt01 7rGdAFR+Yj+gyA5E7uMpj4pQPBw rp0zMsQGE7hmTT79wDjX62wOJ3U 2016-07-19 21:54:43 213.141.150.19 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 1-65535 +r hdt2735 7sZxnqm29A+ehtNV1iwLOFQkCss 0tODSLVc6+HPkXeprGK84VgT5SQ 2016-07-19 16:20:55 78.233.101.151 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=9 +p reject 1-65535 +r yagimi13 7tA7ABi5A5XSmfcczRc7VrOprSM 9f7xndvV9b/6+6VZLv+YcnQhIN4 2016-07-20 07:09:34 62.178.168.76 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=330 +p reject 1-65535 +r CACpwcrack3 7tl7JVRud05eEZfhL0BVut21Vw8 4ZA5lWTmp10hKbK9PaAPAeQu6Yo 2016-07-19 17:37:48 64.137.215.209 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=2470 +p reject 1-65535 +r andergast 7tySyOTxTvtiAPtMktT5V7mGUrQ Uvz3ePID+SVrLXEleClRcwcslNw 2016-07-20 02:36:40 185.100.84.251 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13300 +p reject 1-65535 +r raspberypi 7t9Zi0lGN5Zuixnru7qFjo2jU5Q pEcUHn3UmkN90AGLey9rMPpPew8 2016-07-19 18:03:14 75.72.218.41 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=85 +p reject 1-65535 +r radiofreerobotron 7uDvNRL5fj5A1AsPkCfCOrYeV/0 dSn72JZO965LW5EsgQNS1L1AcBU 2016-07-19 16:40:25 178.79.136.230 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=193 +p reject 1-65535 +r Unnamed 7uTDj1xtt18ENv3G4OltYhJBLG8 O0FnWkJzCo3rb3BJQUslukHQqhQ 2016-07-19 16:02:42 88.208.208.34 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r PercontorQuick 7vEjIKC7ZHzcPyh2phgXe/O7OoA yqTB/foHTiuhx1BAHLntJgOeMqo 2016-07-20 07:10:01 80.85.84.72 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6570 +p reject 1-65535 +r nighttrain 7wWKgmynxzsFnAvQLVoie53yZiA 9A3XS0xm6JRHnHjRkRRj+UzKJwU 2016-07-20 07:16:23 54.211.96.251 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=370 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r skynetanonymous 7wzol7A58wwvSTZTpY+9doFLXj0 YfLkuQn/uKr3GKKTKujISv9jUzc 2016-07-20 04:50:19 104.160.36.241 443 0 +s Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=17 +p reject 1-65535 +r Borghildr 7xbsO5lOU5SSnpJR4PSTPQ0Dm8A ZgVDQPrF8MTHo61Xvs4h1VAtbSk 2016-07-20 06:32:58 108.59.11.225 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1290 +p reject 1-65535 +r berrendo 7xqb4jGmw6yUueK/yGmQsWySOkU FsSbHrAcxwE0l4SOxkeE643a+x4 2016-07-19 19:12:46 141.255.166.189 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=12000 +p reject 1-65535 +r UnivOfPAExit 7ye7Mggn+MgJypmeB7m3g8esyPE RAomowNu1BgPCeJf7EpQ330A//o 2016-07-20 07:15:20 158.130.0.242 443 80 +a [2607:f470:8:4001::2]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21800 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r raincat 7yn2n0n/HBfL3P+OEeEM2fa535U +Oov7tkJlr3QXfXcoLPZ10Y1k7E 2016-07-19 18:13:19 136.243.70.199 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13400 +p reject 1-65535 +r Welp 7y8tcINGoOpUOGzIYKnb8CjJoDQ PY3/vGvs3SRWNKqh462MMlXt0fM 2016-07-19 22:40:27 104.131.204.147 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=88 +p reject 1-65535 +r yuicat2 70NRc4zWtFR0XFQysaFaPetv6Z4 WT1hN0M+9irL7LnikBdylLTRHfM 2016-07-20 03:19:36 198.167.223.38 8081 8080 +a [2c0f:f930:0:5::38]:8081 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8380 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed 70VQ4xsr5u5T2IeGFMgk6FJKB6U tUzSK41+AxIx78/oMrfnNQUE2ls 2016-07-19 22:00:08 176.9.114.182 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=31600 +p reject 1-65535 +r zeta21NonExit 70vW6OWBdpC3nGdgiYx+/MtsLTA XxccjDF1//u1hG5igsGSlgCAd+A 2016-07-19 15:20:21 108.61.199.202 9001 9030 +a [2001:19f0:5000:80c1:5400:ff:fe02:9f00]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.8 +w Bandwidth=1130 +p reject 1-65535 +r RutimkaTorRelay 71GHfYTOB9Wk+Y34toEosNFe44E DQ8bguVQBCguyb87B75r79YJ2J4 2016-07-20 02:17:01 188.40.107.205 989 990 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=182 +p reject 1-65535 +r Zitroneneis 72WRdU+Qed0SLvwsS1KRf2Jajls 0uKSjnpuKzxCiwTuD+R2buuvUYY 2016-07-19 23:12:41 144.76.54.62 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=32200 +p reject 1-65535 +r BabylonNetwork00 72Wk7/lI6kKUMP24NKucX5kugfY LibQey1EUm8j20YIsaOXPQa2WKE 2016-07-19 20:57:10 149.202.98.160 443 80 +a [2001:41d0:8:4528::160]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=23900 +p reject 22,25,109-110,119,143,563,4899,6881-6889 +r default 72iqWeBQ3wKYaMcxlYQp2/X8bdM u6tg4OXNYnoWkSvFmM4FiSW0zdY 2016-07-19 20:24:59 125.181.52.183 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.6.9 +w Bandwidth=209 +p reject 1-65535 +r Spica 72u7kow7pTIBRZGdAdY6xQmPK8k mENLvmAq9wWOF3W6IByMiC8U7fU 2016-07-19 15:12:16 139.162.142.27 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1440 +p reject 1-65535 +r crazyhaze02 725OvYOrvvKRjiELWl61ksDFnjI naykjj9dAZDxNRVl2VrpSHqLjTE 2016-07-20 02:50:38 176.9.38.38 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1560 +p reject 1-65535 +r KrystalTheFox 75tzg4xqhHFvbk1fYpnlA+uAA40 BU08tAH4n+Ai8T6DbexZYdvoLso 2016-07-19 23:42:15 162.243.119.52 5678 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.5-rc +w Bandwidth=9250 +p reject 1-65535 +r ParkBenchInd002 76e664m1jgovP6ieP17gLzaC6wE iMehHL6o+4QsQvIquGLc4LrV/cg 2016-07-19 22:49:51 45.62.239.113 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3350 +p reject 1-65535 +r marcuse1 765EcoJkmCIkRF6WIUwV+Qdd7h0 dy7tP3HG4WxS16Xx6f+C5NWRhiY 2016-07-19 16:49:01 178.20.55.16 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=27100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r 20TBnode 77AevvTChH7xa4b8sQy6+8YWowA +nCgXXXrPA0E25abfMJp7wJfX9g 2016-07-20 07:11:56 144.76.72.40 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=18900 +p reject 1-65535 +r default 78SWwGA3VV/3o4J5xTaE1MAZ1Z0 BjpPLlyYokox+l3OndT+IXQOYZg 2016-07-20 06:31:57 42.112.16.198 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1 +p reject 1-65535 +r AnonymousCluster2 780/XeTevhxy6uSZfqg4q6doavA W42Gg0zd6lNDp9x2rJ0cVkE9jJY 2016-07-20 05:20:27 88.130.142.248 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r xenolabs 787dXhW9fh2HQ5OHzAsrG52fHkg mb32ZjyrERqKljYWjEOKjyY35P0 2016-07-20 07:09:39 178.254.55.76 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=16900 +p reject 1-65535 +r ubuntuTORvm 79ZRPMSAvQbgf+C4csQKK0I3YHI /nk/bAs1XKSz1qcuoI+uuxJUu0U 2016-07-19 22:01:31 208.86.251.88 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=858 +p reject 1-65535 +r TRAMS4114 796wn/0MVpr6v+AO2HDQiOzKb38 KoelJOGp/knFOwlQeS5QAZJY4Xc 2016-07-19 22:10:37 128.199.55.37 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=33400 +p reject 1-65535 +r hervert 7+GcxaqsVcdW9YKBSEwAKwWUcgE SPouhhbUErFAKxt+kPZc4x9sThg 2016-07-19 21:08:45 94.155.49.47 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=8760 +p accept 20-23,43,53,79-81,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r Unnamed 7+J08pEoxW/C2eAlymvLxqZ5/A4 viZoxuWX3JhKkIIcKxvZffypM4g 2016-07-19 18:55:51 24.2.175.184 43840 43841 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=384 +p reject 1-65535 +r uppsalarelay 7+RJ4La3plc3a1/mKtFys+xYAKg k42lVnFlSLBBMs6cvYqM3wUCJzA 2016-07-20 05:23:00 155.4.103.214 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1510 +p reject 1-65535 +r dbpotatotorrelay 7+c4qrAc6y5lDwRSK2KHxrX0GHA OkA9tet37sy3nwAwuTlNC8XyQik 2016-07-20 01:40:06 31.179.132.42 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=157 +p reject 1-65535 +r Unnamed 7+7+Bz+j1DAMfFzPSpz5FXh6ayM vflhxVwSACyzljJVsUMJSo5XIPM 2016-07-20 03:20:13 95.211.27.132 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=17900 +p reject 1-65535 +r MoodyBlues 7/G+XFGZ/lOI/wkpc+8FF14vdKo h+wV8tSoAEXE88pTOVkkwepMU24 2016-07-19 17:22:59 162.193.230.22 8080 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=61 +p reject 1-65535 +r toorec 7/kR24Ufhod0IcWFjRQ0oHnhzlM uZ9OPH/UecHUOuQSzvd+zsz/YBU 2016-07-19 18:32:52 178.217.185.238 9667 4431 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4 +p reject 1-65535 +r Torr 7/0RjjA9FJIgKR7vwiD+EB5Ht7Q beu88BUDeZTkR4KX4hV1xOvhiIM 2016-07-19 19:14:25 188.187.149.202 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3 +p reject 25,80,119,135-139,443,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r Dragons 8AHNKp4nt+Ps0SCVHK+WghOWezE vxkNG/W3nwJ6MnzkK0BPz8mKfoM 2016-07-19 21:30:51 193.182.144.53 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=426 +p reject 1-65535 +r PancakeWhore 8A7C4KLKeaV/56CRigh5h3R9dy0 oKIQGyHLC1CjHTj+Lu3g+470/18 2016-07-20 07:55:51 198.27.66.209 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=3050 +p reject 1-65535 +r Unnamed 8BXoC2T5mFQ7Efcd5dDDxCwj7DE 7/WL+Movl0TWf8U5yA9dUIuB7mo 2016-07-19 15:01:52 45.79.85.112 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8800 +p accept 21-23,80,443 +r Unnamed 8Bg6f78YUGUTQcqRnU3IzlHq5s0 qGU5c+admsSZDNuEUYOjUX6N8WU 2016-07-20 00:12:59 70.79.218.211 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=9 +p reject 1-65535 +r Unnamed 8B2NZEjIuIPYrNCNOqd4nV7ji3s HBSeYaEZfLUxPDz8zTO9BHeQoBY 2016-07-19 22:49:23 83.250.79.84 65511 65520 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=402 +p reject 1-65535 +r torgw2torulethemall 8COe51+VSFIv80DEmesUJmMMEeI iHDNraperMCwdKvZvHEAzOhz1nk 2016-07-20 02:03:39 66.116.108.179 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=112 +p reject 1-65535 +r Hogwarts 8DSnPrPZtuQHolFjSgJf9LnmibQ PxwO+4HWSkwG7gvQL3ipkvJ93MA 2016-07-20 06:47:08 90.146.34.158 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=43 +p accept 80,110,143,443,706,993,995,1863,5050,5190,5222-5223,6660-6669,6697,7000-7001,8300,8888 +r Finny 8D3Slb1uCi6sxVXpbC2wfud/HRY jRRNTA1Y1vdJQ6/H7ADooT4KFAU 2016-07-19 21:33:51 198.211.118.164 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1610 +p reject 1-65535 +r jaxomstlo 8Eg1/xfKDLmO7msKyMysgEChvWg 3l+9+G3VqWepF3t24dJxPuzT4vM 2016-07-19 20:59:22 82.243.133.180 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=807 +p reject 1-65535 +r QueenMole 8F8VHNsxf4HGKFMFvhZZ/isBJsE Jh6m/I1vJHdZbxQEY4O/T/Xnegs 2016-07-19 20:30:47 94.209.175.134 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=517 +p reject 1-65535 +r jjck 8GLBHZ+RNXwMHXOlFRdy++2P8WQ ADgdKF1EaR0ljRUEuBQNKlvEIDQ 2016-07-19 19:20:04 212.47.231.57 9999 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1610 +p reject 1-65535 +r default 8G/ezfWFVCeUTml/0PxGAj2Cet0 snXR3G0T6bxfm1bTHZv3O//AaFE 2016-07-20 06:58:33 92.95.66.116 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=372 +p reject 1-65535 +r icanhazfunk 8HXAk18zF2Ot+54H5NTTWnTil9c 2XGQL97VtdXTcLtpAtD+DgJhFNI 2016-07-20 07:30:37 173.230.154.90 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2890 +p reject 1-65535 +r planckpacket 8IUvyGrzYftS6quVK4t5CM+kA9s JiXWzaiOufKc/Yq+eP05llv5Tyk 2016-07-19 19:21:02 78.46.162.51 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=547 +p reject 1-65535 +r onion987654321onion 8ItByrkW8ktCI04p38AIkP9RibM uRDEGpIASBsZ887iMGSKTVytjL8 2016-07-20 04:52:21 213.127.133.167 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r tonesiter 8J/MK+Yc/15N36qAsM64E1MmmCg TahAJxElMeFgQrUB37N6MwSs/jI 2016-07-20 02:03:12 89.18.172.112 59001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=238 +p reject 1-65535 +r TorExitJejaringOrg 8KOIXXjTBpKk7Ct3+uwZVifRJ+U Iyx7TlKDPeIPkh9Nq6Kf19wNNao 2016-07-20 08:33:27 185.61.149.193 9001 9030 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.4.20 +w Bandwidth=18 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r SchwarzeLocke4 8Kl6rwkgFSk+xj1+ddnCtwt8Ngs JkBpdVtsDz97EL4yhl3eazzzJgk 2016-07-20 03:18:42 85.10.196.12 53 80 +a [2a01:4f8:a0:6128::2]:53 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4540 +p reject 1-65535 +r Deteros 8K6SK001jzr2t2IiolJrBHDn2RM lywcqMYy4kI2puwTX0A6s9OuWOI 2016-07-20 08:27:35 93.104.208.106 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=322 +p reject 1-65535 +r vm242tornode 8LWAeYuzA7o27RJoVo4q2TW2xIY h9RlfhSqXXA16bjbvo+Z1W1EXvg 2016-07-19 17:32:32 46.4.34.242 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3460 +p reject 1-65535 +r TorMePlz 8LiwNx/USlyjsFQRF2rn69WwJbw ydPUR8MOIOeKhc7rhUyKbU152TE 2016-07-20 07:30:33 149.154.159.87 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=1070 +p reject 1-65535 +r neutron 8Ljxm9BzZypdZATqKX8wCF2XR/4 6Pk+6HFB2YOwM691E5PvdvqyZ4s 2016-07-20 07:23:39 178.62.58.43 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=3050 +p reject 1-65535 +r Yes2Privacy7 8OVM57vU4DI8aDjFFeWcWvNFGtk 1/+xAfyN5XyNQzdR9ZMV4AgT1Fo 2016-07-19 22:33:09 45.63.24.172 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=182 +p reject 1-65535 +r toupeiraorange 8OZ6RVLDHjcwpN+bBolVLixsxds 2erVlsmOklkmCQguWuDhUJladG8 2016-07-19 21:28:17 82.221.139.129 443 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r fractaldragonold 8OpMzGTMwuI9u65yMNxgyUm4ZQo 9OF+mLRCUjP0BJ5Fm4p2R/taC/0 2016-07-19 21:04:22 71.19.157.213 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=423 +p reject 1-65535 +r ParkBenchInd001 8QveJ5rnFRXdzMxh3Bmsh2X4o8w yAZxeLOdGTMSPdQyROuuC/YCKyk 2016-07-20 05:28:24 192.99.212.139 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=3020 +p reject 1-65535 +r UFPOatWSUCougs 8RIxg6ZvzMsl0cxnqMYr1pl/AA8 V3/eQkDkrOuvMofsAabEpsed7zM 2016-07-19 22:36:14 134.49.233.110 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1860 +p reject 1-65535 +r nectanebus 8RW47/e68KcLdSSFGd3eSpJr+c4 ycQE012eCJ7kOpXfHAIpCKULGP4 2016-07-20 06:17:14 103.56.207.84 443 80 +s Exit HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=6 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r choroyIU6HwzJIz2VcW 8UFZdMm60grAc2uZgj/QxsUSjdU HCZDoQlMMQsH2vPGt8WHztetfi8 2016-07-20 05:49:41 198.252.153.107 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=2370 +p reject 1-65535 +r poseidon 8UnUX0dMvPAN+OTrrlVHS9D+0uY Vj6t/Wjqsf886IfJm3GOxbjGUZc 2016-07-20 00:02:15 194.218.3.79 80 0 +s Exit Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=11 +p reject 25,119,135-139,194,445,465,563,587,994,1214,4661-4666,6346-6429,6657,6660-6670,6697,6699,6881-7005,7070,8000-8004,9000-9001,9998-9999 +r amintor18 8VAKE3r6op5uNhDWo8DvsBht4xg dw8sxFZphNY25+Td8j7Zn/03WVk 2016-07-20 00:24:21 5.135.199.14 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=101 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r horseley 8VXYhcx1jxPzjoBenVPw7wE5onU uAVYel6Uq7Kgj5RVP2rPN0fohr8 2016-07-20 04:03:11 178.32.251.105 443 80 +s Fast Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=19800 +p accept 20-23,43,53,88,110,143,194,220,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r anaproy 8XQkQ5DY40/orAZTxgID+wvP1jA xv5srEYnhkcWzi54xcf6Bzolmmc 2016-07-19 20:49:01 77.161.34.157 9090 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r larrabee 8XSqceGTq6VSG+6t1ebyyN1vnfY M2Fqv+DoXLC1Xz5ADwIWSopZ3do 2016-07-19 21:01:39 110.4.47.139 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=271 +p reject 1-65535 +r sinterklaas 8Xtc4CLBZCAqALNmnvyrcs+AuTw Idh+hOTiVPwGqmkZaVGJmZhrt/o 2016-07-20 07:33:34 85.17.172.75 80 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12200 +p reject 1-65535 +r seedboxen 8YrAuvVSuaG1tyV71QMu0M3LL9Q SHiufFxA3WNZy28lUNRGcD0wnZM 2016-07-20 05:09:07 128.199.139.224 9001 9030 +a [2400:6180:0:d0::3cf:1001]:9001 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=354 +p reject 1-65535 +r shelly 8ZDZ2LXuDR4rOZ+Ui2pinAC7X4I 4Z51YEZE32ndSuZPP46lJDi7Uus 2016-07-19 16:01:08 89.33.246.114 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=5970 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r usNjBobVps4806 8ZK9Ue8snKVTZG8oZo0op68cqw0 EtI0WRVGE8bg0LAx1uKsqlbdulc 2016-07-20 00:16:17 162.220.165.185 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38 +p reject 1-65535 +r Kings 8afOGx1VjcJOObazD/IX7M7s8UE GRbS8PEkf1h/+BOGS0oA3c9JKDk 2016-07-19 15:51:10 178.62.252.82 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18400 +p reject 1-65535 +r Sector001 8amMoPobPeCtcbl6b1ADprrKn+s TaVxD2/czkoZhB+UpnWYlrWQpYo 2016-07-20 02:23:20 50.7.161.218 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=52300 +p reject 1-65535 +r random 8a1ROZxr8GDLdG/+fLmc6LFmyJk I/W/SnNgAXDB6cKCUcmukHftfng 2016-07-20 02:36:27 151.80.103.169 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2840 +p reject 1-65535 +r smitty 8bDwVMyk8gonDDv3RNzsigyHDHM qY7h6dUWIlGzNV+rm5R4LumjBQg 2016-07-19 15:31:26 65.181.123.254 9001 9030 +s Exit Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638 +r zwiebeltoralf 8b4VQps85pbWgH9NSlixv+xFyCI qpt5d1NYlpTp7rtAqEA2FBbg/1o 2016-07-20 08:28:50 5.9.158.75 443 80 +a [2a01:4f8:190:514a::2]:443 +s Exit Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=63900 +p accept 53,79,81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Unnamed 8cT0DIvYU9cyc/Qm2kucZH69Vj0 cg0gtJ16h6+ZIZFFD9CkunwG7tw 2016-07-20 01:27:21 173.178.121.189 9001 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=23 +p reject 1-65535 +r defusedotcatwo 8cf99qr6sSxi084q0ic1qDeri7U MyDuqBbqGnxutn3T8qZwjWzgJgg 2016-07-19 17:48:14 198.27.69.201 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2130 +p reject 1-65535 +r tortoke 8ciQGlafZ2OHSNe+l5aVQbPsxZ0 rCz0wtXMS/0AMGCB1KRVraBNjF4 2016-07-20 06:17:41 188.40.41.115 443 80 +a [2a01:4f8:100:14a5::115]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4210 +p reject 1-65535 +r bastion0951 8djxZPNqpL7/xHOrGDRJUGhuFWw eTPk+S8YwPMxSDkEdbsYFzqpU8E 2016-07-19 23:26:35 46.188.2.228 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2840 +p reject 1-65535 +r sonium 8dkZSWyYaRAgWHetVazUFuuU8RA Xx7o+6Js/N3Jf4YNsniEqBdUH7I 2016-07-19 18:48:21 54.93.177.217 443 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=30 +p reject 1-65535 +r gabelmoo 8gREE9rC4C49a89HNaGbyh3pcoE zQ5VlrjULP7AImxPQhR7C21K3f0 2016-07-20 08:45:34 131.188.40.189 443 80 +a [2001:638:a000:4140::ffff:189]:443 +s Authority Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r KerbinRelay01 8gfljWmqMUNXoPjRCUu+GZ/CTMQ sw+g2JM3tdSlmpNpW/uiSV9LsUw 2016-07-19 20:02:41 62.37.150.20 9001 9030 +a [2001:470:7950:13::100]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3350 +p reject 1-65535 +r pidriverdan 8goLXcz1U4O1UVncp1nBWNXoJ+I O33QixjKlAd6+viJIMJGpbrtqnE 2016-07-19 21:19:02 136.62.18.221 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1380 +p reject 1-65535 +r livercheese 8gz4R7QlBkI3/PuPUonIjFhnNig cOPRdNXRhZqUH8Exu3P4uzGPGlM 2016-07-20 03:51:07 95.215.46.123 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5010 +p reject 1-65535 +r zhmurikov 8g2bcGpjyEpywYrxHjl+l/uGfF0 jrfMO8gVOw8Q/pMWYUQ87voAv54 2016-07-20 07:44:58 109.195.115.202 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=2010 +p reject 1-65535 +r FrankfurterTorZent 8g4hzpnk55QnhJ60LPn2IQFdlzM /J/XmdaHQLztJrix6+0tEuN4IQE 2016-07-20 07:10:51 91.54.253.36 8888 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 Unmeasured=1 +p reject 1-65535 +r toupeira 8iCyfspe4cmjxlu8cAsUcUiPhug KMtnwK7W0nbnD9m3ybuzbq1ADhk 2016-07-20 05:29:48 198.50.200.137 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=17800 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r sometorrelay 8ipasWxE4zZnVrljUiOmMoU9m+8 7UUYcdGOhPVJIqjbom3s7dgCkak 2016-07-20 05:04:51 177.133.217.228 9001 0 +s Running Valid +v Tor 0.2.6.10 +w Bandwidth=4 +p reject 1-65535 +r IPonU2 8jgkEC0TA/tVEa2zScBT6vV1TrQ eedR24NjE+Fdpa9GzWOvbaTg/IA 2016-07-20 05:23:26 51.255.171.227 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=11200 +p reject 1-65535 +r violetairvpn 8kl583w3ydoZPtrd+zBUMc8Tw4Q EtecAndHw2yGleUksm6aWw1wxoc 2016-07-20 06:49:16 62.102.148.171 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=10500 +p reject 1-65535 +r holodrum 8kxXFDZNrOidNwGkWFysdjHM1g8 i2f30lgS9DlbbJsdS9TYtX/UIxs 2016-07-19 20:00:58 73.143.96.115 9090 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1010 +p reject 1-65535 +r Pierric 8k780qja6uwtm+jad/XyOs1rvBI c3l9vpTQ7w4HtrGipBNRv5gH+0E 2016-07-20 02:23:54 95.142.173.18 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=86 +p reject 1-65535 +r FranceWithLove 8lUvH7JiMeX/kzHqBCozKhanUGo zoHbP0jUglwkoDR/Zx0iTgt63Vw 2016-07-19 22:15:40 5.135.234.148 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13400 +p reject 1-65535 +r mycontribution 8lYKayC60oP/nOsxCQUjJKoSxFk p9xCJX2rdeQGzOmmKwK3NevNAj4 2016-07-20 00:45:48 5.77.47.142 11964 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4360 +p reject 1-65535 +r cleve 8lvNd6tbum9aTSM91XpRZg7MudY MBzlW0Bg2XDm57FPxdA0gFPNxNQ 2016-07-19 21:14:45 46.166.167.46 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=16500 +p reject 1-65535 +r maxID 8mQUrQ1y1/2Y01Y4azq+S7baXCk eLL/dP9wLgDqBZ7WECt6ZcGXjfI 2016-07-20 01:45:27 87.230.15.244 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=563 +p reject 1-65535 +r Unnamed 8pcNAfFQkFZbGSzk4/EgfWuKFQY tyznH8kAvwgOG755BcCPX7Ap52Y 2016-07-19 23:08:15 167.114.238.104 4433 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=21400 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r theoks 8p5CtMmzKqpO3HKmZjSay9GDv7g A521SUz7ye8ZiQJholt1eONyhYo 2016-07-19 16:15:12 209.141.47.169 9090 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=952 +p reject 1-65535 +r yoasif 8qbxu4rdR8ycxnko6o6n/bP5JTM ZMwK4743xtPmdxf3M4VJaUnvHfA 2016-07-20 00:55:39 142.105.3.123 443 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=1820 +p reject 1-65535 +r serpent 8sI75IrDnEmUdLmw1PT9fOaGDYU Q+5pW1Orvq1cX53QKyhv6pWizQA 2016-07-19 17:18:55 136.168.201.153 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=24 +p reject 1-65535 +r Pascal5 8sSyt2KPSNKTr9hBuGixORTH1XA soLNvFwDT6IG0yljDOQybVWoaEA 2016-07-19 22:35:41 23.238.17.229 22 23 +a [2607:5500:2000:84:1::]:22 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3710 +p reject 1-65535 +r Unnamed 8sV5huZIbviKUC8EwOeeCSVlLQI +RmMThaL539U3I4H9UDG1aOICNA 2016-07-20 06:20:37 195.191.159.48 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=16 +p reject 1-65535 +r anong33 8tbrIRdE1B3EHMtivxwyRtJLQqI wB22aFVCrV7UWtRlfiHDWzHcgrs 2016-07-19 20:16:21 79.228.249.16 443 80 +a [2003:84:af0d:bb00:ba27:ebff:fef8:c005]:443 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=468 +p reject 1-65535 +r k8vps 8uYvj3xjOhNxCyqMV+RPFeeSJ+g TNu8fpPA5S1pw0ff0+/pVJ1Wwg0 2016-07-20 01:45:03 96.9.242.48 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=176 +p reject 1-65535 +r runninglizard 8u1QMrUgIee627uC5llPGocv/Qk BYmZL0zK9LRkzyg76px9AMunrB8 2016-07-20 08:21:11 89.191.217.1 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1270 +p reject 1-65535 +r arachna 8vAPK6qquavdknRj3bKrf6/Np/k XsKXETMe770zNTgpSm97JHgZE64 2016-07-20 05:37:00 89.34.237.101 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=13900 +p accept 20-21,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2083,2086-2087,2095-2096,2102-2104,3690,4321,4643,5050,5190,5222-5223,5228,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,10000,11371,19294,19638,50002,64738 +r privacyiskey1776 8vRX9ZrZ2UXRMM3OYe+1j6QT1IY 09tQK5GDTt4DsoFZOpokGPgKSGQ 2016-07-19 23:09:35 68.201.114.40 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=670 +p reject 1-65535 +r struthers 8v1LzAoVjIMuYIxdt3rddrUZ/mI ftoMsePxEbt63rqf5fSl+tLsJW8 2016-07-19 16:25:15 5.255.80.27 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=21500 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r albator 8v83n3+W+Ucmpgx7MqN4O9aKFBE YjTXzmm5zOvqofhy0hcMP9rYnYo 2016-07-19 20:42:25 149.91.82.97 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6010 +p reject 1-65535 +r Explorer 8v+XGeGqAGgC3t2HoEr0KryrV6w kdq07W6NfpAaaEtosQmIgS84iIU 2016-07-19 23:06:44 103.37.128.253 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=371 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r walthall 8xD9tfkS+dHOpJBahWVXnb4mV24 qyw0n3Pl+CfcDlW2aTFIqgVbML0 2016-07-19 15:59:47 5.56.133.19 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4390 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r klabautermensch6 8xaqMLsURACJomVYbhNEwKqoi3o sbMWphQUm2geRRLTXcsBnK54FF4 2016-07-20 06:40:12 91.5.92.141 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=12 +p reject 1-65535 +r ilovelasagna 8xkejYPMQtvR4EuMat1OZwdXlMQ G9sFYfWNpe8yLpadhMokQv6N034 2016-07-20 03:47:49 77.56.58.244 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=412 +p reject 1-65535 +r znxsin01 8ysb9W7itAk8t/7Xy1vucSjWdLo VLfuWNld9c+m7wHnPYzRdotYXBg 2016-07-20 06:48:52 103.224.117.98 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=372 +p reject 1-65535 +r servbr2 80lDG2xo4psbjtl3b8oNNjZinNg He8q+9gXZtSh0tqMBK/9g3YfVzY 2016-07-19 21:27:55 212.83.158.20 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30200 +p reject 1-65535 +r Unnamed 80nBZjzPAvbrR55Nkl3k89f0ZxM XcyHBR+3yEFcrWOQuX58NDj8YBk 2016-07-19 22:13:04 91.239.232.81 443 80 +a [2a05:b00::1a:5dd:5157]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p reject 1-65535 +r TheExpanse 80pejzADbteo/UYhFTZBX94GfvM F59sMPsoRhoTnFmajyruNEzOCL0 2016-07-19 16:02:10 104.156.102.200 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1120 +p reject 1-65535 +r 65x23x153x114 82me0/UIA+lgWUoo3RsHjmNiSog C6YSDM3Uj/2AjesaiTGXWqj8sUs 2016-07-19 15:16:16 65.111.186.66 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.24 +w Bandwidth=32 +p reject 1-65535 +r Pesix 82vIXY/3DayhFPHBUbaVSnfH1eA FNUdjGMsyjDtCNVABUEBssIrg8s 2016-07-19 16:07:33 31.220.42.229 8080 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=16500 +p accept 79-81,88,110,143,389,443,464,543-544,563,636,706,749,873,989-995,1194,3690,5222-5223,5228,6660-6669,6679,6697,8000,8008,8080,8332-8333,11371 +r kolben 83BDfGe9Qhp733t4heBfHkU92SU uhZhI2d9sTFfelwvB+6KQk6NQPQ 2016-07-19 18:27:12 178.63.65.179 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1720 +p reject 1-65535 +r exocet 83ik3YWLa3u7ecbqsc5pEqwP+Lw 8JoU1tvg/UcyXvUGqGglWheAWAw 2016-07-20 07:53:23 83.155.121.150 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r DFRIpi013 8310fqhJ1UmsSNgqlpCqT5ZFv2c xoJnT9YYZ6rrJNIKLWjaQ+m5uDY 2016-07-20 02:33:11 5.150.221.209 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=275 +p reject 1-65535 +r hoFFy 84HWKUqToAeLdtDcozITPPXI9oc hYrQzh3JB4NpQlqKCYgGmk1O4y4 2016-07-20 03:05:53 217.160.15.247 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4600 +p reject 1-65535 +r noidentity 84ipA6tjPr0a+HqbNA9p0+juMEs bHfjSN7TlF0vyW9v/ZxaPf4NHu4 2016-07-19 19:07:54 193.33.216.23 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=2310 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,64738 +r levinson 85LB355rxsyxXRUb/fRc7Si+cQk YWEg2VjzaQOCxjsQ/GIeb+pBosw 2016-07-20 08:02:53 91.250.241.241 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15400 +p accept 20-23,43,53,79,81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r PsiHub 85LNszU+cZ36fbh8KV5848lS07c DKR+LEJmeKHkwTWwRCFmkcvZ8Xo 2016-07-20 00:14:40 24.99.183.190 110 143 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r AllygaTorr 86pxqsLWhWbhuO6qDJjdlL1VXYA HEshRBUq0ldghV54KfnQ6pzpDB4 2016-07-20 05:32:11 195.154.113.163 9021 9022 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=475 +p reject 1-65535 +r applecake 87ZNlfzshgV6Q6oFAeESboccdJM 9yhH1wAYBcu9LYNhat7QVnndl3Y 2016-07-19 20:34:08 5.9.79.142 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=55600 +p reject 1-65535 +r smithzv 88OryKn0KhZRf3MKgPW4RL47SSI qW3jFYVmPsN+ux6wHorW0evHxzg 2016-07-20 07:41:28 24.15.234.117 9001 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=33 +p reject 1-65535 +r 62831530718 88g3nl0XFF1pkNg+bqJC+qQ0X5Q nI5XRQ1qnIHcyumRsSsrkR8HM0A 2016-07-20 06:53:52 96.254.77.104 449 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r hmator 89Ju2tsUIU6kOvqrYeO1s09vfyU Tj+mBaWdK7G0x3qBHd6e7nVLxxg 2016-07-20 08:30:36 84.44.232.215 9035 9040 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=222 +p reject 1-65535 +r Unnamed 8/aap1u6p4FL7TX4noCelM/G+lE TinyBCTC4FHsw+2zdQX0lpeF+RQ 2016-07-20 06:42:35 92.255.195.150 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=98 +p reject 1-65535 +r bacchus 8/ixp5xngWCbRDzwwaEwyF62DM8 PnFhiFre6Aieer6/Wh/kiyAAlBE 2016-07-19 15:06:57 66.110.132.65 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=23 +p reject 1-65535 +r PubliusAnonymous 8/nMlV98WZOPJEWR22uymct0Vac s1aTsGKH6A4aTMHOl5dyixeFi/U 2016-07-19 18:24:00 80.219.2.68 1917 1953 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=153 +p reject 1-65535 +r Hackabit 9AYhnN0zkCbRYOU/yg72hXxw8Qk 9o/ALMD48uQ7W6rQQGICNh8bd24 2016-07-19 18:34:53 212.238.208.48 9001 9030 +a [2001:984:a8fb:1:ba27:ebff:feac:c109]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=2620 +p reject 1-65535 +r ultrasrelay1 9AmnoU1+oZ70eiaMRURpUpmmiXk keB6lk+mBWVecQUIjgE6DTUImgg 2016-07-20 02:49:12 62.210.122.179 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=31200 +p reject 1-65535 +r You 9An6eQL9iScOjeDXl36iO8OOWIc EeazRi2tdNPMj7lSCM/tw4rM/ak 2016-07-20 00:20:28 212.83.40.238 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=5840 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r mbortolon 9BHHKepPPaVWq9o9vTIxXBIF8mE /QhTcVaD0Ox0mAFXkOKfnSHe16c 2016-07-19 23:44:04 92.206.221.70 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=21 +p reject 1-65535 +r ididnte0ithec0nfig 9B44kjXoJ2o0EOm6bRUTY6z7NBI 8gF/HULBDCtZU/vMOkgRxlA4eqw 2016-07-19 16:38:35 109.197.127.0 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=560 +p reject 1-65535 +r anonymousByPDH 9CIlDNfg0QY9sl04VijMAwqpf08 CqRD1N+q2Ba5x1jR8dwRcna8/rs 2016-07-20 00:26:31 104.233.115.50 21 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1110 +p reject 1-65535 +r TaurNuFuin 9CKTdDsLxKM8gKVCpFHubGSyfek Iwn0UbE+ohzrB8Rlwx2hGwxK5NI 2016-07-20 03:27:45 178.27.125.62 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=311 +p reject 1-65535 +r EvilMoe 9CYydc9UpoNu571SexMog2pvBuE qbLljMV6VJcEmXdXIChojpAQq5A 2016-07-20 03:25:43 37.187.102.108 5550 9090 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=15700 +p reject 1-65535 +r hacksenkessel 9DxJcDn4Nv4y3kFvTL2XiSw/bp4 bIAzuwB+lN8KZwnpxWHBaOVMesc 2016-07-20 07:45:43 85.25.130.154 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3650 +p reject 1-65535 +r PacketFlagon0x2 9FCapTCnEjmJ3jxS3BrrR3fD0iM VvM2qYgGUZGVxSOTjs7/jrvzDdk 2016-07-19 18:08:03 46.4.22.9 9001 0 +a [2a01:4f8:131:4168::2]:9001 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=1390 +p reject 1-65535 +r hannibalbarca13 9FjhHyyzrt4yKZom99ffAoWTiIE hYkSt2R9YaXorUUZ9zTb55/zNj4 2016-07-19 20:52:16 67.163.7.129 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=374 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r maefo001 9G8HIqX49jFzKAA4EsDraT/T2xM YhpXU10wQi/fjvKWp3YVnEa10zQ 2016-07-20 00:50:59 24.212.222.153 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=13 +p reject 1-65535 +r Islay 9Ic7PsMyW4HcNsfjitOl7RKy8zk IB1GeRWynFouJqMgNqknFisRiYw 2016-07-20 05:44:07 37.187.23.232 80 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=17800 +p reject 1-65535 +r 23468913436 9IhgS1AyMEtE1vYFkj4grlieQz4 AySJvMH70FsPBtq9Sl0a9V8nxKM 2016-07-20 08:20:47 46.72.48.148 80 0 +s Exit Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=459 +p accept 1-65535 +r nemesis 9I0Xj3QtLRxp16Z5uVe9dYGro1E 5NXhBVRJPrsJ1+EVElpI22yVv34 2016-07-19 19:12:02 70.63.170.86 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=70 +p reject 1-65535 +r Mercedes 9KOdIDctbtnClbKvJh0gkIo1ZNA qCsKNXdAut71ZoCJv1/EGQync/I 2016-07-20 08:23:04 182.64.198.230 23561 0 +s Running Valid +v Tor 0.2.4.24 +w Bandwidth=1 +p reject 1-65535 +r shl0tx98 9KQMiIKMSxGk++0P/Wzet2WKcOY khMufc1nMOAOU/fx5dxA5r1MR4k 2016-07-20 01:35:08 94.79.173.226 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=300 +p reject 1-65535 +r HeirloomReaper 9LLDDX7nCNUSkUH3eWrP0RsBZfM e18wFjbPAQS6czEPoy0E7XAUFbU 2016-07-20 04:42:28 110.173.157.12 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.8.1-alpha +w Bandwidth=104 +p reject 1-65535 +r tornodenumber9004 9MDtqgvw9+wTh0b4/vHOJseGAmU lTXAtkt4UMqcaesSEcfFwcoeHG4 2016-07-19 19:38:54 5.199.142.236 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=14500 +p reject 1-65535 +r cgRelay02 9MPKLyu7RqAoRGG3d3A/ngn55bk RwitPwwYZgW4ILG3RD65R+eewzw 2016-07-19 22:35:37 93.104.211.62 9035 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14000 +p reject 1-65535 +r bg 9Mhtn4Rl5cNeHtqFUBX8I5VQ1iA TSMts/1Qt34rMHadtDj0YmBCnPg 2016-07-20 04:19:44 75.89.50.238 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=3 +p reject 1-65535 +r romero 9NP70eSRiXjR0TYEeYzste5ckYg AaVs766/WH6buZlRsk2y4JnbbDo 2016-07-19 15:05:59 185.72.244.37 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11400 +p reject 1-65535 +r IQOnion 9Nbpir4GWA+KNTRwZSA33YZFtHQ 7uqsigPR6IxbnNNRDq7e1HuoXqk 2016-07-20 00:44:09 50.76.49.97 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r MeehSigtermNode01 9ODdN+efO9mCGA/9xqLMGjyP8dQ /j5lKtDtGK2JGOi25QjotbnKzU0 2016-07-20 03:49:53 193.150.121.66 9420 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=40 +p reject 1-65535 +r PortEllen 9O4RUGYVavQgN3lHVTk2g6qtlY4 Chq6hbf+KFGw6B/KSBXYy8lOWdA 2016-07-20 07:04:29 37.187.23.232 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=11400 +p reject 1-65535 +r CloudTorcBxPdlyy 9PRoLdYUWP301hFDjIvB/kKtRHU zUvVa7sk940xS99gKYXn/qfdFgA 2016-07-20 00:43:54 185.56.57.119 1234 8080 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2000 +p reject 1-65535 +r puertasecreta 9PYFqiHEYzzLW427wc7uXFkMbc4 5i6MKJylPeeaiv5bO88nYktZ+ig 2016-07-20 04:48:45 5.39.124.96 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=38300 +p reject 1-65535 +r default 9PoHLZWlMFwxXdbCEOd4JOVJjl4 sE1WXfuubTgwCEeiB7bJKDwD8C0 2016-07-20 08:24:25 223.252.173.69 443 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=4 +p reject 1-65535 +r ABDULOV 9Qs49T++iLDd9P9oc3K0DBA9lj8 b/EfZSzigPSxtYLh1bcxhN4QRQM 2016-07-20 03:36:52 46.30.46.76 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2370 +p reject 1-65535 +r talyn 9Q7xDBzquHKAn0JZktQE5Wq9gd4 Yhv2fuWxrnxDgMrCCLF7H45NTA4 2016-07-20 06:47:41 51.255.33.0 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32600 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Totonicapan2093 9RG7F+udO36luNiR3PKbzna3Tzo yOQQ67kmHWClaYcjYYIXciO6eoQ 2016-07-20 03:26:18 83.154.131.43 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r Unnamed 9RRrW2tjuviGaW8qZ58S9msWftQ 59pQ5RoqbnQberjwXCJbeZD62lg 2016-07-20 03:32:00 158.58.170.149 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11800 +p reject 1-65535 +r myDErelay 9Rn1aZhyRAOc5VAObbYebSGwX58 yevT5fhvAOtdIWg2Af38vGgE4nM 2016-07-19 20:06:00 5.189.165.157 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6220 +p reject 1-65535 +r ORH 9SCN0W6BHuI56Jm5EfHJ5CvW+9M Q7sGaeSi7a7Bf0Fg4DoCBtYw6+A 2016-07-20 00:27:11 31.220.45.148 9001 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=8730 +p accept 53,80,443 +r titiwu 9SYW0PoIqUtygw0OZx6QkpZVi8c +75VdnktkQWDC+MWd+qMVZGsil0 2016-07-20 05:45:12 217.246.3.167 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=413 +p reject 1-65535 +r ThemWaffles 9TBpH2hQyv/8zyR7V5+iFMqBUQU qBMmJlcJJFWZ4VjihXTb9H6KCmY 2016-07-20 02:12:19 62.182.61.153 443 8080 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=18400 +p reject 1-65535 +r marsvillsvin 9TJdOnDZSzZzFMaqBbMlR596uUY c/sbrS/6YxK1GfUhyJEohGEfRoI 2016-07-20 05:42:20 92.220.78.215 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p reject 1-65535 +r tributdotde 9TWW1/xBpjn+QQxqH5sjqD94PGo 9t7Xph1g4lJjZo4bNmsRCo0eb+E 2016-07-19 16:15:41 5.9.121.79 20 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1690 +p reject 1-65535 +r KrtfflRly 9UuTwu9lXJAcaqW+K91M4mR0MZM fSCG3s9/l0XXIH2jOetTvZ6NY3I 2016-07-19 18:31:23 85.214.151.232 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6330 +p reject 1-65535 +r 2TRNodeWEB 9VNJgaSCjCuEuBJdL+ijfTIYc1c YYLyu+JCgouwCyOO+Nl+tF2MXl8 2016-07-20 08:20:44 188.120.241.37 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4780 +p reject 1-65535 +r bernoulli 9VhEgMmBXVO8Cyt0aTjK1sf/ToQ 7Z47x5y+wEaX4Rd6u7h24fjbMqA 2016-07-20 05:41:49 209.208.26.41 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=586 +p reject 1-65535 +r alive 9Vr2QzUqJbaWlGYqBa7EG0YCbdk MjgWAWJ1uUvNY1D/DU5wUzvMp78 2016-07-19 16:34:46 2.93.200.195 5443 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=3 +p reject 1-65535 +r WhereDoWeGoFromHere 9WRwTf1qgoa7Jd0DCZ1gAC34ZGE se1aBtSltVuWrtXMlnkz8gQ7KIE 2016-07-19 21:21:56 71.174.62.45 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=62 +p reject 1-65535 +r giftfish 9WZsN5fe2cMMA090Vsk4mPkLYOE D3p+c4lIC55Do6o+lECp7mhe/7s 2016-07-19 21:21:03 148.251.238.253 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6040 +p reject 1-65535 +r atreides 9WamnK6pT+I3OEAe0NxUtwr8tb8 hJBl3+aeSURLYUBaiWTbPIQ2KXM 2016-07-19 15:09:54 95.24.166.138 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=618 +p reject 1-65535 +r realityinnocence 9W+8Eh6qgMlbeSgheJ/GvZ/yFGk INMpS7IDWP7FLC27ryqIGlG4waU 2016-07-19 22:13:15 45.32.179.149 9000 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=28 +p reject 1-65535 +r wopr 9XQ7bzygrUOQFkH0QWTvA/lK5Pg uDK3RlnqT4JWdS+i1ao/RwOV4HE 2016-07-20 02:02:47 84.156.74.82 9001 0 +s Running Valid +v Tor 0.2.4.24 +w Bandwidth=21 +p reject 1-65535 +r Unnamed 9YLSWV6/V0G8WMnW4ZmNwC2mALk XdgG7bBpQ2FJB0FcstTOClmZYXI 2016-07-19 23:41:15 94.220.215.151 9001 9030 +s Running V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=38 +p reject 1-65535 +r wlnettor 9ZV8C8l/NjuGkhbkYrjvMjwNpnY 1wSEay9i6CwlQE8xSGxvxplWS9w 2016-07-20 00:20:04 64.187.170.209 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=2040 +p reject 1-65535 +r bauruine202 9Zbhse+Y4d273JNNtyKvVAaYaPY NiYCM9FXJQpK+qrL5sua3uVIMLo 2016-07-19 16:06:54 62.210.137.230 8443 8080 +a [2001:bc8:31d3:100::1]:8443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=44300 +p reject 1-65535 +r Unnamed 9ZmW3KiuSJgsLztwaEbuv193imQ 2W0rQfDgn6GheR0XRXgM7iIjAI0 2016-07-19 20:59:40 78.47.187.138 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=266 +p reject 1-65535 +r bistrv1 9bWP7kRXPDv9fRdtkYultAV1Gdc DYhi3Gd57/JdagwhGXsnb0F0Rak 2016-07-19 20:16:55 212.47.227.71 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37100 +p reject 1-65535 +r getwrecked 9bbpxymVeSBigZ7V0uHb6dh1CZw OYTvcbFzINUt578ZfEIVD+Q4f8U 2016-07-20 07:16:10 217.240.251.130 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=535 +p reject 1-65535 +r ansarelay 9cLrV4uYQgad5WDwD4CLa9NVTio Iek/TEdz+AXE5M9SHM2AE+mIavk 2016-07-20 07:24:19 81.175.148.95 993 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=500 +p reject 1-65535 +r FRundisclosedio 9cRAN6b5XGMUYpxsrCofjui/e+Y fMKZSEc491PGhXqQf4IkuTKLYak 2016-07-19 23:26:11 212.47.243.91 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=13500 +p reject 1-65535 +r MaidSafe 9cWq0hHepFJy9/rU2jhRud4hlA8 WOxMSryXa50/DDV2fvv2I/H09L0 2016-07-20 07:10:29 163.172.213.14 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=864 +p reject 1-65535 +r BillyBoy 9eQICTtZoEKcar1vZ4OVUjyfl38 DxfFG/nc4vz0QxcPxq2Ja9Xe7t0 2016-07-20 05:02:59 46.20.181.204 443 23 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=258 +p reject 1-65535 +r hornyBanana 9fXuMrVV4GH4p4WZBavemqke3Sk drhZdSDEC+P49KRlQNrkJupivRU 2016-07-20 01:24:53 92.39.196.244 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=221 +p reject 1-65535 +r oromis 9gQTHcxDA+UduHagF6PcloT9Yms dm/Fy/fetPgjo0HwRNegOO368KI 2016-07-19 15:38:56 217.112.131.98 9001 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p reject 1-65535 +r torpoc666 9g47dH/gFzRgBSQwWP/+cqp9WaI J2kmaSylSa+JzezHtI8Y2ejo2Sg 2016-07-19 16:54:07 212.47.245.76 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10800 +p reject 1-65535 +r psyrelay 9hTilF2WGvaAu5TAy6bq0pftIGA usFdO9AVPRbrBzQSHPqZzpnUka4 2016-07-20 08:01:02 185.16.60.83 9001 0 +s Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=11 +p reject 1-65535 +r Unnamed 9hq93BgXROhBWGGCBTrZf47nugg OMkwTAdIow6KePqXP0p1JI4WcOc 2016-07-20 06:19:51 37.192.116.23 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.10 +w Bandwidth=637 +p reject 1-65535 +r kbtr2eu 9iFMxPkIHRFaVnS0IRkScLn3C7Q dWsJwfWK99O5H6YM+4JmpX0nyLw 2016-07-19 22:02:45 212.47.234.192 8443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24700 +p reject 1-65535 +r Abadiat 9iWar+Z/VGIMUPEalx7pk6IztyQ ojlu6uvwAac0uOgF8Qt3jMckA78 2016-07-19 23:42:11 191.101.3.128 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=502 +p reject 1-65535 +r servbr1 9iXBFr+7j3/E521sJomVs5x0VbI fvQhUJbeYqHqthY0S9Lw1Zz0p60 2016-07-20 01:02:57 212.83.158.5 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30700 +p reject 1-65535 +r Lucloud 9ivFsL0NmKs/vK0bwt6EvXHed70 jIFdwPcGNpivLyGv0JThjTX7TWM 2016-07-20 06:28:04 85.93.217.20 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=292 +p reject 1-65535 +r t7 9j32qk85WtL182MzPRBCefIXE4E 40xDtO4jhIuXAXrETUjo7l21FZQ 2016-07-19 21:27:53 82.228.252.20 9001 0 +s Running Stable Valid +v Tor 0.2.4.24 +w Bandwidth=1 +p reject 1-65535 +r LOREMEPSUM 9kNEAEebV9hH77fC/Pb0wkjWyXY 9UzFonn738LAg5Ck2OoR5KxatwQ 2016-07-19 22:44:57 67.188.210.113 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=326 +p reject 1-65535 +r Zyklon 9kpYiuXXe101PZ3F1/am7TxvAj8 NT+eOSmKMsAGWn5c+Ed0S4YQCe0 2016-07-20 07:43:48 92.195.37.153 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=17 +p reject 1-65535 +r Unnamed 9kyhE6AN4jvYvGyJfRtBcS/tkns VRsvKtvYX9JfFOeuxezonv5G9Gk 2016-07-20 00:02:20 159.203.17.103 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=220 +p reject 1-65535 +r neelix 9lED6t+MqA4uemb6jcr4rn9QlMY RUqM9DXL8f+juDpf2IAqQ+IdwkI 2016-07-20 01:01:01 95.211.224.12 143 110 +a [2001:1af8:4020:a043:1::12]:143 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=10600 +p reject 1-65535 +r politkovskaja2 9lesswHLq0KD+c7G2Cq+L6YqOYo U3Y4c+1Qr0TefWOuh7JEL+DdyJk 2016-07-19 20:15:31 77.247.181.165 110 0 +s Exit Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=69000 +p reject 25 +r bartel 9lhGhO28JWuRtHTWzZKUDvTblpo Rh1nB2Tbqsi1tEVSvXVef9PRjuI 2016-07-20 05:59:36 94.242.59.187 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4640 +p reject 1-65535 +r kunev 9llM1CfPtWyn4lEtk6A/xwoqMfM QJuaKIyHuT8JNkzK5a7cl7v2Q30 2016-07-19 23:30:59 78.83.70.142 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=749 +p reject 1-65535 +r destiny 9l4BlslN//SK+/L1+ePhmq5YP9A unvIjBB9e2BGLJxIuBIg3TZXVsU 2016-07-19 21:19:03 94.242.246.23 9001 443 +a [2a01:608:ffff:ff07::1:23]:9003 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=120000 +p reject 25,53,465,587,4899,10000,14464 +r poiuty 9nQN6r/V9iYS+gJaUHnqcoRrH2c HcdQPEWEHQtUgitoPSuWvViffbY 2016-07-20 02:04:26 51.255.91.219 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=82200 +p reject 1-65535 +r contarini 9oLJulQ2oGgdiEYbIVczsJMI4i8 fMOEDT1d9EygWwKsiRXwqZK4OhM 2016-07-20 03:42:21 194.187.249.135 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=14100 +p accept 20-23,43,53,79-81,88,110,143,194,220,443,464-465,543-544,563,587,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1723,1863,2082-2083,2086-2087,2095-2096,3128,3389,3690,4321,4643,5050,5060-5061,5070,5190,5222-5223,5900,6666-6667,6679,6697,8000,8008,8080,8087-8088,8443,8888,9418,9999-10000,19638 +r whopper5 9oOTHFCY0ysDEaNK0WyIiIr/vK4 p9PlxsPspuR7QiZEINztYkHNvXQ 2016-07-20 01:04:58 134.3.147.42 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=37 +p reject 1-65535 +r Datenschutz1 9oSZD8AVhwIbX1xhTDqTjbWEXVY tOiNAChah/j+vFC2AC2xoLqVqms 2016-07-19 19:58:57 93.207.79.23 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=249 +p reject 1-65535 +r TorRelay9929 9plahtLbnp73Z916bo0eeLubdJ8 cQFVzw0lg9aHOrqsmkWkYM4I1wg 2016-07-20 06:17:25 62.176.239.229 9001 0 +s Running Stable Valid +v Tor 0.2.6.9 +w Bandwidth=6 +p reject 1-65535 +r SIGAINT3 9pvtNhd+1ydwZRK6apd1UCXuoPs TMzJl0MjhYJHBITJybxZrr9lgpg 2016-07-19 19:55:45 46.28.207.141 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7490 +p reject 1-65535 +r HellBringer 9p1Kvt66oCY4PrqIwt1TqJVocN0 j6nPNvSsBDNsavIdx0flK3Fa3hM 2016-07-19 21:26:21 83.86.105.141 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=197 +p reject 1-65535 +r PIbeta 9p1YS28aco5CQ1E2Fv5+lUXuWzE /JUvI/4NhQTcyCCxP0AryYRp2QI 2016-07-20 02:18:11 139.162.144.133 443 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=788 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r FastPixel 9p2hm6wb2puD23LHvwxgCj6H5p0 F52eZ+La9hVWT89boBCaKyNit64 2016-07-20 08:39:35 108.49.77.227 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=4190 +p reject 1-65535 +r fuga 9qzGfLrlU2EUlgeebU12yTFLpVU kCcleCANeF0mW7JwFrHt+r4Vq4g 2016-07-20 04:48:44 209.123.162.66 443 0 +s Fast Running Stable Valid +v Tor 0.2.6.8 +w Bandwidth=257 +p reject 1-65535 +r torgwtorulethemall 9rTOx5MY4iRxC1RsISkrpSKo5Dk DP5L60jwnJt4NeZsJv5fr22M0GU 2016-07-19 22:08:06 199.19.85.252 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=383 +p reject 1-65535 +r daedalus 9rfLY6tQ62lgJ+0RXJSk0wYh6V0 7pZ183DfED/u+aIY8G9kB4pD/aU 2016-07-20 04:58:45 217.11.57.226 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r ULegionnaire 9s4h4geb8swRXf5Qy4U7NflsiZw q+Bpwhga2+ib9kbSLVCUbh7EP/w 2016-07-20 05:41:57 192.163.224.51 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p accept 1194,8332-8333,9418 +r FreedomPi 9thcKQHUf2bqcUe9DtGuqfniqfs 616W257fkijD+tXtL71UV57qYyQ 2016-07-19 16:59:08 170.72.32.154 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=2840 +p reject 1-65535 +r w2drelay2 9uU8mZZes2uYS8VHKBdABbMyu9M 24xQMWYP3c1RPjWEFW2geR5IMs4 2016-07-20 07:42:19 37.59.14.201 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=7840 +p accept 20-23,43,53,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r RedViper 9utK6P1BAVRzg3j7b9VG0xYdTSI eLGPYd0UkiIDMOpZ6aFs70xbmDk 2016-07-19 21:16:49 80.127.120.17 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1170 +p reject 1-65535 +r JPsi2 9uxGkzzo1PrVzNqoscWjd2hfxSE HMgQpmA0OKVgaWH1kG+jMLHbzWI 2016-07-19 16:51:36 37.200.99.251 9001 9030 +a [2a00:1158:3::1ba]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=25500 +p reject 1-65535 +r adam 9v6U/vOOcFDAFgoGkRTnZTGtzHM LamrttYTwvUOzqtX74sz5cF0BYM 2016-07-20 05:18:55 64.137.216.212 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=136 +p reject 1-65535 +r fermiumlabs 9wh8QpwkXU/hbsGK82lNctw73EI K0LMBjWJRI/EEjCgl/mR+ZODzeA 2016-07-20 07:02:49 163.172.150.23 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=26500 +p reject 1-65535 +r wedostor 9wt8XNctdMf58tyE+p0g1RuhNhA 0W8C1Utq/SiHJA1tNikkKnF6MZ0 2016-07-20 06:53:58 46.28.109.231 9001 9030 +a [2a02:2b88:2:1::4205:42]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=15400 +p reject 1-65535 +r Asmer1 9wxXV4fQQL2MCnV5nQwpQKRVmuU la/9SvGRSmF4Aevj5WoOxwJiZ0Q 2016-07-20 00:02:07 185.86.79.92 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5220 +p reject 1-65535 +r DeepBlueOcean 9xE43vnMDVTHeSLixukMxVjtOa4 UEntLf9zH50hq6T9Iux4bUiniZo 2016-07-19 21:09:45 83.212.104.145 80 9030 +a [2001:648:2ffc:1225:a800:1ff:fe3c:da71]:9050 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=4840 +p reject 1-65535 +r borisman 9xge0I4aLlZBBcNiCvoNeKEx9OU JGTtcQ629gPJD+YLiSZ3ypIysw0 2016-07-19 19:19:09 135.23.129.163 6882 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 1-65535 +r whoopsydaisy 9xvjRu1NqxNbGCkpatf8ksLNwRU xHg+fyWgYqfT4oKZGHjVB5lh1g8 2016-07-20 00:00:58 104.190.164.172 9090 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=658 +p reject 1-65535 +r bigrobots 9x7zzEfPZ36GIX1pos3AYJ9uptM 47FOzOSWJapwcBnhNHlceKYVvi0 2016-07-20 05:12:45 154.127.61.98 9001 0 +s Running Stable Valid +v Tor 0.2.6.2-alpha +w Bandwidth=22 +p reject 1-65535 +r yuicat1 9yJFJ/PVDBynJegVW0k6Ol3v+QM WzCZ5pZXczqQEW85N8dOKF1vf9o 2016-07-20 03:21:23 45.34.143.6 443 80 +a [2604:6600:0:1d::6]:443 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12700 +p reject 1-65535 +r lede78 9yUbz3xsBKX3KG9IAH457xGYvjk qDVFa7SYdYAPYlpkicQhUQJ4Zy4 2016-07-20 05:38:58 84.134.89.196 443 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=14 +p reject 1-65535 +r GhostTown 9ydpLkCky8f6V3C9hZhSQ+YJivU U/EVUxtbOeFoYjieuU7CmLWew+A 2016-07-19 17:11:00 37.59.109.91 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=10400 +p reject 1-65535 +r getprivacy 9z7eC2FVbJi9ZS5lKliyiJztb5w JG5vP+uRrAQeohVBgWJRN76CTEU 2016-07-20 05:43:35 154.70.153.175 443 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1000 +p accept 53,79-81,110,143,194,220,443,465,531,587,989-995,1194,5228,6660-6669,6679,6697,8008,8080,8332-8333,8443,8888,9418,11371,12350,19294,23456,33033 +r KingJasperTheGreat 90eUc1s1xkJG/QBDhqshBVJyj3Q mibw09j9w5zJo8duiog5d/gIbL8 2016-07-20 04:18:27 79.207.198.13 63788 63789 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=5 +p reject 1-65535 +r gergernet 92Vur0jQBobKpJz8p5H8NiD9nEA IIGOZe/vzcFWyKJU3BPgowqMJLI 2016-07-19 21:33:44 82.100.248.14 9777 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2530 +p reject 1-65535 +r Unnamed 92nPOtqJJIh1K7WlHMAH0K26bwk IulvN0cGxaEkvfxYFW461OuKPO4 2016-07-19 23:35:17 70.164.197.204 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r ghyuboyboy 93UOL1x9n+0Oo6rdHg4ssSO6OT0 llpwlZgEka5fbmQP7O0vnnvfOZc 2016-07-20 08:07:29 93.170.77.148 21828 19119 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1320 +p reject 1-65535 +r Unnamed 94MZ5VDueDt/osQkakISni11ZTA vAbaxucLIhMdjZqxtLGa9krdvoI 2016-07-20 07:32:39 5.39.83.217 11009 10309 +a [2001:41d0:8:95d9:de6:3d93:c23:f6bf]:11009 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2530 +p reject 1-65535 +r torDAT 94nSjeaLMGJyrNz1FWkAsve8RxA 3yQNW8RI95WQnWAjBMxojZSc4J0 2016-07-20 03:59:18 74.67.165.17 8088 0 +s Running Stable Valid +v Tor 0.2.4.23 +w Bandwidth=16 +p reject 1-65535 +r rex92 95Q4EfRk7s+9Nq3nRahi+0bQy5A hMV2WfGRyFXxDDmw7f/KCQs31H4 2016-07-19 16:25:34 92.222.169.27 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=6010 +p reject 1-65535 +r chtorrelay 95hxctVnoXyPqYKP0ahaV8c6DNk bJa9qABBdyPF54k8vnCjjR3z6v4 2016-07-19 18:24:48 185.50.191.250 9000 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=21200 +p reject 1-65535 +r ponttor 96XJa7y7Eccrb6iKt/wyztuZHEM B1kaa5dHNf9Uy87HB6ol9+hcz2M 2016-07-20 00:45:52 134.130.181.212 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19000 +p reject 1-65535 +r MiddleEarthI 96tvfOXL3UdMatIJkadFWr/XM4A k2oKUXCg/r2bg0x58t1HEUa5i3w 2016-07-19 15:35:16 75.133.221.253 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=22 +p reject 1-65535 +r Archimedes 98ro4xlFVZIJZOqefUsYUzaC6uQ oWox5jejlEK7woZPG5/eX++RYaY 2016-07-20 04:02:47 198.74.60.82 9001 0 +s Exit Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=2040 +p accept 20-21,43,53,80,110,143,220,443,873,989-993,995,1194,1293,3690,4321,5222-5223,5228,9418,11371,64738 +r 0xARSENIC 998Tug5Wv/aPz1rtfLhvwCkdVxI gfMyp7k6OZnclPX/1IXIPw8W9Sc 2016-07-19 21:25:45 198.50.145.207 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4120 +p reject 1-65535 +r UniLandau 998h7SO6zcp9de85wUSi8Zth9XA xYVHrFCBASBjjS7il8KVyTCKQ2s 2016-07-20 07:02:57 139.14.13.214 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=127 +p reject 1-65535 +r TARS +A/eJ+/LP2p7TizFFxM9v/p4ui0 p084aYD3DwqbfQyhUYdRB5EzTng 2016-07-19 18:09:00 195.154.75.84 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16000 +p reject 1-65535 +r tor1kryptonit +B5EzmbrkUuz+FruHgLjrJP4Nu4 MQsTD6YK0ajHwyvhsn6410b7Ai4 2016-07-20 02:04:52 78.156.117.236 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7340 +p reject 1-65535 +r Jeffryxon +Ct/vj2/gevREXmD2OO+h1QgWAw jkwZHDjwQL+A9Tfqjdx8sn/i8ig 2016-07-19 20:49:07 144.76.40.121 10443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1330 +p reject 1-65535 +r informationalley +Dpk4PqFvCJIB5GXcv4U4boHzvU 55VpEp5fZjc/rCQdk6PuEwB1ZNo 2016-07-20 01:26:35 178.63.85.14 9001 0 +a [2a01:4f8:121:3431:4c84:c8a5:4c2d:c9bb]:9001 +s Fast Guard Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=18600 +p reject 1-65535 +r Alligatorfish +EPLVylXXXb/H/uyF5vc9SwMY4c 7wmrTvsQHaTAfvqGvn4yPRp+UgI 2016-07-19 23:24:17 96.47.231.214 8080 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=6350 +p reject 1-65535 +r thisismyconfig +FA7/zxuiHbm2Uf1R6R9wFOaicU peH/sSiygd2yEPN4rOgSmdxwn38 2016-07-20 02:41:19 125.161.135.178 443 0 +s Running Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r torushopyard +GS962bIoR4glFaEZJnC+ZVDV5c i30u0boeFkZgDbm59wRvMou5Y7c 2016-07-20 01:45:06 73.241.193.149 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=259 +p reject 1-65535 +r sshntornoderdednl +HNO7tvU2PUE4k87BhiZEXL0/sM ZzJJvKogYbu79OFth2AgNLzWzV8 2016-07-20 02:02:27 213.124.167.244 21 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3460 +p reject 1-65535 +r anonymousByPDH +ICRPKvBVb3UNWJndi2gh9xcXmI JXLzANyId4WWn1PaIRna66V4h1Q 2016-07-19 19:55:53 64.137.253.146 8080 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=919 +p reject 1-65535 +r Chrysophylax +IM9F1ZCwXxQuFmppVfaRSlYi3o mKBn5ANqNMv/cwzrFE66ng05Sjk 2016-07-20 07:25:03 75.135.123.77 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=154 +p reject 1-65535 +r bwanzie +IchsNGENhrSSxTP1WgygkoOefI 0KlNgFSJ47MCYLfrWItOFch59VQ 2016-07-20 08:20:06 69.181.138.121 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=14 +p reject 1-65535 +r bedeer +IxNUi7nvYsYtsZBi4VI5ua8dOk mwber/rhay1KHQB7QApB6Epp4sc 2016-07-19 16:17:32 195.43.138.226 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=343 +p reject 1-65535 +r interzone02 +KChb7QIhl27X9UAKgPoaxhX7HU DdpVlg1N3wfAB30/OMwCrZhJosQ 2016-07-20 06:34:09 212.224.76.148 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=4060 +p reject 1-65535 +r TheBlackRelay +LEzsoWnjn+vilTyfBU8jGCSB+I sjmg8hcEFtltIZSA9E3Y9xRb5g0 2016-07-20 07:51:19 79.13.231.197 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=18 +p reject 1-65535 +r StalinistButtPlug +LuMSbp/BdLWUQ7QEDO/1H/H9aI N+YZmfxoqDz+LiNQrY3cs9am63E 2016-07-19 21:13:30 87.236.215.72 9001 9030 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=539 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Mitame +MMnJOF50CZt/sUJPEHLdLFvkr4 6iuaspq+RRz+vGZhHVVcQnnnuq0 2016-07-20 06:05:32 79.68.109.18 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2120 +p reject 1-65535 +r fluxe3 +NJ7FjuSR7Iyou7mjdi2mGlcKN4 SAJtzVuzaqVZMOHNIwCNK5cS2a8 2016-07-20 05:48:42 78.47.18.110 80 443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=34200 +p reject 1-65535 +r Unnamed +NhmpTiVy3bNWUkaFMLNrhARUII MDxu+u7rD29ObSiN+Wgcw5RK2c8 2016-07-19 21:04:20 82.146.37.204 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5590 +p reject 1-65535 +r letsgetloud +N/OmMbsSO/9Apx358uEHSyT4FY Ik+rWRAlXZqteHrtEgX4Rnx2+84 2016-07-19 22:52:38 93.157.51.22 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r Anton15 +OL8TcaDrHhRyW1PCu/5470gMZw GaeVszynT5ANeUpyOou1nOwrJVE 2016-07-19 21:42:08 82.181.62.84 51901 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=105 +p reject 1-65535 +r avarnerdotorg +Rmgy0kNoSu4w0wnP9dl+jLGnlU t9FU1o+tI6Z4G//D9Ij0fvjtq0g 2016-07-20 06:09:48 71.90.82.243 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=54 +p reject 1-65535 +r BV3 +R9WcWXj5MqCDm3nJ+tB0ILCwAw U7PkFTlAheZsLOGuvwr7YabKePA 2016-07-19 21:09:08 5.249.159.198 9001 0 +s Fast Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=916 +p reject 1-65535 +r Freebird31 +SRt7ytlOAcjbaE08q6rED1Yq/4 bpENapqEZoW/VJgyKoWCDkCKJbE 2016-07-19 18:41:36 178.254.13.126 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9090 +p reject 1-65535 +r koto +Sm6RseiOx1mix+ZooRqIdE3euU zW8mJtx90ANqmb5PofKlY7i5aVA 2016-07-19 16:28:10 89.248.166.157 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11300 +p reject 1-65535 +r BrassHornExit03 +Ss8ubvgyyJAmEP7GuTbzV76yDU cqQAAA8gTEAVkcIkq/EJBSN8r3Q 2016-07-19 21:19:32 185.104.120.4 9001 9030 +a [2a06:3000::120:4]:9001 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=1480 +p accept 43,53,79-81,88,443,464,543-544,563,636,749,989-995,1194,3128,5222-5223,6679,6697,8080,8332-8333,11371 +r mountie +TVjP5B1BsMyfJzuK385pUuIw3U sgjBzo8ZXdT9EyLvcmqBj/Z+dNI 2016-07-20 00:15:14 91.233.116.119 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=16800 +p reject 1-65535 +r bromeliad +ToMA7TL5LOHOKzMVdrrWPtjCUY nUZt133vc5I3fAHqnG22IpWDOgw 2016-07-20 06:10:13 46.246.63.15 9091 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=372 +p reject 1-65535 +r k1koulol +TuklK0YoqXG6/fr/LO0SM97yqI CATtdCCwJvn9BFbdyixfhIOVSOM 2016-07-19 16:22:39 91.176.88.127 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=15 +p reject 1-65535 +r TykRelay06 +T2PN+NcOQvK2fkGnhMIW3RewhY 2ZhMQzN4xouRgvnGc4bb1h0P9yg 2016-07-19 16:02:04 185.96.180.29 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=41800 +p reject 1-65535 +r OW7KwS0Kr9dbEEIL +UvOG244mfpOTLzDsZxP2MwrM7s g1GnFW/d9rKnNMIkS4n8YlCXSwI 2016-07-20 00:47:31 81.89.0.199 443 9300 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.5-alpha +w Bandwidth=139 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r nochndor +U+Pw1fjEiBVkVxUlyiq3M2BKI8 pqSIU9ZCJtANxVJxfq8zDLmcT7Q 2016-07-19 19:28:48 108.61.165.0 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=924 +p reject 1-65535 +r 0x04 +WDfUPD9QHWsm1BcHU/8g4TEkPs Fr9LzVSVY9U5uwMrzxFNMCDMojU 2016-07-19 20:41:28 46.101.143.173 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=55800 +p reject 1-65535 +r raspimuc +WJ3eKY0qSEwLR1u0YxE1DQNgXM B04Hyez62CDLWupoItYE+UQYLf0 2016-07-20 02:40:16 80.138.35.89 9001 0 +s Fast Running Valid +v Tor 0.2.4.27 +w Bandwidth=344 +p reject 1-65535 +r torrrme +XTsBgRxeWTYRBzkiliKno7wki8 Pu9mwYbLEYXOMw6FzOGQgjDtOkM 2016-07-20 07:01:15 193.174.6.20 8080 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=673 +p reject 1-65535 +r MoonbaseAlpha +XmtSISunnLY/AbG1dD44nzM8dc y/nNh52mzgUYWHrsK7LvhwSO9VQ 2016-07-20 01:33:19 104.232.37.168 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=21 +p reject 1-65535 +r MarinAsagi +Ypw5UJ7/xEWQAEfeuMeU37PHdI dyz/dgNRifIZ0mcPOFM8zRCAepg 2016-07-20 04:17:21 23.239.113.101 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=593 +p reject 1-65535 +r gliu +YpyBB5IAnrrairqR72bjtaoeUQ TSIwu2S7I7RCk1BD6W5B0+07EL4 2016-07-20 08:25:21 14.207.6.11 110 143 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=222 +p reject 1-65535 +r icebeerDEFFMVirt +YwlJI3AkKcK1wNiWk7ODWVC/Lo YS8fASjJgCbGutP1xqzadQv6EKc 2016-07-19 22:19:47 84.200.149.200 1942 0 +s Fast Running Valid +v Tor 0.2.5.10 +w Bandwidth=334 +p reject 1-65535 +r Frostmourne +ZEWoq24oeKgU5n2vgwbCENqYvY itUcbL+45K0bcRaYHUDzsf4LudM 2016-07-19 20:04:03 192.99.246.101 9001 9030 +a [2607:5300:100:200::943]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5430 +p reject 1-65535 +r persephone +ZFPvtUMmjx6LyIvwWRjKGfASYs o8EWMmvBbY7Qrap0rZ5yXL39/9Q 2016-07-20 03:51:49 69.140.59.31 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=622 +p reject 1-65535 +r Unnamed +bHLhbNsvMZ9k/ulMncTt5vWmJM mrunOnroUsukaODqT/mVPKmlC4k 2016-07-19 21:08:29 108.168.65.51 443 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1300 +p reject 1-65535 +r hsjeufh24h62 +bkelPbF5x+0cU3qR0B9mMw3YO0 jp452fpqk3ybqOr3LnTqfwnJ8MU 2016-07-19 20:13:29 93.186.200.213 9001 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=55800 +p reject 1-65535 +r Unnamed +d1SYAiLwHVfOb2hh2QBZWZqVL8 jCrKLSZj5FrsC4fZsEo2zWjwURw 2016-07-20 00:57:18 78.51.249.240 9001 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=14 +p reject 1-65535 +r moe +ekmb58Zf9XTuaqeByvxk6YYg24 8CSG+oBDINxS2wdXLtG1pKIAN8Q 2016-07-19 17:59:26 216.12.198.83 443 8080 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=283 +p reject 1-65535 +r pato +ewtqmvsDLEUwT46PUKhEKjebjA /DUVR8E5COvzK+kt0zU/Fqk69hs 2016-07-19 20:53:23 80.219.140.41 7444 9031 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=304 +p reject 1-65535 +r CatRelay +e8fKWVM8g9Row1LzwTn0QEvf94 DwhsLawK3JXaJbOK29yLlpWAN2E 2016-07-19 21:07:00 5.104.106.38 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=26100 +p reject 1-65535 +r vader +hoGdc9XfxPCe82chlDsM63iPPM +wwbqRHzQlI3VlO6vxUso0TTEBQ 2016-07-20 08:40:59 210.3.102.165 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=162 +p reject 1-65535 +r cliffhanger +hosZgrU/eaJ8vTs+kKLvOchLiE RxtaqfSpawMnTIIP3V2HK38i6g8 2016-07-20 08:24:43 38.229.0.28 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=2060 +p reject 1-65535 +r angryrocket +iDdYy3D+ll96KLhXvZ37zHAHuI ueR4IjdO4//Wm9eGhoaOdxew4fc 2016-07-19 23:56:46 104.131.245.55 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=372 +p reject 1-65535 +r ratchet +jQVZZRErgBufp5TdegvKXAM/f0 GHa6t6veCikge0V2DRdhW40ykoU 2016-07-20 03:17:07 104.243.35.196 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=19300 +p reject 1-65535 +r simpleforfan +kOb6O62OOTZCexCUaKbXfPPnfA Hy0JIGsySLzrF2BXjDyuIj6R5Lc 2016-07-20 02:13:16 146.0.77.5 194 17279 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=586 +p reject 1-65535 +r baTORman +kTv2SByYB9LNNmgPFOOf8HPNNY haR2LIG66tS2O+jIezTo7sYqWFo 2016-07-20 01:01:23 217.234.144.61 9666 9830 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=36 +p reject 1-65535 +r 0xFFFF +kxjFpiYlF2v8eaCmS8VYjdLMjc XsYEiClUuxkMlZiitrK/Q8KBL7k 2016-07-20 04:27:30 90.6.209.7 9666 9030 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=25900 +p reject 1-65535 +r theXYinsexy +mHcVsTKzox2rSYIPnc+zsI3AUk 8H6nz+AspKx6HHrHgoucSfWQ1wo 2016-07-19 16:31:27 45.55.14.136 8443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=3610 +p reject 1-65535 +r MEIWA404 +ngZnc0WrLwP5chMw5Q2VH4IC54 CocJj4v/JFbtcvdrcgT8DdR3HeA 2016-07-20 06:39:51 192.30.32.44 443 0 +s Fast Running Stable Valid +v Tor 0.2.4.22 +w Bandwidth=348 +p reject 1-65535 +r quengho +n9Kir2rjMzD7K0d+gNDWZ4D+kA vU1vYr7GbZqIW9ERzq8eEVLlh24 2016-07-19 19:09:06 78.248.215.89 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1 +p reject 1-65535 +r dogemarch +o4F4ECbAF+JB+fiHXpMH+fm1TY ipIvMHx/PW+/nuU2cT85gR9BCnE 2016-07-19 17:16:04 178.209.52.47 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=185 +p reject 1-65535 +r schumpeter +plq0/5ELff9WVNPOnUFMHNYW64 cX/o0F5rukE0aWdZSHCZZYsSy2c 2016-07-19 22:00:46 46.239.108.194 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=176 +p reject 1-65535 +r cd3d +qp/AN0TLnzmox2WJ9Nj8jyQ1iI vO1TxwSVirO4isEmcOJ8RZ9Ea+w 2016-07-20 06:03:06 62.163.231.194 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=1960 +p reject 1-65535 +r Doomy +qyhx6zwP1QA9rdaR2AV7Iglcdk Fn6XvF5SoBP4q3MUzYtCTekcLZo 2016-07-19 22:01:03 31.220.43.190 9001 80 +s Exit Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5990 +p accept 21,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,23456,33033,50002,64738 +r hellotor +reUQBI/MBOv6JSoTMHyyW/1HWQ XIqdFBKs0aVOkjiHZCP8U6QLFaM 2016-07-19 21:35:11 31.131.251.36 22966 14225 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=839 +p reject 1-65535 +r Albesco +rmZVaYQ6vBFmUtYA9p0mOg5i+Q fTsJnq/ZfQOjM3gHFZD2JAj0Elg 2016-07-19 22:36:16 196.41.137.208 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=9 +p reject 1-65535 +r Adyku +segTMN4r6nTGzakPuVqO/qaYgU 3K3ROz9SfVh+U8bIVp0/RxFza8g 2016-07-20 00:03:59 188.26.164.27 12345 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=6690 +p reject 1-65535 +r Yoshi +shHv+duTYDNaW17YbUYXNy0DY0 yvPpTfgaZ//j5kjECZRRDBBfMDk 2016-07-19 16:53:09 212.47.244.193 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=51500 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r JustSomeRelay +stKp2Aaq9g5m3t941Q3ElSfNlk cDWKX6GVSKqSHWG/JWx2Nm/FqV8 2016-07-20 01:25:49 76.20.53.27 9001 9030 +s Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11 +p reject 1-65535 +r anonduke +tgjoqp0ANSoEH182DBQ7rt6Uf4 Qto9N/83hobt0RPFs2hackf/gXQ 2016-07-20 02:51:01 195.228.45.176 9201 9230 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.6 +w Bandwidth=5260 +p accept 53,80,443,6660-6667 +r Ar15381tc01n +uEX12/xzHNr3ErkBtRDu5ddu9g l0+jyBRfW1EXEZrQCl6D6oNIbqs 2016-07-19 15:01:03 62.210.108.23 9009 9040 +a [2001:bc8:21ba:beef:a815:3817:0:c010]:9009 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=46600 +p reject 1-65535 +r Unnamed +uRz7qTLQLGT6d11jT0WwaRBNIw srOg/uePw7mDWp9xz3jcLBS77cc 2016-07-19 22:22:30 83.233.161.228 9001 0 +s Exit Running Valid +v Tor 0.2.7.6 +w Bandwidth=20 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r AlexPlotz +uXgZw8FoD9r0qWlp3IbM42RdpI Dt5A/OqFM2rceGpnqUG+5VfAvVg 2016-07-20 07:08:58 176.114.128.117 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=7 +p reject 1-65535 +r jonsiii +uYXqBoDYXHdjiJajRVY+aVzeI4 IlYXnUkntNGb2Lacb0eNxLTGVlI 2016-07-19 21:02:34 176.20.196.193 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=135 +p reject 1-65535 +r vdatorrelay +uq+WhInX6N47kkWeCiLinxp75I Ii8f/XQ5wiNfrQ45fjLjnI0fvSM 2016-07-20 03:06:01 149.202.56.78 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1410 +p reject 1-65535 +r furball +w8fTh3j6BqZCnXQLCjqtqZv8a0 pXNe88ASbWSbu40fb63VrW5xUQc 2016-07-20 04:39:33 178.209.52.162 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=430 +p reject 1-65535 +r huntersthompson +ydwCq0bhfPCBXDIeqcX+iPKWO8 VIzm+zbGbPM3tSTS5M5/RXhqooA 2016-07-20 04:21:33 45.63.25.179 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=24 +p reject 1-65535 +r RikoMagic +ytljkraDJJdrxNweqdqjL7s5oc G8Z8Pvk1iSb5EdDqu+5wNNcWlHM 2016-07-19 15:28:41 46.73.175.212 9002 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=1760 +p reject 1-65535 +r DipulseUS4 +ywjhRYNLT6DYus9GtuXi3faoZg 4VzQsVQ4QbJh5YoZ5+M5M7tep3U 2016-07-19 14:53:01 108.175.11.36 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=312 +p reject 1-65535 +r debian917 +y9GPx0z4bP2nJN2hThwixYlVA4 pVjZYCBQcKxSdBujqEbCJAli1DA 2016-07-19 22:42:07 207.140.49.226 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=629 +p reject 1-65535 +r diablo +zxFe6OpgzvUyFBMzejMvwhkMSQ dC3d8filyk3XksGLoctWuyMXvFs 2016-07-20 06:39:30 213.239.204.150 1567 26272 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1380 +p reject 1-65535 +r GaiaGuglielmoUS +1/2D166AQ+KRaxu0xpDk3GKLDE 2Q5HLyi6nUKKVUBP/JmPQlFq3ps 2016-07-19 17:49:09 188.166.118.215 443 9030 +a [2a03:b0c0:2:d0::72:9001]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=51000 +p reject 1-65535 +r TtnRelaySwyn +2EQfqxR5zEzT9VvvWxMSmR3FLk uqXLnfHf/p6Nrwa0ilyYFaJBaYE 2016-07-20 03:26:34 91.224.149.33 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=59 +p reject 1-65535 +r afx +27/0TQQyNQDwXsdDgoDHUA73mY 2060qO2sQo1cqNN1Z1gdqSBp3aA 2016-07-19 19:00:26 37.157.195.83 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12100 +p reject 1-65535 +r servingsize +4eRY9tcrDnpNveZ1ZnnahwPbno PUIdXNF4uNOcEfFINeYHKSKgBtQ 2016-07-19 16:50:34 162.243.60.96 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13800 +p reject 1-65535 +r kite1 +5EfpCzHUTqi9mLCF64dRCa7EjE DlROJZIh8leS4ZUZn6GB6ePvQPM 2016-07-20 05:31:41 167.88.41.194 443 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=85 +p reject 1-65535 +r yuicat4 +5JD+vJE0l9gT+I+E1Wsfx9Byo0 jJMd0bfmDyIDCaZujXjaEuNQqaU 2016-07-19 21:23:04 92.222.70.172 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=227 +p reject 1-65535 +r pixelwashere +5eJReuIVA9epAuQFcBJpVgPJAU f/XSiq6wlP6v55rivJcEc/SWkaQ 2016-07-19 23:29:08 37.120.172.138 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=560 +p reject 1-65535 +r DNET4 +5zQlaFzxuUjf0qeMvNHLQfZ7M4 LymDkAQ6wys9ZXxrUAWLIFr2Hxk 2016-07-19 16:22:07 162.220.55.207 443 80 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=175 +p accept 53 +r IcanShowYouTheWorld +6yty4gG56aOyVmA79UDGCXKpSY 9drN+lSTGBizER3FJT6xNyMewtc 2016-07-19 21:10:27 71.218.66.12 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=1780 +p reject 1-65535 +r papadoc1 +65QCGsts70oVxyYUorJBEW9L4Q Wh0leqpj0ZOUmjKRyHvgw4Ylb2s 2016-07-20 04:43:41 51.255.41.91 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=10400 +p reject 1-65535 +r TorHundred +7uI/jGxjqkyt4f4usx9++3dCdg UMKpetf3/6T47UWrBSclyI1/5jQ 2016-07-20 06:02:40 163.172.136.101 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16100 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r fossencdidoestor +812Ri88Qz8MeZuQsbi1/ByVi30 SWXYUJgZSq0RVYHC3ugwspeTQJw 2016-07-19 21:25:23 62.141.53.185 9001 9030 +a [2001:1b60:2:4:2845:104:0:1]:9001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=3250 +p reject 1-65535 +r AnnetJenkins +9ulNGjBEs6GFKgS933A+nrK4lA BOV/Mw/8rZSPt+lr5p46y7GK3fQ 2016-07-19 19:58:32 176.193.124.65 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=3690 +p reject 1-65535 +r Unnamed ++BBhvSdsrHt7zzgbbFvKWkK/Wk ubrYC3KTEyVg97fuVSnqIf4uJHM 2016-07-19 19:55:03 92.50.161.246 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1590 +p reject 1-65535 +r verybigboss ++gMCApl/y8aeSWqVvQeYnS7Cm4 ecj/Ul5pBY2fpzFiDX0tj8xV1Oc 2016-07-20 03:32:37 91.207.7.83 11778 17688 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=799 +p reject 1-65535 +r seriesOfTubes ++zQsLq0PksQUmes5QaoMqrDfSQ ZhuejUyNyZSwlDTvVjG3dAL+T/w 2016-07-20 03:54:09 95.114.25.226 9001 9030 +s Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=8 +p reject 1-65535 +r ThatTorRelay ++1Z+/FDRsVtRZiHkmZ3ezGKoPY /DhwLfm+Jvctwv7VbfMBdh/kTdM 2016-07-19 17:23:34 23.239.22.19 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.5 +w Bandwidth=802 +p reject 1-65535 +r deimos1138 /A0iN4MbMWHR4zGsM+q+JmKjHUk BMA6RPIz7aNFD3lLIODnUgugPrQ 2016-07-19 23:09:19 128.199.252.197 443 80 +s Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=14 +p accept 5222-5223,8333-8334,9333,9418,9911 +r danubuntuvm /Bee6qLD1e3E5062kAXVGumIPVg rIgy8HZnBrFZorlg4Bf1NSDWwuU 2016-07-19 23:32:05 96.91.11.81 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1450 +p reject 1-65535 +r sFtor3 /D3VTh1pDZBCR/DKz84AZSOpxAk Dib+YQHN5/ChS1PXcUXfTJwoKmI 2016-07-19 16:46:38 144.76.199.40 49246 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=17100 +p reject 1-65535 +r tor7kryptonit /EuLuI7WrwnYREl/AfPGef2YiyQ xgWf+CgOICMLx9Trvf2IxtWgRTI 2016-07-20 02:05:36 78.156.117.236 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5190 +p reject 1-65535 +r xaktor1 /FPasH5i6wGlbnnMXAQFcQfCpEY SpHja52IRVFWC38sGKkEOV2tBdg 2016-07-20 07:25:35 76.20.224.162 9027 0 +s Exit Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=16 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r BabylonNetwork01 /GTNdj+MGjGb+79iVRaE9OHkIzI eQBEaNBOK3ietkQHMqF8ZB4RSqY 2016-07-20 04:21:25 149.202.98.161 443 80 +a [2001:41d0:8:4528::161]:443 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.9.0-alpha-dev +w Bandwidth=26500 +p reject 22,25,109-110,119,143,563,4899,6881-6889 +r LibertarianCrusader /HXsy7ZPN4awedePUvM+mgBSnCs +N1x0453zj1WZhLjmvtFgC5lyHw 2016-07-20 07:45:12 87.73.84.77 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2810 +p reject 1-65535 +r crispyninja2 /HlE4EDMP6ioFDNje5D5xlxe0XM zQxtN1jVH7zr85NDrrSKI2x8iIc 2016-07-20 05:11:49 84.19.180.69 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=194 +p reject 1-65535 +r unnamed /H/m1r1+Q4Vn6J/V5jxPsf/tKUk 9IN+5sMZU3grYVhsCUvxhI6L36g 2016-07-19 14:58:52 192.95.38.242 5726 9292 +a [2607:5300:60:8479::d00d:beef]:5726 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11600 +p reject 1-65535 +r torserverss /IVAnIL429mkZJc2VV3zyyTYC4c ygPU/PiqyYvpfuRMWYE20B9pxfo 2016-07-20 05:01:19 91.214.203.144 12236 9234 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1090 +p reject 1-65535 +r torrelay1ph3xat /JrI6gFg2IvM/eBmlA192fpFSVs 3HHLcBw/Hi9PO+SDtEgZNWulYik 2016-07-19 15:07:57 86.59.119.83 443 80 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.8.5-rc +w Bandwidth=65500 +p reject 1-65535 +r Imazgo /KSJJJEAM+SOmUJF6ohHrzDtEvE FS122ycIQEWW+VfI5qq8uOIxAj0 2016-07-20 05:34:47 109.9.71.133 9001 0 +s Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=49 +p reject 1-65535 +r Unnamed /LW16d6Hc+714dLFXm1xnQN9i8E vWvqLGEafHvLGlQIsX2AZ338tfU 2016-07-19 18:41:36 188.255.100.96 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1190 +p reject 1-65535 +r Unnamed /LZDXXNYibLgni6NXLs9CRuo8lY HBqYjBkEHYn1efDfYXgCOfmBDzM 2016-07-20 08:49:58 195.159.162.194 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1030 +p reject 1-65535 +r cairnes /MFBW1psTg3E2h36b0Tu0MMEsSc beu0czk865sR33FweQVHeDh57uw 2016-07-20 06:47:55 95.211.210.72 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=50500 +p reject 1-65535 +r kernelbingo /M6FgSsxrAR1AL4rNmaHFkYcj8A CCck8ll++owVibN6tNR4xKjKWrY 2016-07-19 19:49:04 185.86.148.206 9001 0 +s Exit Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p accept 1-65535 +r FluffyTor /NEf2oBCK+yEp/urKIbJL04qeOQ AWIc4WGwsXIe5wrwzuXYFoBz0b0 2016-07-19 17:04:15 104.238.176.134 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=128 +p reject 1-65535 +r Warhammer4k /NzUpGI4gFloPL8ocmrN5olIwUQ ZQ/VMtc9EICGdZCtvhVPwmXYYnE 2016-07-20 08:49:03 89.163.235.163 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=41900 +p reject 1-65535 +r Exkrn32Xzpwkjc3 /OukJNAKbv52jQ5OApYJVAPnRUM lxMjeGS1wePeJRx4jeCSJnF2ERY 2016-07-19 22:25:01 80.31.174.19 8888 8889 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=7 +p reject 1-65535 +r ThokyiB /O8VFVUlaq3qxgG7dp0qaYKR6xE nN8ztokmlo3XyVQvsHOdz0D+0Oc 2016-07-19 18:47:49 128.199.35.5 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=272 +p reject 1-65535 +r skipperskiptor /QKgVVSz8vd7wkHtlhegGtMSHc0 ugB96PY5ISr41xDmmN/fUa0oNVo 2016-07-20 04:13:29 176.20.178.44 443 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=1380 +p reject 1-65535 +r Unnamed /QQEwhFK9HpEAeHzM8EvCwLD/rQ v+Jp/BuPE447DhdtaSZ0AKegbVI 2016-07-20 03:12:24 107.170.246.123 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=272 +p reject 1-65535 +r Unnamed /QncvVvrNmWXwd7FuRUsK1DMekA qYv6PGth01678bQ2u4+Pg+0tdEE 2016-07-19 16:07:02 89.110.48.10 49002 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=728 +p reject 1-65535 +r niftymouse /Q1rRRv0OfxauBMerOMKmSl/ixE OcsN6agglhKn+fFmoEVwibctOsE 2016-07-20 02:46:06 104.131.43.59 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16700 +p accept 53,80-81,443,3128,8008,8080 +r redwood /RhxhUv8BtewLxB0IHMGnwUotcw hBQuja2XnHqagY62WUZeLqsOyBQ 2016-07-20 05:15:25 192.187.124.98 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=8130 +p reject 1-65535 +r skippertor /RtrB+uib+Yv3nDyJjC+g8kUMDM hrIgu4ra4XmmxDs2ngtmkpCJZ/M 2016-07-19 23:20:59 80.71.129.32 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=92 +p reject 1-65535 +r nova /S+biBrGQBAMQo30fcmoY9wvJTY eFBOWqT46/BB1IOxoZboC/hjj3A 2016-07-19 16:32:40 37.187.17.67 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=21000 +p reject 1-65535 +r Mozilla2 /TvAvqX3NoDm+fO6x2IWAjHcPbU +bOI9ragGpnPEnIS2msulMcLtkU 2016-07-19 17:26:48 208.36.2.3 9090 9091 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.5 +w Bandwidth=6370 +p reject 1-65535 +r Brethil /Tyvl+sC2SBxsqqTAuNyN/5rj7Q ZE4UOuwZVxAtuyUgBOJ1ArohlxQ 2016-07-20 01:46:51 104.223.1.56 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=755 +p reject 1-65535 +r relay34 /UzYdqSh3UvrDcyu4u2HkEpolR0 Z7+KpRk76GpMTmpOlkAqSxDzs6Q 2016-07-20 02:47:14 65.19.178.241 32439 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=530 +p reject 1-65535 +r XOHaxton /VWZirolf5lW6EujwQXpuavYSI4 gycGhKUHWDCU5JxFqVRE9W4Uf6A 2016-07-20 03:20:35 104.223.92.155 443 8080 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=22 +p reject 1-65535 +r nautilus /VsUZVZ28j6Ut0h0knttertbpQo rC1a0DAH9l5GK8AfdJBVHeDtxVo 2016-07-19 15:44:07 23.92.19.113 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=83 +p reject 1-65535 +r etemenanki /V4ckhwu2ahCi77tkXnGyLtOfko PqlgPsCyHKkRUkEFHKCSxvSBVN4 2016-07-20 04:35:00 45.55.164.171 9002 9031 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2470 +p accept 21,110,143,443,5190,5222-5223,6666-6667 +r germanguy /V86uLpohfPGmeeIqTdwhBMX/Wc GCZpbQy+rMUYSfWUdajs/sPxbvE 2016-07-19 20:51:42 5.189.163.64 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5030 +p reject 1-65535 +r Toreador /Ws0n495C8eFG227Vwi3qCXhPFQ y3llQSbItptttbf4pQjGE7y+A4c 2016-07-20 01:14:09 92.19.243.8 9001 9030 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=9 +p reject 1-65535 +r sunflower01 /W7SGZf6SK+WvR05vPIoiSv41wA d26DDB6Ckx/VyGLJ0UOSSYHsyPc 2016-07-19 15:32:15 164.132.42.182 9001 0 +s Exit Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1570 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,2313,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,12350,19294,19638,22072,23456,33033,50002,64738 +r RaspTorDocean /XNCDkDno1pYZI08gybdq/H2CaA qPoWgE1ICw2hNvyYFXevETPySYg 2016-07-20 02:26:13 79.236.255.90 9090 9091 +s Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=83 +p reject 1-65535 +r freedomfries /XVYHhBW+cSpzo9F5WGFOgYMGuw BgaehSdlj8Z7o0mPulz8y1qoNdY 2016-07-19 23:30:32 45.55.20.235 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=807 +p reject 1-65535 +r drymm /XmMVIPD7YP8o5BQxWn/6bemSYA KlRd70Qx/zoJsPJPbL9gtT2XuiA 2016-07-20 00:11:49 85.212.17.179 9001 9030 +s Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=617 +p reject 1-65535 +r liesenfelt /YHC0uJg20ivsqyWjreqAS+iDq0 QgcdhL2MmYHhafkT6fEsdqj/mjs 2016-07-20 03:22:55 173.174.72.80 443 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=479 +p reject 1-65535 +r parachute0 /YJ/H6xziZ8XBJtwSov3fQgaBXg T9KtBBhldsrw3uDuJQ2f8PJGJpw 2016-07-20 01:57:10 176.31.7.241 443 0 +s Exit Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=10800 +p accept 20-21,23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r Emzy /YqR/pWYkZ0qLCE2iCzdIBL9KSQ 1XTqzg6DSxQ1XIkqpaeRTK2r4/w 2016-07-19 17:58:48 78.47.61.94 443 80 +a [2a01:4f8:191:2194::94]:443 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=17400 +p reject 1-65535 +r Maurer01 /ZwrRCjj+rDLri1WD500jvzCLw8 pfD+yKBGb3jZHQKLRlesbKngtEQ 2016-07-19 22:04:13 78.46.139.182 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=185 +p reject 1-65535 +r Unnamed /aEfXO41HpsP9r+AUDq7erMh5l4 S4dTnoIpucmO6jU+J4ljyQn8fWw 2016-07-19 22:31:07 46.39.227.136 443 9030 +s Exit Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=29 +p accept 80,443 +r UseTorEveryDay /aN/2mORLhSbNcY84EfuPd91wOs tziCbi3Duc1OuKhgL7z1JYk6epE 2016-07-20 04:31:19 95.211.205.151 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13000 +p reject 25,465,587 +r 421975 /aiq9gXdJiq12w3d8TjYUt25llI eMvyDJZ8NeGwDYrSqIm671NdGEs 2016-07-19 15:54:02 64.137.215.208 9001 9030 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4540 +p reject 25,119,135-139,445,563,1214,4661-4666,6346-6429,6699,6881-6999 +r GambitNashRelay1 /bZQCWEMUVc4TJ8yKw/RkTuopTM XxCdT9+tl4UwwUZk74tYA3BbcdU 2016-07-20 03:48:15 37.187.130.226 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9060 +p reject 1-65535 +r discworld /cZZykhqdbhoiapePT83OVCz09E lUEFARlb7x0r73VtHVOjVOmBwc0 2016-07-19 15:41:41 99.52.176.162 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=16 +p reject 1-65535 +r Unnamed /cmOlnGBXUCXuijFf8ntv4VQveM rXdbc+OvcoOjFfMVBqJ356rtFf4 2016-07-19 22:03:19 46.183.221.170 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=11500 +p reject 1-65535 +r swejuggalo /dJvibwvt0OLKEPj+V7T/GIoOOU O+ZNlBdF4tmtxgQDt72F4rJ+d14 2016-07-19 19:19:41 213.112.70.82 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1010 +p reject 1-65535 +r NCC1701 /eGT0nulXZrILsdm5Kq/FpnrDEA P89aRgZPlIwCKgJ7Ox134aqlilQ 2016-07-20 01:43:33 178.209.50.151 9001 0 +a [2a02:418:6a04:178:209:50:151:1]:9001 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=718 +p accept 110,119,143,993,995 +r wollwoll /eztTCylPSjr2MsN3We52PZBCSo jmjIFD6UUN67Vf9VjmEZFmUnkBg 2016-07-20 02:06:23 86.59.21.163 9001 9030 +a [2001:858:6:2001::3]:9001 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=38 +p reject 1-65535 +r Unnamed /fMzVv7khMq/V3IUUU1myiZqgAQ WuFe9rb8hOP8f9WxmRxJ0YEFJVE 2016-07-20 06:00:19 173.230.154.184 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=3680 +p reject 1-65535 +r SwissNode1 /fNBs5uA+qtBqTyCRKTe7VBmbFI qKThsMKOxWXY77cycXjUExk/duU 2016-07-20 01:59:09 85.1.160.50 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=797 +p reject 1-65535 +r konkelberry /fQHGIesV47DooB7mmCTbgbQxSw /9FA4g/NOXtD20ng82/vIWVM+pM 2016-07-20 02:07:41 83.209.146.194 16001 16002 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=861 +p reject 1-65535 +r footor2 /fV+Jb7ev4LBh/7NhujrRmobk+U dUQUeFlFnh1xcVMDcYYliXrNYJw 2016-07-19 14:59:42 178.209.52.187 9001 0 +s Fast Running Stable Valid +v Tor 0.2.5.12 +w Bandwidth=641 +p reject 1-65535 +r ORGNorthEast1 /fhF/BWcACDivdoSDDDFxQOPdLQ B1AMrvwezXrNBR2Icl9FcUf+FTU 2016-07-20 00:54:05 62.210.238.33 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=16400 +p reject 1-65535 +r torforeverforyou /g/zlpIWJIG8TmkMPoCgFUC6e5Q +LsiSwXKItJLn4/YQ1TiUeJD90c 2016-07-19 19:10:03 87.121.52.233 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.10 +w Bandwidth=5 +p reject 1-65535 +r PiotrTorpotkin /ilhgAGIM68DqOrNWJSmFGI9P3Y gHyZiuHcOp/T4385wWu5nyM0ZMM 2016-07-20 06:43:50 149.56.45.200 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=12900 +p reject 1-65535 +r MeehSigtermNode02 /jBfjtdIQ86mjTkm8HIDLQqNk64 fP0UrexR3TpoNepfYvKFKQgCwjU 2016-07-19 21:37:30 193.150.121.26 9001 0 +s Fast Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=361 +p reject 1-65535 +r Lassallator /jKLjBgaW+S6XatI5dGHIHFBUSg Dpo6hAHSxQNoBud4vegMgZP2IX4 2016-07-20 06:12:13 93.156.72.217 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=448 +p reject 1-65535 +r drew010relay01 /jLKyFWrxwftf+2vcgBG/pFOtJE dcu0YlW/nKumVKiKsyxSqh1TeGs 2016-07-19 22:56:01 104.237.152.195 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=2480 +p accept 43,53,80,443,6660-6669,6679,6697,8008,8080,8332-8333,8888,11371,19294 +r default /jq0Rbf5dvErtH+COoveD+YOnio +jOBfEF6TGh7lsGFmmgI7VFzTXE 2016-07-20 05:19:58 157.65.224.144 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=2 +p reject 1-65535 +r TORPEDO /jy3Quc2dPG8I4JyMgns7kStSuw wB13Eeo/WBnaNGstYDp7S2Nhg0I 2016-07-19 16:34:02 217.103.164.150 7002 7003 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1420 +p accept 1194,6697 +r Unnamed /j8oCedAJtsuOdD5+QJ/lUZ3ek8 Ln26MAVAOMNDZa1zSaUqqy+JQlE 2016-07-19 17:03:55 2.233.235.39 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=12 +p reject 1-65535 +r MLTorNode /kAz11CDHDKpVxdK3RHkD1WKFKk i6SDq4N8YnNI1zCDdz+Kp8zZ/mQ 2016-07-20 02:56:16 79.46.239.131 443 80 +s Fast Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1960 +p reject 1-65535 +r ashtrayhat3 /mehuk7x0Tpheu+0FsueRDMbIjo wQmGb7y66J/Sz8GleL7PwialrQg 2016-07-19 20:07:08 178.32.53.94 443 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4990 +p accept 20-21,23,43,53,79-81,88,110,143,220,389,443,464,531,543-544,554,563,636,706,749,873,902-904,981,989-993,995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6679,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,11371,19294,19638,50002,64738 +r blueberry /oDhkq1Iob6wLYjrx2YwYRduGnk c/hH7rJXo9xRzOKrA51pzUgQUd0 2016-07-20 05:50:52 69.164.217.10 9001 0 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=2200 +p reject 1-65535 +r kheops /oS7Uyp92rpZUqH5qtfzrgDff7Y TG8Aappljo7PMBfrIM983dQtjP4 2016-07-20 03:31:04 90.110.233.162 9001 9030 +s Fast Guard Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=24100 +p reject 1-65535 +r marmellata /on9xdxhj6Z3xLhfcC0s/P/EgXA cppI30Culgc4sPslrRBsGt5tz6o 2016-07-20 02:19:54 95.215.44.145 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=8830 +p reject 1-65535 +r Unnamed /o5X/tTxsWWGILCAvIdsCgVp9zo 3IrToTzQ0v2yMo5Xqu3CO0AXRsY 2016-07-19 19:39:18 121.122.171.49 9002 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r IntelligenceComman /pVvgkUNGt5ougYHh0Zcg5UZ+C0 88I1ZW6KTSXIxaWSLTdBQ/Z0f/k 2016-07-20 05:06:15 51.255.33.228 9001 9031 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=32 +p reject 1-65535 +r DinoaurTor8 /qDNuTqFQYPjnKTx9qX0Q3j/5to wO2xpmnXSnS8/rfmtTTrUY10geQ 2016-07-19 19:26:14 5.196.73.88 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=18800 +p reject 1-65535 +r TarpDE /qjHPbDtKHghhyAfye6vh6fPQfo n/B1VaNRbi0t7IjO9AHJsYKXZxE 2016-07-20 04:13:41 46.101.138.46 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=592 +p reject 1-65535 +r therakerelay4 /rclFmP5Ne2V0NKFKkiNkTms9h8 Nq0aTKrnB7Lnu1uEpMh8vPa9MQQ 2016-07-20 08:41:30 87.120.37.59 443 9030 +s Fast Running V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=999 +p reject 1-65535 +r OxkNFyY4Jc /r87WlPxiVZ4xeowAjdsQnBze8w owaHGsAttt26+w5ypBnbkn3KV1s 2016-07-20 05:47:23 89.175.27.163 443 8080 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=843 +p reject 1-65535 +r default /tK4cA2Tt4fwI1zkyakIWZHiQYs DONsssJlazkIt/h3tAfMvafSP9o 2016-07-20 07:52:22 93.175.125.170 443 9030 +s Running V2Dir Valid +v Tor 0.2.4.23 +w Bandwidth=20 +p reject 1-65535 +r csUniHB /t4xM35OGeBrl9KC8IsKDoucVSY geuM7AxuqOai3wvIO7+5RcfvPWE 2016-07-19 19:14:11 134.102.200.101 9001 9030 +a [2001:638:708:30c8::65]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=47300 +p reject 1-65535 +r lptr01ORFzF4Zq /uKvfsBipjwRYmiviCc+yVh3XbA yNCrxhxca4EDLqudHqxqpfPMaFg 2016-07-20 05:04:00 213.188.245.139 9001 0 +s Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=19 +p reject 1-65535 +r tOr /umKuUjqwfhqVybHAf/LX0u+kio nhqzysa+DfGJ7ION4J8HSr2M0g0 2016-07-19 14:51:37 164.132.172.106 443 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=7690 +p reject 1-65535 +r felixhandteodin /vzVUGBmG5lIi7E9xV1oGWln/xY ra+LFDRf9Jrh6cESigFLTlslehI 2016-07-19 17:10:50 74.71.56.225 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=761 +p reject 1-65535 +r ObiBackup /wYcvOUPyq/b9CrzyBtgfJbTMbk +WL6qQxYyNwlzhR/Izj4ToyjKS8 2016-07-19 15:46:21 149.91.83.223 9001 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=1440 +p reject 1-65535 +r hsjeufh24h6 /wbnoGihymbOWT3OheJHeAfEgwI bBZCQzdoHQqxcYxFuJfGCGaC0j8 2016-07-19 20:13:28 93.186.200.213 443 993 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=57400 +p reject 1-65535 +r Unnamed /wywAbJee9yZPOiCGYM1dpgQC78 +OEnR/d/qkNNa04m1xhA9kZAVyM 2016-07-19 19:48:24 46.0.159.196 9001 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=4160 +p reject 1-65535 +r NIKITA /w+mW/ncgqFlrlweXWOIeOStgDw icZ25qfF4obYHQ+Kld1ZggeOsVA 2016-07-20 02:13:16 91.219.29.61 80 9030 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=177 +p reject 1-65535 +r StoilePlayground /yGGQjtqjqwHl4K4G0y3QWUNxzI TZxs/d7f9PChs2yp7H59+BHxVgw 2016-07-20 05:26:53 193.7.177.223 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.8.4-rc +w Bandwidth=23 +p reject 1-65535 +r tor1relaybyme /yHcw62GrPUxXh2GrJOtmQGJwQo QlQNp0sDtCJg6tM5BTJuolUgsD4 2016-07-20 03:24:05 91.213.8.127 443 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=1860 +p reject 1-65535 +r Hnnnnnnnnnnggg /yR4EZn0+cpWZ5zHW8mf5HL1Evg NxYflo+uJU+Uregzwjaej6j0+rM 2016-07-19 22:58:41 107.172.23.32 9500 9501 +s Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=106 +p reject 1-65535 +r bacontoransible /yiKWgKKo7F0M32Z/xtNYL7HFYc 29De84eCcGHenGNG9OYSs+TROQs 2016-07-19 23:18:57 163.172.138.68 8500 8501 +a [2001:bc8:4400:2000::4b09]:8500 +s Exit Fast HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=6270 +p accept 20-23,43,53,79-81,88,110,143,194,220,389,443,464-465,531,543-544,554,563,587,636,706,749,873,902-904,981,989-995,1194,1220,1293,1500,1533,1677,1723,1755,1863,2082-2083,2086-2087,2095-2096,2102-2104,3128,3389,3690,4321,4643,5050,5190,5222-5223,5228,5900,6660-6669,6679,6697,8000,8008,8074,8080,8082,8087-8088,8332-8333,8443,8888,9418,9999-10000,11371,19294,19638,50002,64738 +r sylph /zM7+9v1JEcI8JhBbwL8xa7ZXFQ bBfbA275zWnlROB3cwgVRXpNp0w 2016-07-20 00:00:37 66.228.39.82 9001 0 +a [2600:3c03::f03c:91ff:fe93:a03b]:9001 +s Fast Running Valid +v Tor 0.2.7.6 +w Bandwidth=12000 +p reject 1-65535 +r UbuntuCore45 /0ngr2wQhgt90URzbfOvPvy6br8 sSbKvvWPIhNhaTS7HGF6iL1qgb8 2016-07-19 23:49:29 82.48.49.171 33786 0 +s Running Valid +v Tor 0.2.7.6 +w Bandwidth=1 +p reject 1-65535 +r Unnamed /00mP15+k4PvwFzf//RDWEkgrQc p5L1U2ANSr/0+MI7SprUl2QKahM 2016-07-20 08:02:58 128.68.1.246 443 9030 +s Running V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r demosthenes /1Cu3GMCqbt5rt432uRw7n+zF3Q 0ogcfJ3OD05gTcYqni/o1VQpSMc 2016-07-19 15:06:52 104.250.153.59 443 80 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=9 +p reject 1-65535 +r enif /2Cz/JoYbjmIRuCVrDeLE+yAlP0 /hDHiUJJgQQrb4UpwvVSJnnS/CA 2016-07-20 04:32:58 144.76.50.37 9050 9030 +s Fast Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=5690 +p reject 1-65535 +r BrassHornRelay10 /2mXdon8RfBDx1zEfFvTqZE78vM Bz2KflxH9gssKG1YIq89j2j6BjQ 2016-07-19 16:26:34 212.47.232.227 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=11600 +p reject 1-65535 +r tOr /2qGhRZgr+15U/2JcipCVWOD8FI 9AbUbwwGtZPdXq65KoDxuW4iPi8 2016-07-19 17:46:55 188.165.205.15 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.6.10 +w Bandwidth=12500 +p reject 1-65535 +r CHSTCK2 /3XLwN8zCyOf2vgEzXw6tNTgo7I hhMcZcecRqxZutht+glUsUBvXPo 2016-07-19 17:02:19 85.195.243.106 39001 39030 +a [2a02:168:7c00:0:2e8:4cff:fe68:1722]:39001 +s Fast Guard Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=17000 +p reject 1-65535 +r Unnamed /3gnJIWlkTLtlNFHJo4PtqKW3bc FcpgXtVgaJSUYj1SrPXrS2CiEQA 2016-07-20 05:13:30 37.187.0.108 9001 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=14400 +p reject 1-65535 +r RelayBerlin2013 /393gA8F471dUHCMg7P69Dtt2WY Df4kKFdQEcxQs6QLfj6gqM++2yA 2016-07-20 08:05:34 79.205.228.57 9001 0 +s Running Valid +v Tor 0.2.4.27 +w Bandwidth=23 +p reject 1-65535 +r Sepiidae /4IeeAQ+whWfyCMWt1SWFTxf9Hs ndGKy3TxZ+AwuPRxIIxAlk/eDQ8 2016-07-20 02:30:31 71.238.206.224 9001 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=389 +p reject 1-65535 +r torserverssupporter /4nokBtDPyVG8+cFtEkYyh8z9UE IN85oUIFAiSP4mIMoqZG1/5bMU4 2016-07-20 02:14:01 217.235.235.147 9913 0 +s Fast Running Valid +v Tor 0.2.5.12 +w Bandwidth=83 +p reject 1-65535 +r ravenswood /43FeYgJX6eV6zr9Iu8eiTUxZfs oOKZXDAy3lHkDGI0hMqhezBaVjw 2016-07-19 17:12:25 98.193.49.38 9001 0 +s Running Stable Valid +v Tor 0.2.4.27 +w Bandwidth=3 +p reject 1-65535 +r anonymousByPDH /5BBNqAogOeLflrhZVb9ceFDRgI 0LjOUq+VOZahaYioplAYagFHcgg 2016-07-19 22:05:35 64.137.240.186 21 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=899 +p reject 1-65535 +r Evey /5hqRXMYWmkSoP8oM1IQzAXOAN4 5yCid3zVXhGJz8qYDEAaLQ922sA 2016-07-19 23:11:20 87.106.249.118 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=30800 +p reject 1-65535 +r Lule /6cr1oO8L8+Yg1bmvsHkkPMT+wc dZfneh0ZMl7ssQzmgAV2YCRcvoE 2016-07-19 22:40:36 193.11.164.243 9001 9030 +a [2001:6b0:7:125::243]:9001 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=37600 +p reject 1-65535 +r ididntedittheconfig /8Z/SkM4DRbT/QzuYo46EHkYcq0 x7sZAHPOe57AaQ7XuHBNvucvRIc 2016-07-19 20:38:41 220.239.58.143 443 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.5.11 +w Bandwidth=1 +p reject 1-65535 +r Unnamed /8yfuVZ0jO/8pz/a2Rp9erTa3N4 227oM5bJ2r2+CZjZH2JDqgul5ZU 2016-07-20 00:25:53 213.202.213.213 8080 0 +s Fast Guard Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=66800 +p reject 1-65535 +r proximus /88f0E9GxClxKsegS7RCytRrJVs 3rkKKAgfYmcnUYDkX6lKHd0AlXg 2016-07-19 19:48:54 209.249.180.198 9001 80 +s Exit Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=12200 +p accept 1-65535 +r AP3AMAC19 /9eVPzfjchhqYWbYXmcUj4IFhtA VXRgMHbM/XI+CNntXsu57HEHjqY 2016-07-20 02:56:21 185.146.169.193 443 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=9160 +p reject 1-65535 +r YeastLabs /9lKUj06ZjI+Pk93B6/L1EqNOMQ GJ4b7MNspOIWxUEovMkFqh14L/U 2016-07-20 04:29:45 188.107.85.85 9001 9030 +s HSDir Running Stable V2Dir Valid +v Tor 0.2.7.6 +w Bandwidth=13 +p reject 1-65535 +r moistpanties /+fJRWjmIGNAL2C5rRZHq3R91tA TPqp4hPkkl04Dgt+Stc/t4O6SoI 2016-07-19 20:18:19 91.121.184.87 9001 0 +s Fast Running Stable Valid +v Tor 0.2.7.6 +w Bandwidth=5100 +p reject 1-65535 +r RocketStimorol /+0ogVIf9PfHyo9M3aSOXBx5X4E SfdhG1zkKK23d5Wwi/XDvlPJk/A 2016-07-19 21:52:34 37.143.14.58 9001 9030 +s Exit Fast Running V2Dir Valid +v Tor 0.2.4.27 +w Bandwidth=853 +p accept 20-23,53,79-81,110,119,143,443 +r weiner //DRJmufk5GRKETm0fz2ctgvuOA 9oLrrgLzfQXwQaU/ynp5IOVpxLo 2016-07-20 06:53:09 50.7.178.98 443 80 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.6.10 +w Bandwidth=11600 +p reject 1-65535 +r ddetor2 //eMRLpua291JQlbvhTvfL64l0Q OyZvq2uzkFYoFDGeLb9Ws6Wr01s 2016-07-19 23:56:22 85.10.196.9 9001 9030 +s Fast Guard HSDir Running Stable V2Dir Valid +v Tor 0.2.5.12 +w Bandwidth=4940 +p reject 1-65535 +directory-footer +bandwidth-weights Wbd=0 Wbe=0 Wbg=4259 Wbm=10000 Wdb=10000 Web=10000 Wed=10000 Wee=10000 Weg=10000 Wem=10000 Wgb=10000 Wgd=0 Wgg=5741 Wgm=5741 Wmb=10000 Wmd=0 Wme=0 Wmg=4259 Wmm=10000 +directory-signature 0232AF901C31A04EE9848595AF9BB7620D4C5B2E 11160AE7FE48BEBE4716E8CD4ED9711FD9E3DDBF +-----BEGIN SIGNATURE----- +dvjkTD3JD7S0uZmT1kywXE8Vn+VeZ7qHhLW0d3oommDsb3kD9NvuDOCJ3OhlBaBY +dkR43G9wZ3QDjgJtyGhRH0KZfRRwwSVyA36e/MCtOp2L1tBQO7pgAipmzYqGm90q +ty2WfIo9UwQ32wgtObbIwhnI7vJjVW5lbv79PXa7MyxxRS3Pt0NbfP27rZpxcXsE +hhMP99xK4Tn46m5pFfbePyaoDEoEffRkN3lGTNT75VH7ZaKcZ3/mr4TkJvVt5gn4 +3b8TS2vJFDonsoM4wgwfjBCaCVb2K7fCOF2F3jy0xjL2xJnnqIsHCpD0jRUf6+AD +OW8OKWbCK62RDN5m0VFZ6Q== +-----END SIGNATURE----- +directory-signature 14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4 692049A2E7868BE9933107A39B1CE0C7CBF1BF65 +-----BEGIN SIGNATURE----- +l/KqbCQWnTHJegkQXPNpWglzf33on7by9FGgN05z/1sEYEX4kMleUl7MNwTCShPl +2ODoNdJJb6jYit+43E6L1x8Hw54N4Jkb6KLZG4kgGATLK/2lDgAp3BEphuG59dKk +8nltBoR+2mxSTgqCIyAsNyTUKlnHt4vxKlVMDa6rsdlqwY7i+l8iujbccIbHu6z5 +jSDWA4tkgRtIkCR+M9oxLBivjolBf4xsah7uVM4LfSNEo9RYl0Gvg2iRE6rmsHWC +ehOpnY5fminNjs5Jz1UejbFSgwby33zNW5T9ziyNu3dDKA1l6f2nu+rpMicgGePP +7Q0152EP1MU8Q8hxrb4pXs+atG7ygm8O26CRxgMPDkwVPIp+x/3tynhEApZ6rEGn +ndNz74EJjGMM7Vt+dqZBy7d0Y5eQnElEajMcO+NgBUB0gdznzW4zr14QG+faQCvQ +6GaUu0JeHl7pTlnSHplH64c8lK7Rg3zJyrKhGlk6lkao3ZO+wShxzkuvSmTLxh1G +-----END SIGNATURE----- +directory-signature 23D15D965BC35114467363C165C4F724B64B4F66 B54530637B8E758C5CB008ADF2BDB4D86DD74946 +-----BEGIN SIGNATURE----- +nkXzlOydx1J5F7ROoNnDQ/x6aKZFU+ott+CIb2cFTtOPMP3nzslxO2XOQIujjnVp +YyoRPhChj4XPlglc33zLeTRyYetUE6vOh/lfvhQPQzHuN3mwzSo7+sHPRwtufPmd +ddcc8pGCHFwgETOqkT5vhY7GZ18FwuyrnGWo1a+hXD1BPLP5NVdDo+PpT5TmIEXz +hbuoRtFSU90TuNZypFCukLuF2wtfhROcLOL4X6R04KdC936yBDjrat96ox8HMWRn +d874NdBymTQ8s/1aPvUPYNT8xkKKxYukHw0JMDQg4SXBwEAj8uT3M5PkxloC/BE5 +fNwv/xCvlqeLfNcEs4Q+mA== +-----END SIGNATURE----- +directory-signature 49015F787433103580E3B66A1707A00E60F2D15B 5AFD510553FD6A7249A9009F8E0F15AC3C24A644 +-----BEGIN SIGNATURE----- +LkoByoRkab2TruRKpkhAR24lCexMI+tjJJz7wim2Ksstxna7Nz7mHGI8WNoMWE0/ +JKvQpSV4jDEaWpwciS9KpYyG2g1EIDOeDnpzq06KLUxndWdMLfy+JvsC/KopuFKh +e8T6FSF1YLIrZsvHm/q977N6zbjt6deWaQglqy2Wg9zXYehAsH/e1Mb4Mky8qK5o +ph6jov6xw4ilWAtpn1sHzvkjnyXgP7P0r6uMeW1mTdI2JcokjS8FiA73FoFAPN9h +HZ7fa6QrYC6jqQslw+8HxzPeq8gjawNgLxTC4F1JlwsbS7g0QiuDpyT8FRcofyvl +fH8N9Xnsuqz2fmZzktoTfA== +-----END SIGNATURE----- +directory-signature D586D18309DED4CD6D57C18FDB97EFA96D330566 25EA246B93803795E871FBA60C1A4D6224A837F8 +-----BEGIN SIGNATURE----- +lMgWGtI0O6uPOE6+Tb6m2dCSZFjEuMES5ceP31XbM2fmZbgM81RGxxiNAq1kup0b +akXMA5kYOob3V0BLwgVOYtoH2EOHPm16nd0ePGpnghXJNqeZpxBfSKvqkVvbw/Dh +qrWTNdWYY5d36+lIreb/1fW/Ga6whylGrQ7Dq1uLvJhV76eLuaZ22gggqHxSBXg6 +DLaogs7HwlYJi1Nya9QDrvoXv5tdHrpGdhj6JAGolwaITBhRF+rSRpx29N24KCne +jUIIx/padeIQuXTFekYIn+lrWJnfLPcspXQUyY73kdnnzUG6As1RebgV9R+jB4i2 +lqyHdQg797PlnQKOSTrxtg== +-----END SIGNATURE----- +directory-signature ED03BB616EB2F60BEC80151114BB25CEF515B226 9E5ECDF8D87A1B11C000A11B57AEB31D2EE48A72 +-----BEGIN SIGNATURE----- +MWEGlH+xlfEOv6bx1mkkf0SpW9WpMaNFOVKhPJHOcFujobwcFw6j/letPSzy3mN2 +oA0cH56xPCXHZmauoNlGj7bHBLDCUA9OWaLT9m6tSP5ubv5OygInDKh31uoXqau6 +/6jU38HJoLsAUhPd5vPXpg+YRf1UverMSgeSZIqJWy74QXwUm+dC6s5vg3ZnQLS6 +qUxdfl3VGkIonMwUIbPDJ8b+5q/vfmZ69zB/T1A3PhaX3/IDX74gfhu0Xs44q6/b +QcqKFUGfMaNMp/0cJvgAcQbZ+HSXnv8rdaBrQvSvbLM4bliQ2RbFQUtAq3m5OJkN +bJvBtAnwTuXpMpWTFWMdOA== +-----END SIGNATURE----- +directory-signature EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97 81FFA14EDAECD6CD8167A81556643486A7D30077 +-----BEGIN SIGNATURE----- +ms4lo1c1T9aaw51jdKcuENClLuH9bJ6CMd8sL1Gezu1XO6LqZdr8jWOJDgW+sGzo +DkfT+LEKosI0OV4NHvGV9T0WHpKwK+jLxUUntldE6+hq/c1GzKhP6hD9MS4grdkW +mXq2EMhrpHvf/mvvA7FMT44dyu/GewjbUt48zVKIRSVtZxTw46mMO0ojmhjg3Arx +4meXktbvgnvf/1VEpKyAJbz2EfpcCQEKHHXAKFg4OyaYwqFgBJh/6IeQCBdgXEqm +zXCTtKZLAiEPLWeFBV+kCxTkqxpo9+7oIwi15/ArsoPvzKkI0Vq1j1RGM4RACvda +AIk5a/W5AvdSJ8wfUAILZA== +-----END SIGNATURE----- + \ No newline at end of file diff --git a/doc/example-descriptors/hidden-service-descriptor-4frkg4jpbmbjhlsrbyjpbmu3slphz7ts.txt b/doc/example-descriptors/hidden-service-descriptor-4frkg4jpbmbjhlsrbyjpbmu3slphz7ts.txt new file mode 100644 index 0000000..daaac54 --- /dev/null +++ b/doc/example-descriptors/hidden-service-descriptor-4frkg4jpbmbjhlsrbyjpbmu3slphz7ts.txt @@ -0,0 +1,59 @@ +rendezvous-service-descriptor 4frkg4jpbmbjhlsrbyjpbmu3slphz7ts +version 2 +permanent-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALdj5MFZtlrjI54ousrBzA3fSyfn0NC32OBhl61BLgO67vPBiIiFFzo9 +YIqa4h3jZQrxdI3MeK4xTLQ6HhnQXvcM+ZR57o5zTR7fpqra89i75rwUjW5wqc9O +3roxzt1UWbJBtbzOT9FYxGSIczsYdG6MQRg9BK/2v391Oz9NbDb1AgMBAAE= +-----END RSA PUBLIC KEY----- +secret-id-part 7mnzxwe2gg2eoxp2hek4dzkv2chupfxy +publication-time 2016-07-20 08:00:00 +protocol-versions 2,3 +introduction-points +-----BEGIN MESSAGE----- +aW50cm9kdWN0aW9uLXBvaW50IHBkY3B6eWVmZHNtMmp5Y3ZtcGRwa2lnZ3I0dWwz +ZWxvCmlwLWFkZHJlc3MgMjEzLjEzNi43MS4yMQpvbmlvbi1wb3J0IDkwMDEKb25p +b24ta2V5Ci0tLS0tQkVHSU4gUlNBIFBVQkxJQyBLRVktLS0tLQpNSUdKQW9HQkFM +VXJuT0tqTjZIR0tPa3IwUFFhSWhHNDJQRkd2S0ZpVmJ3QlEwTjhEVk1LLzRWNlZ1 +T3JEZkhOCjFXemVzTUpVRWx3OWhPWko4MmdjcVZXYUFvYm9sODdJMDgwVU9SNC9a +ZTV5cFhtaS9Jd2tFN3RMN08wTW9vaXMKTmliV2Y1Z00vUlh5bzh0czdnaDUrV2wr +UnZPcjBoc2pTVHBtdUgxeHlJYVJhem9qWG4zSEFnTUJBQUU9Ci0tLS0tRU5EIFJT +QSBQVUJMSUMgS0VZLS0tLS0Kc2VydmljZS1rZXkKLS0tLS1CRUdJTiBSU0EgUFVC +TElDIEtFWS0tLS0tCk1JR0pBb0dCQU0wQjM0eE5rWVdxcDdOeE9jMzJSNkh3TXM3 +T2phODYyWStFZmU5bVhEdUpmL2FGOWFIWVN3NW0KeHB6NVU4bVAxa0d1OU5ZK2FX +K1E0YU42YTJNam5LMDJFeWcyYXphVkt6MFp2SVdkQWdCRVdNMUx6TlQ5c3pMTgpn +SzR2VEZSOGVOTXY4cUF5aEp2S0liTW5TMFdmR3QzZkphd3RwUmFoVDdwRnd5ZnR1 +bzBwQWdNQkFBRT0KLS0tLS1FTkQgUlNBIFBVQkxJQyBLRVktLS0tLQppbnRyb2R1 +Y3Rpb24tcG9pbnQgY3ZnaHZkM3I0ZjNxenpwaXd0aHk0bm9kaW11M2FuZ2IKaXAt +YWRkcmVzcyAxNjMuMTcyLjIxNC43NQpvbmlvbi1wb3J0IDkwMDEKb25pb24ta2V5 +Ci0tLS0tQkVHSU4gUlNBIFBVQkxJQyBLRVktLS0tLQpNSUdKQW9HQkFMWXRlRmt3 +K1BrcWRPZWprUE1qdjk4djYzS3YzU2xzTmxzS2ZaUkhTSy8ybWZTRVVPMmdxSE43 +CjRKLzBveGhsV1NTQVBQTis5YmRPejFlbWc2SUVMMk9WZEtKZmdvaWJsSE1oditY +eDErak1YS0YwMTZKNjB6azMKV0xBNFMwL0hqZjk0YUhWUmsza1JLNlNTVmlER05K +MWZ0ZUVQaTV4cDlDRFFaeUZaMStqVkFnTUJBQUU9Ci0tLS0tRU5EIFJTQSBQVUJM +SUMgS0VZLS0tLS0Kc2VydmljZS1rZXkKLS0tLS1CRUdJTiBSU0EgUFVCTElDIEtF +WS0tLS0tCk1JR0pBb0dCQUxBQVNWK1FxRlhGdDd5a3JtdlRMeG1Kai82QkNWRWwx +eVZ3MFJvcGJWSUxRNWNmaGFPQWVENTcKS0NDbGVXZHR0aE0yUlZKaytvTG9jK0RN +VXhvZUVRbUo5cktBbi9ic2Rxa01EU3U1QTJjcFV3ajhXbnpieHdKcApKNzlqTGJZ +ZTNIV3NDRXcySkxDWGgvQmRObTFOOVFsN3FXNDJsbnJFQzVMemRKaUYwbklKQWdN +QkFBRT0KLS0tLS1FTkQgUlNBIFBVQkxJQyBLRVktLS0tLQppbnRyb2R1Y3Rpb24t +cG9pbnQgeHZnZ2k1aWljeXh2dHMyZTR0cDRkcXZzeGN1dHE3Z2sKaXAtYWRkcmVz +cyAxNjMuMTcyLjM1LjExNQpvbmlvbi1wb3J0IDkwMDEKb25pb24ta2V5Ci0tLS0t +QkVHSU4gUlNBIFBVQkxJQyBLRVktLS0tLQpNSUdKQW9HQkFMUmVBUFpmK0sxeWQ3 +Q0RxQ2dMV2RzdjdqdzhBZXpzYXRxbnJQN3RvakY0dXcyZkxITEpFSk12ClZwZ0Zn +SEhSQzNic3owS3ZUcXZIdEVXMFhHWkpXZmhWU1czSkFHaHovWXF1NTNTRUM5WkdN +c2xIZnIyeGxSSXIKN2RCRWlDQkFHOGRQa1VMZkM2RWN5SFB6QXBIMWk5d3V6Y2x0 +dUowekZRbUpFbEIvalNOUEFnTUJBQUU9Ci0tLS0tRU5EIFJTQSBQVUJMSUMgS0VZ +LS0tLS0Kc2VydmljZS1rZXkKLS0tLS1CRUdJTiBSU0EgUFVCTElDIEtFWS0tLS0t +Ck1JR0pBb0dCQUxOTVc1SG9sZmFTM3NqWk5od3ZUd2pUOStPc1kyYU1XWjVieXZy +Q1pzMG5xQ21FaXZFTlNBbVoKZjlvbFQ0em14TUhZNEtJYVVGcW5ZdzV5NTlvSGo4 +eGx1bDRLMURrTU15dWRRaTNhcHBuaWtBWGZhUkptRXNKRgozbk9Neld6UmN4MG1r +MFhRYTh4OWF0R2E1UnMvV2l2aVlYUEVTYklKMGlOZmFScWMyS0hYQWdNQkFBRT0K +LS0tLS1FTkQgUlNBIFBVQkxJQyBLRVktLS0tLQoK +-----END MESSAGE----- +signature +-----BEGIN SIGNATURE----- +aDxMNhtGWBV7lMJPTfamvHNXVFD7wFTTRz68JEhmmfLVuuZ+erUfjDHsUa3bF3zR +tNvPBYbQdWj2vl8WzdzwlchXS56iqgQ672y19/hx4THiuPyjGUj/dtc7L4qINl1V +cgBWo0Lezfnyc+5laQboMsEsjQa4SqJyQNamjmS2soo= +-----END SIGNATURE----- diff --git a/doc/example-descriptors/introduction-point.txt b/doc/example-descriptors/introduction-point.txt new file mode 100644 index 0000000..ae15d00 --- /dev/null +++ b/doc/example-descriptors/introduction-point.txt @@ -0,0 +1,45 @@ +introduction-point pdcpzyefdsm2jycvmpdpkiggr4ul3elo +ip-address 213.136.71.21 +onion-port 9001 +onion-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALUrnOKjN6HGKOkr0PQaIhG42PFGvKFiVbwBQ0N8DVMK/4V6VuOrDfHN +1WzesMJUElw9hOZJ82gcqVWaAobol87I080UOR4/Ze5ypXmi/IwkE7tL7O0Moois +NibWf5gM/RXyo8ts7gh5+Wl+RvOr0hsjSTpmuH1xyIaRazojXn3HAgMBAAE= +-----END RSA PUBLIC KEY----- +service-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBAM0B34xNkYWqp7NxOc32R6HwMs7Oja862Y+Efe9mXDuJf/aF9aHYSw5m +xpz5U8mP1kGu9NY+aW+Q4aN6a2MjnK02Eyg2azaVKz0ZvIWdAgBEWM1LzNT9szLN +gK4vTFR8eNMv8qAyhJvKIbMnS0WfGt3fJawtpRahT7pFwyftuo0pAgMBAAE= +-----END RSA PUBLIC KEY----- +introduction-point cvghvd3r4f3qzzpiwthy4nodimu3angb +ip-address 163.172.214.75 +onion-port 9001 +onion-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALYteFkw+PkqdOejkPMjv98v63Kv3SlsNlsKfZRHSK/2mfSEUO2gqHN7 +4J/0oxhlWSSAPPN+9bdOz1emg6IEL2OVdKJfgoiblHMhv+Xx1+jMXKF016J60zk3 +WLA4S0/Hjf94aHVRk3kRK6SSViDGNJ1fteEPi5xp9CDQZyFZ1+jVAgMBAAE= +-----END RSA PUBLIC KEY----- +service-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALAASV+QqFXFt7ykrmvTLxmJj/6BCVEl1yVw0RopbVILQ5cfhaOAeD57 +KCCleWdtthM2RVJk+oLoc+DMUxoeEQmJ9rKAn/bsdqkMDSu5A2cpUwj8WnzbxwJp +J79jLbYe3HWsCEw2JLCXh/BdNm1N9Ql7qW42lnrEC5LzdJiF0nIJAgMBAAE= +-----END RSA PUBLIC KEY----- +introduction-point xvggi5iicyxvts2e4tp4dqvsxcutq7gk +ip-address 163.172.35.115 +onion-port 9001 +onion-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALReAPZf+K1yd7CDqCgLWdsv7jw8AezsatqnrP7tojF4uw2fLHLJEJMv +VpgFgHHRC3bsz0KvTqvHtEW0XGZJWfhVSW3JAGhz/Yqu53SEC9ZGMslHfr2xlRIr +7dBEiCBAG8dPkULfC6EcyHPzApH1i9wuzcltuJ0zFQmJElB/jSNPAgMBAAE= +-----END RSA PUBLIC KEY----- +service-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBALNMW5HolfaS3sjZNhwvTwjT9+OsY2aMWZ5byvrCZs0nqCmEivENSAmZ +f9olT4zmxMHY4KIaUFqnYw5y59oHj8xlul4K1DkMMyudQi3appnikAXfaRJmEsJF +3nOMzWzRcx0mk0XQa8x9atGa5Rs/WiviYXPESbIJ0iNfaRqc2KHXAgMBAAE= +-----END RSA PUBLIC KEY----- diff --git a/doc/example-descriptors/server-descriptor-847b1f850344d7876491a54892f904934e4eb85d.txt b/doc/example-descriptors/server-descriptor-847b1f850344d7876491a54892f904934e4eb85d.txt new file mode 100644 index 0000000..97987d8 --- /dev/null +++ b/doc/example-descriptors/server-descriptor-847b1f850344d7876491a54892f904934e4eb85d.txt @@ -0,0 +1,54 @@ +router tor26 86.59.21.38 443 0 80 +identity-ed25519 +-----BEGIN ED25519 CERT----- +AQQABkOxASTqCHFXm3umN0NYOlIfUHpu0elZrvvdJQIKiwEytEVIAQAgBACRd0Dl +2YiFduUCq4zHQzQClYkngkZAYuyNRKfzpxshpVAWZQcho/HH9PTCjkntnqfCVBlp +Qz0azrqvzrm+ORY6lLoL3SwF6e83iwhXDz3Xl1eQNttdM0py0SgM1guAews= +-----END ED25519 CERT----- +master-key-ed25519 kXdA5dmIhXblAquMx0M0ApWJJ4JGQGLsjUSn86cbIaU +or-address [2001:858:2:2:aabb:0:563b:1526]:443 +platform Tor 0.2.8.5-rc on Linux +protocols Link 1 2 Circuit 1 +published 2016-07-20 06:17:03 +fingerprint 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D +uptime 657305 +bandwidth 76800 1073741824 2436786 +extra-info-digest 4823F98D08CD81FF18BDFC7539D2117023F4A2BF gh1tclm7Gfwhhus3My4od7NpzOVddwLP9vl2SJEbkkM +caches-extra-info +onion-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBAMMbFxRKUYujEKnXEORyrA1bokmMJ64p6uJn0r9LdKRgOPMnaLFGNLwV +VNXWW22XZh/+B/e5SWUZDrrVpDuPc2b+jS91czHC6j4zErP9GljhV2QEi9Y31/ib +ilYaEcZh/fgXFUEUCQunw3Hcy1IiCd1ZCCkt644SvJqpPE3SYRUBAgMBAAE= +-----END RSA PUBLIC KEY----- +signing-key +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBAMQgV2gXLbXgesWgeAsj8P1Uvm/zibrFXqwDq27lLKNgWGYGX2ax3LyT +3nzI1Y5oLs4kPKTsMM5ft9aokwf417lKoCRlZc9ptfRbgxDx90c9GtWVmkrmDvCK +ae59TMoXIiGfZiwWT6KKq5Zm9/Fu2Il3B2vHGkKJYKixmiBJRKp/AgMBAAE= +-----END RSA PUBLIC KEY----- +onion-key-crosscert +-----BEGIN CROSSCERT----- +B6uutyCOCqEzoxldF4jOvWdSinCbmd2vWiRix5qYV8OVxhGlwGvby0cyYzCOuxDW +FdKzl+8idwUokJnVrfmIAQT4UvDJrlPYsVrH+OJ/WHV01A7cy4SH7Od8QRIBDhFy +AlzCLMWjUS2U6Os2qfLAALIQS5IJXGZFNaKK2KPQuco= +-----END CROSSCERT----- +ntor-onion-key-crosscert 1 +-----BEGIN ED25519 CERT----- +AQoABjqfAZF3QOXZiIV25QKrjMdDNAKViSeCRkBi7I1Ep/OnGyGlAFFzHPrLfNnI +PSczV2yNoywGUwc4P5YLxYXhuzJCcvBuWcJJsqj7OOOqAnZqDwdQoTKoo4XsJW8B +Masq4RFHrgo= +-----END ED25519 CERT----- +family $01C5B10C5C6B1DEB47612E66EBF315B7C64DE803 $03FF94D9E5001DD2290BC3B19FA7F59CE1E30279 $6BD2FF175484CD7925A81DC42D89B3953252DBAD $995D0FE5A89563D79A383CCC2444D0E26C6BE625 $CA1DDA678A477BD2F19714F88A3C0613C7AD3C10 +hidden-service-dir +contact Peter Palfrader +ntor-onion-key Bo7lvTWfIi+Wo8zLi7rTU1VTbfUPde/l1xep/YnrHWY= +reject *:* +tunnelled-dir-server +router-sig-ed25519 PPdfXRuQBWE94/ApWcxAg5auci7xpHgfnp6AHQDxGQH0YVag7cEFba4ubJEw+2RNYIFEPXzAE3vTFZUZItRWBQ +router-signature +-----BEGIN SIGNATURE----- +aF7kwzH6UHfviZkAd8Ga/UFmMZqNJt4rXRcCOUG7+cnyVnzJ2c6Y6uuHIfINuarc ++rEsE4+OBswnBTQbxi/YpEijZkzambmeLPtY3okyy4PqLA1rPmh9pirp/zB3n6Co +kCou0AEO5POcpT1D+yJnYny7qKjkxnvNuGvuRzE7OkE= +-----END SIGNATURE----- diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt new file mode 100644 index 0000000..d4dfefe --- /dev/null +++ b/doc/rend-spec.txt @@ -0,0 +1,1075 @@ + + Tor Rendezvous Specification + +0. Overview and preliminaries + + The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL + NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and + "OPTIONAL" in this document are to be interpreted as described in + RFC 2119. + + Read + https://svn.torproject.org/svn/projects/design-paper/tor-design.html#sec:rendezvous + before you read this specification. It will make more sense. + + Rendezvous points provide location-hidden services (server + anonymity) for the onion routing network. With rendezvous points, + Bob can offer a TCP service (say, a webserver) via the onion + routing network, without revealing the IP of that service. + + Bob does this by anonymously advertising a public key for his + service, along with a list of onion routers to act as "Introduction + Points" for his service. He creates forward circuits to those + introduction points, and tells them about his service. To + connect to Bob, Alice first builds a circuit to an OR to act as + her "Rendezvous Point." She then connects to one of Bob's chosen + introduction points, and asks it to tell him about her Rendezvous + Point (RP). If Bob chooses to answer, he builds a circuit to her + RP, and tells it to connect him to Alice. The RP joins their + circuits together, and begins relaying cells. Alice's 'BEGIN' + cells are received directly by Bob's OP, which passes data to + and from the local server implementing Bob's service. + + Below we describe a network-level specification of this service, + along with interfaces to make this process transparent to Alice + (so long as she is using an OP). + +0.1. Notation, conventions and prerequisites + + In the specifications below, we use the same notation and terminology + as in "tor-spec.txt". The service specified here also requires the + existence of an onion routing network as specified in that file. + + H(x) is a SHA1 digest of x. + PKSign(SK,x) is a PKCS.1-padded RSA signature of x with SK. + PKEncrypt(SK,x) is a PKCS.1-padded RSA encryption of x with SK. + Public keys are all RSA, and encoded in ASN.1. + All integers are stored in network (big-endian) order. + All symmetric encryption uses AES in counter mode, except where + otherwise noted. + + In all discussions, "Alice" will refer to a user connecting to a + location-hidden service, and "Bob" will refer to a user running a + location-hidden service. + + An OP is (as defined elsewhere) an "Onion Proxy" or Tor client. + + An OR is (as defined elsewhere) an "Onion Router" or Tor server. + + An "Introduction point" is a Tor server chosen to be Bob's medium-term + 'meeting place'. A "Rendezvous point" is a Tor server chosen by Alice to + be a short-term communication relay between her and Bob. All Tor servers + potentially act as introduction and rendezvous points. + +0.2. Protocol outline + + 1. Bob->Bob's OP: "Offer IP:Port as public-key-name:Port". [configuration] + (We do not specify this step; it is left to the implementor of + Bob's OP.) + + 2. Bob's OP generates a long-term keypair. + + 3. Bob's OP->Introduction point via Tor: [introduction setup] + "This public key is (currently) associated to me." + + 4. Bob's OP->directory service via Tor: publishes Bob's service descriptor + [advertisement] + "Meet public-key X at introduction point A, B, or C." (signed) + + 5. Out of band, Alice receives a z.onion:port address. + She opens a SOCKS connection to her OP, and requests z.onion:port. + + 6. Alice's OP retrieves Bob's descriptor via Tor. [descriptor lookup.] + + 7. Alice's OP chooses a rendezvous point, opens a circuit to that + rendezvous point, and establishes a rendezvous circuit. [rendezvous + setup.] + + 8. Alice connects to the Introduction point via Tor, and tells it about + her rendezvous point. (Encrypted to Bob.) [Introduction 1] + + 9. The Introduction point passes this on to Bob's OP via Tor, along the + introduction circuit. [Introduction 2] + + 10. Bob's OP decides whether to connect to Alice, and if so, creates a + circuit to Alice's RP via Tor. Establishes a shared circuit. + [Rendezvous 1] + + 11. The Rendezvous point forwards Bob's confirmation to Alice's OP. + [Rendezvous 2] + + 12. Alice's OP sends begin cells to Bob's OP. [Connection] + +0.3. Constants and new cell types + + Relay cell types + 32 -- RELAY_COMMAND_ESTABLISH_INTRO + 33 -- RELAY_COMMAND_ESTABLISH_RENDEZVOUS + 34 -- RELAY_COMMAND_INTRODUCE1 + 35 -- RELAY_COMMAND_INTRODUCE2 + 36 -- RELAY_COMMAND_RENDEZVOUS1 + 37 -- RELAY_COMMAND_RENDEZVOUS2 + 38 -- RELAY_COMMAND_INTRO_ESTABLISHED + 39 -- RELAY_COMMAND_RENDEZVOUS_ESTABLISHED + 40 -- RELAY_COMMAND_INTRODUCE_ACK + +0.4. Version overview + + There are several parts in the hidden service protocol that have + changed over time, each of them having its own version number, whereas + other parts remained the same. The following list of potentially + versioned protocol parts should help reduce some confusion: + + - Hidden service descriptor: the binary-based v0 was the default for a + long time, and an ASCII-based v2 has been added by proposal 114. The + v0 descriptor format has been deprecated in 0.2.2.1-alpha. See 1.3. + + - Hidden service descriptor propagation mechanism: currently related to + the hidden service descriptor version -- v0 publishes to the original + hs directory authorities, whereas v2 publishes to a rotating subset + of relays with the "HSDir" flag; see 1.4 and 1.6. + + - Introduction protocol for how to generate an introduction cell: + v0 specified a nickname for the rendezvous point and assumed the + relay would know about it, whereas v2 now specifies IP address, + port, and onion key so the relay doesn't need to already recognize + it. See 1.8. + +1. The Protocol + +1.1. Bob configures his local OP. + + We do not specify a format for the OP configuration file. However, + OPs SHOULD allow Bob to provide more than one advertised service + per OP, and MUST allow Bob to specify one or more virtual ports per + service. Bob provides a mapping from each of these virtual ports + to a local IP:Port pair. + +1.2. Bob's OP establishes his introduction points. + + The first time the OP provides an advertised service, it generates + a public/private keypair (stored locally). + + The OP chooses a small number of Tor servers as introduction points. + The OP establishes a new introduction circuit to each introduction + point. These circuits MUST NOT be used for anything but hidden service + introduction. To establish the introduction, Bob sends a + RELAY_COMMAND_ESTABLISH_INTRO cell, containing: + + KL Key length [2 octets] + PK Bob's public key or service key [KL octets] + HS Hash of session info [20 octets] + SIG Signature of above information [variable] + + KL is the length of PK, in octets. + + To prevent replay attacks, the HS field contains a SHA-1 hash based on the + shared secret KH between Bob's OP and the introduction point, as + follows: + HS = H(KH | "INTRODUCE") + That is: + HS = H(KH | [49 4E 54 52 4F 44 55 43 45]) + (KH, as specified in tor-spec.txt, is H(g^xy | [00]) .) + + Upon receiving such a cell, the OR first checks that the signature is + correct with the included public key. If so, it checks whether HS is + correct given the shared state between Bob's OP and the OR. If either + check fails, the OP discards the cell; otherwise, it associates the + circuit with Bob's public key, and dissociates any other circuits + currently associated with PK. On success, the OR sends Bob a + RELAY_COMMAND_INTRO_ESTABLISHED cell with an empty payload. + + Bob's OP uses either Bob's public key or a freshly generated, single-use + service key in the RELAY_COMMAND_ESTABLISH_INTRO cell, depending on the + configured hidden service descriptor version. The public key is used for + v0 descriptors, the service key for v2 descriptors. In the latter case, the + service keys of all introduction points are included in the v2 hidden + service descriptor together with the other introduction point information. + The reason is that the introduction point does not need to and therefore + should not know for which hidden service it works, so as to prevent it from + tracking the hidden service's activity. If the hidden service is configured + to publish both v0 and v2 descriptors, two separate sets of introduction + points are established. + +1.3. Bob's OP generates service descriptors. + + For versions before 0.2.2.1-alpha, Bob's OP periodically generates and + publishes a descriptor of type "V0". + + The "V0" descriptor contains: + + KL Key length [2 octets] + PK Bob's public key [KL octets] + TS A timestamp [4 octets] + NI Number of introduction points [2 octets] + Ipt A list of NUL-terminated ORs [variable] + SIG Signature of above fields [variable] + + TS is the number of seconds elapsed since Jan 1, 1970. + + The members of Ipt may be either (a) nicknames, or (b) identity key + digests, encoded in hex, and prefixed with a '$'. Clients must + accept both forms. Services must only generate the second form. + Once 0.0.9.x is obsoleted, we can drop the first form. + + [It's ok for Bob to advertise 0 introduction points. He might want + to do that if he previously advertised some introduction points, + and now he doesn't have any. -RD] + + Beginning with 0.2.0.10-alpha, Bob's OP encodes "V2" descriptors in + addition to (or instead of) "V0" descriptors. The format of a "V2" + descriptor is as follows: + + "rendezvous-service-descriptor" SP descriptor-id NL + + [At start, exactly once] + [No extra arguments] + + Indicates the beginning of the descriptor. "descriptor-id" is a + periodically changing identifier of 160 bits formatted as 32 base32 + chars that is calculated by the hidden service and its clients. The + "descriptor-id" is calculated by performing the following operation: + + descriptor-id = + H(permanent-id | H(time-period | descriptor-cookie | replica)) + + "permanent-id" is the permanent identifier of the hidden service, + consisting of 80 bits. It can be calculated by computing the hash value + of the public hidden service key and truncating after the first 80 bits: + + permanent-id = H(public-key)[:10] + + Note: If Bob's OP has "stealth" authorization enabled (see Section 2.2), + it uses the client key in place of the public hidden service key. + + "H(time-period | descriptor-cookie | replica)" is the (possibly + secret) id part that is necessary to verify that the hidden service is + the true originator of this descriptor and that is therefore contained + in the descriptor, too. The descriptor ID can only be created by the + hidden service and its clients, but the "signature" below can only be + created by the service. + + "time-period" changes periodically as a function of time and + "permanent-id". The current value for "time-period" can be calculated + using the following formula: + + time-period = (current-time + permanent-id-byte * 86400 / 256) + / 86400 + + "current-time" contains the current system time in seconds since + 1970-01-01 00:00, e.g. 1188241957. "permanent-id-byte" is the first + (unsigned) byte of the permanent identifier (which is in network + order), e.g. 143. Adding the product of "permanent-id-byte" and + 86400 (seconds per day), divided by 256, prevents "time-period" from + changing for all descriptors at the same time of the day. The result + of the overall operation is a (network-ordered) 32-bit integer, e.g. + 13753 or 0x000035B9 with the example values given above. + + "descriptor-cookie" is an optional secret password of 128 bits that + is shared between the hidden service provider and its clients. If the + descriptor-cookie is left out, the input to the hash function is 128 + bits shorter. [No extra arguments] + + "replica" denotes the number of the replica. A service publishes + multiple descriptors with different descriptor IDs in order to + distribute them to different places on the ring. + + "version" SP version-number NL + + [Exactly once] + [No extra arguments] + + The version number of this descriptor's format. Version numbers are a + positive integer. + + "permanent-key" NL a public key in PEM format + + [Exactly once] + [No extra arguments] + + The public key of the hidden service which is required to verify the + "descriptor-id" and the "signature". + + "secret-id-part" SP secret-id-part NL + + [Exactly once] + [No extra arguments] + + The result of the following operation as explained above, formatted as + 32 base32 chars. Using this secret id part, everyone can verify that + the signed descriptor belongs to "descriptor-id". + + secret-id-part = H(time-period | descriptor-cookie | replica) + + "publication-time" SP YYYY-MM-DD HH:MM:SS NL + + [Exactly once] + + A timestamp when this descriptor has been created. It should be + rounded down to the nearest hour. + + "protocol-versions" SP version-string NL + + [Exactly once] + [No extra arguments] + + A comma-separated list of recognized and permitted version numbers + for use in INTRODUCE cells; these versions are described in section + 1.8 below. Version numbers are positive integers. + + "introduction-points" NL encrypted-string + + [At most once] + [No extra arguments] + + A list of introduction points. If the optional "descriptor-cookie" is + used, this list is encrypted with AES in CTR mode with a random + initialization vector of 128 bits that is written to + the beginning of the encrypted string, and the "descriptor-cookie" as + secret key of 128 bits length. + + The string containing the introduction point data (either encrypted + or not) is encoded in base64, and surrounded with + "-----BEGIN MESSAGE-----" and "-----END MESSAGE-----". + + A maximum of 10 introduction point entries may follow, each containing + the following data: + + "introduction-point" SP identifier NL + + [At start, exactly once] + [No extra arguments] + + The identifier of this introduction point: the base32 encoded + hash of this introduction point's identity key. + + "ip-address" SP ip4 NL + + [Exactly once] + [No extra arguments] + + The IP address of this introduction point. + + "onion-port" SP port NL + + [Exactly once] + [No extra arguments] + + The TCP port on which the introduction point is listening for + incoming onion requests. + + "onion-key" NL a public key in PEM format + + [Exactly once] + [No extra arguments] + + The public key that can be used to encrypt messages to this + introduction point. + + "service-key" NL a public key in PEM format + + [Exactly once] + [No extra arguments] + + The public key that can be used to encrypt messages to the hidden + service. + + "intro-authentication" auth-type auth-data NL + + [Any number] + + The introduction-point-specific authentication data can be used + to perform client authentication. This data depends on the + selected introduction point as opposed to "service-authentication" + above. The format of auth-data (base64-encoded or PEM format) + depends on auth-type. See section 2 of this document for details + on auth mechanisms. + + (This ends the fields in the encrypted portion of the descriptor.) + + [It's ok for Bob to advertise 0 introduction points. He might want + to do that if he previously advertised some introduction points, + and now he doesn't have any. -RD] + + "signature" NL signature-string + + [At end, exactly once] + [No extra arguments] + + A signature of all fields above with the private key of the hidden + service. + +1.3.1. Other descriptor formats we don't use. + + Support for the V0 descriptor format was dropped in 0.2.2.0-alpha-dev: + + KL Key length [2 octets] + PK Bob's public key [KL octets] + TS A timestamp [4 octets] + NI Number of introduction points [2 octets] + Ipt A list of NUL-terminated ORs [variable] + SIG Signature of above fields [variable] + + KL is the length of PK, in octets. + TS is the number of seconds elapsed since Jan 1, 1970. + + The members of Ipt may be either (a) nicknames, or (b) identity key + digests, encoded in hex, and prefixed with a '$'. + + The V1 descriptor format was understood and accepted from + 0.1.1.5-alpha-cvs to 0.2.0.6-alpha-dev, but no Tors generated it and + it was removed: + + V Format byte: set to 255 [1 octet] + V Version byte: set to 1 [1 octet] + KL Key length [2 octets] + PK Bob's public key [KL octets] + TS A timestamp [4 octets] + PROTO Protocol versions: bitmask [2 octets] + NI Number of introduction points [2 octets] + For each introduction point: (as in INTRODUCE2 cells) + IP Introduction point's address [4 octets] + PORT Introduction point's OR port [2 octets] + ID Introduction point identity ID [20 octets] + KLEN Length of onion key [2 octets] + KEY Introduction point onion key [KLEN octets] + SIG Signature of above fields [variable] + + A hypothetical "V1" descriptor, that has never been used but might + be useful for historical reasons, contains: + + V Format byte: set to 255 [1 octet] + V Version byte: set to 1 [1 octet] + KL Key length [2 octets] + PK Bob's public key [KL octets] + TS A timestamp [4 octets] + PROTO Rendezvous protocol versions: bitmask [2 octets] + NA Number of auth mechanisms accepted [1 octet] + For each auth mechanism: + AUTHT The auth type that is supported [2 octets] + AUTHL Length of auth data [1 octet] + AUTHD Auth data [variable] + NI Number of introduction points [2 octets] + For each introduction point: (as in INTRODUCE2 cells) + ATYPE An address type (typically 4) [1 octet] + ADDR Introduction point's IP address [4 or 16 octets] + PORT Introduction point's OR port [2 octets] + AUTHT The auth type that is supported [2 octets] + AUTHL Length of auth data [1 octet] + AUTHD Auth data [variable] + ID Introduction point identity ID [20 octets] + KLEN Length of onion key [2 octets] + KEY Introduction point onion key [KLEN octets] + SIG Signature of above fields [variable] + + AUTHT specifies which authentication/authorization mechanism is + required by the hidden service or the introduction point. AUTHD + is arbitrary data that can be associated with an auth approach. + Currently only AUTHT of [00 00] is supported, with an AUTHL of 0. + See section 2 of this document for details on auth mechanisms. + +1.4. Bob's OP advertises his service descriptor(s). + + Bob's OP advertises his service descriptor to a fixed set of v0 hidden + service directory servers and/or a changing subset of all v2 hidden service + directories. + + For versions before 0.2.2.1-alpha, Bob's OP opens a stream to each v0 + directory server's directory port via Tor. (He may re-use old circuits for + this.) Over this stream, Bob's OP makes an HTTP 'POST' request, to a URL + "/tor/rendezvous/publish" relative to the directory server's root, + containing as its body Bob's service descriptor. + + Upon receiving a descriptor, the directory server checks the signature, + and discards the descriptor if the signature does not match the enclosed + public key. Next, the directory server checks the timestamp. If the + timestamp is more than 24 hours in the past or more than 1 hour in the + future, or the directory server already has a newer descriptor with the + same public key, the server discards the descriptor. Otherwise, the + server discards any older descriptors with the same public key and + version format, and associates the new descriptor with the public key. + The directory server remembers this descriptor for at least 24 hours + after its timestamp. At least every 18 hours, Bob's OP uploads a + fresh descriptor. + + If Bob's OP is configured to publish v2 descriptors, it does so to a + changing subset of all v2 hidden service directories instead of the + authoritative directory servers. Therefore, Bob's OP opens a stream via + Tor to each responsible hidden service directory. (He may re-use old + circuits for this.) Over this stream, Bob's OP makes an HTTP 'POST' + request to a URL "/tor/rendezvous2/publish" relative to the hidden service + directory's root, containing as its body Bob's service descriptor. + + [XXX022 Reusing old circuits for HS dir posts is very bad. Do we really + do that? --RR] + + At any time, there are 6 hidden service directories responsible for + keeping replicas of a descriptor; they consist of 2 sets of 3 hidden + service directories with consecutive onion IDs. Bob's OP learns about + the complete list of hidden service directories by filtering the + consensus status document received from the directory authorities. A + hidden service directory is deemed responsible for a descriptor ID if + it has the HSDir flag and its identity digest is one of the first three + identity digests of HSDir relays following the descriptor ID in a + circular list. A hidden service directory will only accept a descriptor + whose timestamp is no more than three days before or one day after the + current time according to the directory's clock. + + Bob's OP publishes a new v2 descriptor once an hour or whenever its + content changes. V2 descriptors can be found by clients within a given + time period of 24 hours, after which they change their ID as described + under 1.3. If a published descriptor would be valid for less than 60 + minutes (= 2 x 30 minutes to allow the server to be 30 minutes behind + and the client 30 minutes ahead), Bob's OP publishes the descriptor + under the ID of both, the current and the next publication period. + +1.5. Alice receives a z.onion address. + + When Alice receives a pointer to a location-hidden service, it is as a + hostname of the form "z.onion", where z is a base32 encoding of a + 10-octet hash of Bob's service's public key, computed as follows: + + 1. Let H = H(PK). + 2. Let H' = the first 80 bits of H, considering each octet from + most significant bit to least significant bit. + 3. Generate a 16-character encoding of H', using base32 as defined + in RFC 4648. + + (We only use 80 bits instead of the 160 bits from SHA1 because we + don't need to worry about arbitrary collisions, and because it will + make handling the url's more convenient.) + + [Yes, numbers are allowed at the beginning. See RFC 1123. -NM] + +1.6. Alice's OP retrieves a service descriptor. + + Alice's OP fetches the service descriptor from the fixed set of v0 hidden + service directory servers and/or a changing subset of all v2 hidden service + directories. + + For versions before 0.2.2.1-alpha, Alice's OP opens a stream to a directory + server via Tor, and makes an HTTP GET request for the document + '/tor/rendezvous/', where '' is replaced with the encoding of Bob's + public key as described above. (She may re-use old circuits for this.) The + directory replies with a 404 HTTP response if it does not recognize , + and otherwise returns Bob's most recently uploaded service descriptor. + + If Alice's OP receives a 404 response, it tries the other directory + servers, and only fails the lookup if none recognize the public key hash. + + Upon receiving a service descriptor, Alice verifies with the same process + as the directory server uses, described above in section 1.4. + + The directory server gives a 400 response if it cannot understand Alice's + request. + + Alice should cache the descriptor locally, but should not use + descriptors that are more than 24 hours older than their timestamp. + [Caching may make her partitionable, but she fetched it anonymously, + and we can't very well *not* cache it. -RD] + + If Alice's OP is running 0.2.1.10-alpha or higher, it fetches v2 hidden + service descriptors. Versions before 0.2.2.1-alpha are fetching both v0 and + v2 descriptors in parallel. Similar to the description in section 1.4, + Alice's OP fetches a v2 descriptor from a randomly chosen hidden service + directory out of the changing subset of 6 nodes. If the request is + unsuccessful, Alice retries the other remaining responsible hidden service + directories in a random order. Alice relies on Bob to care about a potential + clock skew between the two by possibly storing two sets of descriptors (see + end of section 1.4). + + Alice's OP opens a stream via Tor to the chosen v2 hidden service + directory. (She may re-use old circuits for this.) Over this stream, + Alice's OP makes an HTTP 'GET' request for the document + "/tor/rendezvous2/", where z is replaced with the encoding of the + descriptor ID. The directory replies with a 404 HTTP response if it does + not recognize , and otherwise returns Bob's most recently uploaded + service descriptor. + +1.7. Alice's OP establishes a rendezvous point. + + When Alice requests a connection to a given location-hidden service, + and Alice's OP does not have an established circuit to that service, + the OP builds a rendezvous circuit. It does this by establishing + a circuit to a randomly chosen OR, and sending a + RELAY_COMMAND_ESTABLISH_RENDEZVOUS cell to that OR. The body of that cell + contains: + + RC Rendezvous cookie [20 octets] + + The rendezvous cookie is an arbitrary 20-byte value, chosen randomly by + Alice's OP. Alice SHOULD choose a new rendezvous cookie for each new + connection attempt. + + Upon receiving a RELAY_COMMAND_ESTABLISH_RENDEZVOUS cell, the OR associates + the RC with the circuit that sent it. It replies to Alice with an empty + RELAY_COMMAND_RENDEZVOUS_ESTABLISHED cell to indicate success. + + Alice's OP MUST NOT use the circuit which sent the cell for any purpose + other than rendezvous with the given location-hidden service. + +1.8. Introduction: from Alice's OP to Introduction Point + + Alice builds a separate circuit to one of Bob's chosen introduction + points, and sends it a RELAY_COMMAND_INTRODUCE1 cell containing: + + Cleartext + PK_ID Identifier for Bob's PK [20 octets] + Encrypted to Bob's PK: (in the v0 intro protocol) + RP Rendezvous point's nickname [20 octets] + RC Rendezvous cookie [20 octets] + g^x Diffie-Hellman data, part 1 [128 octets] + OR (in the v1 intro protocol) + VER Version byte: set to 1. [1 octet] + RP Rendezvous point nick or ID [42 octets] + RC Rendezvous cookie [20 octets] + g^x Diffie-Hellman data, part 1 [128 octets] + OR (in the v2 intro protocol) + VER Version byte: set to 2. [1 octet] + IP Rendezvous point's address [4 octets] + PORT Rendezvous point's OR port [2 octets] + ID Rendezvous point identity ID [20 octets] + KLEN Length of onion key [2 octets] + KEY Rendezvous point onion key [KLEN octets] + RC Rendezvous cookie [20 octets] + g^x Diffie-Hellman data, part 1 [128 octets] + OR (in the v3 intro protocol) + VER Version byte: set to 3. [1 octet] + AUTHT The auth type that is used [1 octet] + If AUTHT != [00]: + AUTHL Length of auth data [2 octets] + AUTHD Auth data [variable] + TS A timestamp [4 octets] + IP Rendezvous point's address [4 octets] + PORT Rendezvous point's OR port [2 octets] + ID Rendezvous point identity ID [20 octets] + KLEN Length of onion key [2 octets] + KEY Rendezvous point onion key [KLEN octets] + RC Rendezvous cookie [20 octets] + g^x Diffie-Hellman data, part 1 [128 octets] + + PK_ID is the hash of Bob's public key or the service key, depending on the + hidden service descriptor version. In case of a v0 descriptor, Alice's OP + uses Bob's public key. If Alice has downloaded a v2 descriptor, she uses + the contained public key ("service-key"). + + RP is NUL-padded and terminated. In version 0 of the intro protocol, RP + must contain a nickname. In version 1, it must contain EITHER a nickname or + an identity key digest that is encoded in hex and prefixed with a '$'. + + The hybrid encryption to Bob's PK works just like the hybrid + encryption in CREATE cells (see tor-spec). Thus the payload of the + version 0 RELAY_COMMAND_INTRODUCE1 cell on the wire will contain + 20+42+16+20+20+128=246 bytes, and the version 1 and version 2 + introduction formats have other sizes. + + Through Tor 0.2.0.6-alpha, clients only generated the v0 introduction + format, whereas hidden services have understood and accepted v0, + v1, and v2 since 0.1.1.x. As of Tor 0.2.0.7-alpha and 0.1.2.18, + clients switched to using the v2 intro format. + + The Timestampe (TS) field is no longer used in Tor 0.2.3.9-alpha and + later. Clients MAY refrain from sending it; see the + "Support022HiddenServices" parameter in dir-spec.txt. Clients SHOULD + NOT send a precise timestamp, and should instead round to the nearest + 10 minutes. + +1.9. Introduction: From the Introduction Point to Bob's OP + + If the Introduction Point recognizes PK_ID as a public key which has + established a circuit for introductions as in 1.2 above, it sends the body + of the cell in a new RELAY_COMMAND_INTRODUCE2 cell down the corresponding + circuit. (If the PK_ID is unrecognized, the RELAY_COMMAND_INTRODUCE1 cell is + discarded.) + + After sending the RELAY_COMMAND_INTRODUCE2 cell to Bob, the OR replies to + Alice with an empty RELAY_COMMAND_INTRODUCE_ACK cell. If no + RELAY_COMMAND_INTRODUCE2 cell can be sent, the OR replies to Alice with a + non-empty cell to indicate an error. (The semantics of the cell body may be + determined later; the current implementation sends a single '1' byte on + failure.) + + When Bob's OP receives the RELAY_COMMAND_INTRODUCE2 cell, it first checks + for a replay. Because of the (undesirable!) malleability of the hybrid + encryption, Bob's OP should only check whether the RSA-encrypted part is + replayed. It does this by keeping, for each introduction key, a list of + cryptographic digests of all the RSA-encrypted parts of the INTRODUCE2 + cells that it's seen, and dropping any INTRODUCE2 cell whose RSA-encrypted + part it has seen before. When Bob's OP stops using a given introduction + key, it drops the replay cache corresponding to that key. + + (Versions of Tor before 0.2.3.9-alpha used the timestamp in the INTRODUCE2 + cell to limit the lifetime of entries in the replay cache. This proved to + be fragile, due to insufficiently synchronized clients.) + + Assuming that the cell has not been replayed, Bob's server decrypts it + with the private key for the corresponding hidden service, and extracts the + rendezvous point's nickname, the rendezvous cookie, and the value of g^x + chosen by Alice. + +1.10. Rendezvous + + Bob's OP builds a new Tor circuit ending at Alice's chosen rendezvous + point, and sends a RELAY_COMMAND_RENDEZVOUS1 cell along this circuit, + containing: + RC Rendezvous cookie [20 octets] + g^y Diffie-Hellman [128 octets] + KH Handshake digest [20 octets] + + (Bob's OP MUST NOT use this circuit for any other purpose.) + + (By default, Bob builds a circuit of at least three hops, *not including* + Alice's chosen rendezvous point.) + + If the RP recognizes RC, it relays the rest of the cell down the + corresponding circuit in a RELAY_COMMAND_RENDEZVOUS2 cell, containing: + + g^y Diffie-Hellman [128 octets] + KH Handshake digest [20 octets] + + (If the RP does not recognize the RC, it discards the cell and + tears down the circuit.) + + Rendezvous points running Tor version 0.2.9.1-alpha and later are + willing to pass on RENDEZVOUS2 cells so long as they contain at least + the 20 bytes of cookie. Prior to 0.2.9.1-alpha, the RP refused the + cell if it had a payload length different from 20+128+20. + + When Alice's OP receives a RELAY_COMMAND_RENDEZVOUS2 cell on a circuit which + has sent a RELAY_COMMAND_ESTABLISH_RENDEZVOUS cell but which has not yet + received a reply, it uses g^y and H(g^xy) to complete the handshake as in + the Tor circuit extend process: they establish a 60-octet string as + K = SHA1(g^xy | [00]) | SHA1(g^xy | [01]) | SHA1(g^xy | [02]) + and generate KH, Df, Db, Kf, and Kb as in the KDF-TOR key derivation + approach documented in tor-spec.txt. + + As in the TAP handshake, if the KH value derived from KDF-Tor does not + match the value in the RENDEZVOUS2 cell, the client must close the + circuit. + + Subsequently, the rendezvous point passes relay cells, unchanged, from + each of the two circuits to the other. When Alice's OP sends RELAY cells + along the circuit, it authenticates with Df, and encrypts them with the + Kf, then with all of the keys for the ORs in Alice's side of the circuit; + and when Alice's OP receives RELAY cells from the circuit, it decrypts + them with the keys for the ORs in Alice's side of the circuit, then + decrypts them with Kb, and checks integrity with Db. Bob's OP does the + same, with Kf and Kb interchanged. + +1.11. Creating streams + + To open TCP connections to Bob's location-hidden service, Alice's OP sends + a RELAY_COMMAND_BEGIN cell along the established circuit, using the special + address "", and a chosen port. Bob's OP chooses a destination IP and + port, based on the configuration of the service connected to the circuit, + and opens a TCP stream. From then on, Bob's OP treats the stream as an + ordinary exit connection. + [ Except he doesn't include addr in the connected cell or the end + cell. -RD] + + Alice MAY send multiple RELAY_COMMAND_BEGIN cells along the circuit, to open + multiple streams to Bob. Alice SHOULD NOT send RELAY_COMMAND_BEGIN cells + for any other address along her circuit to Bob; if she does, Bob MUST reject + them. + +1.12. Closing streams + + The payload of a RELAY_END cell begins with a single 'reason' byte to + describe why the stream is closing, plus optional data (depending on the + reason.) These can be found in section 6.3 of tor-spec. The following + describes some of the hidden service related reasons. + + 1 -- REASON_MISC + + Catch-all for unlisted reasons. Shouldn't happen much in practice. + + 2 -- REASON_RESOLVEFAILED + + Tor tried to fetch the hidden service descriptor from the hsdirs but + none of them had it. This implies that the hidden service has not + been running in the past 24 hours. + + 3 -- REASON_CONNECTREFUSED + + Every step of the rendezvous worked great, and that the hidden + service is indeed up and running and configured to use the virtual + port you asked for, but there was nothing listening on the other end + of that virtual port. For example, the HS's Tor client is running + fine but its apache service is down. + + 4 -- REASON_EXITPOLICY + + The destination port that you tried is not configured on the hidden + service side. That is, the hidden service was up and reachable, but + it isn't listening on this port. Since Tor 0.2.6.2-alpha and later + hidden service don't send this error code; instead they send back an + END cell with reason DONE reason then close the circuit on you. This + behavior can be controlled by a config option. + + 5 -- REASON_DESTROY + + The circuit closed before you could get a response back -- transient + failure, e.g. a relay went down unexpectedly. Trying again might + work. + + 6 -- REASON_DONE + + Anonymized TCP connection was closed. If you get an END cell with + reason DONE, *before* you've gotten your CONNECTED cell, that + indicates a similar situation to EXITPOLICY, but the hidden service + is running 0.2.6.2-alpha or later, and it has now closed the circuit + on you. + + 7 -- REASON_TIMEOUT + + Either like CONNECTREFUSED above but connect() got the ETIMEDOUT + errno, or the client-side timeout of 120 seconds kicked in and we + gave up. + + 8 -- REASON_NOROUTE + + Like CONNECTREFUSED except the errno at the hidden service when + trying to connect() to the service was ENETUNREACH, EHOSTUNREACH, + EACCES, or EPERM. + + 10 -- REASON_INTERNAL + + Internal error inside the Tor client -- hopefully you will not see + this much. Please report if you do! + + 12 -- REASON_CONNRESET + + Like CONNECTREFUSED except the errno at the hidden service when + trying to connect() to the service was ECONNRESET. + +2. Authentication and authorization. + + The rendezvous protocol as described in Section 1 provides a few options + for implementing client-side authorization. There are two steps in the + rendezvous protocol that can be used for performing client authorization: + when downloading and decrypting parts of the hidden service descriptor and + at Bob's Tor client before contacting the rendezvous point. A service + provider can restrict access to his service at these two points to + authorized clients only. + + There are currently two authorization protocols specified that are + described in more detail below: + + 1. The first protocol allows a service provider to restrict access + to clients with a previously received secret key only, but does not + attempt to hide service activity from others. + + 2. The second protocol, albeit being feasible for a limited set of about + 16 clients, performs client authorization and hides service activity + from everyone but the authorized clients. + +2.1. Service with large-scale client authorization + + The first client authorization protocol aims at performing access control + while consuming as few additional resources as possible. This is the "basic" + authorization protocol. A service provider should be able to permit access + to a large number of clients while denying access for everyone else. + However, the price for scalability is that the service won't be able to hide + its activity from unauthorized or formerly authorized clients. + + The main idea of this protocol is to encrypt the introduction-point part + in hidden service descriptors to authorized clients using symmetric keys. + This ensures that nobody else but authorized clients can learn which + introduction points a service currently uses, nor can someone send a + valid INTRODUCE1 message without knowing the introduction key. Therefore, + a subsequent authorization at the introduction point is not required. + + A service provider generates symmetric "descriptor cookies" for his + clients and distributes them outside of Tor. The suggested key size is + 128 bits, so that descriptor cookies can be encoded in 22 base64 chars + (which can hold up to 22 * 6 = 132 bits, leaving 4 bits to encode the + authorization type (here: "0") and allow a client to distinguish this + authorization protocol from others like the one proposed below). + Typically, the contact information for a hidden service using this + authorization protocol looks like this: + + v2cbb2l4lsnpio4q.onion Ll3X7Xgz9eHGKCCnlFH0uz + + When generating a hidden service descriptor, the service encrypts the + introduction-point part with a single randomly generated symmetric + 128-bit session key using AES-CTR as described for v2 hidden service + descriptors in rend-spec. Afterwards, the service encrypts the session + key to all descriptor cookies using AES. Authorized client should be able + to efficiently find the session key that is encrypted for him/her, so + that 4 octet long client ID are generated consisting of descriptor cookie + and initialization vector. Descriptors always contain a number of + encrypted session keys that is a multiple of 16 by adding fake entries. + Encrypted session keys are ordered by client IDs in order to conceal + addition or removal of authorized clients by the service provider. + + ATYPE Authorization type: set to 1. [1 octet] + ALEN Number of clients := 1 + ((clients - 1) div 16) [1 octet] + for each symmetric descriptor cookie: + ID Client ID: H(descriptor cookie | IV)[:4] [4 octets] + SKEY Session key encrypted with descriptor cookie [16 octets] + (end of client-specific part) + RND Random data [(15 - ((clients - 1) mod 16)) * 20 octets] + IV AES initialization vector [16 octets] + IPOS Intro points, encrypted with session key [remaining octets] + + An authorized client needs to configure Tor to use the descriptor cookie + when accessing the hidden service. Therefore, a user adds the contact + information that she received from the service provider to her torrc + file. Upon downloading a hidden service descriptor, Tor finds the + encrypted introduction-point part and attempts to decrypt it using the + configured descriptor cookie. (In the rare event of two or more client + IDs being equal a client tries to decrypt all of them.) + + Upon sending the introduction, the client includes her descriptor cookie + as auth type "1" in the INTRODUCE2 cell that she sends to the service. + The hidden service checks whether the included descriptor cookie is + authorized to access the service and either responds to the introduction + request, or not. + +2.2. Authorization for limited number of clients + + A second, more sophisticated client authorization protocol goes the extra + mile of hiding service activity from unauthorized clients. This is the + "stealth" authorization protocol. With all else being equal to the preceding + authorization protocol, the second protocol publishes hidden service + descriptors for each user separately and gets along with encrypting the + introduction-point part of descriptors to a single client. This allows the + service to stop publishing descriptors for removed clients. As long as a + removed client cannot link descriptors issued for other clients to the + service, it cannot derive service activity any more. The downside of this + approach is limited scalability. Even though the distributed storage of + descriptors (cf. proposal 114) tackles the problem of limited scalability to + a certain extent, this protocol should not be used for services with more + than 16 clients. (In fact, Tor should refuse to advertise services for more + than this number of clients.) + + A hidden service generates an asymmetric "client key" and a symmetric + "descriptor cookie" for each client. The client key is used as + replacement for the service's permanent key, so that the service uses a + different identity for each of his clients. The descriptor cookie is used + to store descriptors at changing directory nodes that are unpredictable + for anyone but service and client, to encrypt the introduction-point + part, and to be included in INTRODUCE2 cells. Once the service has + created client key and descriptor cookie, he tells them to the client + outside of Tor. The contact information string looks similar to the one + used by the preceding authorization protocol (with the only difference + that it has "1" encoded as auth-type in the remaining 4 of 132 bits + instead of "0" as before). + + When creating a hidden service descriptor for an authorized client, the + hidden service uses the client key and descriptor cookie to compute + secret ID part and descriptor ID: + + secret-id-part = H(time-period | descriptor-cookie | replica) + + descriptor-id = H(client-key[:10] | secret-id-part) + + The hidden service also replaces permanent-key in the descriptor with + client-key and encrypts introduction-points with the descriptor cookie. + + ATYPE Authorization type: set to 2. [1 octet] + IV AES initialization vector [16 octets] + IPOS Intro points, encr. with descriptor cookie [remaining octets] + + When uploading descriptors, the hidden service needs to make sure that + descriptors for different clients are not uploaded at the same time (cf. + Section 1.1) which is also a limiting factor for the number of clients. + + When a client is requested to establish a connection to a hidden service + it looks up whether it has any authorization data configured for that + service. If the user has configured authorization data for authorization + protocol "2", the descriptor ID is determined as described in the last + paragraph. Upon receiving a descriptor, the client decrypts the + introduction-point part using its descriptor cookie. Further, the client + includes its descriptor cookie as auth-type "2" in INTRODUCE2 cells that + it sends to the service. + +2.3. Hidden service configuration + + A hidden service that is meant to perform client authorization adds a + new option HiddenServiceAuthorizeClient to its hidden service + configuration. This option contains the authorization type which is + either "basic" for the protocol described in 2.1 or "stealth" for the + protocol in 2.2 and a comma-separated list of human-readable client + names, so that Tor can create authorization data for these clients: + + HiddenServiceAuthorizeClient auth-type client-name,client-name,... + + If this option is configured, HiddenServiceVersion is automatically + reconfigured to contain only version numbers of 2 or higher. There is + a maximum of 512 client names for basic auth and a maximum of 16 for + stealth auth. + + Tor stores all generated authorization data for the authorization + protocols described in Sections 2.1 and 2.2 in a new file using the + following file format: + + "client-name" human-readable client identifier NL + "descriptor-cookie" 128-bit key ^= 22 base64 chars NL + + If the authorization protocol of Section 2.2 is used, Tor also generates + and stores the following data: + + "client-key" NL a public key in PEM format + [No extra arguments] + +2.4. Client configuration + + To specify the cookie to use to access a given hidden service, + clients use the following syntax: + + HidServAuth onion-address auth-cookie [service-name]: + + Valid onion addresses contain 16 characters in a-z2-7 plus + ".onion", and valid auth cookies contain 22 characters in + A-Za-z0-9+/. The service name is only used for internal purposes, + e.g., for Tor controllers; nothing in Tor itself requires or uses + it. + + +3. Hidden service directory operation + + This section has been introduced with the v2 hidden service descriptor + format. It describes all operations of the v2 hidden service descriptor + fetching and propagation mechanism that are required for the protocol + described in section 1 to succeed with v2 hidden service descriptors. + +3.1. Configuring as hidden service directory + + Every onion router that has its directory port open can decide whether it + wants to store and serve hidden service descriptors. An onion router which + is configured as such includes the "hidden-service-dir" flag in its router + descriptors that it sends to directory authorities. + + The directory authorities include a new flag "HSDir" for routers that + decided to provide storage for hidden service descriptors and that + have been running for at least 96 hours. + +3.2. Accepting publish requests + + Hidden service directory nodes accept publish requests for v2 hidden service + descriptors and store them to their local memory. (It is not necessary to + make descriptors persistent, because after restarting, the onion router + would not be accepted as a storing node anyway, because it has not been + running for at least 24 hours.) All requests and replies are formatted as + HTTP messages. Requests are initiated via BEGIN_DIR cells directed to + the router's directory port, and formatted as HTTP POST requests to the URL + "/tor/rendezvous2/publish" relative to the hidden service directory's root, + containing as its body a v2 service descriptor. + + A hidden service directory node parses every received descriptor and only + stores it when it thinks that it is responsible for storing that descriptor + based on its own routing table. See section 1.4 for more information on how + to determine responsibility for a certain descriptor ID. + +3.3. Processing fetch requests + + Hidden service directory nodes process fetch requests for hidden service + descriptors by looking them up in their local memory. (They do not need to + determine if they are responsible for the passed ID, because it does no harm + if they deliver a descriptor for which they are not (any more) responsible.) + All requests and replies are formatted as HTTP messages. Requests are + initiated via BEGIN_DIR cells directed to the router's directory port, + and formatted as HTTP GET requests for the document "/tor/rendezvous2/", + where z is replaced with the encoding of the descriptor ID. + diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt new file mode 100644 index 0000000..e85634d --- /dev/null +++ b/doc/tor-spec.txt @@ -0,0 +1,1612 @@ + + Tor Protocol Specification + + Roger Dingledine + Nick Mathewson + +Note: This document aims to specify Tor as currently implemented, though it +may take it a little time to become fully up to date. Future versions of Tor +may implement improved protocols, and compatibility is not guaranteed. +Compatibility notes are given for versions 0.1.1.15-rc and later. We may or +may not remove compatibility notes for other obsolete versions of Tor as they +become obsolete. + +This specification is not a design document; most design criteria +are not examined. For more information on why Tor acts as it does, +see tor-design.pdf. + +0. Preliminaries + + The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL + NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and + "OPTIONAL" in this document are to be interpreted as described in + RFC 2119. + +0.1. Notation and encoding + + PK -- a public key. + SK -- a private key. + K -- a key for a symmetric cipher. + + a|b -- concatenation of 'a' and 'b'. + + [A0 B1 C2] -- a three-byte sequence, containing the bytes with + hexadecimal values A0, B1, and C2, in that order. + + H(m) -- a cryptographic hash of m. + + We use "byte" and "octet" interchangeably. Possibly we shouldn't. + +0.1.1. Encoding integers + + Unless we explicitly say otherwise below, all numeric values in the + Tor protocol are encoded in network (big-endian) order. So a "32-bit + integer" means a big-endian 32-bit integer; a "2-byte" integer means + a big-endian 16-bit integer, and so forth. + +0.2. Security parameters + + Tor uses a stream cipher, a public-key cipher, the Diffie-Hellman + protocol, and a hash function. + + KEY_LEN -- the length of the stream cipher's key, in bytes. + + PK_ENC_LEN -- the length of a public-key encrypted message, in bytes. + PK_PAD_LEN -- the number of bytes added in padding for public-key + encryption, in bytes. (The largest number of bytes that can be encrypted + in a single public-key operation is therefore PK_ENC_LEN-PK_PAD_LEN.) + + DH_LEN -- the number of bytes used to represent a member of the + Diffie-Hellman group. + DH_SEC_LEN -- the number of bytes used in a Diffie-Hellman private key (x). + + HASH_LEN -- the length of the hash function's output, in bytes. + + PAYLOAD_LEN -- The longest allowable cell payload, in bytes. (509) + + CELL_LEN(v) -- The length of a Tor cell, in bytes, for link protocol + version v. + CELL_LEN(v) = 512 if v is less than 4; + = 514 otherwise. + +0.3. Ciphers + + For a stream cipher, we use 128-bit AES in counter mode, with an IV of all + 0 bytes. + + For a public-key cipher, we use RSA with 1024-bit keys and a fixed + exponent of 65537. We use OAEP-MGF1 padding, with SHA-1 as its digest + function. We leave the optional "Label" parameter unset. (For OAEP + padding, see ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1.pdf) + + For the "ntor" handshake, we also use the Curve25519 elliptic curve group. + + For Diffie-Hellman, we use a generator (g) of 2. For the modulus (p), we + use the 1024-bit safe prime from rfc2409 section 6.2 whose hex + representation is: + + "FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E08" + "8A67CC74020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B" + "302B0A6DF25F14374FE1356D6D51C245E485B576625E7EC6F44C42E9" + "A637ED6B0BFF5CB6F406B7EDEE386BFB5A899FA5AE9F24117C4B1FE6" + "49286651ECE65381FFFFFFFFFFFFFFFF" + + As an optimization, implementations SHOULD choose DH private keys (x) of + 320 bits. Implementations that do this MUST never use any DH key more + than once. + [May other implementations reuse their DH keys?? -RD] + [Probably not. Conceivably, you could get away with changing DH keys once + per second, but there are too many oddball attacks for me to be + comfortable that this is safe. -NM] + + For a hash function, we use SHA-1. + + KEY_LEN=16. + DH_LEN=128; DH_SEC_LEN=40. + PK_ENC_LEN=128; PK_PAD_LEN=42. + HASH_LEN=20. + + When we refer to "the hash of a public key", we mean the SHA-1 hash of the + DER encoding of an ASN.1 RSA public key (as specified in PKCS.1). + + All "random" values MUST be generated with a cryptographically + strong pseudorandom number generator seeded from a strong entropy + source, unless otherwise noted. + + The "hybrid encryption" of a byte sequence M with a public key PK is + computed as follows: + 1. If M is less than PK_ENC_LEN-PK_PAD_LEN, pad and encrypt M with PK. + 2. Otherwise, generate a KEY_LEN byte random key K. + Let M1 = the first PK_ENC_LEN-PK_PAD_LEN-KEY_LEN bytes of M, + and let M2 = the rest of M. + Pad and encrypt K|M1 with PK. Encrypt M2 with our stream cipher, + using the key K. Concatenate these encrypted values. + [XXX Note that this "hybrid encryption" approach does not prevent + an attacker from adding or removing bytes to the end of M. It also + allows attackers to modify the bytes not covered by the OAEP -- + see Goldberg's PET2006 paper for details. We will add a MAC to this + scheme one day. -RD] + +1. System overview + + Tor is a distributed overlay network designed to anonymize + low-latency TCP-based applications such as web browsing, secure shell, + and instant messaging. Clients choose a path through the network and + build a ``circuit'', in which each node (or ``onion router'' or ``OR'') + in the path knows its predecessor and successor, but no other nodes in + the circuit. Traffic flowing down the circuit is sent in fixed-size + ``cells'', which are unwrapped by a symmetric key at each node (like + the layers of an onion) and relayed downstream. + +1.1. Keys and names + + Every Tor relay has multiple public/private keypairs: + + These are 1024-bit RSA keys: + + - A long-term signing-only "Identity key" used to sign documents and + certificates, and used to establish relay identity. + - A medium-term TAP "Onion key" used to decrypt onion skins when accepting + circuit extend attempts. (See 5.1.) Old keys MUST be accepted for at + least one week after they are no longer advertised. Because of this, + relays MUST retain old keys for a while after they're rotated. + - A short-term "Connection key" used to negotiate TLS connections. + Tor implementations MAY rotate this key as often as they like, and + SHOULD rotate this key at least once a day. + + This is Curve25519 key: + + - A medium-term ntor "Onion key" used to handle onion key handshakes when + accepting incoming circuit extend requests. As with TAP onion keys, + old ntor keys MUST be accepted for at least one week after they are no + longer advertised. Because of this, relays MUST retain old keys for a + while after they're rotated. + + These are Ed25519 keys: + + - A long-term "master identity" key. This key never + changes; it is used only to sign the "signing" key below. It may be + kept offline. + - A medium-term "signing" key. This key is signed by the master identity + key, and must be kept online. A new one should be generated + periodically. + - A short-term "link authentication" key. Not yet used. + + The RSA identity key and Ed25519 master identity key together identify a + router uniquely. Once a router has used an Ed25519 master identity key + together with a given RSA identity key, neither of those keys may ever be + used with a different key. + +2. Connections + + Connections between two Tor relays, or between a client and a relay, + use TLS/SSLv3 for link authentication and encryption. All + implementations MUST support the SSLv3 ciphersuite + "SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA", and SHOULD support the TLS + ciphersuite "TLS_DHE_RSA_WITH_AES_128_CBC_SHA" if it is available. + + There are three ways to perform TLS handshakes with a Tor server. In + the first way, "certificates-up-front", both the initiator and + responder send a two-certificate chain as part of their initial + handshake. (This is supported in all Tor versions.) In the second + way, "renegotiation", the responder provides a single certificate, + and the initiator immediately performs a TLS renegotiation. (This is + supported in Tor 0.2.0.21 and later.) And in the third way, + "in-protocol", the initial TLS renegotiation completes, and the + parties bootstrap themselves to mutual authentication via use of the + Tor protocol without further TLS handshaking. (This is supported in + 0.2.3.6-alpha and later.) + + Each of these options provides a way for the parties to learn it is + available: a client does not need to know the version of the Tor + server in order to connect to it properly. + + In "certificates up-front" (a.k.a "the v1 handshake"), + the connection initiator always sends a + two-certificate chain, consisting of an X.509 certificate using a + short-term connection public key and a second, self-signed X.509 + certificate containing its identity key. The other party sends a similar + certificate chain. The initiator's ClientHello MUST NOT include any + ciphersuites other than: + TLS_DHE_RSA_WITH_AES_256_CBC_SHA + TLS_DHE_RSA_WITH_AES_128_CBC_SHA + SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA + + In "renegotiation" (a.k.a. "the v2 handshake"), + the connection initiator sends no certificates, and + the responder sends a single connection certificate. Once the TLS + handshake is complete, the initiator renegotiates the handshake, with each + party sending a two-certificate chain as in "certificates up-front". + The initiator's ClientHello MUST include at least one ciphersuite not in + the list above -- that's how the initiator indicates that it can + handle this handshake. For other considerations on the initiator's + ClientHello, see section 2.1 below. + + In "in-protocol" (a.k.a. "the v3 handshake"), the initiator sends no + certificates, and the + responder sends a single connection certificate. The choice of + ciphersuites must be as in a "renegotiation" handshake. There are + additionally a set of constraints on the connection certificate, + which the initiator can use to learn that the in-protocol handshake + is in use. Specifically, at least one of these properties must be + true of the certificate: + * The certificate is self-signed + * Some component other than "commonName" is set in the subject or + issuer DN of the certificate. + * The commonName of the subject or issuer of the certificate ends + with a suffix other than ".net". + * The certificate's public key modulus is longer than 1024 bits. + The initiator then sends a VERSIONS cell to the responder, which then + replies with a VERSIONS cell; they have then negotiated a Tor + protocol version. Assuming that the version they negotiate is 3 or higher + (the only ones specified for use with this handshake right now), the + responder sends a CERTS cell, an AUTH_CHALLENGE cell, and a NETINFO + cell to the initiator, which may send either CERTS, AUTHENTICATE, + NETINFO if it wants to authenticate, or just NETINFO if it does not. + + For backward compatibility between later handshakes and "certificates + up-front", the ClientHello of an initiator that supports a later + handshake MUST include at least one ciphersuite other than those listed + above. The connection responder examines the initiator's ciphersuite list + to see whether it includes any ciphers other than those included in the + list above. If extra ciphers are included, the responder proceeds as in + "renegotiation" and "in-protocol": it sends a single certificate and + does not request + client certificates. Otherwise (in the case that no extra ciphersuites + are included in the ClientHello) the responder proceeds as in + "certificates up-front": it requests client certificates, and sends a + two-certificate chain. In either case, once the responder has sent its + certificate or certificates, the initiator counts them. If two + certificates have been sent, it proceeds as in "certificates up-front"; + otherwise, it proceeds as in "renegotiation" or "in-protocol". + + To decide whether to do "renegotiation" or "in-protocol", the + initiator checks whether the responder's initial certificate matches + the criteria listed above. + + All new relay implementations of the Tor protocol MUST support + backwards-compatible renegotiation; clients SHOULD do this too. If + this is not possible, new client implementations MUST support both + "renegotiation" and "in-protocol" and use the router's + published link protocols list (see dir-spec.txt on the "protocols" entry) + to decide which to use. + + In all of the above handshake variants, certificates sent in the clear + SHOULD NOT include any strings to identify the host as a Tor relay. In + the "renegotiation" and "backwards-compatible renegotiation" steps, the + initiator SHOULD choose a list of ciphersuites and TLS extensions + to mimic one used by a popular web browser. + + Even though the connection protocol is identical, we will think of the + initiator as either an onion router (OR) if it is willing to relay + traffic for other Tor users, or an onion proxy (OP) if it only handles + local requests. Onion proxies SHOULD NOT provide long-term-trackable + identifiers in their handshakes. + + In all handshake variants, once all certificates are exchanged, all + parties receiving certificates must confirm that the identity key is as + expected. (When initiating a connection, the expected identity key is + the one given in the directory; when creating a connection because of an + EXTEND cell, the expected identity key is the one given in the cell.) If + the key is not as expected, the party must close the connection. + + When connecting to an OR, all parties SHOULD reject the connection if that + OR has a malformed or missing certificate. When accepting an incoming + connection, an OR SHOULD NOT reject incoming connections from parties with + malformed or missing certificates. (However, an OR should not believe + that an incoming connection is from another OR unless the certificates + are present and well-formed.) + + [Before version 0.1.2.8-rc, ORs rejected incoming connections from ORs and + OPs alike if their certificates were missing or malformed.] + + Once a TLS connection is established, the two sides send cells + (specified below) to one another. Cells are sent serially. Standard + cells are CELL_LEN(link_proto) bytes long, but variable-length cells + also exist; see Section 3. Cells may be sent embedded in TLS records + of any size or divided across TLS records, but the framing of TLS + records MUST NOT leak information about the type or contents of the + cells. + + TLS connections are not permanent. Either side MAY close a connection + if there are no circuits running over it and an amount of time + (KeepalivePeriod, defaults to 5 minutes) has passed since the last time + any traffic was transmitted over the TLS connection. Clients SHOULD + also hold a TLS connection with no circuits open, if it is likely that a + circuit will be built soon using that connection. + + Client-only Tor instances are encouraged to avoid using handshake + variants that include certificates, if those certificates provide + any persistent tags to the relays they contact. If clients do use + certificates, they SHOULD NOT keep using the same certificates when + their IP address changes. Clients MAY send certificates using any + of the above handshake variants. + +2.1. Picking TLS ciphersuites + + Clients SHOULD send a ciphersuite list chosen to emulate some popular + web browser or other program common on the internet. Clients may send + the "Fixed Cipheruite List" below. If they do not, they MUST NOT + advertise any ciphersuite that they cannot actually support, unless that + cipher is one not supported by OpenSSL 1.0.1. + + The fixed ciphersuite list is: + TLS1_ECDHE_ECDSA_WITH_AES_256_CBC_SHA + TLS1_ECDHE_RSA_WITH_AES_256_CBC_SHA + TLS1_DHE_RSA_WITH_AES_256_SHA + TLS1_DHE_DSS_WITH_AES_256_SHA + TLS1_ECDH_RSA_WITH_AES_256_CBC_SHA + TLS1_ECDH_ECDSA_WITH_AES_256_CBC_SHA + TLS1_RSA_WITH_AES_256_SHA + TLS1_ECDHE_ECDSA_WITH_RC4_128_SHA + TLS1_ECDHE_ECDSA_WITH_AES_128_CBC_SHA + TLS1_ECDHE_RSA_WITH_RC4_128_SHA + TLS1_ECDHE_RSA_WITH_AES_128_CBC_SHA + TLS1_DHE_RSA_WITH_AES_128_SHA + TLS1_DHE_DSS_WITH_AES_128_SHA + TLS1_ECDH_RSA_WITH_RC4_128_SHA + TLS1_ECDH_RSA_WITH_AES_128_CBC_SHA + TLS1_ECDH_ECDSA_WITH_RC4_128_SHA + TLS1_ECDH_ECDSA_WITH_AES_128_CBC_SHA + SSL3_RSA_RC4_128_MD5 + SSL3_RSA_RC4_128_SHA + TLS1_RSA_WITH_AES_128_SHA + TLS1_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA + TLS1_ECDHE_RSA_WITH_DES_192_CBC3_SHA + SSL3_EDH_RSA_DES_192_CBC3_SHA + SSL3_EDH_DSS_DES_192_CBC3_SHA + TLS1_ECDH_RSA_WITH_DES_192_CBC3_SHA + TLS1_ECDH_ECDSA_WITH_DES_192_CBC3_SHA + SSL3_RSA_FIPS_WITH_3DES_EDE_CBC_SHA + SSL3_RSA_DES_192_CBC3_SHA + [*] The "extended renegotiation is supported" ciphersuite, 0x00ff, is + not counted when checking the list of ciphersuites. + + If the client sends the Fixed Ciphersuite List, the responder MUST NOT + select any ciphersuite besides TLS_DHE_RSA_WITH_AES_256_CBC_SHA, + TLS_DHE_RSA_WITH_AES_128_CBC_SHA, and SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA: + such ciphers might not actually be supported by the client. + + If the client sends a v2+ ClientHello with a list of ciphers other then + the Fixed Ciphersuite List, the responder can trust that the client + supports every cipher advertised in that list, so long as that ciphersuite + is also supported by OpenSSL 1.0.1. + + Responders MUST NOT select any TLS ciphersuite that lacks ephemeral keys, + or whose symmetric keys are less then KEY_LEN bits, or whose digests are + less than HASH_LEN bits. Responders SHOULD NOT select any SSLv3 + ciphersuite other than the DHE+3DES suites listed above. + +2.2. TLS security considerations + + Implementations MUST NOT allow TLS session resumption -- it can + exacerbate some attacks (e.g. the "Triple Handshake" attack from + Feb 2013), and it plays havoc with forward secrecy guarantees. + +3. Cell Packet format + + The basic unit of communication for onion routers and onion + proxies is a fixed-width "cell". + + On a version 1 connection, each cell contains the following + fields: + + CircID [CIRCID_LEN bytes] + Command [1 byte] + Payload (padded with 0 bytes) [PAYLOAD_LEN bytes] + + On a version 2 or higher connection, all cells are as in version 1 + connections, except for variable-length cells, whose format is: + + CircID [CIRCID_LEN octets] + Command [1 octet] + Length [2 octets; big-endian integer] + Payload [Length bytes] + + On a version 2 connection, variable-length cells are indicated by a + command byte equal to 7 ("VERSIONS"). On a version 3 or + higher connection, variable-length cells are indicated by a command + byte equal to 7 ("VERSIONS"), or greater than or equal to 128. + + CIRCID_LEN is 2 for link protocol versions 1, 2, and 3. CIRCID_LEN + is 4 for link protocol version 4 or higher. The VERSIONS cell itself + always has CIRCID_LEN == 2 for backward compatibility. + + The CircID field determines which circuit, if any, the cell is + associated with. + + The 'Command' field of a fixed-length cell holds one of the following + values: + 0 -- PADDING (Padding) (See Sec 7.2) + 1 -- CREATE (Create a circuit) (See Sec 5.1) + 2 -- CREATED (Acknowledge create) (See Sec 5.1) + 3 -- RELAY (End-to-end data) (See Sec 5.5 and 6) + 4 -- DESTROY (Stop using a circuit) (See Sec 5.4) + 5 -- CREATE_FAST (Create a circuit, no PK) (See Sec 5.1) + 6 -- CREATED_FAST (Circuit created, no PK) (See Sec 5.1) + 8 -- NETINFO (Time and address info) (See Sec 4.5) + 9 -- RELAY_EARLY (End-to-end data; limited)(See Sec 5.6) + 10 -- CREATE2 (Extended CREATE cell) (See Sec 5.1) + 11 -- CREATED2 (Extended CREATED cell) (See Sec 5.1) + + Variable-length command values are: + 7 -- VERSIONS (Negotiate proto version) (See Sec 4) + 128 -- VPADDING (Variable-length padding) (See Sec 7.2) + 129 -- CERTS (Certificates) (See Sec 4.2) + 130 -- AUTH_CHALLENGE (Challenge value) (See Sec 4.3) + 131 -- AUTHENTICATE (Client authentication)(See Sec 4.5) + 132 -- AUTHORIZE (Client authorization) (Not yet used) + + The interpretation of 'Payload' depends on the type of the cell. + PADDING: Payload is unused. + CREATE: Payload contains the handshake challenge. + CREATED: Payload contains the handshake response. + RELAY: Payload contains the relay header and relay body. + DESTROY: Payload contains a reason for closing the circuit. + (see 5.4) + Upon receiving any other value for the command field, an OR must + drop the cell. Since more cell types may be added in the future, ORs + should generally not warn when encountering unrecognized commands. + + The payload is padded with 0 bytes. + + PADDING cells are currently used to implement connection keepalive. + If there is no other traffic, ORs and OPs send one another a PADDING + cell every few minutes. + + CREATE, CREATED, and DESTROY cells are used to manage circuits; + see section 5 below. + + RELAY cells are used to send commands and data along a circuit; see + section 6 below. + + VERSIONS and NETINFO cells are used to set up connections in link + protocols v2 and higher; in link protocol v3 and higher, CERTS, + AUTH_CHALLENGE, and AUTHENTICATE may also be used. See section 4 + below. + +4. Negotiating and initializing connections + + After Tor instances negotiate handshake with either the "renegotiation" or + "in-protocol" handshakes, they must exchange a set of cells to set up + the Tor connection and make it "open" and usable for circuits. + + When the renegotiation handshake is used, both parties immediately + send a VERSIONS cell (4.1 below), and after negotiating a link + protocol version (which will be 2), each send a NETINFO cell (4.5 + below) to confirm their addresses and timestamps. No other intervening + cell types are allowed. + + When the in-protocol handshake is used, the initiator sends a + VERSIONS cell to indicate that it will not be renegotiating. The + responder sends a VERSIONS cell, a CERTS cell (4.2 below) to give the + initiator the certificates it needs to learn the responder's + identity, an AUTH_CHALLENGE cell (4.3) that the initiator must include + as part of its answer if it chooses to authenticate, and a NETINFO + cell (4.5). As soon as it gets the CERTS cell, the initiator knows + whether the responder is correctly authenticated. At this point the + initiator may send a NETINFO cell if it does not wish to + authenticate, or a CERTS cell, an AUTHENTICATE cell (4.4), and a NETINFO + cell if it does. When this handshake is in use, the first cell must + be VERSIONS, VPADDING or AUTHORIZE, and no other cell type is allowed to + intervene besides those specified, except for PADDING and VPADDING cells. + + The AUTHORIZE cell type is reserved for future use by scanning-resistance + designs. + + [Tor versions before 0.2.3.11-alpha did not recognize the AUTHORIZE cell, + and did not permit any command other than VERSIONS as the first cell of + the in-protocol handshake.] + +4.1. Negotiating versions with VERSIONS cells + + There are multiple instances of the Tor link connection protocol. Any + connection negotiated using the "certificates up front" handshake (see + section 2 above) is "version 1". In any connection where both parties + have behaved as in the "renegotiation" handshake, the link protocol + version must be 2. In any connection where both parties have behaved + as in the "in-protocol" handshake, the link protocol must be 3 or higher. + + To determine the version, in any connection where the "renegotiation" + or "in-protocol" handshake was used (that is, where the responder + sent only one certificate at first and where the initiator did not + send any certificates in the first negotiation), both parties MUST + send a VERSIONS cell. In "renegotiation", they send a VERSIONS cell + right after the renegotiation is finished, before any other cells are + sent. In "in-protocol", the initiator sends a VERSIONS cell + immediately after the initial TLS handshake, and the responder + replies immediately with a VERSIONS cell. Parties MUST NOT send any + other cells on a connection until they have received a VERSIONS cell. + + The payload in a VERSIONS cell is a series of big-endian two-byte + integers. Both parties MUST select as the link protocol version the + highest number contained both in the VERSIONS cell they sent and in the + versions cell they received. If they have no such version in common, + they cannot communicate and MUST close the connection. Either party MUST + close the connection if the versions cell is not well-formed (for example, + if it contains an odd number of bytes). + + Since the version 1 link protocol does not use the "renegotiation" + handshake, implementations MUST NOT list version 1 in their VERSIONS + cell. When the "renegotiation" handshake is used, implementations + MUST list only the version 2. When the "in-protocol" handshake is + used, implementations MUST NOT list any version before 3, and SHOULD + list at least version 3. + + Link protocols differences are: + 1 -- The "certs up front" handshake. + 2 -- Uses the renegotiation-based handshake. Introduces + variable-length cells. + 3 -- Uses the in-protocol handshake. + 4 -- Increases circuit ID width to 4 bytes. + + +4.2. CERTS cells + + The CERTS cell describes the keys that a Tor instance is claiming + to have. It is a variable-length cell. Its payload format is: + + N: Number of certs in cell [1 octet] + N times: + CertType [1 octet] + CLEN [2 octets] + Certificate [CLEN octets] + + Any extra octets at the end of a CERTS cell MUST be ignored. + + CertType values are: + 1: Link key certificate certified by RSA1024 identity + 2: RSA1024 Identity certificate + 3: RSA1024 AUTHENTICATE cell link certificate + + The certificate format for the above certificate types is DER encoded + X509. + + A CERTS cell may have no more than one certificate of each CertType. + + To authenticate the responder, the initiator MUST check the following: + * The CERTS cell contains exactly one CertType 1 "Link" certificate. + * The CERTS cell contains exactly one CertType 2 "ID" certificate. + * Both certificates have validAfter and validUntil dates that + are not expired. + * The certified key in the Link certificate matches the + link key that was used to negotiate the TLS connection. + * The certified key in the ID certificate is a 1024-bit RSA key. + * The certified key in the ID certificate was used to sign both + certificates. + * The link certificate is correctly signed with the key in the + ID certificate + * The ID certificate is correctly self-signed. + Checking these conditions is sufficient to authenticate that the + initiator is talking to the Tor node with the expected identity, + as certified in the ID certificate. + + To authenticate the initiator, the responder MUST check the + following: + * The CERTS cell contains exactly one CertType 3 "AUTH" certificate. + * The CERTS cell contains exactly one CertType 2 "ID" certificate. + * Both certificates have validAfter and validUntil dates that + are not expired. + * The certified key in the AUTH certificate is a 1024-bit RSA key. + * The certified key in the ID certificate is a 1024-bit RSA key. + * The certified key in the ID certificate was used to sign both + certificates. + * The auth certificate is correctly signed with the key in the + ID certificate. + * The ID certificate is correctly self-signed. + Checking these conditions is NOT sufficient to authenticate that the + initiator has the ID it claims; to do so, the cells in 4.3 and 4.4 + below must be exchanged. + +4.3. AUTH_CHALLENGE cells + + An AUTH_CHALLENGE cell is a variable-length cell with the following + fields: + Challenge [32 octets] + N_Methods [2 octets] + Methods [2 * N_Methods octets] + + It is sent from the responder to the initiator. Initiators MUST + ignore unexpected bytes at the end of the cell. Responders MUST + generate every challenge independently using a strong RNG or PRNG. + + The Challenge field is a randomly generated string that the + initiator must sign (a hash of) as part of authenticating. The + methods are the authentication methods that the responder will + accept. Only one authentication method is defined right now: + see 4.4 below. + +4.4. AUTHENTICATE cells + + If an initiator wants to authenticate, it responds to the + AUTH_CHALLENGE cell with a CERTS cell and an AUTHENTICATE cell. + The CERTS cell is as a server would send, except that instead of + sending a CertType 1 cert for an arbitrary link certificate, the + client sends a CertType 3 cert for an RSA AUTHENTICATE key. + (This difference is because we allow any link key type on a TLS + link, but the protocol described here will only work for 1024-bit + RSA keys. A later protocol version should extend the protocol + here to work with non-1024-bit, non-RSA keys.) + + An AUTHENTICATE cell contains the following: + + AuthType [2 octets] + AuthLen [2 octets] + Authentication [AuthLen octets] + + Responders MUST ignore extra bytes at the end of an AUTHENTICATE + cell. If AuthType is 1 (meaning "RSA-SHA256-TLSSecret"), then the + Authentication contains the following: + + TYPE: The characters "AUTH0001" [8 octets] + CID: A SHA256 hash of the initiator's RSA1024 identity key [32 octets] + SID: A SHA256 hash of the responder's RSA1024 identity key [32 octets] + SLOG: A SHA256 hash of all bytes sent from the responder to the + initiator as part of the negotiation up to and including the + AUTH_CHALLENGE cell; that is, the VERSIONS cell, the CERTS cell, + the AUTH_CHALLENGE cell, and any padding cells. [32 octets] + CLOG: A SHA256 hash of all bytes sent from the initiator to the + responder as part of the negotiation so far; that is, the + VERSIONS cell and the CERTS cell and any padding cells. [32 + octets] + SCERT: A SHA256 hash of the responder's TLS link certificate. [32 + octets] + TLSSECRETS: A SHA256 HMAC, using the TLS master secret as the + secret key, of the following: + - client_random, as sent in the TLS Client Hello + - server_random, as sent in the TLS Server Hello + - the NUL terminated ASCII string: + "Tor V3 handshake TLS cross-certification" + [32 octets] + RAND: A 24 byte value, randomly chosen by the initiator. (In an + imitation of SSL3's gmt_unix_time field, older versions of Tor + sent an 8-byte timestamp as the first 8 bytes of this field; + new implementations should not do that.) [24 octets] + SIG: A signature of a SHA256 hash of all the previous fields + using the initiator's "Authenticate" key as presented. (As + always in Tor, we use OAEP-MGF1 padding; see tor-spec.txt + section 0.3.) + [variable length] + + To check the AUTHENTICATE cell, a responder checks that all fields + from TYPE through TLSSECRETS contain their unique + correct values as described above, and then verifies the signature. + The server MUST ignore any extra bytes in the signed data after + the SHA256 hash. + + Initiators MUST NOT send an AUTHENTICATE cell before they have + verified the certificates presented in the responder's CERTS + cell, and authenticated the responder. + +4.5. NETINFO cells + + If version 2 or higher is negotiated, each party sends the other a + NETINFO cell. The cell's payload is: + + Timestamp [4 bytes] + Other OR's address [variable] + Number of addresses [1 byte] + This OR's addresses [variable] + + The address format is a type/length/value sequence as given in section + 6.4 below. The timestamp is a big-endian unsigned integer number of + seconds since the Unix epoch. + + Implementations MAY use the timestamp value to help decide if their + clocks are skewed. Initiators MAY use "other OR's address" to help + learn which address their connections are originating from, if they do + not know it. [As of 0.2.3.1-alpha, nodes use neither of these values.] + + Initiators SHOULD use "this OR's address" to make sure + that they have connected to another OR at its canonical address. + (See 5.3.1 below.) + +5. Circuit management + +5.1. CREATE and CREATED cells + + Users set up circuits incrementally, one hop at a time. To create a + new circuit, OPs send a CREATE cell to the first node, with the first + half of an authenticated handshake; that node responds with a CREATED + cell with the second half of the handshake. To extend a circuit past + the first hop, the OP sends an EXTEND relay cell (see section 5.1.2) + which instructs the last node in the circuit to send a CREATE cell to + extend the circuit. + + There are two kinds of CREATE and CREATED cells: The older + "CREATE/CREATED" format, and the newer "CREATE2/CREATED2" format. The + newer format is extensible by design; the older one is not. + + A CREATE2 cell contains: + HTYPE (Client Handshake Type) [2 bytes] + HLEN (Client Handshake Data Len) [2 bytes] + HDATA (Client Handshake Data) [HLEN bytes] + + A CREATED2 cell contains: + HLEN (Server Handshake Data Len) [2 bytes] + HDATA (Server Handshake Data) [HLEN bytes] + + Recognized handshake types are: + 0x0000 TAP -- the original Tor handshake; see 5.1.3 + 0x0001 reserved + 0x0002 ntor -- the ntor+curve25519+sha256 handshake; see 5.1.4 + + + The format of a CREATE cell is one of the following: + HDATA (Client Handshake Data) [TAP_C_HANDSHAKE_LEN bytes] + or + HTAG (Client Handshake Type Tag) [16 bytes] + HDATA (Client Handshake Data) [TAP_C_HANDSHAKE_LEN-16 bytes] + + The first format is equivalent to a CREATE2 cell with HTYPE of 'tap' + and length of TAP_C_HANDSHAKE_LEN. The second format is a way to + encapsulate new handshake types into the old CREATE cell format for + migration. See 5.1.2.1 below. Recognized HTAG values are: + + ntor -- 'ntorNTORntorNTOR' + + The format of a CREATED cell is: + HDATA (Server Handshake Data) [TAP_S_HANDSHAKE_LEN bytes] + (It's equivalent to a CREATED2 cell with length of TAP_S_HANDSHAKE_LEN.) + + As usual with DH, x and y MUST be generated randomly. + + In general, clients SHOULD use CREATE whenever they are using the TAP + handshake, and CREATE2 otherwise. Clients SHOULD NOT send the + second format of CREATE cells (the one with the handshake type tag) + to a server directly. + + Servers always reply to a successful CREATE with a CREATED, and to a + successful CREATE2 with a CREATED2. On failure, a server sends a + DESTROY cell to tear down the circuit. + + [CREATE2 is handled by Tor 0.2.4.7-alpha and later.] + +5.1.1. Choosing circuit IDs in create cells + + The CircID for a CREATE cell is an arbitrarily chosen nonzero integer, + selected by the node (OP or OR) that sends the CREATE cell. In link + protocol 3 or lower, CircIDs are 2 bytes long; in protocol 4 or + higher, CircIDs are 4 bytes long. + + To prevent CircID collisions, when one node sends a CREATE cell to + another, it chooses from only one half of the possible values based + on the ORs' public identity keys. In link protocol version 3 or + lower, if the sending node has a lower key, it chooses a CircID with + an MSB of 0; otherwise, it chooses a CircID with an MSB of 1. (Public + keys are compared numerically by modulus.) + + In link protocol version 4 or higher, whichever node initiated the + connection sets its MSB to 1, and whichever node didn't initiate the + connection sets its MSB to 0. + + (An OP with no public key MAY choose any CircID it wishes, since an OP + never needs to process a CREATE cell.) + + The CircID value 0 is specifically reserved for cells that do not + belong to any circuit: CircID 0 must not be used for circuits. No + other CircID value, including 0x8000 or 0x80000000, is reserved. + +5.1.2. EXTEND and EXTENDED cells + + To extend an existing circuit, the client sends a EXTEND or EXTENDED2 + relay cell to the last node in the circuit. + + An EXTEND2 cell's relay payload contains: + NSPEC (Number of link specifiers) [1 byte] + NSPEC times: + LSTYPE (Link specifier type) [1 byte] + LSLEN (Link specifier length) [1 byte] + LSPEC (Link specifier) [LSLEN bytes] + HTYPE (Client Handshake Type) [2 bytes] + HLEN (Client Handshake Data Len) [2 bytes] + HDATA (Client Handshake Data) [HLEN bytes] + + Link specifiers describe the next node in the circuit and how to + connect to it. Recognized specifiers are: + [00] TLS-over-TCP, IPv4 address + A four-byte IPv4 address plus two-byte ORPort + [01] TLS-over-TCP, IPv6 address + A sixteen-byte IPv6 address plus two-byte ORPort + [02] Legacy identity + A 20-byte SHA1 identity fingerprint. At most one may be listed. + + Nodes MUST ignore unrecognized specifiers, and MUST accept multiple + instances of specifiers other than 'legacy identity'. + + The relay payload for an EXTEND relay cell consists of: + Address [4 bytes] + Port [2 bytes] + Onion skin [TAP_C_HANDSHAKE_LEN bytes] + Identity fingerprint [HASH_LEN bytes] + + The "legacy identity" and "identity fingerprint fields are the SHA1 + hash of the PKCS#1 ASN1 encoding of the next onion router's identity + (signing) key. (See 0.3 above.) Including this hash allows the + extending OR verify that it is indeed connected to the correct target + OR, and prevents certain man-in-the-middle attacks. + + The payload of an EXTENDED cell is the same as the payload of a + CREATED cell. + + The payload of an EXTENDED2 cell is the same as the payload of a + CREATED2 cell. + + [Support for EXTEND2 was added in Tor 0.2.4.8-alpha.] + + Clients SHOULD use the EXTEND format whenever sending a TAP + handshake, and MUST use it whenever the EXTEND cell will be handled + by a node running a version of Tor too old to support EXTEND2. In + other cases, clients SHOULD use EXTEND2. + + When encoding a non-TAP handshake in an EXTEND cell, clients SHOULD + use the format with 'client handshake type tag'. + +5.1.3. The "TAP" handshake + + This handshake uses Diffie-Hellman in Z_p and RSA to compute a set of + shared keys which the client knows are shared only with a particular + server, and the server knows are shared with whomever sent the + original handshake (or with nobody at all). It's not very fast and + not very good. (See Goldberg's "On the Security of the Tor + Authentication Protocol".) + + Define TAP_C_HANDSHAKE_LEN as DH_LEN+KEY_LEN+PK_PAD_LEN. + Define TAP_S_HANDSHAKE_LEN as DH_LEN+HASH_LEN. + + The payload for a CREATE cell is an 'onion skin', which consists of + the first step of the DH handshake data (also known as g^x). This + value is hybrid-encrypted (see 0.3) to the server's onion key, giving + a client handshake of: + + PK-encrypted: + Padding [PK_PAD_LEN bytes] + Symmetric key [KEY_LEN bytes] + First part of g^x [PK_ENC_LEN-PK_PAD_LEN-KEY_LEN bytes] + Symmetrically encrypted: + Second part of g^x [DH_LEN-(PK_ENC_LEN-PK_PAD_LEN-KEY_LEN) + bytes] + + The payload for a CREATED cell, or the relay payload for an + EXTENDED cell, contains: + DH data (g^y) [DH_LEN bytes] + Derivative key data (KH) [HASH_LEN bytes] + + Once the handshake between the OP and an OR is completed, both can + now calculate g^xy with ordinary DH. Before computing g^xy, both parties + MUST verify that the received g^x or g^y value is not degenerate; + that is, it must be strictly greater than 1 and strictly less than p-1 + where p is the DH modulus. Implementations MUST NOT complete a handshake + with degenerate keys. Implementations MUST NOT discard other "weak" + g^x values. + + (Discarding degenerate keys is critical for security; if bad keys + are not discarded, an attacker can substitute the OR's CREATED + cell's g^y with 0 or 1, thus creating a known g^xy and impersonating + the OR. Discarding other keys may allow attacks to learn bits of + the private key.) + + Once both parties have g^xy, they derive their shared circuit keys + and 'derivative key data' value via the KDF-TOR function in 5.2.1. + +5.1.4. The "ntor" handshake + + This handshake uses a set of DH handshakes to compute a set of + shared keys which the client knows are shared only with a particular + server, and the server knows are shared with whomever sent the + original handshake (or with nobody at all). Here we use the + "curve25519" group and representation as specified in "Curve25519: + new Diffie-Hellman speed records" by D. J. Bernstein. + + [The ntor handshake was added in Tor 0.2.4.8-alpha.] + + In this section, define: + H(x,t) as HMAC_SHA256 with message x and key t. + H_LENGTH = 32. + ID_LENGTH = 20. + G_LENGTH = 32 + PROTOID = "ntor-curve25519-sha256-1" + t_mac = PROTOID | ":mac" + t_key = PROTOID | ":key_extract" + t_verify = PROTOID | ":verify" + MULT(a,b) = the multiplication of the curve25519 point 'a' by the + scalar 'b'. + G = The preferred base point for curve25519 ([9]) + KEYGEN() = The curve25519 key generation algorithm, returning + a private/public keypair. + m_expand = PROTOID | ":key_expand" + + To perform the handshake, the client needs to know an identity key + digest for the server, and an ntor onion key (a curve25519 public + key) for that server. Call the ntor onion key "B". The client + generates a temporary keypair: + x,X = KEYGEN() + and generates a client-side handshake with contents: + NODEID Server identity digest [ID_LENGTH bytes] + KEYID KEYID(B) [H_LENGTH bytes] + CLIENT_PK X [G_LENGTH bytes] + + The server generates a keypair of y,Y = KEYGEN(), and uses its ntor + private key 'b' to compute: + + secret_input = EXP(X,y) | EXP(X,b) | ID | B | X | Y | PROTOID + KEY_SEED = H(secret_input, t_key) + verify = H(secret_input, t_verify) + auth_input = verify | ID | B | Y | X | PROTOID | "Server" + + The server's handshake reply is: + SERVER_PK Y [G_LENGTH bytes] + AUTH H(auth_input, t_mac) [H_LENGTH bytes] + + The client then checks Y is in G^* [see NOTE below], and computes + + secret_input = EXP(Y,x) | EXP(B,x) | ID | B | X | Y | PROTOID + KEY_SEED = H(secret_input, t_key) + verify = H(secret_input, t_verify) + auth_input = verify | ID | B | Y | X | PROTOID | "Server" + + The client verifies that AUTH == H(auth_input, t_mac). + + Both parties check that none of the EXP() operations produced the + point at infinity. [NOTE: This is an adequate replacement for + checking Y for group membership, if the group is curve25519.] + + Both parties now have a shared value for KEY_SEED. They expand this + into the keys needed for the Tor relay protocol, using the KDF + described in 5.2.2 and the tag m_expand. + +5.1.5. CREATE_FAST/CREATED_FAST cells + + When initializing the first hop of a circuit, the OP has already + established the OR's identity and negotiated a secret key using TLS. + Because of this, it is not always necessary for the OP to perform the + public key operations to create a circuit. In this case, the + OP MAY send a CREATE_FAST cell instead of a CREATE cell for the first + hop only. The OR responds with a CREATED_FAST cell, and the circuit is + created. + + A CREATE_FAST cell contains: + + Key material (X) [HASH_LEN bytes] + + A CREATED_FAST cell contains: + + Key material (Y) [HASH_LEN bytes] + Derivative key data [HASH_LEN bytes] (See 5.2.1 below) + + The values of X and Y must be generated randomly. + + Once both parties have X and Y, they derive their shared circuit keys + and 'derivative key data' value via the KDF-TOR function in 5.2.1. + + If an OR sees a circuit created with CREATE_FAST, the OR is sure to be the + first hop of a circuit. ORs SHOULD reject attempts to create streams with + RELAY_BEGIN exiting the circuit at the first hop: letting Tor be used as a + single hop proxy makes exit nodes a more attractive target for compromise. + + The CREATE_FAST handshake is currently deprecated whenever it is not + necessary; the migration is controlled by the "usecreatefast" + networkstatus parameter as described in dir-spec.txt. + +5.2. Setting circuit keys + +5.2.1. KDF-TOR + + This key derivation function is used by the TAP and CREATE_FAST + handshakes, and in the current hidden service protocol. It shouldn't + be used for new functionality. + + If the TAP handshake is used to extend a circuit, both parties + base their key material on K0=g^xy, represented as a big-endian unsigned + integer. + + If CREATE_FAST is used, both parties base their key material on + K0=X|Y. + + From the base key material K0, they compute KEY_LEN*2+HASH_LEN*3 bytes of + derivative key data as + K = H(K0 | [00]) | H(K0 | [01]) | H(K0 | [02]) | ... + + The first HASH_LEN bytes of K form KH; the next HASH_LEN form the forward + digest Df; the next HASH_LEN 41-60 form the backward digest Db; the next + KEY_LEN 61-76 form Kf, and the final KEY_LEN form Kb. Excess bytes from K + are discarded. + + KH is used in the handshake response to demonstrate knowledge of the + computed shared key. Df is used to seed the integrity-checking hash + for the stream of data going from the OP to the OR, and Db seeds the + integrity-checking hash for the data stream from the OR to the OP. Kf + is used to encrypt the stream of data going from the OP to the OR, and + Kb is used to encrypt the stream of data going from the OR to the OP. + +5.2.2. KDF-RFC5869 + + For newer KDF needs, Tor uses the key derivation function HKDF from + RFC5869, instantiated with SHA256. (This is due to a construction + from Krawczyk.) The generated key material is: + + K = K_1 | K_2 | K_3 | ... + + Where H(x,t) is HMAC_SHA256 with value x and key t + and K_1 = H(m_expand | INT8(1) , KEY_SEED ) + and K_(i+1) = H(K_i | m_expand | INT8(i+1) , KEY_SEED ) + and m_expand is an arbitrarily chosen value, + and INT8(i) is a octet with the value "i". + + In RFC5869's vocabulary, this is HKDF-SHA256 with info == m_expand, + salt == t_key, and IKM == secret_input. + + When used in the ntor handshake, the first HASH_LEN bytes form the + forward digest Df; the next HASH_LEN form the backward digest Db; the + next KEY_LEN form Kf, the next KEY_LEN form Kb, and the final + DIGEST_LEN bytes are taken as a nonce to use in the place of KH in the + hidden service protocol. Excess bytes from K are discarded. + +5.3. Creating circuits + + When creating a circuit through the network, the circuit creator + (OP) performs the following steps: + + 1. Choose an onion router as an exit node (R_N), such that the onion + router's exit policy includes at least one pending stream that + needs a circuit (if there are any). + + 2. Choose a chain of (N-1) onion routers + (R_1...R_N-1) to constitute the path, such that no router + appears in the path twice. + + 3. If not already connected to the first router in the chain, + open a new connection to that router. + + 4. Choose a circID not already in use on the connection with the + first router in the chain; send a CREATE cell along the + connection, to be received by the first onion router. + + 5. Wait until a CREATED cell is received; finish the handshake + and extract the forward key Kf_1 and the backward key Kb_1. + + 6. For each subsequent onion router R (R_2 through R_N), extend + the circuit to R. + + To extend the circuit by a single onion router R_M, the OP performs + these steps: + + 1. Create an onion skin, encrypted to R_M's public onion key. + + 2. Send the onion skin in a relay EXTEND cell along + the circuit (see section 5). + + 3. When a relay EXTENDED cell is received, verify KH, and + calculate the shared keys. The circuit is now extended. + + When an onion router receives an EXTEND relay cell, it sends a CREATE + cell to the next onion router, with the enclosed onion skin as its + payload. As special cases, if the extend cell includes a digest of + all zeroes, or asks to extend back to the relay that sent the extend + cell, the circuit will fail and be torn down. The initiating onion + router chooses some circID not yet used on the connection between the + two onion routers. (But see section 5.1.1 above, concerning choosing + circIDs based on lexicographic order of nicknames.) + + When an onion router receives a CREATE cell, if it already has a + circuit on the given connection with the given circID, it drops the + cell. Otherwise, after receiving the CREATE cell, it completes the + DH handshake, and replies with a CREATED cell. Upon receiving a + CREATED cell, an onion router packs it payload into an EXTENDED relay + cell (see section 5), and sends that cell up the circuit. Upon + receiving the EXTENDED relay cell, the OP can retrieve g^y. + + (As an optimization, OR implementations may delay processing onions + until a break in traffic allows time to do so without harming + network latency too greatly.) + +5.3.1. Canonical connections + + It is possible for an attacker to launch a man-in-the-middle attack + against a connection by telling OR Alice to extend to OR Bob at some + address X controlled by the attacker. The attacker cannot read the + encrypted traffic, but the attacker is now in a position to count all + bytes sent between Alice and Bob (assuming Alice was not already + connected to Bob.) + + To prevent this, when an OR gets an extend request, it SHOULD use an + existing OR connection if the ID matches, and ANY of the following + conditions hold: + - The IP matches the requested IP. + - The OR knows that the IP of the connection it's using is canonical + because it was listed in the NETINFO cell. + - The OR knows that the IP of the connection it's using is canonical + because it was listed in the server descriptor. + + [This is not implemented in Tor 0.2.0.23-rc.] + +5.4. Tearing down circuits + + Circuits are torn down when an unrecoverable error occurs along + the circuit, or when all streams on a circuit are closed and the + circuit's intended lifetime is over. Circuits may be torn down + either completely or hop-by-hop. + + To tear down a circuit completely, an OR or OP sends a DESTROY + cell to the adjacent nodes on that circuit, using the appropriate + direction's circID. + + Upon receiving an outgoing DESTROY cell, an OR frees resources + associated with the corresponding circuit. If it's not the end of + the circuit, it sends a DESTROY cell for that circuit to the next OR + in the circuit. If the node is the end of the circuit, then it tears + down any associated edge connections (see section 6.1). + + After a DESTROY cell has been processed, an OR ignores all data or + destroy cells for the corresponding circuit. + + To tear down part of a circuit, the OP may send a RELAY_TRUNCATE cell + signaling a given OR (Stream ID zero). That OR sends a DESTROY + cell to the next node in the circuit, and replies to the OP with a + RELAY_TRUNCATED cell. + + [Note: If an OR receives a TRUNCATE cell and it has any RELAY cells + still queued on the circuit for the next node it will drop them + without sending them. This is not considered conformant behavior, + but it probably won't get fixed until a later version of Tor. Thus, + clients SHOULD NOT send a TRUNCATE cell to a node running any current + version of Tor if a) they have sent relay cells through that node, + and b) they aren't sure whether those cells have been sent on yet.] + + When an unrecoverable error occurs along one connection in a + circuit, the nodes on either side of the connection should, if they + are able, act as follows: the node closer to the OP should send a + RELAY_TRUNCATED cell towards the OP; the node farther from the OP + should send a DESTROY cell down the circuit. + + The payload of a RELAY_TRUNCATED or DESTROY cell contains a single octet, + describing why the circuit is being closed or truncated. When sending a + TRUNCATED or DESTROY cell because of another TRUNCATED or DESTROY cell, + the error code should be propagated. The origin of a circuit always sets + this error code to 0, to avoid leaking its version. + + The error codes are: + 0 -- NONE (No reason given.) + 1 -- PROTOCOL (Tor protocol violation.) + 2 -- INTERNAL (Internal error.) + 3 -- REQUESTED (A client sent a TRUNCATE command.) + 4 -- HIBERNATING (Not currently operating; trying to save bandwidth.) + 5 -- RESOURCELIMIT (Out of memory, sockets, or circuit IDs.) + 6 -- CONNECTFAILED (Unable to reach relay.) + 7 -- OR_IDENTITY (Connected to relay, but its OR identity was not + as expected.) + 8 -- OR_CONN_CLOSED (The OR connection that was carrying this circuit + died.) + 9 -- FINISHED (The circuit has expired for being dirty or old.) + 10 -- TIMEOUT (Circuit construction took too long) + 11 -- DESTROYED (The circuit was destroyed w/o client TRUNCATE) + 12 -- NOSUCHSERVICE (Request for unknown hidden service) + +5.5. Routing relay cells + + When an OR receives a RELAY or RELAY_EARLY cell, it checks the cell's + circID and determines whether it has a corresponding circuit along that + connection. If not, the OR drops the cell. + + Otherwise, if the OR is not at the OP edge of the circuit (that is, + either an 'exit node' or a non-edge node), it de/encrypts the payload + with the stream cipher, as follows: + 'Forward' relay cell (same direction as CREATE): + Use Kf as key; decrypt. + 'Back' relay cell (opposite direction from CREATE): + Use Kb as key; encrypt. + Note that in counter mode, decrypt and encrypt are the same operation. + + The OR then decides whether it recognizes the relay cell, by + inspecting the payload as described in section 6.1 below. If the OR + recognizes the cell, it processes the contents of the relay cell. + Otherwise, it passes the decrypted relay cell along the circuit if + the circuit continues. If the OR at the end of the circuit + encounters an unrecognized relay cell, an error has occurred: the OR + sends a DESTROY cell to tear down the circuit. + + When a relay cell arrives at an OP, the OP decrypts the payload + with the stream cipher as follows: + OP receives data cell: + For I=N...1, + Decrypt with Kb_I. If the payload is recognized (see + section 6..1), then stop and process the payload. + + For more information, see section 6 below. + +5.6. Handling relay_early cells + + A RELAY_EARLY cell is designed to limit the length any circuit can reach. + When an OR receives a RELAY_EARLY cell, and the next node in the circuit + is speaking v2 of the link protocol or later, the OR relays the cell as a + RELAY_EARLY cell. Otherwise, older Tors will relay it as a RELAY cell. + + If a node ever receives more than 8 RELAY_EARLY cells on a given + outbound circuit, it SHOULD close the circuit. If it receives any + inbound RELAY_EARLY cells, it MUST close the circuit immediately. + + When speaking v2 of the link protocol or later, clients MUST only send + EXTEND cells inside RELAY_EARLY cells. Clients SHOULD send the first ~8 + RELAY cells that are not targeted at the first hop of any circuit as + RELAY_EARLY cells too, in order to partially conceal the circuit length. + + [Starting with Tor 0.2.3.11-alpha, relays should + reject any EXTEND cell not received in a RELAY_EARLY cell.] + +6. Application connections and stream management + +6.1. Relay cells + + Within a circuit, the OP and the exit node use the contents of + RELAY packets to tunnel end-to-end commands and TCP connections + ("Streams") across circuits. End-to-end commands can be initiated + by either edge; streams are initiated by the OP. + + The payload of each unencrypted RELAY cell consists of: + Relay command [1 byte] + 'Recognized' [2 bytes] + StreamID [2 bytes] + Digest [4 bytes] + Length [2 bytes] + Data [PAYLOAD_LEN-11 bytes] + + The relay commands are: + 1 -- RELAY_BEGIN [forward] + 2 -- RELAY_DATA [forward or backward] + 3 -- RELAY_END [forward or backward] + 4 -- RELAY_CONNECTED [backward] + 5 -- RELAY_SENDME [forward or backward] [sometimes control] + 6 -- RELAY_EXTEND [forward] [control] + 7 -- RELAY_EXTENDED [backward] [control] + 8 -- RELAY_TRUNCATE [forward] [control] + 9 -- RELAY_TRUNCATED [backward] [control] + 10 -- RELAY_DROP [forward or backward] [control] + 11 -- RELAY_RESOLVE [forward] + 12 -- RELAY_RESOLVED [backward] + 13 -- RELAY_BEGIN_DIR [forward] + 14 -- RELAY_EXTEND2 [forward] [control] + 15 -- RELAY_EXTENDED2 [backward] [control] + + 32..40 -- Used for hidden services; see rend-spec.txt. + + Commands labelled as "forward" must only be sent by the originator + of the circuit. Commands labelled as "backward" must only be sent by + other nodes in the circuit back to the originator. Commands marked + as either can be sent either by the originator or other nodes. + + The 'recognized' field in any unencrypted relay payload is always set + to zero; the 'digest' field is computed as the first four bytes of + the running digest of all the bytes that have been destined for + this hop of the circuit or originated from this hop of the circuit, + seeded from Df or Db respectively (obtained in section 5.2 above), + and including this RELAY cell's entire payload (taken with the digest + field set to zero). + + When the 'recognized' field of a RELAY cell is zero, and the digest + is correct, the cell is considered "recognized" for the purposes of + decryption (see section 5.5 above). + + (The digest does not include any bytes from relay cells that do + not start or end at this hop of the circuit. That is, it does not + include forwarded data. Therefore if 'recognized' is zero but the + digest does not match, the running digest at that node should + not be updated, and the cell should be forwarded on.) + + All RELAY cells pertaining to the same tunneled stream have the same + stream ID. StreamIDs are chosen arbitrarily by the OP. No stream + may have a StreamID of zero. Rather, RELAY cells that affect the + entire circuit rather than a particular stream use a StreamID of zero + -- they are marked in the table above as "[control]" style + cells. (Sendme cells are marked as "sometimes control" because they + can take include a StreamID or not depending on their purpose -- see + Section 7.) + + The 'Length' field of a relay cell contains the number of bytes in + the relay payload which contain real payload data. The remainder of + the payload is padded with NUL bytes. + + If the RELAY cell is recognized but the relay command is not + understood, the cell must be dropped and ignored. Its contents + still count with respect to the digests, though. + +6.2. Opening streams and transferring data + + To open a new anonymized TCP connection, the OP chooses an open + circuit to an exit that may be able to connect to the destination + address, selects an arbitrary StreamID not yet used on that circuit, + and constructs a RELAY_BEGIN cell with a payload encoding the address + and port of the destination host. The payload format is: + + ADDRPORT [nul-terminated string] + FLAGS [4 bytes] + + ADDRPORT is made of ADDRESS | ':' | PORT | [00] + + where ADDRESS can be a DNS hostname, or an IPv4 address in + dotted-quad format, or an IPv6 address surrounded by square brackets; + and where PORT is a decimal integer between 1 and 65535, inclusive. + + The FLAGS value has one or more of the following bits set, where + "bit 1" is the LSB of the 32-bit value, and "bit 32" is the MSB. + (Remember that all values in Tor are big-endian (see 0.1.1 above), so + the MSB of a 4-byte value is the MSB of the first byte, and the LSB + of a 4-byte value is the LSB of its last byte.) + + bit meaning + 1 -- IPv6 okay. We support learning about IPv6 addresses and + connecting to IPv6 addresses. + 2 -- IPv4 not okay. We don't want to learn about IPv4 addresses + or connect to them. + 3 -- IPv6 preferred. If there are both IPv4 and IPv6 addresses, + we want to connect to the IPv6 one. (By default, we connect + to the IPv4 address.) + 4..32 -- Reserved. Current clients MUST NOT set these. Servers + MUST ignore them. + + Upon receiving this cell, the exit node resolves the address as + necessary, and opens a new TCP connection to the target port. If the + address cannot be resolved, or a connection can't be established, the + exit node replies with a RELAY_END cell. (See 6.4 below.) + Otherwise, the exit node replies with a RELAY_CONNECTED cell, whose + payload is in one of the following formats: + The IPv4 address to which the connection was made [4 octets] + A number of seconds (TTL) for which the address may be cached [4 octets] + or + Four zero-valued octets [4 octets] + An address type (6) [1 octet] + The IPv6 address to which the connection was made [16 octets] + A number of seconds (TTL) for which the address may be cached [4 octets] + + [Tor exit nodes before 0.1.2.0 set the TTL field to a fixed value. Later + versions set the TTL to the last value seen from a DNS server, and expire + their own cached entries after a fixed interval. This prevents certain + attacks.] + + Once a connection has been established, the OP and exit node + package stream data in RELAY_DATA cells, and upon receiving such + cells, echo their contents to the corresponding TCP stream. + + If the exit node does not support optimistic data (i.e. its + version number is before 0.2.3.1-alpha), then the OP MUST wait + for a RELAY_CONNECTED cell before sending any data. If the exit + node supports optimistic data (i.e. its version number is + 0.2.3.1-alpha or later), then the OP MAY send RELAY_DATA cells + immediately after sending the RELAY_BEGIN cell (and before + receiving either a RELAY_CONNECTED or RELAY_END cell). + + RELAY_DATA cells sent to unrecognized streams are dropped. If + the exit node supports optimistic data, then RELAY_DATA cells it + receives on streams which have seen RELAY_BEGIN but have not yet + been replied to with a RELAY_CONNECTED or RELAY_END are queued. + If the stream creation succeeds with a RELAY_CONNECTED, the queue + is processed immediately afterwards; if the stream creation fails + with a RELAY_END, the contents of the queue are deleted. + + Relay RELAY_DROP cells are long-range dummies; upon receiving such + a cell, the OR or OP must drop it. + +6.2.1. Opening a directory stream + + If a Tor relay is a directory server, it should respond to a + RELAY_BEGIN_DIR cell as if it had received a BEGIN cell requesting a + connection to its directory port. RELAY_BEGIN_DIR cells ignore exit + policy, since the stream is local to the Tor process. + + If the Tor relay is not running a directory service, it should respond + with a REASON_NOTDIRECTORY RELAY_END cell. + + Clients MUST generate an all-zero payload for RELAY_BEGIN_DIR cells, + and relays MUST ignore the payload. + + [RELAY_BEGIN_DIR was not supported before Tor 0.1.2.2-alpha; clients + SHOULD NOT send it to routers running earlier versions of Tor.] + +6.3. Closing streams + + When an anonymized TCP connection is closed, or an edge node + encounters error on any stream, it sends a 'RELAY_END' cell along the + circuit (if possible) and closes the TCP connection immediately. If + an edge node receives a 'RELAY_END' cell for any stream, it closes + the TCP connection completely, and sends nothing more along the + circuit for that stream. + + The payload of a RELAY_END cell begins with a single 'reason' byte to + describe why the stream is closing, plus optional data (depending on + the reason.) The values are: + + 1 -- REASON_MISC (catch-all for unlisted reasons) + 2 -- REASON_RESOLVEFAILED (couldn't look up hostname) + 3 -- REASON_CONNECTREFUSED (remote host refused connection) [*] + 4 -- REASON_EXITPOLICY (OR refuses to connect to host or port) + 5 -- REASON_DESTROY (Circuit is being destroyed) + 6 -- REASON_DONE (Anonymized TCP connection was closed) + 7 -- REASON_TIMEOUT (Connection timed out, or OR timed out + while connecting) + 8 -- REASON_NOROUTE (Routing error while attempting to + contact destination) + 9 -- REASON_HIBERNATING (OR is temporarily hibernating) + 10 -- REASON_INTERNAL (Internal error at the OR) + 11 -- REASON_RESOURCELIMIT (OR has no resources to fulfill request) + 12 -- REASON_CONNRESET (Connection was unexpectedly reset) + 13 -- REASON_TORPROTOCOL (Sent when closing connection because of + Tor protocol violations.) + 14 -- REASON_NOTDIRECTORY (Client sent RELAY_BEGIN_DIR to a + non-directory relay.) + + (With REASON_EXITPOLICY, the 4-byte IPv4 address or 16-byte IPv6 address + forms the optional data, along with a 4-byte TTL; no other reason + currently has extra data.) + + OPs and ORs MUST accept reasons not on the above list, since future + versions of Tor may provide more fine-grained reasons. + + Tors SHOULD NOT send any reason except REASON_MISC for a stream that they + have originated. + + [*] Older versions of Tor also send this reason when connections are + reset. + + --- [The rest of this section describes unimplemented functionality.] + + Because TCP connections can be half-open, we follow an equivalent + to TCP's FIN/FIN-ACK/ACK protocol to close streams. + + An exit connection can have a TCP stream in one of three states: + 'OPEN', 'DONE_PACKAGING', and 'DONE_DELIVERING'. For the purposes + of modeling transitions, we treat 'CLOSED' as a fourth state, + although connections in this state are not, in fact, tracked by the + onion router. + + A stream begins in the 'OPEN' state. Upon receiving a 'FIN' from + the corresponding TCP connection, the edge node sends a 'RELAY_FIN' + cell along the circuit and changes its state to 'DONE_PACKAGING'. + Upon receiving a 'RELAY_FIN' cell, an edge node sends a 'FIN' to + the corresponding TCP connection (e.g., by calling + shutdown(SHUT_WR)) and changing its state to 'DONE_DELIVERING'. + + When a stream in already in 'DONE_DELIVERING' receives a 'FIN', it + also sends a 'RELAY_FIN' along the circuit, and changes its state + to 'CLOSED'. When a stream already in 'DONE_PACKAGING' receives a + 'RELAY_FIN' cell, it sends a 'FIN' and changes its state to + 'CLOSED'. + + If an edge node encounters an error on any stream, it sends a + 'RELAY_END' cell (if possible) and closes the stream immediately. + +6.4. Remote hostname lookup + + To find the address associated with a hostname, the OP sends a + RELAY_RESOLVE cell containing the hostname to be resolved with a NUL + terminating byte. (For a reverse lookup, the OP sends a RELAY_RESOLVE + cell containing an in-addr.arpa address.) The OR replies with a + RELAY_RESOLVED cell containing any number of answers. Each answer is + of the form: + + Type (1 octet) + Length (1 octet) + Value (variable-width) + TTL (4 octets) + "Length" is the length of the Value field. + "Type" is one of: + 0x00 -- Hostname + 0x04 -- IPv4 address + 0x06 -- IPv6 address + 0xF0 -- Error, transient + 0xF1 -- Error, nontransient + + If any answer has a type of 'Error', then no other answer may be given. + + For backward compatibility, if there are any IPv4 answers, one of those + must be given as the first answer. + + The RELAY_RESOLVE cell must use a nonzero, distinct streamID; the + corresponding RELAY_RESOLVED cell must use the same streamID. No stream + is actually created by the OR when resolving the name. + +7. Flow control + +7.1. Link throttling + + Each client or relay should do appropriate bandwidth throttling to + keep its user happy. + + Communicants rely on TCP's default flow control to push back when they + stop reading. + + The mainline Tor implementation uses token buckets (one for reads, + one for writes) for the rate limiting. + + Since 0.2.0.x, Tor has let the user specify an additional pair of + token buckets for "relayed" traffic, so people can deploy a Tor relay + with strict rate limiting, but also use the same Tor as a client. To + avoid partitioning concerns we combine both classes of traffic over a + given OR connection, and keep track of the last time we read or wrote + a high-priority (non-relayed) cell. If it's been less than N seconds + (currently N=30), we give the whole connection high priority, else we + give the whole connection low priority. We also give low priority + to reads and writes for connections that are serving directory + information. See proposal 111 for details. + +7.2. Link padding + + Link padding can be created by sending PADDING or VPADDING cells + along the connection; relay cells of type "DROP" can be used for + long-range padding. The contents of a PADDING, VPADDING, or DROP + cell SHOULD be chosen randomly, and MUST be ignored. + + Currently nodes are not required to do any sort of link padding or + dummy traffic. Because strong attacks exist even with link padding, + and because link padding greatly increases the bandwidth requirements + for running a node, we plan to leave out link padding until this + tradeoff is better understood. + +7.3. Circuit-level flow control + + To control a circuit's bandwidth usage, each OR keeps track of two + 'windows', consisting of how many RELAY_DATA cells it is allowed to + originate (package for transmission), and how many RELAY_DATA cells + it is willing to consume (receive for local streams). These limits + do not apply to cells that the OR receives from one host and relays + to another. + + Each 'window' value is initially set based on the consensus parameter + 'circwindow' in the directory (see dir-spec.txt), or to 1000 data cells + if no 'circwindow' value is given, + in each direction (cells that are not data cells do not affect + the window). When an OR is willing to deliver more cells, it sends a + RELAY_SENDME cell towards the OP, with Stream ID zero. When an OR + receives a RELAY_SENDME cell with stream ID zero, it increments its + packaging window. + + Each of these cells increments the corresponding window by 100. + + The OP behaves identically, except that it must track a packaging + window and a delivery window for every OR in the circuit. + + An OR or OP sends cells to increment its delivery window when the + corresponding window value falls under some threshold (900). + + If a packaging window reaches 0, the OR or OP stops reading from + TCP connections for all streams on the corresponding circuit, and + sends no more RELAY_DATA cells until receiving a RELAY_SENDME cell. +[this stuff is badly worded; copy in the tor-design section -RD] + +7.4. Stream-level flow control + + Edge nodes use RELAY_SENDME cells to implement end-to-end flow + control for individual connections across circuits. Similarly to + circuit-level flow control, edge nodes begin with a window of cells + (500) per stream, and increment the window by a fixed value (50) + upon receiving a RELAY_SENDME cell. Edge nodes initiate RELAY_SENDME + cells when both a) the window is <= 450, and b) there are less than + ten cell payloads remaining to be flushed at that edge. + + + +8. Handling resource exhaustion + + +8.1. Memory exhaustion. + + If RAM becomes low, an OR should begin destroying circuits until + more memory is free again. We recommend the following algorithm: + + - Set a threshold amount of RAM to recover at 10% of the total RAM. + + - Sort the circuits by their 'staleness', defined as the age of the + oldest data queued on the circuit. This data can be: + + * Bytes that are waiting to flush to or from a stream on that + circuit. + + * Bytes that are waiting to flush from a connection created with + BEGIN_DIR. + + * Cells that are waiting to flush or be processed. + + - While we have not yet recovered enough RAM: + + * Free all memory held by the most stale circuit, and send DESTROY + cells in both directions on that circuit. Count the amount of + memory we recovered towards the total. +