mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #299] [MERGED] DPS 3 - Docs update and minor fixes #404
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#404
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/299
Author: @mageddo
Created: 2/22/2023
Status: ✅ Merged
Merged: 2/22/2023
Merged by: @mageddo
Base:
master← Head:docs-improvement📝 Commits (10+)
0d0f4b6updating developing at the project instructionsadb7ed6Fixing wildcard solvingdf56d02updating release notes17375b9Fixing default log level which is INFO13818bcadd description8e5a62fupgrading cd80e3d60updating the docse6fa8e3improving the docs86516ecupdating the docsbca9a0eset hugo version📊 Changes
33 files changed (+606 additions, -290 deletions)
View changed files
➖
DRAFT.md(+0 -102)📝
Dockerfile.deploy(+1 -1)📝
README.md(+3 -0)📝
RELEASE-NOTES.md(+7 -0)📝
build.gradle(+2 -1)📝
docs/content/2-features/accessing-container-by-name/_index.en.md(+4 -0)📝
docs/content/2-features/dps-network-resolution/_index.en.md(+19 -22)📝
docs/content/2-features/logs/_index.en.md(+20 -13)📝
docs/content/2-features/multiple-environments/_index.en.md(+4 -4)📝
docs/content/2-features/specify-from-which-network-solve-container/_index.en.md(+2 -2)📝
docs/content/3-configuration/_index.en.md(+43 -39)📝
docs/content/4-compiling/_index.en.md(+8 -43)📝
docs/content/5-developing/_index.en.md(+2 -22)📝
docs/content/6-generating-docs/_index.en.md(+3 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/docker/DockerDAODefault.java(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/docker/DockerNetworkDAODefault.java(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/docker/DockerNetworkService.java(+18 -17)📝
src/main/java/com/mageddo/dnsproxyserver/docker/DockerService.java(+4 -3)📝
src/main/java/com/mageddo/dnsproxyserver/docker/DpsContainerManager.java(+2 -2)...and 13 more files
📄 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.