mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 15:26:41 +00:00
Merge branch 'add-tls-server-name-to-health-check-fields' of github.com:water-sucks/pangolin into dev
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user