summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/dns_decoder.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/dns_decoder.toml b/bin/dns_decoder.toml
index d60dc6b..431e518 100644
--- a/bin/dns_decoder.toml
+++ b/bin/dns_decoder.toml
@@ -14,7 +14,10 @@ stat_interval_time_s=5
stat_output="metrics/dns_decoder_local_stat.json"
[decoder.dns.test]
-perf_worker_thread_num=1
write_result_enable="no"
commit_result_enable="yes"
-decode_resource_record_enable="no"
+
+[decoder.dns.test.perf]
+perf_worker_thread_num=1
+decode_resource_record_enable="yes"
+export_resource_record_enable="no" \ No newline at end of file