change: update changelog

This commit is contained in:
debugtalk
2022-08-21 19:01:39 +08:00
parent ea2b8543ee
commit e816f8190f
16 changed files with 111 additions and 16 deletions

29
docs/cmd/hrp_dns.md Normal file
View File

@@ -0,0 +1,29 @@
## hrp dns
DNS resolution for different source and record types
```
hrp dns $url [flags]
```
### Options
```
--dns-record int DNS record type
1: A
28: AAAA
5: CNAME (default 1)
--dns-server string DNS server, only available for local DNS source
--dns-source int DNS source type
0: local DNS
1: http DNS
2: google DNS
-h, --help help for dns
--save-tests Save DNS resolution result as json
```
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 21-Aug-2022