Sync README files from source repository [skip ci]
This commit is contained in:
@@ -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)**
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user