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?
I'm running litebastion on the same host where a sigsum log is running. The host has four IP addresses:
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:443in 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?