[PR #6494] [MERGED] Add option to prefer IPv6 resolving #3757

Closed
opened 2026-02-05 05:43:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6494
Author: @BlackDex
Created: 11/25/2025
Status: Merged
Merged: 11/26/2025
Merged by: @dani-garcia

Base: mainHead: add-dns-ipv6-option


📝 Commits (1)

  • 5d25988 Add option to prefer IPv6 resolving

📊 Changes

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

View changed files

📝 .env.template (+5 -0)
📝 src/config.rs (+4 -0)
📝 src/http_client.rs (+4 -1)

📄 Description

This PR adds an option to prefer IPv6 resolving before IPv4. On IPv6 only systems this could be very useful, but will not solve IPv4 only domains of course. For that you need a DNS64 + NAT64 solution

Fixes #6301


🔄 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/dani-garcia/vaultwarden/pull/6494 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `add-dns-ipv6-option` --- ### 📝 Commits (1) - [`5d25988`](https://github.com/dani-garcia/vaultwarden/commit/5d259889b23500fc39fc79e7d5bc4bc0d9b2f908) Add option to prefer IPv6 resolving ### 📊 Changes **3 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+5 -0) 📝 `src/config.rs` (+4 -0) 📝 `src/http_client.rs` (+4 -1) </details> ### 📄 Description This PR adds an option to prefer IPv6 resolving before IPv4. On IPv6 only systems this could be very useful, but will not solve IPv4 only domains of course. For that you need a DNS64 + NAT64 solution Fixes #6301 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:43:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3757