source code of /read/read.cfg

Last modified
Lines 61

Parent directory Download CGIread sitemap Main page

Quick links: (none)

  1. #!/usr/bin/python
  2. {
  3.     'topsecret': [
  4.         # '.*read\\.cfg.*',
  5.     ],
  6.     'noaccess': [
  7.         '^/google[a-z0-9]{16}\\.html$',
  8.         '^/PG(/.*)?$',
  9.         '^/pg(/.*)?$',
  10.         '^/sshin(/.*)?$',
  11.         '^/backup(/.*)?$',
  12.         '^/setuid-wrappers$', # Don't know where to place it.
  13.         '^/setuid$',
  14.         '^/.git.*',
  15.         '^/ls-l$',
  16.         '.*/\.',                  # Any hidden directory
  17.     ],
  18.     'hide': [
  19.         '^/(.*/)?\\.[^/]*$',
  20.         '.*\\.pyc$',
  21.         '^/.*~$',
  22.         '^/__pycache__(/.*)?$',
  23.         '^/cache(/.*)?$',
  24.         '^/archive(/.*)?',
  25.         '.*\\.backup$',
  26.         '^/projects/skogpasswdman$',
  27.         '.*\\.info$',
  28.     ],
  29.     'madefrom': [
  30.         ('^/(.*)\\.(html|py|cgi)$', '/\\1.\\2.src'),
  31.         ('^/(.*)$', '/\\1.brain'),
  32.     ],
  33.     'noindex': [
  34.         '^/new.css$',
  35.         '^/oops(/.*)?$',
  36.         '.*\\.html\\.src$',
  37.         '^/includes(/.*)$',
  38.         '^/projects/anonymine/index\\.html\\.src\\.sh$',
  39.         '^/sitemapdata.py$',
  40.     ],
  41.     'doindex': [
  42.     ],
  43.     'noxmlsitemap': [
  44.         '^/small-scripts/minify$',
  45.         '^/small-scripts/killbom$',
  46.         '^/small-scripts/shrink-disavow$',
  47.         '^/mkhtml$',
  48.     ],
  49.     'sitemap-maxload': {
  50.         'load-avg1': 12,             # 2.5, 6
  51.         'throttle-requests': 4,
  52.         'throttle-time': 3.0,
  53.     },
  54.     'allowed-referer-hosts': [
  55.         'oskog97.com',
  56.         'tridecane.oskog97.com',
  57.         #'anonymine-demo.oskog97.com:8080',     # Long gone
  58.     ],
  59. }