mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #443] [MERGED] Feature toggle to turn off Host Machine IP fallback #497
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#497
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/443
Author: @mageddo
Created: 5/8/2024
Status: ✅ Merged
Merged: 5/8/2024
Merged by: @mageddo
Base:
master← Head:feat/442📝 Commits (10+)
a2e430ecreating feature togglef944efcfixing testsbc26bcfall tests fixedd45d964introduced toggle check, tests are passing2fc84e1test createdb7f4971all testedca80cd2adjustmentsf1b625dformatting42f04e3fixing test04d8acfupdating the docs about the new feature📊 Changes
19 files changed (+182 additions, -15 deletions)
View changed files
📝
RELEASE-NOTES.md(+3 -0)📝
docs/content/3-configuration/_index.en.md(+12 -1)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/config/Config.java(+2 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/Configs.java(+5 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigEnv.java(+4 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigFlag.java(+10 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigJson.java(+2 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigJsonV1.java(+10 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigJsonV2.java(+7 -0)📝
src/main/java/com/mageddo/dnsproxyserver/docker/ContainerSolvingService.java(+24 -7)➕
src/test/java/com/mageddo/dnsproxyserver/docker/ContainerSolvingServiceTest.java(+86 -0)📝
src/test/resources/config-json-v1-test/002.json(+1 -0)📝
src/test/resources/configs-test/001.json(+1 -0)📝
src/test/resources/configs-test/002.json(+1 -0)📝
src/test/resources/configs-test/004.json(+1 -0)📝
src/test/resources/flags-test/001.json(+1 -0)📝
src/test/resources/flags-test/002.txt(+10 -6)📝
src/test/resources/json-configs-test/001.json(+1 -0)📄 Description
Fixe #442
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.