Skip to content

Please add support for multiple real servers serving same ip address (ie load balancing of legit traffic) #67

@bazuchan

Description

@bazuchan

For example hosts.yml would look like this:

- ip: 1.1.1.1
  - srv1:
    secrets_addr: udp://2.2.2.1:1111
    mac: 02:02:02:02:02:01
  - srv2:
    secrets_addr: udp://2.2.2.2:1111
    mac: 02:02:02:02:02:02
  - srv3:
    secrets_addr: udp://2.2.2.3:1111
    mac: 02:02:02:02:02:03

So packets would be sent to srv1-3 based on hash of src ip:port. Adding a weighted balancing might be useful too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions