mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #145] [MERGED] Create a default network for DPS #299
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#299
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/145
Author: @mageddo
Created: 8/11/2019
Status: ✅ Merged
Merged: 8/18/2019
Merged by: @mageddo
Base:
master← Head:feature/142📝 Commits (10+)
74cbb22creating dps network when it don't exists52a15acfixing unit tests31334caautomatically connecting to docker network96d66b0host.docker returns dps gateway ip when available0cde899making some constants refactoring49abcbdfixing some issues9753109connecting on network when the container starts5581198simplifying codea704454refactoring91b5973refactoring network find📊 Changes
40 files changed (+770 additions, -167 deletions)
View changed files
📝
Dockerfile(+1 -0)📝
Dockerfile.arm7x86(+1 -0)📝
Dockerfile.arm7x86.hub(+1 -0)📝
Dockerfile.arm8x64(+1 -0)📝
Dockerfile.arm8x64.hub(+1 -0)📝
Dockerfile.builder(+1 -0)📝
Dockerfile.go.builder(+1 -0)📝
Dockerfile.hub(+1 -1)📝
RELEASE-NOTES.md(+5 -0)📝
VERSION(+1 -1)📝
builder.bash(+2 -2)📝
conf/conf.go(+30 -5)➕
controller/v1/network.go(+25 -0)➕
controller/v1/vo/network.go(+9 -0)📝
dns.go(+3 -4)➕
docker/dockernetwork/dockernetwork.go(+286 -0)📝
docs/content/2-features/accessing-container-by-name/_index.en.md(+1 -1)➕
docs/content/2-features/dps-network-resolution/_index.en.md(+96 -0)📝
docs/content/3-configuration/_index.en.md(+7 -1)📝
docs/content/6-generating-docs/_index.en.md(+1 -1)...and 20 more files
📄 Description
Fixing #142
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.