add steal_forwarded_for config in http interception

This commit is contained in:
Zhang Jingqiang 2024-06-09 17:16:38 +08:00
parent a526f2246a
commit d38d9d61ea
9 changed files with 47 additions and 11 deletions

View file

@ -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.