#! /bin/sh
DAEMON_OPTS=--daemon

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

#
# 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.27.0/24,10.102.31.224/28,10.102.94.0/24,10.102.3.64/26"
NETS="10.102.108.112/28,10.102.94.0/24,10.102.27.0/24,10.102.19.0/25,10.102.30.0/25,10.102.30.128/25,10.102.31.0/26,10.102.31.64/26,10.102.31.128/26,10.102.20.128/26,10.102.13.192/26,10.102.3.64/26,10.102.2.128/27,10.102.31.224/28,10.102.108.0/27,10.102.31.192/27,10.102.108.32/27,10.102.11.128/25,10.102.3.0/27,10.102.20.16/28,10.102.20.32/27,10.102.20.64/26,10.102.24.0/27,10.102.8.128/29,10.102.8.0/26,10.102.8.64/27,10.102.8.96/27,10.102.84.128/26"
