feat: Add LICENSE file and refactor MITM response handling and tracing.

This commit is contained in:
Nikketryhard
2026-02-18 02:43:05 -06:00
parent c0c12de83c
commit ad0aa1556c
26 changed files with 1132 additions and 569 deletions

View File

@@ -1,7 +1,7 @@
<p align="center">
<img src="https://img.shields.io/badge/rust-1.75+-555?style=flat-square&logo=rust&logoColor=white" alt="Rust" />
<img src="https://img.shields.io/badge/platform-linux%20%7C%20macos%20%7C%20windows-555?style=flat-square" alt="Platform" />
<img src="https://img.shields.io/badge/license-private-333?style=flat-square" alt="License" />
<img src="https://img.shields.io/badge/license-MIT-333?style=flat-square" alt="License" />
<img src="https://img.shields.io/badge/API-OpenAI%20%7C%20Gemini-666?style=flat-square" alt="API" />
<img src="https://img.shields.io/badge/TLS-BoringSSL-444?style=flat-square" alt="TLS" />
<img src="https://img.shields.io/badge/proxy-MITM-555?style=flat-square" alt="MITM" />
@@ -172,4 +172,4 @@ The proxy needs an OAuth token:
## License
Private. Do not distribute.
[MIT](LICENSE)