Skip to content

LinuxSuRen/atest-ext-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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