181 B
181 B
Hosting General
flowchart TD
dns(DNS)
port(Port forward)
proxy(Proxy)
cert(Certification)
app(Application)
dns --> port
port --> proxy
proxy --> cert
proxy --> app