diff --git a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx index e3ab794b..6a3a9834 100644 --- a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx +++ b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx @@ -205,6 +205,7 @@ export default function ReverseProxyTargets(props: { }) { const params = use(props.params); const t = useTranslations(); + const { env } = useEnvContext(); const { resource, updateResource } = useResourceContext(); @@ -1491,7 +1492,7 @@ export default function ReverseProxyTargets(props: { className="space-y-4" id="tls-settings-form" > - {build == "oss" && ( + {!env.flags.usePangolinDns && (