then everything works fine - keter is accessible on http://[ipv6::addr]:81/. However, if I try to use port 80 for both listeners, keter does not start. If I remove "4" from the host line:
listeners:
- host: "*"
port: 80
then keter listens on IPv4 only.
Is there a way to make keter listen both IPv4 and IPv6 on the same port?
The basic example of
keter-config.yaml
suggests to listen IPv4 interfaces only:If I add another listener:
then everything works fine - keter is accessible on
http://[ipv6::addr]:81/
. However, if I try to use port 80 for both listeners, keter does not start. If I remove "4" from the host line:then keter listens on IPv4 only.
Is there a way to make keter listen both IPv4 and IPv6 on the same port?