g3proxy: ignore useless config options in IntelliProxy

This commit is contained in:
Zhang Jingqiang 2023-11-17 18:32:24 +08:00
parent 7c99cbb425
commit 00cc96c182
3 changed files with 6 additions and 39 deletions

View file

@ -33,17 +33,6 @@ socks_server
Set name of the next socks_proxy server to send the accepted connections to.
protocol_detection_channel_size
-------------------------------
**optional**, **type**: usize
The connection will be send to a task channel after it's protocol is detected. This config option set the channel size.
If the channel is full, the connection will be closed silently.
**default**: 4096
protocol_detection_timeout
--------------------------
@ -55,17 +44,6 @@ If timeout, the connection will be closed silently.
**default**: 4s
protocol_detection_max_jobs
---------------------------
**optional**, **type**: usize
Set the limit of protocol detection jobs.
If the limit is reached, the connection will be closed silently.
**default**: 4096
proxy_protocol
--------------