<?php

$conf['db']['user'] = 'ffscript';
$conf['db']['password'] = 'woasinid';
$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
  "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
	"212.17.113.195/32"	 // roland home wien
);

?>