{{define "inboundInfoStream"}}
{{ i18n "transmission" }}[[ inbound.network ]]
tls: {{ i18n "enabled" }}
tls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] xtls: {{ i18n "enabled" }}
xtls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] tls: {{ i18n "disabled" }} {{end}} {{define "component/inboundInfoComponent"}}
{{ i18n "protocol" }}[[ dbInbound.protocol ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.port" }}[[ dbInbound.port ]]
{{ i18n "clients" }}
email uuid
[[ vmess.email ]] [[ vmess.id ]]
email uuid
[[ vless.email ]] [[ vless.id ]]
email password
[[ trojan.email ]] [[ trojan.password ]]
{{end}} {{define "component/inboundInfo"}} {{end}}