diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-21 14:29:50 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-21 14:29:50 -0400 |
| commit | 538220c8b58a8eb2c1f5edcc851963a9aab96095 (patch) | |
| tree | 8ba2b7b9772594ce14a08e348f2f2fe51908bcaf /static | |
| parent | 0982a9df80a3bd07d579a9348523b7016fb4b15f (diff) | |
update mail server port list
Diffstat (limited to 'static')
| -rw-r--r-- | static/articles/grapheneos-servers.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html index 1d1a66c7..24cd20c0 100644 --- a/static/articles/grapheneos-servers.html +++ b/static/articles/grapheneos-servers.html @@ -349,9 +349,11 @@ <ul> <li>TCP 22 ssh</li> - <li>25 smtp</li> - <li>465 submissions</li> - <li>993 imaps</li> + <li>TCP 25 smtp</li> + <li>TCP 80 http</li> + <li>TCP 443 http</li> + <li>TCP 465 submissions</li> + <li>TCP 993 imaps</li> </ul> </section> |
