You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: