mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-23 00:10:25 -05:00
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:
parent
f1ff8ac931
commit
2b9a6f4c59
1 changed files with 1 additions and 0 deletions
1
hosts.sh
1
hosts.sh
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue