mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
39 lines
652 B
ReStructuredText
39 lines
652 B
ReStructuredText
.. _protocol_helper:
|
|
|
|
###############
|
|
Helper Protocol
|
|
###############
|
|
|
|
route_query
|
|
===========
|
|
|
|
This protocol is used to make queries in route_query escaper. See :doc:`route_query`.
|
|
|
|
cert_generator
|
|
==============
|
|
|
|
This protocol is used by auditor when do TLS interception. See :doc:`cert_generator`.
|
|
|
|
ip_locate
|
|
=========
|
|
|
|
This protocol is used by route_geoip escaper to find IP locations. See :doc:`ip_locate`.
|
|
|
|
icap_h2
|
|
=======
|
|
|
|
This tells what's needed to enable ICAP for HTTP/2.0.
|
|
|
|
icap_smtp
|
|
=========
|
|
|
|
This tells what's needed to enable ICAP for SMTP.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
route_query
|
|
cert_generator
|
|
ip_locate
|
|
icap_h2
|
|
icap_smtp
|