# -*- Mode: shell-script -*-

# IP
#
# This can be a IP adresse ( 10.1.1.1 )
#             a network adresse ( 10.1.1.1/8 )
#             a range ( 10.1.1.1-10.1.1.5 )
# These IPs will be claim.
# If unspecified, every IP adress will be claimed.
# Multiple adress allowed.
#
# IP=
#
IP=

# Interface
#
# This is the interface on which honeyd will listen.
# 
# Correspond to -i parameters.
# If unspecified, all interfaces will be used
#
# INTERFACE=
#
INTERFACE=
