Skip to content
New issue

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

Add support for IPv6 #15096

Open
1 task done
elizabeth-dev opened this issue Dec 6, 2024 · 0 comments
Open
1 task done

Add support for IPv6 #15096

elizabeth-dev opened this issue Dec 6, 2024 · 0 comments
Labels
✨Feature This adds/improves/enhances a feature

Comments

@elizabeth-dev
Copy link

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?

  • Yes, I will implement this by myself and send a pull request
@elizabeth-dev elizabeth-dev added the ✨Feature This adds/improves/enhances a feature label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
Development

No branches or pull requests

1 participant