[PR #67] [MERGED] Feature/48 #252

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/67
Author: @mageddo
Created: 5/6/2018
Status: Merged
Merged: 5/6/2018
Merged by: @mageddo

Base: masterHead: feature/48


📝 Commits (6)

📊 Changes

60 files changed (+809 additions, -2298 deletions)

View changed files

📝 RELEASE-NOTES.md (+3 -0)
📝 VERSION (+1 -1)
📝 conf/conf.go (+1 -2)
📝 conf/conf_test.go (+5 -9)
📝 controller/cache.go (+7 -8)
📝 controller/env.go (+26 -28)
📝 controller/env_test.go (+3 -11)
📝 controller/hostname.go (+27 -29)
📝 controller/hostname_test.go (+5 -15)
📝 controller/index.go (+4 -3)
controller/main.go (+0 -91)
📝 controller/statics.go (+2 -4)
📝 dns.go (+28 -33)
📝 docker-compose.yml (+11 -12)
📝 docs/Compiling-the-project-from-source.md (+2 -2)
📝 docs/Developing-at-the-project.md (+1 -1)
📝 events/docker/docker.go (+17 -21)
📝 events/local/local.go (+68 -82)
📝 events/local/local_test.go (+3 -5)
📝 log/log.go (+1 -41)

...and 40 more files

📄 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/67 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 5/6/2018 **Status:** ✅ Merged **Merged:** 5/6/2018 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/48` --- ### 📝 Commits (6) - [`535fc02`](https://github.com/mageddo/dns-proxy-server/commit/535fc02ddf15d0e6f16257234d308d2b70cbe137) #27 migrating to httpmap - [`7e2e35e`](https://github.com/mageddo/dns-proxy-server/commit/7e2e35edf2c65fb27f68486883032b69da34c201) #27 migrating to new go-logging major - [`f789738`](https://github.com/mageddo/dns-proxy-server/commit/f789738a2d105f9b2eeb91e268a73acda42cb0a8) #48 fixing tests compile errors - [`d1807b3`](https://github.com/mageddo/dns-proxy-server/commit/d1807b3427b1d4591b6b84e7d944093749295328) #48 fixing missing tests compile errors - [`e394eca`](https://github.com/mageddo/dns-proxy-server/commit/e394eca106d418e2a11a8a495c06028bf9fff808) #48 bump version - [`4559ede`](https://github.com/mageddo/dns-proxy-server/commit/4559ede3e7028aeaaca64d75a744dd57ab2661b9) #48 adding release notes ### 📊 Changes **60 files changed** (+809 additions, -2298 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+3 -0) 📝 `VERSION` (+1 -1) 📝 `conf/conf.go` (+1 -2) 📝 `conf/conf_test.go` (+5 -9) 📝 `controller/cache.go` (+7 -8) 📝 `controller/env.go` (+26 -28) 📝 `controller/env_test.go` (+3 -11) 📝 `controller/hostname.go` (+27 -29) 📝 `controller/hostname_test.go` (+5 -15) 📝 `controller/index.go` (+4 -3) ➖ `controller/main.go` (+0 -91) 📝 `controller/statics.go` (+2 -4) 📝 `dns.go` (+28 -33) 📝 `docker-compose.yml` (+11 -12) 📝 `docs/Compiling-the-project-from-source.md` (+2 -2) 📝 `docs/Developing-at-the-project.md` (+1 -1) 📝 `events/docker/docker.go` (+17 -21) 📝 `events/local/local.go` (+68 -82) 📝 `events/local/local_test.go` (+3 -5) 📝 `log/log.go` (+1 -41) _...and 40 more files_ </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:38 +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#252
No description provided.