/etc/ebnetd/book.d/00ebnetd is in ebnetd-common 1:1.0.dfsg.1-4.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | ######################################################################
# 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
|