File: simple

package info (click to toggle)
dhcpd-pools 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,124 kB
  • sloc: ansic: 31,353; sh: 4,915; perl: 277; javascript: 74; php: 63; makefile: 50
file content (5 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (6)
1
2
3
4
5
subnet 10.0.0.0  netmask 255.255.255.0 {
	pool {
		range 10.0.0.1 10.0.0.10;
	}
}