mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
[PR #6494] [MERGED] Add option to prefer IPv6 resolving #3757
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add-dns-ipv6-option📝 Commits (1)
5d25988Add 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.