full tls override in inbound multi-domain

This commit is contained in:
Alireza Ahmadi
2025-01-05 19:36:01 +01:00
parent dbee22b637
commit 751066ac6c
10 changed files with 75 additions and 109 deletions
+2 -2
View File
@@ -88,9 +88,9 @@
import TlsVue from '@/layouts/modals/Tls.vue'
import Data from '@/store/modules/data'
import { computed, ref } from 'vue'
import { Inbound, inboundWithUsers } from '@/types/inbounds'
import { Inbound } from '@/types/inbounds'
import { Client } from '@/types/clients'
import { Link, LinkUtil } from '@/plugins/link'
import { tls } from '@/types/tls'
const tlsConfigs = computed((): any[] => {
return Data().tlsConfigs