mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-17 14:10:28 -04:00
increase max TCP send buffer size for update servers
This commit is contained in:
parent
711e432a67
commit
35e776f867
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue