mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
increase max TCP send buffer size for update servers
This commit is contained in:
parent
711e432a67
commit
35e776f867
11
hosts.sh
11
hosts.sh
@ -8,6 +8,17 @@ declare -Ar hosts_reserved_ports=(
|
|||||||
[3.grapheneos.network]=7275
|
[3.grapheneos.network]=7275
|
||||||
)
|
)
|
||||||
|
|
||||||
|
declare -Ar hosts_tcp_wmem_max=(
|
||||||
|
[0.releases.grapheneos.org]=16777216
|
||||||
|
[1.releases.grapheneos.org]=16777216
|
||||||
|
[2.releases.grapheneos.org]=16777216
|
||||||
|
[3.releases.grapheneos.org]=16777216
|
||||||
|
[4.releases.grapheneos.org]=16777216
|
||||||
|
[5.releases.grapheneos.org]=16777216
|
||||||
|
[6.releases.grapheneos.org]=16777216
|
||||||
|
[7.releases.grapheneos.org]=16777216
|
||||||
|
)
|
||||||
|
|
||||||
declare -Ar hosts_ssh_users=(
|
declare -Ar hosts_ssh_users=(
|
||||||
[staging.attestation.app]="root attestation"
|
[staging.attestation.app]="root attestation"
|
||||||
[attestation.app]="root attestation"
|
[attestation.app]="root attestation"
|
||||||
|
Loading…
Reference in New Issue
Block a user