[PR #677] [MERGED] DNS Over HTTPS: Support for HTTP2 #675

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/677
Author: @mageddo
Created: 12/26/2025
Status: Merged
Merged: 12/26/2025
Merged by: @mageddo

Base: masterHead: feat/138-2


📝 Commits (10+)

📊 Changes

10 files changed (+1128 additions, -323 deletions)

View changed files

📝 RELEASE-NOTES.md (+5 -1)
📝 build.gradle (+6 -0)
📝 gradle.properties (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/App.java (+6 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/server/dns/ServerStarter.java (+2 -1)
📝 src/main/java/com/mageddo/dnsserver/doh/DoHServer.java (+15 -319)
src/main/java/com/mageddo/dnsserver/doh/DoHServerHttp1Vanilla.java (+308 -0)
src/main/java/com/mageddo/dnsserver/doh/DoHServerNetty.java (+584 -0)
📝 src/main/resources/META-INF/native-image/dps/native-image.properties (+1 -0)
src/main/resources/META-INF/native-image/dps/reflect-config-v3.json (+200 -0)

📄 Description

Using Netty as Default Implementation


🔄 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/677 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 12/26/2025 **Status:** ✅ Merged **Merged:** 12/26/2025 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/138-2` --- ### 📝 Commits (10+) - [`e76e9c4`](https://github.com/mageddo/dns-proxy-server/commit/e76e9c4b23476fc1708b6051d0b5db254225a9f7) adjusts - [`b00b49f`](https://github.com/mageddo/dns-proxy-server/commit/b00b49f262a01c89dcdf73f3059e40e0ee413c27) adjusts - [`0a33902`](https://github.com/mageddo/dns-proxy-server/commit/0a339020fb69390123eb9d9f335e427f4e0ad1f3) adjusts - [`4c4c05b`](https://github.com/mageddo/dns-proxy-server/commit/4c4c05b2a682b6d48a66c44732396799105bcaf7) adjusts - [`041a068`](https://github.com/mageddo/dns-proxy-server/commit/041a06894a071cb806e4640ce604c88473e20a2c) adjusts - [`0708fa2`](https://github.com/mageddo/dns-proxy-server/commit/0708fa2e8c4da15893375bdc3cfc46d16d42e3e6) adjusts - [`d701f08`](https://github.com/mageddo/dns-proxy-server/commit/d701f08b452730503b58c885561cad884a443687) adjusts - [`69af16c`](https://github.com/mageddo/dns-proxy-server/commit/69af16cdf381ad3aae8fae02de80d542c8aeace5) adjusts - [`e56ca6b`](https://github.com/mageddo/dns-proxy-server/commit/e56ca6b6b6d4dcdf8736677308aaf50bf5fa8985) fixing file config deserializaton on native image - [`a4b5c63`](https://github.com/mageddo/dns-proxy-server/commit/a4b5c6368fb90b909485afe6f7b1a69d0f9d78f3) fixing file config deserializaton on native image ### 📊 Changes **10 files changed** (+1128 additions, -323 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+5 -1) 📝 `build.gradle` (+6 -0) 📝 `gradle.properties` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/App.java` (+6 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/server/dns/ServerStarter.java` (+2 -1) 📝 `src/main/java/com/mageddo/dnsserver/doh/DoHServer.java` (+15 -319) ➕ `src/main/java/com/mageddo/dnsserver/doh/DoHServerHttp1Vanilla.java` (+308 -0) ➕ `src/main/java/com/mageddo/dnsserver/doh/DoHServerNetty.java` (+584 -0) 📝 `src/main/resources/META-INF/native-image/dps/native-image.properties` (+1 -0) ➕ `src/main/resources/META-INF/native-image/dps/reflect-config-v3.json` (+200 -0) </details> ### 📄 Description Using Netty as Default Implementation --- <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:59 +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#675
No description provided.