[PR #476] [MERGED] Fixing invalid IP parsing usecase #521

Closed
opened 2026-02-26 04:35:31 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: bugfix/474-2


📝 Commits (6)

  • 56fabf3 fixing usecase invalid ip was being tried to be solved as hostname from internet
  • a779723 release notes
  • 7d81b13 changing impl
  • 020295e adjusting impl to fix test
  • bcce1c0 adjusting release notes
  • 5a329e5 [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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/476 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `bugfix/474-2` --- ### 📝 Commits (6) - [`56fabf3`](https://github.com/mageddo/dns-proxy-server/commit/56fabf31bfb7e5bedfacf5b629bb785e8bbcb774) fixing usecase invalid ip was being tried to be solved as hostname from internet - [`a779723`](https://github.com/mageddo/dns-proxy-server/commit/a779723c4310853f776047ce55f4c440830c3464) release notes - [`7d81b13`](https://github.com/mageddo/dns-proxy-server/commit/7d81b13926dcc61a1b3ae7f991917a9326ba07dc) changing impl - [`020295e`](https://github.com/mageddo/dns-proxy-server/commit/020295e2f68ace586688f900935fa8b70a9305a2) adjusting impl to fix test - [`bcce1c0`](https://github.com/mageddo/dns-proxy-server/commit/bcce1c068d7811c7106d85e4f34925da67f50e63) adjusting release notes - [`5a329e5`](https://github.com/mageddo/dns-proxy-server/commit/5a329e5deead5cb566dd9d815f9343a6e0187a58) [Gradle Release Plugin] - new version commit: '3.19.4-snapshot'. ### 📊 Changes **6 files changed** (+74 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixing usecase invalid ip was being tried to be solved as hostname from internet --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:31 +03: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/dns-proxy-server-mageddo#521
No description provided.