mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
initial commit
This commit is contained in:
commit
13716f4923
1425 changed files with 163227 additions and 0 deletions
24
g3proxy/doc/configuration/servers/plain_tls_port.rst
Normal file
24
g3proxy/doc/configuration/servers/plain_tls_port.rst
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.. _configuration_server_plain_tls_port:
|
||||
|
||||
plain_tls_port
|
||||
==============
|
||||
|
||||
This server provides plain tls 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>`
|
||||
* :ref:`tls_server <conf_server_common_tls_server>`
|
||||
|
||||
This is required for this server.
|
||||
|
||||
server
|
||||
------
|
||||
|
||||
**required**, **type**: str
|
||||
|
||||
Set name of the next server to send the accepted connections to.
|
||||
|
||||
The next server should be able to accept tls connections.
|
||||
Loading…
Add table
Add a link
Reference in a new issue