Skip to content

Commit e09a082

Browse files
committed
add Singapore grapheneos.org server
1 parent 03ffffe commit e09a082

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

certbot-replicate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -o errexit -o nounset -o pipefail
44

55
replicas=(
66
1.grapheneos.org
7+
2.grapheneos.org
78
)
89

910
for replica in ${replicas[@]}; do

deploy-static

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set -o errexit -o nounset -o pipefail
88
servers=(
99
0.grapheneos.org
1010
1.grapheneos.org
11+
2.grapheneos.org
1112
)
1213

1314
for server in ${servers[@]}; do

static/articles/grapheneos-servers.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2><a href="#grapheneos.org">GrapheneOS website</a></h2>
8181
<p>Specs:</p>
8282

8383
<ul>
84-
<li>2x OVH VPS vps2020-value-1-2-40</li>
84+
<li>3x OVH VPS vps2020-value-1-2-40</li>
8585
<li>1 core</li>
8686
<li>2 GB memory</li>
8787
<li>40 GB NVMe SSD storage</li>
@@ -128,6 +128,8 @@ <h2><a href="#grapheneos.org">GrapheneOS website</a></h2>
128128
<li>2607:5300:201:3100::1aae (0.grapheneos.org) — os-bhs2</li>
129129
<li>146.59.188.36 (1.grapheneos.org) — os-gra8</li>
130130
<li>2001:41d0:304:200::a087 (1.grapheneos.org) — os-gra8</li>
131+
<li>51.79.181.222 (2.grapheneos.org) — os-sgp2</li>
132+
<li>2402:1f00:8000:800::25ba (2.grapheneos.org) — os-sgp2</li>
131133
</ul>
132134

133135
<p>Ports:</p>

0 commit comments

Comments
 (0)