mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #476] [MERGED] Fixing invalid IP parsing usecase #521
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#521
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/476
Author: @mageddo
Created: 6/17/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @mageddo
Base:
master← Head:bugfix/474-2📝 Commits (6)
56fabf3fixing usecase invalid ip was being tried to be solved as hostname from interneta779723release notes7d81b13changing impl020295eadjusting impl to fix testbcce1c0adjusting release notes5a329e5[Gradle Release Plugin] - new version commit: '3.19.4-snapshot'.📊 Changes
6 files changed (+74 additions, -31 deletions)
View changed files
📝
RELEASE-NOTES.md(+3 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/net/IpAddr.java(+1 -26)📝
src/main/java/com/mageddo/net/IpImpl.java(+4 -3)➕
src/main/java/com/mageddo/net/IpUtils.java(+64 -0)📝
src/main/java/com/mageddo/net/Networks.java(+1 -1)📄 Description
Fixing usecase invalid ip was being tried to be solved as hostname from internet
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.