mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #414] [MERGED] Introducing option to customize rcode #484
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#484
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/414
Author: @mageddo
Created: 4/12/2023
Status: ✅ Merged
Merged: 4/12/2023
Merged by: @mageddo
Base:
master← Head:386📝 Commits (6)
9e33faboption to customize default r code83b9945missing implcba9ac1missing impl3328537adjusting the docs3427f37adjusting the docsac7676c[Gradle Release Plugin] - new version commit: '3.15.13-snapshot'.📊 Changes
20 files changed (+77 additions, -13 deletions)
View changed files
📝
RELEASE-NOTES.md(+2 -0)📝
docs/content/3-configuration/_index.en.md(+9 -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(+3 -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(+5 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigJsonV2.java(+2 -0)📝
src/main/java/com/mageddo/dnsproxyserver/server/dns/RequestHandlerDefault.java(+6 -2)📝
src/main/java/com/mageddo/dnsproxyserver/utils/Envs.java(+11 -0)📝
src/test/java/com/mageddo/dnsproxyserver/config/entrypoint/JsonConfigsTest.java(+8 -8)📝
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(+6 -1)📝
src/test/resources/json-configs-test/001.json(+1 -0)📄 Description
Relates to #386
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.