[PR #72] [MERGED] Fixing log level and wildcard features #254

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/72
Author: @mageddo
Created: 5/31/2018
Status: Merged
Merged: 5/31/2018
Merged by: @mageddo

Base: masterHead: feature/60


📝 Commits (10+)

📊 Changes

22 files changed (+269 additions, -137 deletions)

View changed files

📝 README.md (+9 -9)
📝 RELEASE-NOTES.md (+5 -0)
📝 VERSION (+1 -1)
📝 builder (+6 -1)
📝 conf/conf.go (+20 -5)
📝 conf/conf_test.go (+4 -3)
📝 dns.go (+1 -6)
📝 docker-compose.yml (+1 -2)
docs/Compiling-the-project-from-source.md (+0 -28)
docs/Features.md (+0 -52)
📝 docs/README.md (+2 -3)
docs/developing/Compiling-the-project-from-source.md (+39 -0)
📝 docs/developing/Developing-at-the-project.md (+1 -2)
📝 docs/developing/Generate-version.md (+0 -0)
docs/features.md (+83 -0)
📝 events/docker/docker.go (+4 -3)
📝 flags/flags.go (+1 -1)
📝 log/log.go (+4 -0)
📝 proxy/docker.go (+25 -7)
📝 vendor/github.com/mageddo/go-logging/logging.go (+49 -9)

...and 2 more files

📄 Description

  • Fixing log level that stopped of work after 2.5.0
  • Fixing and increasing docs development instructions
  • Fixing wildcard resolution were not solving main domain to docker container, just the subdomains

🔄 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/72 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 5/31/2018 **Status:** ✅ Merged **Merged:** 5/31/2018 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/60` --- ### 📝 Commits (10+) - [`35a78f9`](https://github.com/mageddo/dns-proxy-server/commit/35a78f986d0444da0aa083f915530b1ab40a5603) #60 upgrade logging framework - [`4216802`](https://github.com/mageddo/dns-proxy-server/commit/4216802320b6828c1eef80d763b65b06987c1c23) #60 updating docs, mapping log level options - [`ab64027`](https://github.com/mageddo/dns-proxy-server/commit/ab64027fb397aef4e73bd1db760bad9d0eb6d974) #60 fixing unit tests - [`b13de25`](https://github.com/mageddo/dns-proxy-server/commit/b13de25761a40dd82bf050c4b5410945fa3b3fa0) updating docs - [`24366c8`](https://github.com/mageddo/dns-proxy-server/commit/24366c84cfe2f47e6b535d2dcc61b89e2bb9af3e) #60 removing invalid options - [`5789b25`](https://github.com/mageddo/dns-proxy-server/commit/5789b25e03a9c6f681e2da1406471aded6b629b3) #60 fixing docs - [`41f3a67`](https://github.com/mageddo/dns-proxy-server/commit/41f3a67b40673fac5b5e0c83703ac84de186fd88) #60 fixing developing instructions - [`6dc1766`](https://github.com/mageddo/dns-proxy-server/commit/6dc17665ae8fa38c11d74c98281da8b2254edc02) #60 fixing docs and some fixing some logs that didn't respect the log level - [`6c1428e`](https://github.com/mageddo/dns-proxy-server/commit/6c1428e4a1d3a32e963e07602a1c221e9472140c) #60 adding release notes - [`d525952`](https://github.com/mageddo/dns-proxy-server/commit/d525952a8cbcce54b9068ff3b6fef5ce581d37eb) #60 refactoring docs ### 📊 Changes **22 files changed** (+269 additions, -137 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+9 -9) 📝 `RELEASE-NOTES.md` (+5 -0) 📝 `VERSION` (+1 -1) 📝 `builder` (+6 -1) 📝 `conf/conf.go` (+20 -5) 📝 `conf/conf_test.go` (+4 -3) 📝 `dns.go` (+1 -6) 📝 `docker-compose.yml` (+1 -2) ➖ `docs/Compiling-the-project-from-source.md` (+0 -28) ➖ `docs/Features.md` (+0 -52) 📝 `docs/README.md` (+2 -3) ➕ `docs/developing/Compiling-the-project-from-source.md` (+39 -0) 📝 `docs/developing/Developing-at-the-project.md` (+1 -2) 📝 `docs/developing/Generate-version.md` (+0 -0) ➕ `docs/features.md` (+83 -0) 📝 `events/docker/docker.go` (+4 -3) 📝 `flags/flags.go` (+1 -1) 📝 `log/log.go` (+4 -0) 📝 `proxy/docker.go` (+25 -7) 📝 `vendor/github.com/mageddo/go-logging/logging.go` (+49 -9) _...and 2 more files_ </details> ### 📄 Description * Fixing log level that stopped of work after **2.5.0** * Fixing and increasing docs development instructions * Fixing wildcard resolution were not solving main domain to docker container, just the subdomains --- <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#254
No description provided.