[PR #15] [MERGED] Feature/mg 212 #219

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/15
Author: @mageddo
Created: 2/18/2017
Status: Merged
Merged: 2/18/2017
Merged by: @mageddo

Base: v2-golangHead: feature/MG-212


📝 Commits (5)

📊 Changes

10 files changed (+59 additions, -15 deletions)

View changed files

📝 .gitignore (+1 -0)
Dockerfile (+3 -0)
📝 docker-compose.yml (+15 -1)
📝 src/dns.go (+11 -2)
📝 src/github.com/mageddo/dns-proxy-server/events/docker/DockerEvents.go (+16 -5)
📝 src/github.com/mageddo/dns-proxy-server/proxy/DnsSolver.go (+5 -2)
📝 src/github.com/mageddo/dns-proxy-server/proxy/DockerDnsSolver.go (+4 -2)
📝 src/github.com/mageddo/dns-proxy-server/proxy/LocalDnsSolver.go (+2 -1)
📝 src/github.com/mageddo/dns-proxy-server/proxy/RemoteDnsSolver.go (+2 -1)
📝 src/github.com/mageddo/dns-proxy-server/utils/utils.go (+0 -1)

📄 Description

  • Fixing network IP when not bridge
  • Adding docker
  • Adding logs

🔄 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/15 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/18/2017 **Status:** ✅ Merged **Merged:** 2/18/2017 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `v2-golang` ← **Head:** `feature/MG-212` --- ### 📝 Commits (5) - [`e3583ba`](https://github.com/mageddo/dns-proxy-server/commit/e3583baecab073e147c335cbf05929f74a154969) MG-212 setup docker - [`fb6e092`](https://github.com/mageddo/dns-proxy-server/commit/fb6e0923cafb7f20eb385e51f67e2db990350723) MG-212 fix thread id - [`24d16cb`](https://github.com/mageddo/dns-proxy-server/commit/24d16cb9ca32c3b348e50a20985591785c6d8cbf) MG-212 treating ip where no bridge network - [`1449200`](https://github.com/mageddo/dns-proxy-server/commit/14492009a779de9e2fa59f53e62aa7b64e978b88) MG-212 fixing logs - [`720673b`](https://github.com/mageddo/dns-proxy-server/commit/720673b9d5fc3696373b3ef0945bb8cf85f97077) MG-212 remove comented code ### 📊 Changes **10 files changed** (+59 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `Dockerfile` (+3 -0) 📝 `docker-compose.yml` (+15 -1) 📝 `src/dns.go` (+11 -2) 📝 `src/github.com/mageddo/dns-proxy-server/events/docker/DockerEvents.go` (+16 -5) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/DnsSolver.go` (+5 -2) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/DockerDnsSolver.go` (+4 -2) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/LocalDnsSolver.go` (+2 -1) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/RemoteDnsSolver.go` (+2 -1) 📝 `src/github.com/mageddo/dns-proxy-server/utils/utils.go` (+0 -1) </details> ### 📄 Description * Fixing network IP when not bridge * Adding docker * Adding logs --- <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:31 +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#219
No description provided.