mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #296] [MERGED] DPS 3 - Minor fixes #400
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/296
Author: @mageddo
Created: 2/22/2023
Status: ✅ Merged
Merged: 2/22/2023
Merged by: @mageddo
Base:
master← Head:dps-3-minor-fixes📝 Commits (7)
42d4790disabling quarkus bannerb264fbafixing was caching dns server timeout8e08e5fAlso try to solve conf from dps binary path9c6698eFixing log level convention5095cderelease notesdbad175remove test which dont makes senseb0d8ed4testing already correct case📊 Changes
15 files changed (+222 additions, -16 deletions)
View changed files
📝
RELEASE-NOTES.md(+8 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/config/Configs.java(+8 -1)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/LogLevel.java(+22 -3)📝
src/main/java/com/mageddo/dnsproxyserver/quarkus/QuarkusConfig.java(+3 -1)📝
src/main/java/com/mageddo/dnsproxyserver/server/dns/solver/SolverRemote.java(+4 -1)📝
src/main/java/com/mageddo/dnsproxyserver/server/dns/solver/SolversCache.java(+8 -8)📝
src/main/java/com/mageddo/utils/Files.java(+4 -0)➕
src/main/java/com/mageddo/utils/Runtime.java(+72 -0)📝
src/main/resources/application.properties(+2 -0)📝
src/test/java/com/mageddo/dnsproxyserver/config/ConfigsTest.java(+28 -0)➕
src/test/java/com/mageddo/dnsproxyserver/quarkus/QuarkusConfigTest.java(+23 -0)📝
src/test/java/com/mageddo/dnsproxyserver/server/dns/solver/SolversCacheTest.java(+14 -0)➕
src/test/java/com/mageddo/dnsproxyserver/templates/ConfigFlagTemplates.java(+15 -0)📝
src/test/java/com/mageddo/dnsproxyserver/templates/ConfigTemplates.java(+10 -1)📄 Description
Partially fixing https://github.com/mageddo/dns-proxy-server/issues/267
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.