tor-dam

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

redis.conf (221B)


      1 #
      2 # Redis configuration for tor-dam
      3 #
      4 
      5 daemonize no
      6 
      7 bind 127.0.0.1
      8 port 6379
      9 
     10 databases 1
     11 dbfilename dam-dir.rdb
     12 
     13 save 900 1
     14 save 300 10
     15 save 60  10000
     16 
     17 rdbcompression yes
     18 rdbchecksum yes
     19 
     20 stop-writes-on-bgsave-error no