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.
This commit is contained in:
Daniel Micay 2025-11-04 11:22:43 -05:00
parent f1ff8ac931
commit 2b9a6f4c59

View file

@ -132,6 +132,7 @@ declare -Ar hosts_tcp_fastopen=(
[staging.grapheneos.org]=false [staging.grapheneos.org]=false
[1.grapheneos.org]=false [1.grapheneos.org]=false
[1.grapheneos.network]=false [1.grapheneos.network]=false
[3.releases.grapheneos.org]=false
[staging.attestation.app]=false [staging.attestation.app]=false
) )