# atest-ext-collector **Repository Path**: linuxsuren/atest-ext-collector ## Basic Information - **Project Name**: atest-ext-collector - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-12 - **Last Updated**: 2025-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # atest-ext-collector Collector Extension of [API Testing](https://github.com/LinuxSuRen/api-testing) ## HTTP Proxy Below is the command to start the HTTP proxy server. ```shell atest-collector proxy ``` ## DNS Server ```shell atest-collector dns --simple-config config.yaml ``` Below is an example of a simple DNS config: ```yaml simple: atest.com: 127.0.0.1 www.atest.com: 127.0.0.1 ```