######################################################################
# Configuration file for ebnetd/ndtpd/ebhttpd.
# (Copy this file to `ebnetd.conf', and edit it.)
######################################################################

### Port number `ebnetd' binds.
### (default: ebnet)
# ebnet-port		ebnet

### Port number `ndtpd' binds.
### (default: ndtp)
# ndtp-port		ndtp

### Port number `ebhttpd' binds.
### (default: http)
# http-port		http

### Owner of the server process.
### (default: none)
user			ebnetd

### Group of the server process.
### (default: none)
group			daemon

### How many clients can be connected to the server at the same time.
### (default: 1)
# max-clients		1

### Which hosts can or cannot connect to the server.
### (default: none)
hosts			127.0.0.1
hosts			::1
hosts			!?
hosts			host.your.domain

### Timeout seconds until the server disconnects an idle connection.
### (default: 900)
# timeout		900

### Path to a working directory.
### Please create the directory and make it be writable for the server
### processes before executing the server.
### (default: /var/run/ebnetd)
# work-path		/var/run/ebnetd

### How many hit entries the server tries to find at a search.
### (default: 50)
# max-hits		50

### The maximum size of text the server may send as a response to
### a client.
### (default: 32768)
# max-text-size		32768

### Syslog facility
### (default: daemon)
syslog-facility		daemon
