Skip to content

timeout

Since: Dev Builds Only

The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.

Specifies the connection timeout duration. If a client does not complete the SOCKS5 handshake or send data within this duration, the connection will be closed.

The default is 60 seconds.

kumo.start_proxy_listener {
  listen = '0.0.0.0:1080',
  timeout = '30 seconds',
}