1
0
Fork 0
mirror of https://github.com/kr1sp1n/awesome-gemini.git synced 2024-11-27 11:34:53 -05:00

Remove a trailing white space

This commit is contained in:
Étienne Deparis 2020-11-20 08:40:25 +01:00 committed by Krispin Schulz
parent efd46bec9f
commit 5eb2bd8a74

View file

@ -8,7 +8,7 @@ Please contribute to this list to link to all the awesome gemini projects out th
[Excerpt from gemini.circumlunar.space](https://gemini.circumlunar.space/docs/specification.html): [Excerpt from gemini.circumlunar.space](https://gemini.circumlunar.space/docs/specification.html):
> Gemini is a client-server protocol featuring request-response transactions, broadly similar to gopher or HTTP. > Gemini is a client-server protocol featuring request-response transactions, broadly similar to gopher or HTTP.
Connections are closed at the end of a single transaction and cannot be reused. When Gemini is served over TCP/IP, servers Connections are closed at the end of a single transaction and cannot be reused. When Gemini is served over TCP/IP, servers
should listen on port 1965 (the first manned Gemini mission, Gemini 3, flew in March'65). should listen on port 1965 (the first manned Gemini mission, Gemini 3, flew in March'65).
This is an unprivileged port, so it's very easy to run a server as a "nobody" user, even if e.g. the server is written This is an unprivileged port, so it's very easy to run a server as a "nobody" user, even if e.g. the server is written
in Go and so can't drop privileges in the traditional fashion. in Go and so can't drop privileges in the traditional fashion.