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
+1 -1
View File
@@ -50,7 +50,7 @@ def merge_mem_files(input_dir: Path, output_path: Path):
print(f"Found {len(mem_files)} Memory metric files")
output_columns = [
'id',' provider', 'protocol', 'dnssec_mode', 'keep_alive',
'id','provider', 'protocol', 'dnssec_mode', 'keep_alive',
'timestamp', 'total_alloc_bytes', 'mallocs', 'gc_cycles',
'alloc_delta', 'mallocs_delta', 'gc_delta'
]