# # tcpserver/conf/default.cnf - default configuration file for the # TCP-server # # timing parameters; device time-out is disabled per March 3, 2011 #timeout.device = -1 #timeout.heartbeat = 60 # access control list # format: # acl = (zkl|debug|mtinfo|secure) (allow|deny) (IP-range|hostname) # an IP-range can be specified in CIDR notation or in decimal dot # notation of an address, the optional word "mask" and the mask, # or as a range with a start and end address, separated by a # hyphen # by default, all hosts are allowed # if an acl is defined, the last rule is implicitely "deny all" #acl = "zkl allow 0.0.0.0/0" #acl = "mtinfo allow 0.0.0.0/0" #acl = "secure allow 0.0.0.0/0" #acl = "log allow 0.0.0.0/0"