Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 402 Bytes

atest-ext-collector

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