From 7bc1375042ec99b0d11c4aeecdb16016ef8c4954 Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Thu, 9 Apr 2020 09:36:32 +0200 Subject: [PATCH] Update default conf --- conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf.py b/conf.py index cc1e5f8..c48ca2f 100644 --- a/conf.py +++ b/conf.py @@ -33,6 +33,12 @@ compress_output_files = ['html', 'css', 'js'] # Tracked IP tracked_ip = ['192.168.1.1'] +# Excluded IP +excluded_ip = [ + # r'192.168.*', # Local +] + +# Feeds url feeds = [r'^.*/atom.xml$', r'^.*/rss.xml$'] # Consider xml files as multimedia (append to current list)