mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +00:00
g3proxy: update sphinx doc
This commit is contained in:
parent
af92640196
commit
3f20239101
11 changed files with 130 additions and 19 deletions
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