summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@ffgraz.net>2013-11-12 18:24:00 +0000
committerOthmar Gsenger <otti@ffgraz.net>2013-11-12 18:24:00 +0000
commita47c4eecff79c1d57650b46c437b628d873705b2 (patch)
tree9d53fe963419ce8965fe237be47784c1afd84510 /config.php
parentf6be9edd401664d95e60ae3c81aeaf36723ba891 (diff)
bisher uncommitete aenderungen am www.ffgraz.net (nicht von mir)
Diffstat (limited to 'config.php')
-rw-r--r--config.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.php b/config.php
index 063a41f..3f0e272 100644
--- a/config.php
+++ b/config.php
@@ -6,15 +6,16 @@ $conf['db']['host'] = 'localhost';
$conf['db']['database'] = 'mappe';
$conf['topo']['file'] = 'topology.dot.plain';
+$conf['router']['file'] = 'InfoRouter.plain';
/* neue eintraege bitte kommentieren !!!! */
$conf['acl']['range'] = array(
"10.0.0.0/8", // Funkfeuer Graz Private
- "83.64.208.18/32", // Funkfeuer Graz Nat
+ "217.29.149.64/28", // 0xFF Citycom IP Bereich
"193.33.150.0/23", // Funkfeuer Graz Public
"193.238.156.0/22", // Funkfeuer Wien
"89.106.208.0/21", // mur.at
-// "84.119.56.63/32", // equinox home test
+// "84.119.56.63/32", // equinox home test
"212.17.113.195/32" // roland home wien
);