Update README.md
This commit is contained in:
parent
bec9075363
commit
5ea1c9b610
|
@ -81,8 +81,8 @@ $ openssl req -newkey rsa:2048 -nodes -keyout {hostname}.key \
|
||||||
### Hostname
|
### Hostname
|
||||||
|
|
||||||
Because the gemini protocol sends the *whole* URL in the request, it's required
|
Because the gemini protocol sends the *whole* URL in the request, it's required
|
||||||
to declare which hostname your server is expecting to receive traffic under.
|
that you declare which hostname your server is expecting to receive traffic under.
|
||||||
Jetforce will respond to any request containing a URL that don't match the hostname
|
Jetforce will respond to any request containing a URL that don't match your hostname
|
||||||
with a status of ``Proxy Request Refused``.
|
with a status of ``Proxy Request Refused``.
|
||||||
|
|
||||||
Using python, you can modify this behavior to do fancy things like building a proxy
|
Using python, you can modify this behavior to do fancy things like building a proxy
|
||||||
|
|
Loading…
Reference in New Issue