https://github.com/linuxsuren/atest-ext-collector
Collector Extension of API Testing
https://github.com/linuxsuren/atest-ext-collector
http-proxy proxy-server
Last synced: 4 months ago
JSON representation
Collector Extension of API Testing
- Host: GitHub
- URL: https://github.com/linuxsuren/atest-ext-collector
- Owner: LinuxSuRen
- License: apache-2.0
- Created: 2023-12-27T08:42:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T07:58:06.000Z (over 1 year ago)
- Last Synced: 2025-06-02T17:36:28.720Z (about 1 year ago)
- Topics: http-proxy, proxy-server
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```