{{define "inboundInfoModal"}}
{{ i18n "protocol" }}[[ dbInbound.protocol ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.port" }}[[ dbInbound.port ]]
{{ i18n "transmission" }}[[ inbound.network ]]
tls: {{ i18n "enabled" }}
tls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]]
xtls: {{ i18n "enabled" }}
xtls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]]
reality: {{ i18n "enabled" }}
reality Destination: [[ inbound.stream.reality.dest ]]
tls: {{ i18n "disabled" }}
URL [[ link.remark ]]
[[ link.link ]]
{{end}}