mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
add steal_forwarded_for config in http interception
This commit is contained in:
parent
a526f2246a
commit
d38d9d61ea
9 changed files with 47 additions and 11 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.. _configure_dpi_value_types:
|
||||
|
||||
***
|
||||
|
|
@ -550,6 +549,16 @@ The keys are:
|
|||
|
||||
**default**: 8192
|
||||
|
||||
* steal_forwarded_for
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Set if we should delete the *Forwarded* and *X-Forwarded-For* headers from the client's intercepted transparent request.
|
||||
|
||||
**default**: false
|
||||
|
||||
.. versionadded:: 1.9.2
|
||||
|
||||
.. _conf_value_dpi_h2_interception:
|
||||
|
||||
h2 interception
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue