Skip to content

litebastion: support listening at more than one address, e.g. one ipv4 and one ipv6 address #69

Description

@eliasrudberg

I'm running litebastion on the same host where a sigsum log is running. The host has four IP addresses:

  • ipv4 address for litebastion
  • ipv6 address for litebastion
  • ipv4 address for sigsum log
  • ipv6 address for sigsum log

Both the sigsum log and litebastion should use port 443. To make that work I would like to have litebastion listen to two IP adresses (one ipv4 and one ipv6 address), but not all addresses so I cannot use -listen=0.0.0.0:443.

Since I cannot use -listen=0.0.0.0:443 in this case, I can make litebastion listen to either the ipv4 address or the ipv6 address, but not both.

Is there a way to make litebastion listen to more than one address, but not all addresses? If not, could that functionality be added?

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