mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #18] [MERGED] Feature/mg 214 #222
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#222
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/18
Author: @mageddo
Created: 3/30/2017
Status: ✅ Merged
Merged: 4/21/2017
Merged by: @mageddo
Base:
v2-golang← Head:feature/MG-214📝 Commits (10+)
a3002b7adding nslookup sampleba9a36dMerge remote-tracking branch 'origin/v2-golang' into feature/MG-214701374dMG-214 setup flag parsere91cf22MG-214 fixing flagsd0a7cbaMG-214 setup flags930fbe0MG-214 adding logger7b3b569MG-214 criando estrutura basica para intepretar o resolv.conf5ff4b57MG-214 method to set the dns server5c92317MG-214 fixing write resolvconf errosf7da455MG-214 adding test framework📊 Changes
17 files changed (+596 additions, -53 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
README.md(+62 -2)📝
docker-compose.yml(+6 -2)📝
src/conf/config.sample.json(+18 -2)📝
src/dns.go(+29 -33)➕
src/github.com/mageddo/dns-proxy-server/conf/DnsServerCleaner.go(+30 -0)➕
src/github.com/mageddo/dns-proxy-server/conf/SetMachineDnsServer.go(+39 -0)➕
src/github.com/mageddo/dns-proxy-server/conf/conf.go(+224 -0)➕
src/github.com/mageddo/dns-proxy-server/conf/conf_test.go(+90 -0)📝
src/github.com/mageddo/dns-proxy-server/events/local/LocalEvents.go(+9 -10)➕
src/github.com/mageddo/dns-proxy-server/flags/flags.go(+27 -0)➕
src/github.com/mageddo/dns-proxy-server/test/etcresolv.go(+28 -0)➕
src/github.com/mageddo/dns-proxy-server/utils/env/env.go(+7 -0)➕
src/github.com/mageddo/dns-proxy-server/utils/exitcodes/exitcodes.go(+19 -0)📝
src/github.com/mageddo/dns-proxy-server/utils/utils.go(+3 -1)📝
src/github.com/mageddo/log/logger.go(+1 -3)➕
src/github.com/stretchr/testify(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.