#! /bin/sh
DAEMON_OPTS=--daemon

# SLEEP
#   Interval of DHCP tables update
#   default: SLEEP=120
SLEEP=120

#
# NETS
#   Defines subnets, where should be DHCP served
#   e.g.: NETS="10.102.33.0/24,10.102.45.0/25,10.102.45.128/25"
NETS="10.102.242.64/26,10.102.153.128/26"
