[PR #338] [MERGED] Better resilience for env flags parse #431

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/338
Author: @mageddo
Created: 3/4/2023
Status: Merged
Merged: 3/4/2023
Merged by: @mageddo

Base: masterHead: feat/196


📝 Commits (4)

  • 3003323 Accepting true case insensitive as a valid flag and documenting it
  • 32ce52e Testing
  • 9cb1801 release notes
  • 7c540cb [Gradle Release Plugin] - new version commit: '3.8.0'.

📊 Changes

6 files changed (+59 additions, -5 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE-NOTES.md (+4 -1)
📝 docs/content/3-configuration/_index.en.md (+5 -1)
📝 gradle.properties (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/utils/Envs.java (+5 -1)
src/test/java/com/mageddo/dnsproxyserver/utils/EnvsTest.java (+43 -0)

📄 Description

Fixes #196


🔄 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/338 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 3/4/2023 **Status:** ✅ Merged **Merged:** 3/4/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/196` --- ### 📝 Commits (4) - [`3003323`](https://github.com/mageddo/dns-proxy-server/commit/3003323ed5537b1c50356737313ad9df0ceba3bf) Accepting true case insensitive as a valid flag and documenting it - [`32ce52e`](https://github.com/mageddo/dns-proxy-server/commit/32ce52eefae27ab1589bf8eb9d82b30b93aaea44) Testing - [`9cb1801`](https://github.com/mageddo/dns-proxy-server/commit/9cb18017019f63999335a65b34cfec018c004df7) release notes - [`7c540cb`](https://github.com/mageddo/dns-proxy-server/commit/7c540cb73c549862f5881a2bca7d44eeb8657000) [Gradle Release Plugin] - new version commit: '3.8.0'. ### 📊 Changes **6 files changed** (+59 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE-NOTES.md` (+4 -1) 📝 `docs/content/3-configuration/_index.en.md` (+5 -1) 📝 `gradle.properties` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/utils/Envs.java` (+5 -1) ➕ `src/test/java/com/mageddo/dnsproxyserver/utils/EnvsTest.java` (+43 -0) </details> ### 📄 Description Fixes #196 --- <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:13 +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#431
No description provided.