mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +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
|
|
@ -9,7 +9,7 @@
|
|||
project = 'g3proxy'
|
||||
copyright = '2024, Zhang Jingqiang'
|
||||
author = 'Zhang Jingqiang'
|
||||
release = '1.9.0'
|
||||
release = '1.9.2'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
|
@ -21,14 +21,12 @@ extensions = [
|
|||
templates_path = ['_templates']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
html_theme = 'alabaster'
|
||||
html_static_path = ['_static']
|
||||
|
||||
|
||||
# -- Custom Options ----------------------------------------------------------
|
||||
|
||||
# Set the master document, which contains the root toctree directive.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue