Merge branch 'master' of github.com:michael-lazar/jetforce
This commit is contained in:
commit
d0be7942d9
|
@ -1,7 +1,7 @@
|
||||||
# Jetforce
|
# Jetforce
|
||||||
|
|
||||||
An experimental TCP server for the new, under development Gemini Protocol.
|
An experimental TCP server for the new, under development Gemini Protocol.
|
||||||
Learn more [here](https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini).
|
Learn more about Gemini [here](https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini).
|
||||||
|
|
||||||
![Rocket Launch](resources/rocket.jpg)
|
![Rocket Launch](resources/rocket.jpg)
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ optional arguments:
|
||||||
|
|
||||||
The server's hostname should be set to the *DNS* name that you expect to
|
The server's hostname should be set to the *DNS* name that you expect to
|
||||||
receive traffic from. For example, if your jetforce server is running on
|
receive traffic from. For example, if your jetforce server is running on
|
||||||
"gemini://cats.com", you should set the hostname to "cat.com". Any URLs
|
"gemini://cats.com", you should set the hostname to "cats.com". Any URLs
|
||||||
that do not match this hostname will be refused by the server, including
|
that do not match this hostname will be refused by the server, including
|
||||||
URLs that use a direct IP address such as "gemini://174.138.124.169".
|
URLs that use a direct IP address such as "gemini://174.138.124.169".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue