fix outbound tls text #276
This commit is contained in:
@@ -222,8 +222,8 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menu: false,
|
menu: false,
|
||||||
usePath: 0,
|
usePath: this.$props.outbound?.tls?.certificate? 1:0,
|
||||||
useEchPath: 0,
|
useEchPath: this.$props.outbound?.tls.ech?.config? 1:0,
|
||||||
defaults: defaultOutTls,
|
defaults: defaultOutTls,
|
||||||
alpn: [
|
alpn: [
|
||||||
{ title: "H3", value: 'h3' },
|
{ title: "H3", value: 'h3' },
|
||||||
|
|||||||
Reference in New Issue
Block a user