[PR #328] [MERGED] Docs updates for 3.4+ features #424

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

📋 Pull Request Information

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

Base: masterHead: docs-update


📝 Commits (10+)

  • 16a1107 update with new default value
  • b3861ce updating basic running it
  • 86bc619 updating the running it docks
  • 7853f6a updated main features
  • b0a8802 creating sample record by default
  • e5a1c20 adjusting test
  • b380850 release notes
  • 4019a29 adjusting hosts and variable name
  • 35b69e0 Merge remote-tracking branch 'origin/master' into docs-update
  • 6efd762 updating commands

📊 Changes

13 files changed (+145 additions, -93 deletions)

View changed files

📝 README.md (+25 -17)
📝 RELEASE-NOTES.md (+4 -0)
📝 docs/content/1-getting-started/_index.en.md (+3 -18)
📝 docs/content/1-getting-started/running-it/_index.en.md (+40 -18)
📝 docs/content/3-configuration/_index.en.md (+12 -12)
📝 docs/content/_index.en.md (+8 -6)
docs/layouts/partials/toc.html (+5 -0)
📝 gradle.properties (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigJsonV2.java (+16 -3)
📝 src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/JsonConfigs.java (+8 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/server/dns/Messages.java (+0 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/server/dns/RequestHandlerDefault.java (+4 -4)
📝 src/test/resources/configs-test/002.json (+19 -12)

📄 Description

Documenting feature introduced at #321


🔄 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/328 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 2/28/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `docs-update` --- ### 📝 Commits (10+) - [`16a1107`](https://github.com/mageddo/dns-proxy-server/commit/16a11077979ea6caef2e9a398df73e6c91589160) update with new default value - [`b3861ce`](https://github.com/mageddo/dns-proxy-server/commit/b3861ce9fc3aab1cd05494a1a3009b966afa1a51) updating basic running it - [`86bc619`](https://github.com/mageddo/dns-proxy-server/commit/86bc619b979756e45de9368d23a40e218f04e292) updating the running it docks - [`7853f6a`](https://github.com/mageddo/dns-proxy-server/commit/7853f6a717f86e4d8be0d63ba10aae45eff5e189) updated main features - [`b0a8802`](https://github.com/mageddo/dns-proxy-server/commit/b0a880204ffc219b16a6702a93670c09bcf0aa84) creating sample record by default - [`e5a1c20`](https://github.com/mageddo/dns-proxy-server/commit/e5a1c20a93820b7789962fb2ccf1d1bf9ab78810) adjusting test - [`b380850`](https://github.com/mageddo/dns-proxy-server/commit/b380850504bee0d0a33b9252b59e1e3f6d44a232) release notes - [`4019a29`](https://github.com/mageddo/dns-proxy-server/commit/4019a298af167a74ef02ac3856ec671f5e1efa9e) adjusting hosts and variable name - [`35b69e0`](https://github.com/mageddo/dns-proxy-server/commit/35b69e0afb5a0c9d17140448c13cc6ddf9734b80) Merge remote-tracking branch 'origin/master' into docs-update - [`6efd762`](https://github.com/mageddo/dns-proxy-server/commit/6efd762cf94540504aa01bd5f272b36d54aba6f7) updating commands ### 📊 Changes **13 files changed** (+145 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+25 -17) 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `docs/content/1-getting-started/_index.en.md` (+3 -18) 📝 `docs/content/1-getting-started/running-it/_index.en.md` (+40 -18) 📝 `docs/content/3-configuration/_index.en.md` (+12 -12) 📝 `docs/content/_index.en.md` (+8 -6) ➕ `docs/layouts/partials/toc.html` (+5 -0) 📝 `gradle.properties` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigJsonV2.java` (+16 -3) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/JsonConfigs.java` (+8 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/server/dns/Messages.java` (+0 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/server/dns/RequestHandlerDefault.java` (+4 -4) 📝 `src/test/resources/configs-test/002.json` (+19 -12) </details> ### 📄 Description Documenting feature introduced at #321 --- <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:12 +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#424
No description provided.