mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/mageddo/dns-proxy-server/pull/481
Author: @mageddo
Created: 6/21/2024
Status: ✅ Merged
Merged: 6/21/2024
Merged by: @mageddo
Base:
master← Head:feat/427📝 Commits (4)
4701bceHotfix for ipv6 represented as subnet usecase8b693f8release notes84f66e6[Gradle Release Plugin] - new version commit: '3.19.7-snapshot'.ac5eddaadjusting ref📊 Changes
6 files changed (+79 additions, -1 deletions)
View changed files
📝
RELEASE-NOTES.md(+3 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/solver/docker/dataprovider/mapper/NetworkMapper.java(+13 -0)📝
src/test/java/com/mageddo/dnsproxyserver/solver/docker/dataprovider/mapper/NetworkMapperTest.java(+19 -0)📝
src/test/java/testing/templates/docker/NetworkTemplates.java(+3 -0)➕
src/test/resources/templates/docker/network/004.json(+40 -0)📄 Description
As reported at #427, For an unidentified reason, sometimes network api responds an IPV6 with a subnet mask instead of a plain IP which is the expected behavior, a hotfix for that was made to extract the IP from this string when it happens, it only happens with ipv6 addresses.
Expected address
Actual address
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.