diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html index 608652c6..cf2a11ae 100644 --- a/static/articles/grapheneos-servers.html +++ b/static/articles/grapheneos-servers.html @@ -60,7 +60,6 @@
  • GrapheneOS website
  • Staging GrapheneOS website
  • GrapheneOS release servers
  • -
  • GrapheneOS time server
  • GrapheneOS connectivity check servers
  • GrapheneOS mail server
  • GrapheneOS Matrix server
  • @@ -229,46 +228,6 @@ -
    -

    GrapheneOS time server

    - - - -

    Specs:

    - - - -

    Domains:

    - - - -

    IPs:

    - - - -

    Ports:

    - - -
    -

    GrapheneOS connectivity check servers

    @@ -300,6 +259,7 @@
  • connectivity.grapheneos.org (legacy)
  • mta-sts.grapheneos.network
  • mta-sts.grapheneos.online
  • +
  • time.grapheneos.org
  • IPs:

    diff --git a/static/js/redirect.js b/static/js/redirect.js index 5605787e..c0e57ab0 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -22,6 +22,7 @@ const redirects = new Map([ ["/releases#sailfish-beta", "/faq#legacy-devices"], ["/faq#dns", "/faq#custom-dns"], ["/articles/grapheneos-servers#apps.grapheneos.org", "/articles/grapheneos-servers#releases.grapheneos.org"], + ["/articles/grapheneos-servers#time.grapheneos.org", "/articles/grapheneos-servers#grapheneos.network"], ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"], ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"],