[PR #286] [MERGED] DPS 3 - Beta #392

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/286
Author: @mageddo
Created: 2/20/2023
Status: Merged
Merged: 2/20/2023
Merged by: @mageddo

Base: masterHead: dps-3


📝 Commits (10+)

📊 Changes

643 files changed (+10806 additions, -185958 deletions)

View changed files

📝 .dockerignore (+6 -0)
📝 .editorconfig (+0 -8)
📝 .github/workflows/actions-deploy.yml (+3 -31)
📝 .github/workflows/ci.yml (+13 -7)
.github/workflows/docs.yml (+28 -0)
📝 .gitignore (+3 -0)
DRAFT.md (+74 -0)
📝 Dockerfile (+11 -2)
Dockerfile.arm7x86.build (+5 -0)
Dockerfile.builder (+0 -19)
Dockerfile.builder.frontend (+11 -0)
Dockerfile.deploy (+4 -0)
Dockerfile.go.builder (+0 -7)
Dockerfile.java (+6 -0)
📝 README.md (+3 -0)
📝 RELEASE-NOTES.md (+4 -0)
📝 app/package.json (+2 -1)
📝 app/public/index.html (+1 -1)
📝 app/src/components/RecordForm.js (+3 -2)
build.gradle (+79 -0)

...and 80 more files

📄 Description

Introducing DPS 3 Beta, generally working, some missing features, maybe some unknown bugs, see the full specification for more details


🔄 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/286 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/20/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `dps-3` --- ### 📝 Commits (10+) - [`3b51ad6`](https://github.com/mageddo/dns-proxy-server/commit/3b51ad6be073c319aeaa082833d4d42f7f5d70e5) Setup gradle initial project - [`d2a1a35`](https://github.com/mageddo/dns-proxy-server/commit/d2a1a355ede8eb5dc376fde26cd0c0102ba57936) Gradle simple setup - [`43dd772`](https://github.com/mageddo/dns-proxy-server/commit/43dd77215cf7edd62d7c7466672bfb37e3fd1512) Setup patch version wildcards - [`6317746`](https://github.com/mageddo/dns-proxy-server/commit/6317746e6a6b124baeb846d1bb903b8e2dfa6d37) will continue later - [`3b35ac1`](https://github.com/mageddo/dns-proxy-server/commit/3b35ac12595be262d716ac440c90e408ac4ab502) migrating plugin - [`4571fde`](https://github.com/mageddo/dns-proxy-server/commit/4571fde9e89ac39410a58d87cf9981a4cf7ee5e4) setup dnsjava lib - [`187a278`](https://github.com/mageddo/dns-proxy-server/commit/187a2789b26f380749cee8e59918c890b48758ca) Basic client server conversation - [`842d5c2`](https://github.com/mageddo/dns-proxy-server/commit/842d5c23ee2efb23593a8e793de07ee83d23881d) Simple remote server proxy - [`783ac1d`](https://github.com/mageddo/dns-proxy-server/commit/783ac1d636f4236783d6c6aa526db150f095d252) Native image working - [`f81d839`](https://github.com/mageddo/dns-proxy-server/commit/f81d8399bed7a454f433be21d376b6506b1edb24) Dagger initial setup ### 📊 Changes **643 files changed** (+10806 additions, -185958 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+6 -0) 📝 `.editorconfig` (+0 -8) 📝 `.github/workflows/actions-deploy.yml` (+3 -31) 📝 `.github/workflows/ci.yml` (+13 -7) ➕ `.github/workflows/docs.yml` (+28 -0) 📝 `.gitignore` (+3 -0) ➕ `DRAFT.md` (+74 -0) 📝 `Dockerfile` (+11 -2) ➕ `Dockerfile.arm7x86.build` (+5 -0) ➖ `Dockerfile.builder` (+0 -19) ➕ `Dockerfile.builder.frontend` (+11 -0) ➕ `Dockerfile.deploy` (+4 -0) ➖ `Dockerfile.go.builder` (+0 -7) ➕ `Dockerfile.java` (+6 -0) 📝 `README.md` (+3 -0) 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `app/package.json` (+2 -1) 📝 `app/public/index.html` (+1 -1) 📝 `app/src/components/RecordForm.js` (+3 -2) ➕ `build.gradle` (+79 -0) _...and 80 more files_ </details> ### 📄 Description Introducing DPS 3 Beta, generally working, some missing features, maybe some unknown bugs, see the [full specification][1] for more details [1]: https://github.com/mageddo/dns-proxy-server/issues/267 --- <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:05 +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#392
No description provided.