]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p/apt_p2p_conf.py
Block favicon.ico and allow remote stats requests (configurable).
[quix0rs-apt-p2p.git] / apt_p2p / apt_p2p_conf.py
index 20ba4125a281dc02f9233847c4bb355839af9c10..e4f0bf9f7733efd94e6498e9789e924b319496cb 100644 (file)
@@ -61,6 +61,9 @@ DEFAULTS = {
     # 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.