mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
5 lines
82 B
Text
5 lines
82 B
Text
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.0.0.1 10.0.0.10;
|
|
}
|
|
}
|