feat(everything): fix doh and increase min TLS to 1.3

This commit is contained in:
2026-07-08 08:42:39 +01:00
parent 0c03bcbcfe
commit cc5e0ab00a
13 changed files with 691 additions and 530 deletions
+10
View File
@@ -0,0 +1,10 @@
.PHONY: all clean
all:
python3 scripts/post_processing/merge_files.py
python3 scripts/post_processing/merge_cpu.py
python3 scripts/post_processing/merge_mem.py
python3 scripts/post_processing/merge_pcap.py
clean:
rm -f ./dns_results.csv ./dns_results_cpu.csv ./dns_results_mem.csv ./dns_results_pcap.csv