We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, Misskey's server is not binding to IPv6 interfaces when running, only to IPv4.
As per Fastify docs, we'd just need to substitute the 0.0.0.0 with a :: in this file in order to start listening both to IPv4 and IPv6.
0.0.0.0
::
Enable the use of Misskey over IPv6 networks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Right now, Misskey's server is not binding to IPv6 interfaces when running, only to IPv4.
As per Fastify docs, we'd just need to substitute the
0.0.0.0
with a::
in this file in order to start listening both to IPv4 and IPv6.Purpose
Enable the use of Misskey over IPv6 networks.
Do you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: