[PR #145] [MERGED] Create a default network for DPS #299

Closed
opened 2026-02-26 04:34:47 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/142


📝 Commits (10+)

  • 74cbb22 creating dps network when it don't exists
  • 52a15ac fixing unit tests
  • 31334ca automatically connecting to docker network
  • 96d66b0 host.docker returns dps gateway ip when available
  • 0cde899 making some constants refactoring
  • 49abcbd fixing some issues
  • 9753109 connecting on network when the container starts
  • 5581198 simplifying code
  • a704454 refactoring
  • 91b5973 refactoring 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/145 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 8/11/2019 **Status:** ✅ Merged **Merged:** 8/18/2019 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/142` --- ### 📝 Commits (10+) - [`74cbb22`](https://github.com/mageddo/dns-proxy-server/commit/74cbb226d0f3c268ca7befa160d8d13f63bff4d9) creating dps network when it don't exists - [`52a15ac`](https://github.com/mageddo/dns-proxy-server/commit/52a15ac1906b0cb5ead6b8538ac96590920607e6) fixing unit tests - [`31334ca`](https://github.com/mageddo/dns-proxy-server/commit/31334caeea978e5e1c3c222604786d7b3009e6c4) automatically connecting to docker network - [`96d66b0`](https://github.com/mageddo/dns-proxy-server/commit/96d66b028227a267ecdc22a6683079260fee4b91) host.docker returns dps gateway ip when available - [`0cde899`](https://github.com/mageddo/dns-proxy-server/commit/0cde89901b90b0996365b0baf39eb811485f607a) making some constants refactoring - [`49abcbd`](https://github.com/mageddo/dns-proxy-server/commit/49abcbd2efe53fdc7a0ac6ed890f6014534f6786) fixing some issues - [`9753109`](https://github.com/mageddo/dns-proxy-server/commit/9753109b482c2187595e82e91cf8494f4a4e7e76) connecting on network when the container starts - [`5581198`](https://github.com/mageddo/dns-proxy-server/commit/5581198114cc64b63886bba87d3b5e716bdf7450) simplifying code - [`a704454`](https://github.com/mageddo/dns-proxy-server/commit/a704454409e6b7acfcc398fe9a976d1777a771be) refactoring - [`91b5973`](https://github.com/mageddo/dns-proxy-server/commit/91b5973db423c593be73e433930ac1c852364ea4) refactoring network find ### 📊 Changes **40 files changed** (+770 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Fixing #142 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#299
No description provided.