web/html/xui/component/inbound_info.html
{{define "inboundInfoStream"}}
传输: [[inbound.network]]
host: [[inbound.host]]
host: 无
path: [[inbound.path]]
path: 无
quic 加密: [[inbound.quicSecurity]]
quic 密码: [[inbound.quicKey]]
quic 伪装: [[inbound.quicType]]
kcp 加密: [[inbound.kcpType]]
kcp 密码: [[inbound.kcpSeed]]
grpc serviceName: [[inbound.serviceName]]
tls: 开启
xtls: 开启
tls: 关闭
tls域名: [[inbound.serverName ? inbound.serverName : "无"]]
xtls域名: [[inbound.serverName ? inbound.serverName : "无"]]
{{end}} {{define "component/inboundInfoComponent"}}
协议: [[dbInbound.protocol]]
地址: [[dbInbound.address]]
端口: [[dbInbound.port]]
uuid: [[inbound.uuid]]
alterId: [[inbound.alterId]]
uuid: [[inbound.uuid]]
flow: [[inbound.flow]]
密码: [[inbound.password]]
加密: [[inbound.method]]
密码: [[inbound.password]]
用户名: [[inbound.username]]
密码: [[inbound.password]]
用户名: [[inbound.username]]
密码: [[inbound.password]]
{{template "inboundInfoStream"}} {{end}} {{define "component/inboundInfo"}} {{end}}