mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
add axfr info to schema
This commit is contained in:
@ -353,6 +353,15 @@ Returns:
|
|||||||
"answer_num": integer,
|
"answer_num": integer,
|
||||||
"authority_num": integer,
|
"authority_num": integer,
|
||||||
"additional_num": integer,
|
"additional_num": integer,
|
||||||
|
"axfr": [
|
||||||
|
{
|
||||||
|
"name": string,
|
||||||
|
"class": string,
|
||||||
|
"type": string,
|
||||||
|
"ttl": integer,
|
||||||
|
"data": string
|
||||||
|
}
|
||||||
|
],
|
||||||
"question": {
|
"question": {
|
||||||
"name": string,
|
"name": string,
|
||||||
"class": string,
|
"class": string,
|
||||||
@ -380,6 +389,7 @@ Returns:
|
|||||||
"server": string,
|
"server": string,
|
||||||
"when": string,
|
"when": string,
|
||||||
"rcvd": integer
|
"rcvd": integer
|
||||||
|
"size": string
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -361,6 +361,15 @@ def process(proc_data):
|
|||||||
"answer_num": integer,
|
"answer_num": integer,
|
||||||
"authority_num": integer,
|
"authority_num": integer,
|
||||||
"additional_num": integer,
|
"additional_num": integer,
|
||||||
|
"axfr": [
|
||||||
|
{
|
||||||
|
"name": string,
|
||||||
|
"class": string,
|
||||||
|
"type": string,
|
||||||
|
"ttl": integer,
|
||||||
|
"data": string
|
||||||
|
}
|
||||||
|
],
|
||||||
"question": {
|
"question": {
|
||||||
"name": string,
|
"name": string,
|
||||||
"class": string,
|
"class": string,
|
||||||
@ -388,6 +397,7 @@ def process(proc_data):
|
|||||||
"server": string,
|
"server": string,
|
||||||
"when": string,
|
"when": string,
|
||||||
"rcvd": integer
|
"rcvd": integer
|
||||||
|
"size": string
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user