[PR #12] [MERGED] Feature/mg 207 #215

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

📋 Pull Request Information

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

Base: v2-golangHead: feature/MG-207


📝 Commits (8)

  • c34ef12 MG-207 setup docker containers cache
  • e1217cc MG-207 adding logs
  • 95ca757 MG-177 implementing docker resolution
  • 230253f MG-207 fixing some compilation erros
  • 828b888 MG-207 removing logs
  • 630f855 MG-207 fixing log
  • 84239b4 MG-207 mapping docker host process
  • f9083b9 MG-207 changing port

📊 Changes

5 files changed (+176 additions, -57 deletions)

View changed files

📝 docker-compose.yml (+1 -0)
📝 src/github.com/mageddo/dns-proxy-server/dns.go (+8 -3)
src/github.com/mageddo/dns-proxy-server/events/DockerEvents.go (+146 -0)
📝 src/github.com/mageddo/dns-proxy-server/proxy/DockerDnsSolver.go (+20 -53)
📝 src/github.com/mageddo/dns-proxy-server/proxy/RemoteDnsSolver.go (+1 -1)

📄 Description

No description provided


🔄 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/12 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 1/31/2017 **Status:** ✅ Merged **Merged:** 2/1/2017 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `v2-golang` ← **Head:** `feature/MG-207` --- ### 📝 Commits (8) - [`c34ef12`](https://github.com/mageddo/dns-proxy-server/commit/c34ef12f87276c96a4e37188f33b4bb27b32d268) MG-207 setup docker containers cache - [`e1217cc`](https://github.com/mageddo/dns-proxy-server/commit/e1217ccc0f03019f3c616d1c95bed52955f90488) MG-207 adding logs - [`95ca757`](https://github.com/mageddo/dns-proxy-server/commit/95ca75740f682e3b62b0a2e386a62e069fda1135) MG-177 implementing docker resolution - [`230253f`](https://github.com/mageddo/dns-proxy-server/commit/230253f57cadd3f80482e1d09ea47f43a36465fe) MG-207 fixing some compilation erros - [`828b888`](https://github.com/mageddo/dns-proxy-server/commit/828b888c0b7ac27ddd219cc7a578c6cb20a93efb) MG-207 removing logs - [`630f855`](https://github.com/mageddo/dns-proxy-server/commit/630f855a4b9e10d952985d086ae783ddc5893acc) MG-207 fixing log - [`84239b4`](https://github.com/mageddo/dns-proxy-server/commit/84239b4d5677e89328f5a90bd98d73d9b3d818c5) MG-207 mapping docker host process - [`f9083b9`](https://github.com/mageddo/dns-proxy-server/commit/f9083b95e03e6db15ff6c3f6bd29517cda95df81) MG-207 changing port ### 📊 Changes **5 files changed** (+176 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+1 -0) 📝 `src/github.com/mageddo/dns-proxy-server/dns.go` (+8 -3) ➕ `src/github.com/mageddo/dns-proxy-server/events/DockerEvents.go` (+146 -0) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/DockerDnsSolver.go` (+20 -53) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/RemoteDnsSolver.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:30 +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#215
No description provided.