drafting new readme
parent
f05257d833
commit
85de9e3a7e
|
@ -0,0 +1,21 @@
|
||||||
|
![The PTTH logo, a green box sitting on a black conveyor belt. The box has an arrow pointing left, and the text "PTTH", in white. The conveyor belt has an arrow pointing right, in white.](assets/logo-128-pixel.png)
|
||||||
|
|
||||||
|
# PTTH
|
||||||
|
|
||||||
|
PTTH lets you run file servers from behind NAT / firewalls.
|
||||||
|
|
||||||
|
```
|
||||||
|
HTTP clients ptth_server instances
|
||||||
|
|
||||||
|
Firefox ---> | | <--- Server 1
|
||||||
|
Chromium --> | | <--- Server 2
|
||||||
|
Wget ------> | ptth_relay | <--- Server 3
|
||||||
|
Curl ------> | | <--- Server 4
|
||||||
|
Reqwest ---> | | <--- Server 5
|
||||||
|
```
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
- Run ptth_relay on cloud host
|
||||||
|
- Configure ptth_server for relay, with auto keygen
|
||||||
|
- Add tripcode to relay config
|
Loading…
Reference in New Issue