Block favicon.ico and allow remote stats requests (configurable).
[quix0rs-apt-p2p.git] / apt-p2p.conf
index 500bd23b894080bc2d0f63de652dbb29014983fc..eb5d0ca023232f11c933290b3339ddcdd4d55b65 100644 (file)
@@ -39,6 +39,9 @@ CACHE_DIR = /var/cache/apt-p2p
 # Whether it's OK to use an IP address from a known local/private range
 LOCAL_OK = no
 
+# Whether a remote peer can access the statistics page
+REMOTE_STATS = yes
+
 # Unload the packages cache after an interval of inactivity this long.
 # The packages cache uses a lot of memory, and only takes a few seconds
 # to reload when a new request arrives.