mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
26 lines
398 B
ReStructuredText
26 lines
398 B
ReStructuredText
.. _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
|