75 lines
2.0 KiB
Plaintext
75 lines
2.0 KiB
Plaintext
##########################################################################
|
|
# Tentacle Server Parameters
|
|
# See https://pandorafms.com/manual/en/documentation/08_technical_reference/09_tentacle
|
|
# for protocol description.
|
|
# Tentacle have IANA assigned port tpc/41121 as official port.
|
|
##########################################################################
|
|
|
|
# [-a] IPv4 address to listen on. Several IP adresses can be selected separated by commas.
|
|
addresses 0.0.0.0
|
|
|
|
# [-p] Port number to listen on.
|
|
port 41121
|
|
|
|
# [-c] Maximum number of simultaneous connections
|
|
# max_connections 10
|
|
|
|
# [-d] Run as daemon. 1 true, 0 false
|
|
daemon 1
|
|
|
|
# [-I] Enable insecure mode. 1 true, 0 false.
|
|
#insecure 0
|
|
|
|
# [-i] Filters (regexp:dir;regexp:dir...).
|
|
filters .*\.conf:conf;.*\.md5:md5;.*\.zip:collections;.*\.lock:trans;.*\.rcmd:commands;.*\.agent_setup\.exe:agent;.*\.agent_setup\.tar\.gz:agent
|
|
|
|
# [-m] Maximum file size allowed by the server in bytes
|
|
# max_size 2000000
|
|
|
|
# [-o] Accept files with a repeated name. 1 true, 0 false.
|
|
# overwrite 0
|
|
|
|
# [-q] No output error messages. 1 true, 0 false.
|
|
# quiet 0
|
|
|
|
# [-r] Number of retries for socket read/write operations
|
|
# retries 3
|
|
|
|
# [-s] Storage directory
|
|
directory /var/spool/pandora/data_in
|
|
|
|
# [-b] IP address proxy client requests to.
|
|
# proxy_ip 127.0.0.1
|
|
|
|
# [-g] Port number proxy client requests to.
|
|
# proxy_port 41121
|
|
|
|
# [-t] Timeout for socket read/write operations in seconds
|
|
# timeout 1
|
|
|
|
# [-v and -V] Verbose level
|
|
# 0: Do not display any informative messages
|
|
# 1: Display only important messages [-v]
|
|
# 2: Display all messages [-V]
|
|
# verbose 0
|
|
|
|
# [-l] Log file
|
|
log_file /dev/null
|
|
|
|
# [-x] Server password
|
|
# password PASSWORD
|
|
|
|
# [-e] SSL certificate file full path
|
|
# ssl_cert /path/to/ssl/cert
|
|
|
|
# [-f] SSL CA file full path
|
|
# ssl_ca /path/to/ssl/ca
|
|
|
|
# [-k] SSL private key file
|
|
# ssl_key /path/to/private/key/file
|
|
|
|
# [-w] SSL password. Set to 1 to ask for password by command line
|
|
# ssl_password 0
|
|
|
|
# [-T] Use libwrap library (Authen::Libwrap perl module). 1 true, 0 false.
|
|
# use_libwrap 0 |