Skip to content

Commit

Permalink
update dns yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Haywood <grant@phaseshift.studio>
  • Loading branch information
phaseshiftg committed Nov 2, 2022
1 parent 8e30e0e commit c7d9594
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions src/main/resources/OSMapping/dns/fieldmappings.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
fieldmappings:
class: dns-question-class
count: dns-question-count
data: dns-answers-data
header_flags: dns-header_flags
name: dns-question-name
resolved_ip: dns-resolved_ip
response_code: dns-response_code
subdomain: dns-question-subdomain
top_level_domain: dns-question-top_level_domain
ttl: dns-answers-ttl
type: dns-type

additionals_count: additionals_count
algorithm: answers-algorithm
answers_count: answers_count
authentic_data: flags-authentic_data
authoritative: flags-authoritative
authorities_count: authorities_count
checking_disabled: flags-checking_disabled
class: question-class
cookie: opt-cookie
data: answers-data
do: opt-do
etld_plus_one: question-etld_plus_one
expiration: answers-expiration
ext_rcode: opt-ext_rcode
header_flags: header_flags
id: id
inception: answers-inception
key_tag: answers-key_tag
labels: answers-labels
name: question-name
op_code: op_code
original_ttl: answers-original_ttl
recursion_available: flags-recursion_available
recursion_desired: flags-recursion_desired
registered_domain: question-registered_domain
resolved_ip: resolved_ip
response_code: response_code
signer_name: answers-signer_name
subdomain: question-subdomain
top_level_domain: question-top_level_domain
truncated_response: flags-truncated_response
ttl: answers-ttl
type: type
type_covered: answers-type_covered
udp_size: opt-udp_size
version: opt-version

0 comments on commit c7d9594

Please sign in to comment.