[PR #186] [MERGED] Fixing gateway ip resolution when not in DPS network #326

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/186
Author: @mageddo
Created: 1/9/2020
Status: Merged
Merged: 1/9/2020
Merged by: @mageddo

Base: masterHead: fix/183


📝 Commits (6)

  • d08bda3 moving logs
  • 31bf728 setup some logs, getting gateway ip from bridge network then from first network if any
  • 0da5f94 moving method
  • 7162bf4 testing
  • 2c8bf21 creating more tests
  • 4ea6cdf setup release notes

📊 Changes

9 files changed (+158 additions, -53 deletions)

View changed files

📝 RELEASE-NOTES.md (+3 -0)
📝 VERSION (+1 -1)
📝 docker/dockernetwork/dockernetwork.go (+44 -4)
docker/dockernetwork/dockernetwork_mock.go (+26 -0)
docker/dockernetwork/dockernetwork_test.go (+69 -0)
📝 events/docker/docker_test.go (+12 -28)
📝 proxy/system.go (+0 -13)
📝 resolvconf/resolvconf.go (+3 -6)
📝 resolvconf/resolvconf_test.go (+0 -1)

📄 Description

Fixing #183


🔄 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/186 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 1/9/2020 **Status:** ✅ Merged **Merged:** 1/9/2020 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `fix/183` --- ### 📝 Commits (6) - [`d08bda3`](https://github.com/mageddo/dns-proxy-server/commit/d08bda3960b599e1ce075f0a32913bb8a601c523) moving logs - [`31bf728`](https://github.com/mageddo/dns-proxy-server/commit/31bf72872a3fb9609f10eadd7b81d42c84ac8fe7) setup some logs, getting gateway ip from bridge network then from first network if any - [`0da5f94`](https://github.com/mageddo/dns-proxy-server/commit/0da5f94a486d83d0a5ef699c68b000390744e830) moving method - [`7162bf4`](https://github.com/mageddo/dns-proxy-server/commit/7162bf452d769d97f137f91da6122b2c0cd47521) testing - [`2c8bf21`](https://github.com/mageddo/dns-proxy-server/commit/2c8bf21eb4d2ea20d489df5f894c70ab95270d30) creating more tests - [`4ea6cdf`](https://github.com/mageddo/dns-proxy-server/commit/4ea6cdfcc727920141f33aa5ab46f71335c78cd9) setup release notes ### 📊 Changes **9 files changed** (+158 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+3 -0) 📝 `VERSION` (+1 -1) 📝 `docker/dockernetwork/dockernetwork.go` (+44 -4) ➕ `docker/dockernetwork/dockernetwork_mock.go` (+26 -0) ➕ `docker/dockernetwork/dockernetwork_test.go` (+69 -0) 📝 `events/docker/docker_test.go` (+12 -28) 📝 `proxy/system.go` (+0 -13) 📝 `resolvconf/resolvconf.go` (+3 -6) 📝 `resolvconf/resolvconf_test.go` (+0 -1) </details> ### 📄 Description Fixing #183 --- <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:52 +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#326
No description provided.