tor-dam

tor distributed announce mechanism (not a dht)
git clone https://git.parazyd.org/tor-dam
Log | Files | Refs | README | LICENSE

torrc (315B)


      1 #
      2 # Minimal torrc so tor will work out of the box
      3 #
      4 
      5 User tor
      6 PIDFile /var/run/tor/tor.pid
      7 Log notice syslog
      8 DataDirectory /var/lib/tor/data
      9 
     10 ControlPort 9051
     11 CookieAuthentication 1
     12 HashedControlPassword 16:6091EDA9F3F5F8EB60C8423561CB8C46B3CCF033E88FEACA1FC8BDBB9A
     13 
     14 SocksPort 9050
     15 
     16 ClientRejectInternalAddresses 1