Merge branch 'add-tls-server-name-to-health-check-fields' of github.com:water-sucks/pangolin into dev

This commit is contained in:
Owen
2025-12-04 12:00:04 -05:00

View File

@@ -1825,7 +1825,9 @@ export default function ReverseProxyTargets(props: {
hcMode: selectedTargetForHealthCheck.hcMode || "http", hcMode: selectedTargetForHealthCheck.hcMode || "http",
hcUnhealthyInterval: hcUnhealthyInterval:
selectedTargetForHealthCheck.hcUnhealthyInterval || selectedTargetForHealthCheck.hcUnhealthyInterval ||
30 30,
hcTlsServerName: selectedTargetForHealthCheck.hcTlsServerName ||
undefined,
}} }}
onChanges={async (config) => { onChanges={async (config) => {
console.log("here"); console.log("here");