mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
initial commit
This commit is contained in:
commit
13716f4923
1425 changed files with 163227 additions and 0 deletions
21
g3proxy/doc/configuration/servers/plain_tcp_port.rst
Normal file
21
g3proxy/doc/configuration/servers/plain_tcp_port.rst
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.. _configuration_server_plain_tcp_port:
|
||||
|
||||
plain_tcp_port
|
||||
==============
|
||||
|
||||
This server provides plain tcp port, which can be placed in front of other servers.
|
||||
|
||||
The following common keys are supported:
|
||||
|
||||
* :ref:`listen <conf_server_common_listen>`
|
||||
* :ref:`listen_in_worker <conf_server_common_listen_in_worker>`
|
||||
* :ref:`ingress_network_filter <conf_server_common_ingress_network_filter>`
|
||||
|
||||
server
|
||||
------
|
||||
|
||||
**required**, **type**: str
|
||||
|
||||
Set name of the next server to send the accepted connections to.
|
||||
|
||||
The next server should be able to accept tcp connections.
|
||||
Loading…
Add table
Add a link
Reference in a new issue