This commit is contained in:
2025-07-23 11:11:27 -07:00
parent 32af88243e
commit a110c9f01b
39 changed files with 2700 additions and 875 deletions

View File

@ -0,0 +1,14 @@
# Hosting General
```mermaid
flowchart TD
dns(DNS)
port(Port forward)
proxy(Proxy)
cert(Certification)
app(Application)
dns --> port
port --> proxy
proxy --> cert
proxy --> app
```