small fixes

This commit is contained in:
Alireza Ahmadi
2024-06-13 20:16:29 +02:00
parent b144aecb6a
commit db3270feaa
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -98,6 +98,7 @@ export default {
else {
const port = RandomUtil.randomIntRange(10000, 60000)
this.inbound = createInbound("direct",{ tag: "direct-"+port ,listen: "::", listen_port: port })
this.tls_id.value = 0
this.title = "add"
}
this.inboundStats = this.$props.stats