ptth/crates/ptth_server
_ d8c6e1bd14 ⬆️ update to Tokio 1.8.x to get a feature I want 2021-07-18 17:33:34 +00:00
..
src 🐛 bug: allow `auto-gen-key` to also recreate the file and fix permissions 2021-07-13 16:02:49 -05:00
test ♻️ Extract ptth_server crate. Docker still broken 2020-11-27 00:50:22 +00:00
Cargo.toml ⬆️ update to Tokio 1.8.x to get a feature I want 2021-07-18 17:33:34 +00:00
README.md 📝 docs: update README before publishing to crates.io 2021-04-18 12:56:36 -05:00

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