]> git.sesse.net Git - nms/blob - mbd/nets.pl
Fix a bug in MBD.
[nms] / mbd / nets.pl
1
2 package Config;
3
4 our @networks = (
5         "10.0.10.0/24",
6         "10.0.11.0/24"
7 );
8
9 1;