mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #93] [MERGED] Feature/92 #264
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/92📝 Commits (10+)
db48f7dfixing logs9c8d7fd#92 creating proxy solver cache9126bc7#92 implementing timed cached4c7b34#92 using cache on dns resolution5564750#92 swap local cache to cache decorator54da782#92 reordering importsdb18731#92 updating answer ttl, fixing IOBe4be457#92 starting uuid setup427c400#92 support for uuidabb2e6a#92 adding uuid to logs requests📊 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.