{% extends 'v2ray/base.html' %}
{% block title %}{{ _('accounts') }}{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block body %}
{% include 'v2ray/common_sider.html' %}
{{ _('Please go to the panel settings as soon as possible to modify the username and password, otherwise there may be a risk of leaking account information') }}
{{ _('upload') }} / {{ _('download') }}:
[[ sizeFormat(total.up) ]] / [[ sizeFormat(total.down) ]]
{{ _('total traffic') }}:
[[ sizeFormat(total.up + total.down) ]]
{{ _('number of accounts') }}:
[[ inbounds.length ]]
{{ _('No account, please add an account first') }}
{{ _('protocol') }}:
[[ inbound.protocol ]]
{{ _('remark') }}:
[[ empDefault(inbound.remark, '{{ _('none') }}') ]]
{{ _('enable') }}:
{{ _('yes') }}
{{ _('no') }}
{{ _('upload') }} / {{ _('download') }}:
[[ sizeFormat(inbound.up) ]] / [[ sizeFormat(inbound.down) ]]
{{ _('total traffic') }}:
[[ sizeFormat(inbound.up + inbound.down) ]]
IP:
[[ inbound.listen === '0.0.0.0' ? ip : inbound.listen ]]
{{ _('port') }}:
[[ inbound.port ]]
id:
[[ inbound.settings.vmesses[0].id ]]
{{ _('alter id') }}:
[[ inbound.settings.vmesses[0].alterId ]]
{{ _('method') }}:
[[ VmessMethods.AES_128_GCM ]]、[[ VmessMethods.CHACHA20_POLY1305 ]]
auto
id:
[[ inbound.settings.vlesses[0].id ]]
{{ _('transport') }}:
[[ inbound.stream.network ]]
{{ _('camouflage') }}:
[[ inbound.stream.tcp.type ]]
{{ _('path') }}:
[[ inbound.stream.tcp.request.path[0] ]]
{{ _('camouflage') }}:
[[ inbound.stream.kcp.type ]]
{{ _('path') }}:
[[ inbound.stream.ws.path ]]
{{ _('path') }}:
[[ inbound.stream.http.path ]]
host:
[[ empDefault(inbound.stream.http.host[0], '{{ _('none') }}') ]]
QUIC {{ _('method') }}:
[[ inbound.stream.quic.security ]]
{{ _('password') }}:
[[ empDefault(inbound.stream.quic.key, '{{ _('none') }}') ]]
{{ _('camouflage') }}:
[[ inbound.stream.quic.type ]]
tls:
{{ _('open') }}
{{ _('close') }}
{{ _('domain') }}:
[[ empDefault(inbound.stream.tls.server, '{{ _('none') }}') ]]
{# #}
{# {{ _('allow insecure') }}:#}
{# {{ _('yes') }}#}
{# {{ _('no') }}#}
{# #}
{{ _('password') }}:
[[ inbound.settings.clients[0].password ]]
{{ _('method') }}:
[[ inbound.settings.method ]]
{{ _('password') }}:
[[ inbound.settings.password ]]
{{ _('network') }}:
[[ inbound.settings.network ]]
{{ _('forward address') }}:
[[ inbound.settings.address ]]
{{ _('forward port') }}:
[[ inbound.settings.port ]]
{{ _('network') }}:
[[ inbound.settings.network ]]
{{ _('password auth') }}:
{{ _('yes') }}
{{ _('no') }}
{{ _('username') }}:
[[ inbound.settings.accounts[0].user ]]
{{ _('password') }}:
[[ inbound.settings.accounts[0].pass ]]
udp:
{{ _('open') }}
{{ _('close') }}
{{ _('username') }}:
[[ inbound.settings.accounts[0].user ]]
{{ _('password') }}:
[[ inbound.settings.accounts[0].pass ]]
{% endblock %}
{% block scripts %}
{{ super() }}
{% include 'v2ray/inbound_modal.html' %}
{% include 'common/text_modal.html' %}
{% include 'common/qrcode_modal.html' %}
{% include 'common/prompt_modal.html' %}
{% endblock %}