Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Enable IPv6 #96

Closed
qstokkink opened this issue Jul 26, 2024 · 1 comment · Fixed by #106
Closed

Enable IPv6 #96

qstokkink opened this issue Jul 26, 2024 · 1 comment · Fixed by #106
Assignees
Labels
enhancement New feature or request

Comments

@qstokkink
Copy link
Owner

All the tests are passing. This should work.

@qstokkink qstokkink added the enhancement New feature or request label Jul 26, 2024
@qstokkink
Copy link
Owner Author

I added IPv6 to my configuration and Tribler does not crash. I guess this is legitimately fine.

"ipv8": {
        "interfaces": [
            {
                "interface": "UDPIPv4",
                "ip": "0.0.0.0",
                "port": 8090,
                "worker_threads": 8
            },
            {
                "interface": "UDPIPv6",
                "ip": "::",
                "port": 8091
            }
        ],
        ...  # etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant