Skip to content

Feature Request: load balancing #1

@vosmith

Description

@vosmith

Instead of specifying a single IP address to forward the request to, it would be great if we could specify a pool of servers. Something like this

{
    "ip":"",
    "port":"8080",
    "routes":{
        "/Downloads/":[
            "192.168.88.164:8000",     
            "192.168.88.164:8001", 
            "192.168.88.164:8002"
       ]
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions