From 2b9a6f4c59d18b21c3d41c0b686f5434735276e5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 4 Nov 2025 11:22:43 -0500 Subject: [PATCH] disable TCP Fast Open for 3.releases.grapheneos.org It currently causes issues with the TCP synproxy filter we may want to use to mitigate DDoS attacks. --- hosts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts.sh b/hosts.sh index ba8f10f..845ff3f 100644 --- a/hosts.sh +++ b/hosts.sh @@ -132,6 +132,7 @@ declare -Ar hosts_tcp_fastopen=( [staging.grapheneos.org]=false [1.grapheneos.org]=false [1.grapheneos.network]=false + [3.releases.grapheneos.org]=false [staging.attestation.app]=false )