[PR #13] [MERGED] Feature/mg 212 #217

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/13
Author: @mageddo
Created: 2/1/2017
Status: Merged
Merged: 2/4/2017
Merged by: @mageddo

Base: v2-golangHead: feature/MG-212


📝 Commits (9)

  • cd39312 MG-212 creating structure to store initial file
  • 8cd74cc MG-212 tratando a criacao da struct
  • 52c58eb MG-212 creating save dns function
  • 4a5d139 MG-212 implementing local resolver
  • f33e23d MG-212 fixing errors
  • c198008 MG-212 organize code
  • d6d0126 MG-212 adding some features
  • 4605d95 MG-212 fixing remove
  • 17b736f MG-212 fixing remove

📊 Changes

7 files changed (+184 additions, -10 deletions)

View changed files

📝 README.md (+6 -0)
src/conf/config.sample.json (+4 -0)
📝 src/dns.go (+8 -4)
📝 src/github.com/mageddo/dns-proxy-server/events/docker/DockerEvents.go (+1 -1)
src/github.com/mageddo/dns-proxy-server/events/local/LocalEvents.go (+137 -0)
📝 src/github.com/mageddo/dns-proxy-server/proxy/DockerDnsSolver.go (+3 -3)
📝 src/github.com/mageddo/dns-proxy-server/proxy/LocalDnsSolver.go (+25 -2)

📄 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/13 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/1/2017 **Status:** ✅ Merged **Merged:** 2/4/2017 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `v2-golang` ← **Head:** `feature/MG-212` --- ### 📝 Commits (9) - [`cd39312`](https://github.com/mageddo/dns-proxy-server/commit/cd39312ae57f1605af5b3c9d05b20ea5661e522f) MG-212 creating structure to store initial file - [`8cd74cc`](https://github.com/mageddo/dns-proxy-server/commit/8cd74ccbc36c3ef439c4c83c8109f4247cbbce73) MG-212 tratando a criacao da struct - [`52c58eb`](https://github.com/mageddo/dns-proxy-server/commit/52c58eb0342a29f6471ef1d02723f89d8bb716f4) MG-212 creating save dns function - [`4a5d139`](https://github.com/mageddo/dns-proxy-server/commit/4a5d139873ca89700d00a89707dbdbe0487e8e0b) MG-212 implementing local resolver - [`f33e23d`](https://github.com/mageddo/dns-proxy-server/commit/f33e23d1ab87ef4086b0572ac3b7a9a188cba735) MG-212 fixing errors - [`c198008`](https://github.com/mageddo/dns-proxy-server/commit/c19800818367a8d475e47dcbc101232c22a10f53) MG-212 organize code - [`d6d0126`](https://github.com/mageddo/dns-proxy-server/commit/d6d0126f5377af57df741a79c53b66b1afbe47bd) MG-212 adding some features - [`4605d95`](https://github.com/mageddo/dns-proxy-server/commit/4605d9584e7bb373ea30aa2699c7f97a96672349) MG-212 fixing remove - [`17b736f`](https://github.com/mageddo/dns-proxy-server/commit/17b736f16ccff755a24ee7d832a7eac82581e7f5) MG-212 fixing remove ### 📊 Changes **7 files changed** (+184 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) ➕ `src/conf/config.sample.json` (+4 -0) 📝 `src/dns.go` (+8 -4) 📝 `src/github.com/mageddo/dns-proxy-server/events/docker/DockerEvents.go` (+1 -1) ➕ `src/github.com/mageddo/dns-proxy-server/events/local/LocalEvents.go` (+137 -0) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/DockerDnsSolver.go` (+3 -3) 📝 `src/github.com/mageddo/dns-proxy-server/proxy/LocalDnsSolver.go` (+25 -2) </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: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#217
No description provided.