.. _configuration_server_tcp_tproxy: tcp_tproxy ========== .. versionadded:: 1.7.34 A simple tcp tproxy server, which will just forward traffic to the targeted remote address. See :ref:`transparent proxy ` for how to setup the host firewall / route table. The following common keys are supported: * :ref:`escaper ` * :ref:`auditor ` * :ref:`shared_logger ` * :ref:`listen_in_worker ` * :ref:`tcp_sock_speed_limit ` * :ref:`ingress_network_filter ` * :ref:`tcp_copy_buffer_size ` * :ref:`tcp_copy_yield_size ` * :ref:`tcp_misc_opts ` * :ref:`task_idle_check_duration ` * :ref:`task_idle_max_count ` * :ref:`extra_metrics_tags ` listen ------ **required**, **type**: :ref:`tcp listen ` Set the listen config for this server. The instance count setting will be ignored if *listen_in_worker* is correctly enabled.