# 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 = # # 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 = # # example (default): # listen-port = 999 # # listen-port = 999 # # Listening timeout: # listen-timeout = # # example (default): # listen-timeout = 30 # # listen-timeout = 30 # # Listening threads: # listen-threads = # # example (default): # listen-threads = 5 # # listen-threads = 5 # # Sessions TTL: # session-ttl = # # example (default): # session-ttl = 120 # # session-ttl = 120 # # Maximum number of simulaneous connections: # max-connections = # # example (default): # max-connections = 5 # # max-connections = 5 # # SSL port (when using SSL): # ssl-port = # # example (default): # ssl-port = 998 # # ssl-port = 998 # # Disabled commands (space separated): # disabled-commands = # # example: # disabled-commands = existing_command_1 existing_command_2 # # disabled-commands = # # Blacklisted IPs (space separated): # ip-blacklist = # # example: # ip-blacklist = 123.123.123.123 111.111.111.111 # # ip-blacklist =