summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-12-05 13:06:51 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-12-05 13:07:47 +0100
commit3967b2269ca786b87111e137472775be932ebe2e (patch)
treee66b1a0bc0bd459cb93314829f57501ec7cc9c52
parent16fabc1876339f70be20a1e8eb9547ee7922aa49 (diff)
downloadsites-3967b2269ca786b87111e137472775be932ebe2e.tar.gz
sites-3967b2269ca786b87111e137472775be932ebe2e.tar.bz2
sites-3967b2269ca786b87111e137472775be932ebe2e.zip
config: add brain test IPs
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index 51f23af..3354aa0 100644
--- a/config.py
+++ b/config.py
@@ -14,6 +14,7 @@ valid_ips = [
r'^(::ffff:)?130\.133\.',
r'^(::ffff:)?87\.77\.',
r'^2001:6f8:1c3c:',
+ r'^2001:638:80a:',
r'^127\.0\.',
]