DNS Decoder create version

This commit is contained in:
刘学利
2024-06-12 03:40:41 +00:00
parent 478696610e
commit b7d504620e
81 changed files with 82395 additions and 0 deletions

14
bin/dns_decoder.toml Normal file
View File

@@ -0,0 +1,14 @@
[decoder]
[decoder.dns]
port=[53,5353]
[decoder.dns.limited]
max_rr_num=256
max_cache_trans_num=16
[decoder.dns.local_stat]
# stat_per_thread_enable value in [yes,no]
stat_per_thread_enable="no"
stat_name="DNS_DECODER"
stat_interval_time_s=5
stat_output="metrics/dns_decoder_local_stat.json"