summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-12-30 13:18:58 +0100
committerChristian Pointner <equinox@spreadspace.org>2013-12-30 13:18:58 +0100
commit92b6585130b4d719d236da0e2cdce9649e538f8b (patch)
treef79d174c3be10cbf80eea6debca80042a1d8cdaa /config.php
parent4c98da1ceff06e565a8e85e395c747b28edef19d (diff)
parent70b378464945443b234380c5098ec7066bb0b15f (diff)
Merge branch 'master' into stable
Diffstat (limited to 'config.php')
-rw-r--r--config.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/config.php b/config.php
index 3f0e272..d806fbb 100644
--- a/config.php
+++ b/config.php
@@ -10,13 +10,11 @@ $conf['router']['file'] = 'InfoRouter.plain';
/* neue eintraege bitte kommentieren !!!! */
$conf['acl']['range'] = array(
- "10.0.0.0/8", // Funkfeuer Graz Private
- "217.29.149.64/28", // 0xFF Citycom IP Bereich
+ "10.0.0.0/8", // Funkfeuer Graz et.al Private Adressen
"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
-// "84.119.56.63/32", // equinox home test
- "212.17.113.195/32" // roland home wien
+ "89.106.208.0/21" // mur.at
);
?>