{% extends "base.html" %} {% block title %}节点管理 - ProxyAuto Pro{% endblock %} {% block content %}
0 %}style="display: none;"{% endif %}>

基本信息

域名绑定 (可选)

自动更换设置

流量预警 (可选)

{% if not machines %}

暂无节点

请点击上方"添加新节点"开始配置

{% else %}
{% for machine in machines %}
{{ machine.name }} {% if machine.auto_enabled %} 自动 {% endif %}
{{ machine.aws_service|upper }} {{ machine.aws_region }} {% if machine.current_ip %} {{ machine.current_ip }} {% endif %} {% if machine.cf_record_name %} {{ machine.cf_record_name }} {% endif %}
{% if machine.note %}
{{ machine.note }}
{% endif %}
{% endfor %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}