matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
462 stars 151 forks source link

IPv6 Prefix inside of Docker #1561

Open ImVexed opened 2 years ago

ImVexed commented 2 years ago

Similar to https://github.com/matrix-org/matrix-appservice-irc/issues/292 I'm attempting to use the IPv6-Prefixing for IRC clients.

But from my understanding, this probably won't work inside of docker due to the networking layer between the container and the host. My host interface is using AnyIP properly with a /64 and IP_FREEBIND works find outside of docker.

Is there any way to do this without --network=host to keep the service properly contained?