{{define "inboundInfoStream"}}

{{ i18n "transmission" }}: [[ inbound.network ]]

tls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]]

xtls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]]

{{end}} {{define "component/inboundInfoComponent"}}

{{ i18n "protocol"}}: [[ dbInbound.protocol ]]

{{ i18n "pages.inbounds.address"}}: [[ dbInbound.address ]]

{{ i18n "pages.inbounds.port"}}: [[ dbInbound.port ]]

{{end}} {{define "component/inboundInfo"}} {{end}}