f44613540e
This exe can act as both a PTTH and PTTH_QUIC end server. It's only 17 MB, which is a big improvement over the 15 + 15 for shipping both servers as their own exes |
||
---|---|---|
.. | ||
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