g3/sphinx/g3proxy
2026-02-05 21:02:03 +08:00
..
_static move sphinx together and support to upload to Read the Docs (#411) 2024-12-03 12:51:57 +08:00
_templates move sphinx together and support to upload to Read the Docs (#411) 2024-12-03 12:51:57 +08:00
configuration g3proxy: introduce a cache layer for remote user passwords 2026-02-05 21:02:03 +08:00
log g3proxy: allow to use many egress path selection rules 2025-09-11 09:10:56 +08:00
metrics g3proxy: support facts user auth in tcp_tproxy server 2026-01-07 07:06:32 +08:00
protocol g3proxy: use jump hash in username params resolve ip selection 2025-10-21 13:47:35 +08:00
.gitignore move sphinx together and support to upload to Read the Docs (#411) 2024-12-03 12:51:57 +08:00
conf.py g3proxy: rename tcp_conn_rate_limit in user config to connection_rate_limit 2025-08-20 16:43:12 +08:00
index.rst g3keymess: add sphinx doc 2025-04-28 15:22:03 +08:00
make.bat move sphinx together and support to upload to Read the Docs (#411) 2024-12-03 12:51:57 +08:00
Makefile move sphinx together and support to upload to Read the Docs (#411) 2024-12-03 12:51:57 +08:00
README.md move sphinx together and support to upload to Read the Docs (#411) 2024-12-03 12:51:57 +08:00
requirements.txt add sphinx CI job 2024-12-08 15:26:53 +08:00

This directory contains the sphinx docs about the configuration & metrics & logs for g3proxy.

To view the docs:

  1. install sphinx
  2. run make html in this directory
  3. open _build/html/index.html with your favourite browser