From 540b2d0f32e6968d9a5796bbe8662847e34cb33b Mon Sep 17 00:00:00 2001 From: afranco Date: Sun, 12 Oct 2025 00:04:50 +0100 Subject: [PATCH] fix(run.sh): fix wrong flag name --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 0a96a31..617c703 100644 --- a/run.sh +++ b/run.sh @@ -51,7 +51,7 @@ CONN_COMBINATIONS=( "--dnssec --keep-alive" # DNSSEC on (auth), Keep on - "--dnssec --auth-dnssec --keep-alive" + "--dnssec --authoritative-dnssec --keep-alive" ) # Combinations for QUIC and connectionless protocols (no keep-alive) @@ -63,7 +63,7 @@ NO_KEEPALIVE_COMBINATIONS=( "--dnssec" # DNSSEC on (auth) - "--dnssec --auth-dnssec" + "--dnssec --authoritative-dnssec" ) echo "=== Running TCP-based protocols (TLS/HTTPS) ==="