fix outbound tls text #276

This commit is contained in:
Alireza Ahmadi
2024-08-31 14:18:15 +02:00
parent f6f90b07d3
commit 5c09bc011e
+2 -2
View File
@@ -222,8 +222,8 @@ export default {
data() {
return {
menu: false,
usePath: 0,
useEchPath: 0,
usePath: this.$props.outbound?.tls?.certificate? 1:0,
useEchPath: this.$props.outbound?.tls.ech?.config? 1:0,
defaults: defaultOutTls,
alpn: [
{ title: "H3", value: 'h3' },