Sync README files from source repository [skip ci]

This commit is contained in:
Gitea Actions
2026-01-26 06:30:48 +00:00
parent 4e7b46e058
commit 135e7c33b1
21 changed files with 6733 additions and 4 deletions
+4 -4
View File
@@ -15,7 +15,7 @@ This guide provides instructions on how to set up and use **TokenPool** and **Pr
> - **ResourcePool** (Legacy): TokenPool và ProxyPool với gRPC/HTTP API
> - **SmartPool** (New): Intelligent proxy management với SDK client
>
> Xem [SmartPool documentation](./src/Icomm.SmartPool.Proxy/README.md) cho hệ thống mới.
> Xem [SmartPool documentation](./docs/src/Icomm.SmartPool.Proxy/README.md) cho hệ thống mới.
---
@@ -412,15 +412,15 @@ var logResponse = await client.PostAsJsonAsync(
- In production, replace the debug configurations with the appropriate production values.
- TokenPool supports both gRPC and HTTP protocols via `AddTokenPool` extension.
- ProxyPool is accessed directly via gRPC (`IProxyService`) or HTTP REST API endpoints.
- For SOCKS5 proxy support, see [HttpToSocks5Proxy](./src/HttpToSocks5Proxy/README.md).
- For SOCKS5 proxy support, see [HttpToSocks5Proxy](./docs/src/HttpToSocks5Proxy/README.md).
---
## SmartPool (New System)
For the new intelligent proxy management system with SDK client, see:
- **[SmartPool SDK Documentation](./src/Icomm.SmartPool.Proxy/README.md)**
- **[SmartPool API Documentation](./src/Icomm.API.SmartPool/README.md)**
- **[SmartPool SDK Documentation](./docs/src/Icomm.SmartPool.Proxy/README.md)**
- **[SmartPool API Documentation](./docs/src/Icomm.API.SmartPool/README.md)**
---