{% block extra_style %}{% endblock %}
SOCKS Manager
{% if page_name %}
{{ page_name }}
{% endif %}
退出
概览
仪表盘
代理实例
用户
用户管理
监控
流量统计
活跃连接
审计日志
系统
系统管理
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% block extra_script %}{% endblock %}