#!/usr/bin/python { 'topsecret': [ # '.*read\\.cfg.*', ], 'noaccess': [ '^/google[a-z0-9]{16}\\.html$', '^/PG(/.*)?$', '^/pg(/.*)?$', '^/sshin(/.*)?$', '^/backup(/.*)?$', '^/setuid-wrappers$', # Don't know where to place it. '^/setuid$', '^/.git.*', '^/ls-l$', '.*/\.', # Any hidden directory ], 'hide': [ '^/(.*/)?\\.[^/]*$', '.*\\.pyc$', '^/.*~$', '^/__pycache__(/.*)?$', '^/cache(/.*)?$', '^/archive(/.*)?', '.*\\.backup$', '^/projects/skogpasswdman$', '.*\\.info$', ], 'madefrom': [ ('^/(.*)\\.(html|py|cgi)$', '/\\1.\\2.src'), ('^/(.*)$', '/\\1.brain'), ], 'noindex': [ '^/new.css$', '^/oops(/.*)?$', '.*\\.html\\.src$', '^/includes(/.*)$', '^/projects/anonymine/index\\.html\\.src\\.sh$', '^/sitemapdata.py$', ], 'doindex': [ ], 'noxmlsitemap': [ '^/small-scripts/minify$', '^/small-scripts/killbom$', '^/small-scripts/shrink-disavow$', '^/mkhtml$', ], 'sitemap-maxload': { 'load-avg1': 12, # 2.5, 6 'throttle-requests': 4, 'throttle-time': 3.0, }, 'allowed-referer-hosts': [ 'oskog97.com', 'tridecane.oskog97.com', #'anonymine-demo.oskog97.com:8080', # Long gone ], }