98b43d1ba2
Firfox has a bunch of odd security features that I only sometimes understand. Among them is that it won't load JS files without the `content-type` header, and it also disables a lot of features for the `file://` scheme. Which I think is a shame. There's probably a good reason they do this, but I'm not aware of one. So now you can use PTTH's file server to host Jet Racing 4. |
||
---|---|---|
.. | ||
src | ||
test | ||
Cargo.toml | ||
README.md |
README.md
PTTH Server
The PTTH server is an HTTP server that can serve files from behind a firewall, because it only makes outgoing HTTP connections to a PTTH relay.
View from outside the PTTH tunnel:
* HTTP client
|
| HTTP(S) requests
V
* ptth_relay
^
| HTTP(S) requests
|
* ptth_server
View from inside the PTTH tunnel:
* HTTP client
|
| HTTP(S) requests
V
* ptth_relay
|
| HTTP(S) requests
V
* ptth_server