mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-28 10:30:25 -05:00
remove gra1.grapheneos.org and las0.grapheneos.org
This commit is contained in:
parent
864a434511
commit
974ca7442e
13 changed files with 21 additions and 169 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
[Match]
|
|
||||||
MACAddress=fa:16:3e:98:41:2c
|
|
||||||
|
|
||||||
[Link]
|
|
||||||
Name=public
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
[Match]
|
|
||||||
Name=public
|
|
||||||
|
|
||||||
[Network]
|
|
||||||
DHCP=ipv4
|
|
||||||
LinkLocalAddressing=no
|
|
||||||
Address=2001:41d0:304:200::b109/128
|
|
||||||
|
|
||||||
[Route]
|
|
||||||
Destination=::/0
|
|
||||||
Gateway=2001:41d0:304:200::1
|
|
||||||
PreferredSource=2001:41d0:304:200::b109
|
|
||||||
|
|
||||||
[Route]
|
|
||||||
Destination=2001:41d0:304:200::1
|
|
||||||
PreferredSource=2001:41d0:304:200::b109
|
|
||||||
|
|
||||||
[DHCP]
|
|
||||||
UseMTU=true
|
|
||||||
|
|
||||||
[CAKE]
|
|
||||||
Handle=1
|
|
||||||
Bandwidth=500M
|
|
||||||
PriorityQueueingPreset=diffserv4
|
|
||||||
FlowIsolationMode=dual-dst-host
|
|
||||||
SplitGSO=false
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
[Match]
|
|
||||||
MACAddress=00:16:fc:5d:d5:ed
|
|
||||||
|
|
||||||
[Link]
|
|
||||||
Name=public
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
[Match]
|
|
||||||
Name=public
|
|
||||||
|
|
||||||
[Network]
|
|
||||||
LinkLocalAddressing=no
|
|
||||||
Address=209.141.35.164/24
|
|
||||||
Address=2605:6400:20:1131:8088:e08:84e6:632/128
|
|
||||||
|
|
||||||
[Route]
|
|
||||||
Destination=0.0.0.0/0
|
|
||||||
Gateway=209.141.35.1
|
|
||||||
PreferredSource=209.141.35.164
|
|
||||||
|
|
||||||
[Route]
|
|
||||||
Destination=209.141.35.1
|
|
||||||
PreferredSource=209.141.35.164
|
|
||||||
|
|
||||||
[Route]
|
|
||||||
Destination=::/0
|
|
||||||
Gateway=2605:6400:20::1
|
|
||||||
PreferredSource=2605:6400:20:1131:8088:e08:84e6:632
|
|
||||||
|
|
||||||
[Route]
|
|
||||||
Destination=2605:6400:20::1
|
|
||||||
PreferredSource=2605:6400:20:1131:8088:e08:84e6:632
|
|
||||||
59
hosts.sh
59
hosts.sh
|
|
@ -16,11 +16,9 @@ declare -Ar hosts_hostname=(
|
||||||
[bhs0.grapheneos.org]=grapheneos-bhs0
|
[bhs0.grapheneos.org]=grapheneos-bhs0
|
||||||
[bhs1.grapheneos.org]=grapheneos-bhs1
|
[bhs1.grapheneos.org]=grapheneos-bhs1
|
||||||
[fra.grapheneos.org]=grapheneos-fra
|
[fra.grapheneos.org]=grapheneos-fra
|
||||||
[gra0.grapheneos.org]=grapheneos-gra0
|
[gra.grapheneos.org]=grapheneos-gra
|
||||||
[gra1.grapheneos.org]=grapheneos-gra1
|
|
||||||
[hio.grapheneos.org]=grapheneos-hio
|
[hio.grapheneos.org]=grapheneos-hio
|
||||||
[las0.grapheneos.org]=grapheneos-las0
|
[las.grapheneos.org]=grapheneos-las
|
||||||
[las1.grapheneos.org]=grapheneos-las1
|
|
||||||
[sin0.grapheneos.org]=grapheneos-sin0
|
[sin0.grapheneos.org]=grapheneos-sin0
|
||||||
[sin1.grapheneos.org]=grapheneos-sin1
|
[sin1.grapheneos.org]=grapheneos-sin1
|
||||||
[lax.releases.grapheneos.org]=releases-lax
|
[lax.releases.grapheneos.org]=releases-lax
|
||||||
|
|
@ -67,11 +65,9 @@ declare -Ar hosts_authorized_keys=(
|
||||||
[mia.ns2.grapheneos.org]=authorized_keys-replica-ns2
|
[mia.ns2.grapheneos.org]=authorized_keys-replica-ns2
|
||||||
[bhs1.grapheneos.org]=authorized_keys-replica-grapheneos
|
[bhs1.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||||
[fra.grapheneos.org]=authorized_keys-replica-grapheneos
|
[fra.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||||
[gra0.grapheneos.org]=authorized_keys-replica-grapheneos
|
[gra.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||||
[gra1.grapheneos.org]=authorized_keys-replica-grapheneos
|
|
||||||
[hio.grapheneos.org]=authorized_keys-replica-grapheneos
|
[hio.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||||
[las0.grapheneos.org]=authorized_keys-replica-grapheneos
|
[las.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||||
[las1.grapheneos.org]=authorized_keys-replica-grapheneos
|
|
||||||
[sin0.grapheneos.org]=authorized_keys-replica-grapheneos
|
[sin0.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||||
[sin1.grapheneos.org]=authorized_keys-replica-grapheneos
|
[sin1.grapheneos.org]=authorized_keys-replica-grapheneos
|
||||||
[lax.releases.grapheneos.org]=authorized_keys-replica-releases
|
[lax.releases.grapheneos.org]=authorized_keys-replica-releases
|
||||||
|
|
@ -97,11 +93,9 @@ declare -Ar hosts_firewall=(
|
||||||
[bhs0.grapheneos.org]=network
|
[bhs0.grapheneos.org]=network
|
||||||
[bhs1.grapheneos.org]=network
|
[bhs1.grapheneos.org]=network
|
||||||
[fra.grapheneos.org]=network
|
[fra.grapheneos.org]=network
|
||||||
[gra0.grapheneos.org]=network
|
[gra.grapheneos.org]=network
|
||||||
[gra1.grapheneos.org]=network
|
|
||||||
[hio.grapheneos.org]=network
|
[hio.grapheneos.org]=network
|
||||||
[las0.grapheneos.org]=network-fq
|
[las.grapheneos.org]=network-fq
|
||||||
[las1.grapheneos.org]=network-fq
|
|
||||||
[sin0.grapheneos.org]=network
|
[sin0.grapheneos.org]=network
|
||||||
[sin1.grapheneos.org]=network
|
[sin1.grapheneos.org]=network
|
||||||
[lax.releases.grapheneos.org]=web-fq
|
[lax.releases.grapheneos.org]=web-fq
|
||||||
|
|
@ -134,11 +128,9 @@ declare -Ar hosts_reserved_ports=(
|
||||||
[bhs0.grapheneos.org]=7275
|
[bhs0.grapheneos.org]=7275
|
||||||
[bhs1.grapheneos.org]=7275
|
[bhs1.grapheneos.org]=7275
|
||||||
[fra.grapheneos.org]=7275
|
[fra.grapheneos.org]=7275
|
||||||
[gra0.grapheneos.org]=7275
|
[gra.grapheneos.org]=7275
|
||||||
[gra1.grapheneos.org]=7275
|
|
||||||
[hio.grapheneos.org]=7275
|
[hio.grapheneos.org]=7275
|
||||||
[las0.grapheneos.org]=7275
|
[las.grapheneos.org]=7275
|
||||||
[las1.grapheneos.org]=7275
|
|
||||||
[sin0.grapheneos.org]=7275
|
[sin0.grapheneos.org]=7275
|
||||||
[sin1.grapheneos.org]=7275
|
[sin1.grapheneos.org]=7275
|
||||||
[staging.attestation.app]=8080
|
[staging.attestation.app]=8080
|
||||||
|
|
@ -159,8 +151,7 @@ declare -Ar hosts_tcp_fastopen=(
|
||||||
[mia.ns2.grapheneos.org]=false
|
[mia.ns2.grapheneos.org]=false
|
||||||
[nyc.ns2.grapheneos.org]=false
|
[nyc.ns2.grapheneos.org]=false
|
||||||
[staging.grapheneos.org]=false
|
[staging.grapheneos.org]=false
|
||||||
[las0.grapheneos.org]=false
|
[las.grapheneos.org]=false
|
||||||
[las1.grapheneos.org]=false
|
|
||||||
[lon.releases.grapheneos.org]=false
|
[lon.releases.grapheneos.org]=false
|
||||||
[staging.attestation.app]=false
|
[staging.attestation.app]=false
|
||||||
)
|
)
|
||||||
|
|
@ -183,11 +174,9 @@ declare -Ar hosts_conntrack_size=(
|
||||||
[bhs0.grapheneos.org]=131072
|
[bhs0.grapheneos.org]=131072
|
||||||
[bhs1.grapheneos.org]=131072
|
[bhs1.grapheneos.org]=131072
|
||||||
[fra.grapheneos.org]=131072
|
[fra.grapheneos.org]=131072
|
||||||
[gra0.grapheneos.org]=131072
|
[gra.grapheneos.org]=131072
|
||||||
[gra1.grapheneos.org]=131072
|
|
||||||
[hio.grapheneos.org]=131072
|
[hio.grapheneos.org]=131072
|
||||||
[las0.grapheneos.org]=65536
|
[las.grapheneos.org]=65536
|
||||||
[las1.grapheneos.org]=65536
|
|
||||||
[sin0.grapheneos.org]=131072
|
[sin0.grapheneos.org]=131072
|
||||||
[sin1.grapheneos.org]=131072
|
[sin1.grapheneos.org]=131072
|
||||||
[lax.releases.grapheneos.org]=12582912
|
[lax.releases.grapheneos.org]=12582912
|
||||||
|
|
@ -209,8 +198,7 @@ declare -Ar hosts_ssh_users=(
|
||||||
declare -Ar hosts_journald_system_max_use=(
|
declare -Ar hosts_journald_system_max_use=(
|
||||||
[ns1.staging.grapheneos.org]=4G
|
[ns1.staging.grapheneos.org]=4G
|
||||||
[staging.grapheneos.org]=4G
|
[staging.grapheneos.org]=4G
|
||||||
[las0.grapheneos.org]=4G
|
[las.grapheneos.org]=4G
|
||||||
[las1.grapheneos.org]=4G
|
|
||||||
[lax.releases.grapheneos.org]=64G
|
[lax.releases.grapheneos.org]=64G
|
||||||
[lon.releases.grapheneos.org]=64G
|
[lon.releases.grapheneos.org]=64G
|
||||||
[mia.releases.grapheneos.org]=64G
|
[mia.releases.grapheneos.org]=64G
|
||||||
|
|
@ -220,8 +208,7 @@ declare -Ar hosts_journald_system_max_use=(
|
||||||
declare -Ar hosts_journald_system_max_file_size=(
|
declare -Ar hosts_journald_system_max_file_size=(
|
||||||
[ns1.staging.grapheneos.org]=256M
|
[ns1.staging.grapheneos.org]=256M
|
||||||
[staging.grapheneos.org]=256M
|
[staging.grapheneos.org]=256M
|
||||||
[las0.grapheneos.org]=256M
|
[las.grapheneos.org]=256M
|
||||||
[las1.grapheneos.org]=256M
|
|
||||||
[lax.releases.grapheneos.org]=4G
|
[lax.releases.grapheneos.org]=4G
|
||||||
[lon.releases.grapheneos.org]=4G
|
[lon.releases.grapheneos.org]=4G
|
||||||
[mia.releases.grapheneos.org]=4G
|
[mia.releases.grapheneos.org]=4G
|
||||||
|
|
@ -246,11 +233,9 @@ declare -Ar hosts_ipv4_address=(
|
||||||
[bhs0.grapheneos.org]=51.222.156.101
|
[bhs0.grapheneos.org]=51.222.156.101
|
||||||
[bhs1.grapheneos.org]=51.222.159.116
|
[bhs1.grapheneos.org]=51.222.159.116
|
||||||
[fra.grapheneos.org]=57.129.65.223
|
[fra.grapheneos.org]=57.129.65.223
|
||||||
[gra0.grapheneos.org]=54.37.41.188
|
[gra.grapheneos.org]=54.37.41.188
|
||||||
[gra1.grapheneos.org]=54.37.41.189
|
|
||||||
[hio.grapheneos.org]=15.204.8.153
|
[hio.grapheneos.org]=15.204.8.153
|
||||||
[las0.grapheneos.org]=209.141.35.164
|
[las.grapheneos.org]=209.141.37.35
|
||||||
[las1.grapheneos.org]=209.141.37.35
|
|
||||||
[sin0.grapheneos.org]=51.79.160.50
|
[sin0.grapheneos.org]=51.79.160.50
|
||||||
[sin1.grapheneos.org]=51.79.161.36
|
[sin1.grapheneos.org]=51.79.161.36
|
||||||
[lax.releases.grapheneos.org]=104.194.8.203
|
[lax.releases.grapheneos.org]=104.194.8.203
|
||||||
|
|
@ -281,11 +266,9 @@ declare -Ar hosts_ipv6_address=(
|
||||||
[bhs0.grapheneos.org]=2607:5300:205:200::29c6
|
[bhs0.grapheneos.org]=2607:5300:205:200::29c6
|
||||||
[bhs1.grapheneos.org]=2607:5300:205:200::2584
|
[bhs1.grapheneos.org]=2607:5300:205:200::2584
|
||||||
[fra.grapheneos.org]=2001:41d0:701:1100::245b
|
[fra.grapheneos.org]=2001:41d0:701:1100::245b
|
||||||
[gra0.grapheneos.org]=2001:41d0:304:200::902f
|
[gra.grapheneos.org]=2001:41d0:304:200::902f
|
||||||
[gra1.grapheneos.org]=2001:41d0:304:200::b109
|
|
||||||
[hio.grapheneos.org]=2604:2dc0:202:300::23a6
|
[hio.grapheneos.org]=2604:2dc0:202:300::23a6
|
||||||
[las0.grapheneos.org]=2605:6400:20:1131:8088:e08:84e6:632
|
[las.grapheneos.org]=2605:6400:20:387:72d4:dab9:a369:f351
|
||||||
[las1.grapheneos.org]=2605:6400:20:387:72d4:dab9:a369:f351
|
|
||||||
[sin0.grapheneos.org]=2402:1f00:8000:800::16d6
|
[sin0.grapheneos.org]=2402:1f00:8000:800::16d6
|
||||||
[sin1.grapheneos.org]=2402:1f00:8000:800::1949
|
[sin1.grapheneos.org]=2402:1f00:8000:800::1949
|
||||||
[lax.releases.grapheneos.org]=2605:9880:200:400:135:7700:ef0a:81
|
[lax.releases.grapheneos.org]=2605:9880:200:400:135:7700:ef0a:81
|
||||||
|
|
@ -342,7 +325,7 @@ readonly hosts_primary=(
|
||||||
readonly hosts_secondary=(
|
readonly hosts_secondary=(
|
||||||
{fra,lax,lon,mia,sea,sin}.ns1.grapheneos.org
|
{fra,lax,lon,mia,sea,sin}.ns1.grapheneos.org
|
||||||
{brn,las,mia}.ns2.grapheneos.org
|
{brn,las,mia}.ns2.grapheneos.org
|
||||||
{bhs1,fra,gra0,gra1,hio,las0,las1,sin0,sin1}.grapheneos.org
|
{bhs1,fra,gra,hio,las,sin0,sin1}.grapheneos.org
|
||||||
{lax,lon}.releases.grapheneos.org
|
{lax,lon}.releases.grapheneos.org
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -356,7 +339,7 @@ readonly hosts_backup=(
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly hosts_grapheneos=(
|
readonly hosts_grapheneos=(
|
||||||
{bhs0,bhs1,fra,gra0,gra1,hio,las0,las1,sin0,sin1}.grapheneos.org
|
{bhs0,bhs1,fra,gra,hio,las,sin0,sin1}.grapheneos.org
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly hosts_grapheneos_all=(
|
readonly hosts_grapheneos_all=(
|
||||||
|
|
@ -396,13 +379,13 @@ readonly hosts_buyvm=(
|
||||||
ns1.staging.grapheneos.org
|
ns1.staging.grapheneos.org
|
||||||
{brn,las,mia,nyc}.ns2.grapheneos.org
|
{brn,las,mia,nyc}.ns2.grapheneos.org
|
||||||
staging.grapheneos.org
|
staging.grapheneos.org
|
||||||
{las0,las1}.grapheneos.org
|
las.grapheneos.org
|
||||||
staging.attestation.app
|
staging.attestation.app
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly hosts_ovh=(
|
readonly hosts_ovh=(
|
||||||
mail.grapheneos.org
|
mail.grapheneos.org
|
||||||
{bhs0,bhs1,fra,gra0,gra1,hio,sin0,sin1}.grapheneos.org
|
{bhs0,bhs1,fra,gra,hio,sin0,sin1}.grapheneos.org
|
||||||
attestation.app
|
attestation.app
|
||||||
matrix.grapheneos.org
|
matrix.grapheneos.org
|
||||||
discuss.grapheneos.org
|
discuss.grapheneos.org
|
||||||
|
|
|
||||||
|
|
@ -1,35 +0,0 @@
|
||||||
base
|
|
||||||
chrony
|
|
||||||
cloud-guest-utils
|
|
||||||
conntrack-tools
|
|
||||||
ethtool
|
|
||||||
fish
|
|
||||||
grub
|
|
||||||
htop
|
|
||||||
ioping
|
|
||||||
iperf
|
|
||||||
linux-lts
|
|
||||||
logrotate
|
|
||||||
man-db
|
|
||||||
moreutils
|
|
||||||
mtr
|
|
||||||
neovim
|
|
||||||
nftables
|
|
||||||
nginx
|
|
||||||
nginx-mod-brotli
|
|
||||||
nginx-mod-stream
|
|
||||||
nmap
|
|
||||||
openssh
|
|
||||||
pacman-contrib
|
|
||||||
pacutils
|
|
||||||
plocate
|
|
||||||
pv
|
|
||||||
rsync
|
|
||||||
strace
|
|
||||||
stress
|
|
||||||
syslog-ng
|
|
||||||
sysstat
|
|
||||||
tinyxxd
|
|
||||||
tree
|
|
||||||
unbound
|
|
||||||
xfsprogs
|
|
||||||
|
|
@ -1,35 +0,0 @@
|
||||||
base
|
|
||||||
chrony
|
|
||||||
cloud-guest-utils
|
|
||||||
conntrack-tools
|
|
||||||
ethtool
|
|
||||||
fish
|
|
||||||
grub
|
|
||||||
htop
|
|
||||||
ioping
|
|
||||||
iperf
|
|
||||||
linux-lts
|
|
||||||
logrotate
|
|
||||||
man-db
|
|
||||||
moreutils
|
|
||||||
mtr
|
|
||||||
neovim
|
|
||||||
nftables
|
|
||||||
nginx
|
|
||||||
nginx-mod-brotli
|
|
||||||
nginx-mod-stream
|
|
||||||
nmap
|
|
||||||
openssh
|
|
||||||
pacman-contrib
|
|
||||||
pacutils
|
|
||||||
plocate
|
|
||||||
pv
|
|
||||||
rsync
|
|
||||||
strace
|
|
||||||
stress
|
|
||||||
syslog-ng
|
|
||||||
sysstat
|
|
||||||
tinyxxd
|
|
||||||
tree
|
|
||||||
unbound
|
|
||||||
xfsprogs
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue