mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #381] [MERGED] Windows Binary: Docker containers Solving #461
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#461
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/381
Author: @mageddo
Created: 3/19/2023
Status: ✅ Merged
Merged: 3/19/2023
Merged by: @mageddo
Base:
master← Head:feat/314📝 Commits (9)
f3bc7f0new service to return machine ipb9ee773convert to linux new line134a66dfixing platform dependent testa9f24a5fixing test5fadf40updating the docs3134dfbadjusting the tutorial7b613d4release notes2bd95be[Gradle Release Plugin] - new version commit: '3.14.3-snapshot'.a23fdcarelease notes📊 Changes
14 files changed (+69 additions, -26 deletions)
View changed files
📝
.gitattributes(+3 -0)📝
RELEASE-NOTES.md(+3 -1)📝
docs/content/1-getting-started/running-it/mac/_index.en.md(+3 -1)📝
docs/content/1-getting-started/running-it/windows/_index.en.md(+6 -5)📝
docs/content/5-tutorials/docker-reverse-proxy.en.md(+4 -7)📝
examples/api-gateway_service-discovery_reverse-proxy/Dockerfile(+1 -1)📝
examples/api-gateway_service-discovery_reverse-proxy/nginx/entrypoint.sh(+1 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/docker/DockerConnectionCheck.java(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/server/dns/IP.java(+4 -0)📝
src/main/java/com/mageddo/dnsproxyserver/server/dns/solver/SolverSystem.java(+3 -3)➕
src/main/java/com/mageddo/dnsproxyserver/usecase/HostMachineService.java(+32 -0)📝
src/test/java/com/mageddo/dnsproxyserver/config/flags/ConfigFlagTest.java(+2 -1)📝
src/test/java/com/mageddo/dnsproxyserver/server/dns/solver/SolverSystemCompTest.java(+5 -5)📄 Description
Fixes #314
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.