Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用像 Traefik 这样的 API 网关来保护我在 CF 中部署的应用程序。例如,仅允许来自 Internet 的请求到网关,并将后面的应用程序限制为仅内部流量(可能通过路由配置)。不幸的是,我找不到任何指导如何在 CF 中实现这样的设置。