diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-05-05 10:50:33 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-05 10:53:57 -0400 |
| commit | b4cf21a349f0bc491e7f10fc5a99fd6d3144f001 (patch) | |
| tree | 94026fd67e7d3c89a393c7ecf5fdf0a7a74133d2 /static/articles | |
| parent | a6aa0f5dccdeba91f4d810d241ad71783a50dd61 (diff) | |
drop port descriptions from servers page
Some of this information was outdated and it's best to document it
another way.
Diffstat (limited to 'static/articles')
| -rw-r--r-- | static/articles/grapheneos-servers.html | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html index 2927582c..70dc116f 100644 --- a/static/articles/grapheneos-servers.html +++ b/static/articles/grapheneos-servers.html @@ -141,9 +141,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - static, DANE TLSA</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> @@ -181,9 +181,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - static, DANE TLSA</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> @@ -243,9 +243,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - static, DANE TLSA</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> @@ -308,10 +308,10 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - no content, returns 204 response code for /generate_204 and /gen_204, HTTPS redirect for other URLs</li> - <li>123 ntp - NTP for xtra-daemon via time.grapheneos.org (not for other purposes)</li> - <li>443 https - no content, returns 204 response code for /generate_204 and /gen_204, DANE TLSA</li> + <li>22 ssh</li> + <li>80 http</li> + <li>123 ntp</li> + <li>443 https</li> </ul> </section> @@ -349,10 +349,10 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>25 smtp - DANE TLSA</li> - <li>465 submissions - AUTH only, DANE TLSA</li> - <li>993 imaps - DANE TLSA</li> + <li>22 ssh</li> + <li>25 smtp</li> + <li>465 submissions</li> + <li>993 imaps</li> </ul> </section> @@ -390,9 +390,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - static file server and reverse proxy to Flarum</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> @@ -430,9 +430,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - static file server and reverse proxy to Mastodon</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> @@ -475,9 +475,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - reverse proxy to Synapse for matrix.grapheneos.org and static site providing Element for element.grapheneos.org, DANE TLSA</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> @@ -518,9 +518,9 @@ <p>Ports:</p> <ul> - <li>TCP 22 ssh - no passwords, SSHFP</li> - <li>TCP 53 domain - DNS</li> - <li>UDP 53 domain - DNS</li> + <li>TCP 22 ssh</li> + <li>TCP 53 domain</li> + <li>UDP 53 domain</li> </ul> </section> @@ -558,9 +558,9 @@ <p>Ports:</p> <ul> - <li>TCP 22 ssh - no passwords, SSHFP</li> - <li>TCP 53 domain - DNS</li> - <li>UDP 53 domain - DNS</li> + <li>TCP 22 ssh</li> + <li>TCP 53 domain</li> + <li>UDP 53 domain</li> </ul> </section> @@ -600,9 +600,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - static + reverse proxy to attestation service, DANE TLSA</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> @@ -640,9 +640,9 @@ <p>Ports:</p> <ul> - <li>22 ssh - no passwords, SSHFP</li> - <li>80 http - HTTPS redirect only</li> - <li>443 https - static + reverse proxy to attestation service, DANE TLSA</li> + <li>22 ssh</li> + <li>80 http</li> + <li>443 https</li> </ul> </section> </main> |
