[PR #1307] [CLOSED] Expose service to both IPv4 and IPv6 #1332

Closed
opened 2026-02-27 20:02:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1307
Author: @AndersBallegaard
Created: 7/16/2024
Status: Closed

Base: devHead: dev


📝 Commits (2)

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 discovery/src/server.rs (+3 -2)

📄 Description

Change to listen to [::0] given this will make the application listen on both ipv4 and ipv6. This is useful to enable support for ipv6 only networks.
Given most users will be on v4 only or dual stacked networks it is of course important to make sure that works, in my testing i have not found any case where this change created a problem for those devices.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/1307 **Author:** [@AndersBallegaard](https://github.com/AndersBallegaard) **Created:** 7/16/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (2) - [`378bdea`](https://github.com/librespot-org/librespot/commit/378bdea7993da753e087e386572ae87fb183c4fc) Bind to both v4 and v6 - [`275da58`](https://github.com/librespot-org/librespot/commit/275da5888429c9267738a2e3e76250148ab110c2) Fix formatting ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `discovery/src/server.rs` (+3 -2) </details> ### 📄 Description Change to listen to [::0] given this will make the application listen on both ipv4 and ipv6. This is useful to enable support for ipv6 only networks. Given most users will be on v4 only or dual stacked networks it is of course important to make sure that works, in my testing i have not found any case where this change created a problem for those devices. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:02:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#1332
No description provided.