[PR #15837] Enable listening on IPv6 by default #14260

Open
opened 2025-12-22 10:24:36 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15837
Author: @der-eismann
Created: 12/19/2025
Status: 🔄 Open

Base: masterHead: enable-ipv6-by-default


📝 Commits (1)

  • 926387e Enable listening on IPv6 by default

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 Jellyfin.Server/Migrations/PreStartupRoutines/CreateNetworkConfiguration.cs (+1 -1)
📝 Jellyfin.Server/Migrations/PreStartupRoutines/MigrateNetworkConfiguration.cs (+1 -1)
📝 MediaBrowser.Common/Net/NetworkConfiguration.cs (+1 -1)

📄 Description

Changes
This change enables listening on IPv6 addresses by default. Right now the server is only listening on IPv4 and can't be easily configured to change that which makes it hard to use in an IPv6-only environment.

Issues
Fixes #13930


🔄 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/jellyfin/jellyfin/pull/15837 **Author:** [@der-eismann](https://github.com/der-eismann) **Created:** 12/19/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `enable-ipv6-by-default` --- ### 📝 Commits (1) - [`926387e`](https://github.com/jellyfin/jellyfin/commit/926387eb0ad830eac7228e92fe4b40ffdd61c194) Enable listening on IPv6 by default ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/PreStartupRoutines/CreateNetworkConfiguration.cs` (+1 -1) 📝 `Jellyfin.Server/Migrations/PreStartupRoutines/MigrateNetworkConfiguration.cs` (+1 -1) 📝 `MediaBrowser.Common/Net/NetworkConfiguration.cs` (+1 -1) </details> ### 📄 Description **Changes** This change enables listening on IPv6 addresses by default. Right now the server is only listening on IPv4 and can't be easily configured to change that which makes it hard to use in an IPv6-only environment. **Issues** Fixes #13930 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo added the
pull-request
label 2025-12-22 10:24:36 +01: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/jellyfin#14260
No description provided.