[PR #93] [MERGED] Feature/92 #264

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/93
Author: @mageddo
Created: 11/17/2018
Status: Merged
Merged: 11/17/2018
Merged by: @mageddo

Base: masterHead: feature/92


📝 Commits (10+)

📊 Changes

21 files changed (+362 additions, -130 deletions)

View changed files

📝 RELEASE-NOTES.md (+4 -0)
📝 VERSION (+1 -1)
📝 cache/cache.go (+4 -0)
cache/timed/timecache.go (+73 -0)
📝 cache/timed/timedvalue.go (+1 -0)
📝 dns.go (+43 -34)
proxy/cache.go (+46 -0)
proxy/cache_test.go (+67 -0)
📝 proxy/docker.go (+5 -5)
📝 proxy/docker_test.go (+1 -1)
📝 proxy/local.go (+6 -38)
📝 proxy/local_test.go (+6 -6)
📝 proxy/proxy.go (+0 -3)
📝 proxy/remote.go (+9 -10)
📝 proxy/remote_test.go (+3 -3)
📝 proxy/system.go (+2 -2)
reference/refence.go (+16 -0)
📝 utils/utils.go (+7 -7)
📝 vendor/github.com/mageddo/go-logging/logging.go (+1 -1)
📝 vendor/github.com/mageddo/go-logging/nativelogger.go (+64 -16)

...and 1 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/93 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 11/17/2018 **Status:** ✅ Merged **Merged:** 11/17/2018 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/92` --- ### 📝 Commits (10+) - [`db48f7d`](https://github.com/mageddo/dns-proxy-server/commit/db48f7dd8a8cb7fd403902e8e381f96bd0af4057) fixing logs - [`9c8d7fd`](https://github.com/mageddo/dns-proxy-server/commit/9c8d7fde2ac20792c1f0808f9a60957bb9df1525) #92 creating proxy solver cache - [`9126bc7`](https://github.com/mageddo/dns-proxy-server/commit/9126bc7e2ec5145b4944422020470d41afeebc26) #92 implementing timed cache - [`d4c7b34`](https://github.com/mageddo/dns-proxy-server/commit/d4c7b34dca7db0a454bc95c395efadfedb77c5c8) #92 using cache on dns resolution - [`5564750`](https://github.com/mageddo/dns-proxy-server/commit/5564750391471af3ae5681d9d4ccac62b782a83a) #92 swap local cache to cache decorator - [`54da782`](https://github.com/mageddo/dns-proxy-server/commit/54da7829bb25caead1e7a87208cc67fdf644ad27) #92 reordering imports - [`db18731`](https://github.com/mageddo/dns-proxy-server/commit/db187319e4bc3f406b0df842657488dbe9ab5556) #92 updating answer ttl, fixing IOB - [`e4be457`](https://github.com/mageddo/dns-proxy-server/commit/e4be457fcb5931e70f58ef1543a7d065aeb16fd5) #92 starting uuid setup - [`427c400`](https://github.com/mageddo/dns-proxy-server/commit/427c40018584a43b2503b07eed3c4bd120f25642) #92 support for uuid - [`abb2e6a`](https://github.com/mageddo/dns-proxy-server/commit/abb2e6ab9d640c81bf99038ec0f415f716400252) #92 adding uuid to logs requests ### 📊 Changes **21 files changed** (+362 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `VERSION` (+1 -1) 📝 `cache/cache.go` (+4 -0) ➕ `cache/timed/timecache.go` (+73 -0) 📝 `cache/timed/timedvalue.go` (+1 -0) 📝 `dns.go` (+43 -34) ➕ `proxy/cache.go` (+46 -0) ➕ `proxy/cache_test.go` (+67 -0) 📝 `proxy/docker.go` (+5 -5) 📝 `proxy/docker_test.go` (+1 -1) 📝 `proxy/local.go` (+6 -38) 📝 `proxy/local_test.go` (+6 -6) 📝 `proxy/proxy.go` (+0 -3) 📝 `proxy/remote.go` (+9 -10) 📝 `proxy/remote_test.go` (+3 -3) 📝 `proxy/system.go` (+2 -2) ➕ `reference/refence.go` (+16 -0) 📝 `utils/utils.go` (+7 -7) 📝 `vendor/github.com/mageddo/go-logging/logging.go` (+1 -1) 📝 `vendor/github.com/mageddo/go-logging/nativelogger.go` (+64 -16) _...and 1 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:40 +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#264
No description provided.