fix logics in cname/ns chain, add rd0/max-recursion-queries features
This commit is contained in:
@@ -2,12 +2,14 @@ package datastruct
|
||||
|
||||
type ResolverFp struct {
|
||||
Dnssec bool `json:"dnssec"`
|
||||
RDbit bool `json:"rd0"`
|
||||
QnameEncode bool `json:"0x20"`
|
||||
QueryMerge int `json:"merge_dup"`
|
||||
MaxNsDepth int `json:"max_ns_depth"`
|
||||
MaxCnameDepth int `json:"max_cname_depth"`
|
||||
RetryLimit int `json:"retry_limit"`
|
||||
FetchLimit int `json:"fetch_limit"`
|
||||
MaxQueryNum int `json:"max_query_num"`
|
||||
TimeoutStart int64 `json:"timeout_start"`
|
||||
TimeoutEnd int64 `json:"timeout_end"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user