DTStack / doraemon

A management tool to help you organize your daily development

Home Page:https://dtstack.github.io/doraemon/docsify/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

根据 ip 查询所在的项目列表

liuxy0551 opened this issue · comments

返回格式可以参考

[
    {
        serverId: 1,
        serverName: 'lalala',
        address: 'http://xxxx/proxy/142',
        rules: [
            {
                id: 1,
                ip: '127.0.0.1',
                target: 'http://xxx:9092',
                remark: 'jl => zhangsan',
                status: true,
            },
        ],
    },
];