mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #364] [MERGED] Fixes and Docs Updates #451
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#451
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/364
Author: @mageddo
Created: 3/16/2023
Status: ✅ Merged
Merged: 3/16/2023
Merged by: @mageddo
Base:
master← Head:feat/343📝 Commits (10+)
02e9de4configuring both file and command on macos1cf419breturning empty list when no dns servers configured089c81eDocs updatinge9ba5b9Docs updatingf3820a3configuringbc9d92efixing nginx startup6896da2new tutorialc9e98d4adjustinge81b18badjusting73532edreelase notes📊 Changes
18 files changed (+273 additions, -20 deletions)
View changed files
📝
RELEASE-NOTES.md(+4 -0)📝
docs/content/1-getting-started/running-it/mac/_index.en.md(+20 -12)📝
docs/content/1-getting-started/running-it/windows/_index.en.md(+1 -1)➕
docs/content/5-tutorials/_index.en.md(+12 -0)➕
docs/content/5-tutorials/docker-reverse-proxy.en.md(+121 -0)📝
docs/content/api/_index.en.md(+2 -2)📝
docs/content/versions/_index.en.md(+2 -2)➕
examples/api-gateway_service-discovery_reverse-proxy/Dockerfile(+5 -0)➕
examples/api-gateway_service-discovery_reverse-proxy/docker-compose.yml(+25 -0)➕
examples/api-gateway_service-discovery_reverse-proxy/index.html(+1 -0)➕
examples/api-gateway_service-discovery_reverse-proxy/nginx/README.md(+3 -0)➕
examples/api-gateway_service-discovery_reverse-proxy/nginx/entrypoint.sh(+14 -0)➕
examples/api-gateway_service-discovery_reverse-proxy/nginx/nginx.conf(+35 -0)➕
examples/api-gateway_service-discovery_reverse-proxy/nginx/reverse-proxy.conf(+17 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/dnsconfigurator/DnsConfiguratorOSX.java(+4 -1)📝
src/main/java/com/mageddo/net/osx/NetworkOSX.java(+1 -1)📝
src/main/java/com/mageddo/net/osx/Networks.java(+5 -0)📄 Description
Fixes #343 and #342
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.