mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 22:42:24 -05:00
add missing reserved ports entries for unbound
This commit is contained in:
parent
3c248a9bd0
commit
0195d84f25
1 changed files with 4 additions and 0 deletions
4
hosts.sh
4
hosts.sh
|
|
@ -113,6 +113,10 @@ declare -Ar hosts_agcount=(
|
|||
)
|
||||
|
||||
declare -Ar hosts_reserved_ports=(
|
||||
[0.grapheneos.org]=7275
|
||||
[1.grapheneos.org]=7275
|
||||
[2.grapheneos.org]=7275
|
||||
[3.grapheneos.org]=7275
|
||||
[0.grapheneos.network]=7275
|
||||
[1.grapheneos.network]=7275
|
||||
[2.grapheneos.network]=7275
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue