]> git.sesse.net Git - mbd/blob - nets.pl
Initial checkin for move to Git (no prior version history available).
[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;