diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 20:55:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 21:37:25 -0400 |
| commit | e09a0821c4ba5f3e8598af6412d12c095621ef5d (patch) | |
| tree | 19ab1f7c28f246839c7614dbad3de2b40bdd9b05 | |
| parent | 03ffffeca75c07fad23e307b00039fe13f9ec8c5 (diff) | |
add Singapore grapheneos.org server
| -rwxr-xr-x | certbot-replicate | 1 | ||||
| -rwxr-xr-x | deploy-static | 1 | ||||
| -rw-r--r-- | static/articles/grapheneos-servers.html | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/certbot-replicate b/certbot-replicate index e15b0b15..eb849292 100755 --- a/certbot-replicate +++ b/certbot-replicate @@ -4,6 +4,7 @@ set -o errexit -o nounset -o pipefail replicas=( 1.grapheneos.org + 2.grapheneos.org ) for replica in ${replicas[@]}; do diff --git a/deploy-static b/deploy-static index dd8f2068..0c9e543d 100755 --- a/deploy-static +++ b/deploy-static @@ -8,6 +8,7 @@ set -o errexit -o nounset -o pipefail servers=( 0.grapheneos.org 1.grapheneos.org + 2.grapheneos.org ) for server in ${servers[@]}; do diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html index 5d6a44a4..c7613b89 100644 --- a/static/articles/grapheneos-servers.html +++ b/static/articles/grapheneos-servers.html @@ -81,7 +81,7 @@ <p>Specs:</p> <ul> - <li>2x OVH VPS vps2020-value-1-2-40</li> + <li>3x OVH VPS vps2020-value-1-2-40</li> <li>1 core</li> <li>2 GB memory</li> <li>40 GB NVMe SSD storage</li> @@ -128,6 +128,8 @@ <li>2607:5300:201:3100::1aae (0.grapheneos.org) — os-bhs2</li> <li>146.59.188.36 (1.grapheneos.org) — os-gra8</li> <li>2001:41d0:304:200::a087 (1.grapheneos.org) — os-gra8</li> + <li>51.79.181.222 (2.grapheneos.org) — os-sgp2</li> + <li>2402:1f00:8000:800::25ba (2.grapheneos.org) — os-sgp2</li> </ul> <p>Ports:</p> |
