summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-08-17 22:52:32 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-08-17 22:52:32 +0200
commit691168a3b31fbb0b1eb3a146f2bf33e9356e812b (patch)
treecfdfd4af28b8542ca2efade3eea27acb40a8c735
parentbed226f38fe11e04556ceef5b0d685a8f4e27edb (diff)
disallow mur.at range for now
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index b989381..391d06e 100644
--- a/config.php
+++ b/config.php
@@ -11,7 +11,7 @@ $conf['acl']['range'] = array(
"193.33.150.0/23", // Funkfeuer Graz Public
"217.29.149.64/28", // 0xFF Citycom IP Bereich
"193.238.156.0/22", // Funkfeuer Wien
- "89.106.208.0/21" // mur.at
+// "89.106.208.0/21" // mur.at
);
?>