# Hosting General ```mermaid flowchart TD dns(DNS) port(Port forward) proxy(Proxy) cert(Certification) app(Application) dns --> port port --> proxy proxy --> cert proxy --> app ```