summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-08-17 22:55:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-08-17 22:55:36 +0200
commit25637b7bf2816b6abe2f103651d99eda11ebfbb9 (patch)
treeba8e01b48d37e080aef547a83c4be21cc2bfc6b1
parent691168a3b31fbb0b1eb3a146f2bf33e9356e812b (diff)
re-allow mur.at nets
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index 391d06e..b989381 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
);
?>