{% extends 'hiddify-flask-admin/list.html' %} {% block body %}
{{_('domain.current_server_IPs')}}: {% for ip in hutils.network.get_ips()%} {{ip}} {%endfor%}
{{super()}}
{{_('domain.intro')}}
{% endblock %}