atest-ext-collector

January 4, 2025 ยท View on GitHub

Collector Extension of API Testing

HTTP Proxy

Below is the command to start the HTTP proxy server.

atest-collector proxy

DNS Server

atest-collector dns --simple-config config.yaml

Below is an example of a simple DNS config:

simple:
    atest.com: 127.0.0.1
    www.atest.com: 127.0.0.1