mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 10:07:09 +00:00
rrname typo fixed
This commit is contained in:
parent
96a9c22530
commit
871161d45b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ keyvallist = [ member *( value-separator member ) ]
|
||||||
member = field name-separator value
|
member = field name-separator value
|
||||||
name-separator = ws %x3A ws ; : colon
|
name-separator = ws %x3A ws ; : colon
|
||||||
value = value ; as defined in the JSON RFC
|
value = value ; as defined in the JSON RFC
|
||||||
field = "rrame" | "rrtype" | "rdata" | "time_first" |
|
field = "rrname" | "rrtype" | "rdata" | "time_first" |
|
||||||
"time_last" | "count" | "bailiwick" | "sensor_id" |
|
"time_last" | "count" | "bailiwick" | "sensor_id" |
|
||||||
"zone_time_first" | "zone_time_last" | futureField
|
"zone_time_first" | "zone_time_last" | futureField
|
||||||
futureField = string
|
futureField = string
|
||||||
|
|
Loading…
Reference in a new issue