Gopher TCP
"Gopher TCP" listener starts a tcp/mtls server and registers a "gopher" agent.

Parameter
Description
Host & port (Bind)
Required. The interface address and port to which your TCP Gopher server will bind.
Callback addresses
Required. List of address:port to which the agent will send requests. Current server rotation strategy: round-robin.
Timeout (sec)
The time to wait between connections in the event of a connection failure or interruption
TCP banner
Data that the server will send when any client connects to the port
Error answer
Server response if agent is not registered
Encryption key
Communication channel encryption key
Use mTLS
If set, use mTLS. Certificates and keys are not generated on the server
How to Generate Certificates and Keys for mTLS
Last updated