fix(run.sh): fix wrong flag name

This commit is contained in:
2025-10-12 00:04:50 +01:00
parent 1a82de9111
commit 540b2d0f32

4
run.sh
View File

@@ -51,7 +51,7 @@ CONN_COMBINATIONS=(
"--dnssec --keep-alive" "--dnssec --keep-alive"
# DNSSEC on (auth), Keep on # DNSSEC on (auth), Keep on
"--dnssec --auth-dnssec --keep-alive" "--dnssec --authoritative-dnssec --keep-alive"
) )
# Combinations for QUIC and connectionless protocols (no keep-alive) # Combinations for QUIC and connectionless protocols (no keep-alive)
@@ -63,7 +63,7 @@ NO_KEEPALIVE_COMBINATIONS=(
"--dnssec" "--dnssec"
# DNSSEC on (auth) # DNSSEC on (auth)
"--dnssec --auth-dnssec" "--dnssec --authoritative-dnssec"
) )
echo "=== Running TCP-based protocols (TLS/HTTPS) ===" echo "=== Running TCP-based protocols (TLS/HTTPS) ==="