[tor-bugs] #23912 [Core Tor/Stem]: Add bastet to stem
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Thu Oct 19 21:37:00 UTC 2017
    
    
  
#23912: Add bastet to stem
-------------------------------+--------------------
     Reporter:  tom            |      Owner:  atagar
         Type:  defect         |     Status:  new
     Priority:  Medium         |  Milestone:
    Component:  Core Tor/Stem  |    Version:
     Severity:  Normal         |   Keywords:
Actual Points:                 |  Parent ID:
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+--------------------
 See #23910
 I think this is the patch:
 {{{
 diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
 index 0bade999..924db406 100644
 --- a/stem/descriptor/remote.py
 +++ b/stem/descriptor/remote.py
 @@ -872,10 +872,19 @@ DIRECTORY_AUTHORITIES = {
      address = '199.58.81.140',
      or_port = 443,
      dir_port = 80,
 -    is_bandwidth_authority = True,
 +    is_bandwidth_authority = False,
      fingerprint = '74A910646BCEEFBCD2E874FC1DC997430F968145',
      v3ident = '23D15D965BC35114467363C165C4F724B64B4F66',
    ),
 +  'bastet': DirectoryAuthority(
 +    nickname = 'bastet',
 +    address = '204.13.164.118',
 +    or_port = 443,
 +    dir_port = 80,
 +    is_bandwidth_authority = True,
 +    fingerprint = '24E2F139121D4394C54B5BCC368B3B411857C413',
 +    v3ident = '27102BC123E7AF1D4741AE047E160C91ADC76B21',
 +  ),
    'Bifroest': DirectoryAuthority(
      nickname = 'Bifroest',
      address = '37.218.247.217',
 }}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23912>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list