81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
# Project Entropy 1.0 Socket Services configuration file
|
|
# Socket Interface allows client applications to
|
|
# execute policy-validated tasks on the system
|
|
# running the service.
|
|
|
|
### :BEGIN: SERVER CONFIGURATION
|
|
|
|
#
|
|
# Listening address:
|
|
# listen = <valid IP address or hostname>
|
|
#
|
|
# example (default):
|
|
# listen = localhost
|
|
# use * to allow the interface to listen on any interface/address
|
|
#
|
|
# listen = localhost
|
|
#
|
|
# Listening port (non-SSL server instances):
|
|
# listen-port = <valid port, from 1-65535>
|
|
#
|
|
# example (default):
|
|
# listen-port = 999
|
|
#
|
|
# listen-port = 999
|
|
#
|
|
# Listening timeout:
|
|
# listen-timeout = <valid timeout, in seconds>
|
|
#
|
|
# example (default):
|
|
# listen-timeout = 30
|
|
#
|
|
# listen-timeout = 30
|
|
#
|
|
# Listening threads:
|
|
# listen-threads = <number of listening threads>
|
|
#
|
|
# example (default):
|
|
# listen-threads = 5
|
|
#
|
|
# listen-threads = 5
|
|
#
|
|
# Sessions TTL:
|
|
# session-ttl = <number of seconds>
|
|
#
|
|
# example (default):
|
|
# session-ttl = 120
|
|
#
|
|
# session-ttl = 120
|
|
#
|
|
# Maximum number of simulaneous connections:
|
|
# max-connections = <number of connections>
|
|
#
|
|
# example (default):
|
|
# max-connections = 5
|
|
#
|
|
# max-connections = 5
|
|
#
|
|
# SSL port (when using SSL):
|
|
# ssl-port = <valid port, from 1-65535>
|
|
#
|
|
# example (default):
|
|
# ssl-port = 998
|
|
#
|
|
# ssl-port = 998
|
|
#
|
|
# Disabled commands (space separated):
|
|
# disabled-commands = <existing_command_1 existing_command_2 existing_command_3>
|
|
#
|
|
# example:
|
|
# disabled-commands = existing_command_1 existing_command_2
|
|
#
|
|
# disabled-commands =
|
|
#
|
|
# Blacklisted IPs (space separated):
|
|
# ip-blacklist = <ip1 ip2 ip3>
|
|
#
|
|
# example:
|
|
# ip-blacklist = 123.123.123.123 111.111.111.111
|
|
#
|
|
# ip-blacklist =
|