diff --git a/src/views/proxy/index.vue b/src/views/proxy/index.vue index d649aa8..6ace3d5 100644 --- a/src/views/proxy/index.vue +++ b/src/views/proxy/index.vue @@ -63,7 +63,10 @@ const defaultForm = ref({ httpUser: "", httpPassword: "", fallbackTo: "", - fallbackTimeoutMs: 500 + fallbackTimeoutMs: 500, + https2http: false, + https2httpCaFile: "", + https2httpKeyFile: "" }); /** @@ -727,7 +730,9 @@ onUnmounted(() => {
@@ -738,7 +743,9 @@ onUnmounted(() => {
@@ -749,7 +756,9 @@ onUnmounted(() => {
@@ -760,7 +769,9 @@ onUnmounted(() => {
@@ -1089,6 +1100,113 @@ onUnmounted(() => { +