[PR #59] [MERGED] Domains Wildcard - Feature/58 #247

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/59
Author: @mageddo
Created: 2/7/2018
Status: Merged
Merged: 2/7/2018
Merged by: @mageddo

Base: masterHead: feature/58


📝 Commits (10+)

📊 Changes

8 files changed (+256 additions, -116 deletions)

View changed files

📝 RELEASE-NOTES.md (+4 -0)
📝 VERSION (+1 -1)
📝 dns.go (+4 -1)
📝 events/docker/docker.go (+8 -24)
📝 proxy/docker.go (+37 -24)
proxy/docker_test.go (+68 -0)
📝 proxy/local.go (+53 -38)
📝 proxy/local_test.go (+81 -28)

📄 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/59 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/7/2018 **Status:** ✅ Merged **Merged:** 2/7/2018 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/58` --- ### 📝 Commits (10+) - [`9f83f69`](https://github.com/mageddo/dns-proxy-server/commit/9f83f69371d00f10d9c02a3639092cafffe0ccac) #58 adding host wildcard - [`a53efdc`](https://github.com/mageddo/dns-proxy-server/commit/a53efdc8ab579861c786f56b8b73f85320022357) #58 supporting wildcard, solving subdomains - [`37fc433`](https://github.com/mageddo/dns-proxy-server/commit/37fc433e42755e79fe877f23cafc858bad0183b0) #58 setting cache - [`72065b5`](https://github.com/mageddo/dns-proxy-server/commit/72065b5709ea2e3c733a3bd7a3df200645e3a5d2) #58 fixing log - [`56221bb`](https://github.com/mageddo/dns-proxy-server/commit/56221bb800dbeb60c9827b37382544eedf3891f2) #58 refactoring to implement domain mask - [`8213b00`](https://github.com/mageddo/dns-proxy-server/commit/8213b00fffb339d72748112786958a8eaa69c861) #58 implementing wildcard on local storage - [`04e2135`](https://github.com/mageddo/dns-proxy-server/commit/04e2135f8eff63f24c80a01b0f58a0bdf44a5369) #58 fixing feature and creating unit tests - [`d7a6113`](https://github.com/mageddo/dns-proxy-server/commit/d7a6113c04bee9773146b049f4a8c5b399a74695) #58 fixing compilation - [`34ec8bc`](https://github.com/mageddo/dns-proxy-server/commit/34ec8bc97cfd49ce471f89c51423bd6d1d2395c6) #58 fixing nil pointer - [`ff848b5`](https://github.com/mageddo/dns-proxy-server/commit/ff848b54225bcac8b796c43b5e42f32de0068eb7) #58 describing new version ### 📊 Changes **8 files changed** (+256 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `VERSION` (+1 -1) 📝 `dns.go` (+4 -1) 📝 `events/docker/docker.go` (+8 -24) 📝 `proxy/docker.go` (+37 -24) ➕ `proxy/docker_test.go` (+68 -0) 📝 `proxy/local.go` (+53 -38) 📝 `proxy/local_test.go` (+81 -28) </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:37 +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#247
No description provided.