Added scanning of other directories for cached packages.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index 98bbd884358bbd1b09ae69945e500d8fd9b06b68..621ef367e9e999a440ea82a278aa57e4ef077fcd 100644 (file)
@@ -25,6 +25,11 @@ DEFAULTS = {
     # Directory to store the downloaded files in
     'CACHE_DIR': home + '/.apt-dht/cache',
     
+    # Other directories containing packages to share with others
+    # WARNING: all files in these directories will be hashed and available
+    #          for everybody to download
+    'OTHER_DIRS': """""",
+    
     # User name to try and run as
     'USERNAME': '',