mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 07:10:51 +00:00
g3proxy: update sphinx doc
This commit is contained in:
parent
af92640196
commit
3f20239101
11 changed files with 130 additions and 19 deletions
15
g3proxy/doc/protocol/setup/index.rst
Normal file
15
g3proxy/doc/protocol/setup/index.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.. _protocol_setup:
|
||||
|
||||
###########
|
||||
Setup Guide
|
||||
###########
|
||||
|
||||
Transparent Proxy
|
||||
=================
|
||||
|
||||
How to setup transparent proxy firewall / route rules on the host. See :doc:`transparent_proxy`.
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
transparent_proxy
|
||||
26
g3proxy/doc/protocol/setup/transparent_proxy.rst
Normal file
26
g3proxy/doc/protocol/setup/transparent_proxy.rst
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.. _protocol_setup_transparent_proxy:
|
||||
|
||||
=================
|
||||
Transparent Proxy
|
||||
=================
|
||||
|
||||
Linux
|
||||
=====
|
||||
|
||||
See netfilter `TPROXY`_.
|
||||
|
||||
.. _TPROXY: https://docs.kernel.org/networking/tproxy.html
|
||||
|
||||
FreeBSD
|
||||
=======
|
||||
|
||||
See `ipfw`_ forward rule.
|
||||
|
||||
.. _ipfw: https://man.freebsd.org/cgi/man.cgi?query=ipfw
|
||||
|
||||
OpenBSD
|
||||
=======
|
||||
|
||||
See pf `divert-to`_ role.
|
||||
|
||||
.. _divert-to: https://man.openbsd.org/pf.conf.5#divert-to
|
||||
Loading…
Add table
Add a link
Reference in a new issue