Skip to content

生成配置文件

  • 接口

    GET&POST /tunnel_config

  • 请求参数

    Query/表单:

    参数类型必填说明
    tokenstr用户令牌
    nodestr所属节点名称
    tunnel_namesstr详见下方

    tunnel_names隧道名称 :

    多输入由,分隔

    不输入默认返回所属节点all隧道

  • 返回

    JSON

    参数类型必返说明
    codeint返回状态码
    statestr请求是否成功
    msgstr返回消息
    datastrfrpc.ini内容

Released under the MIT License.