mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #19] [MERGED] Feature/mg 274 Setup DNS server as a service #223
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#223
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/19
Author: @mageddo
Created: 5/3/2017
Status: ✅ Merged
Merged: 5/8/2017
Merged by: @mageddo
Base:
v2-golang← Head:feature/MG-274📝 Commits (10+)
a965a7aMG-274 adding service file08a6c65MG-274 setup service method0477ebcMG-274 set fullpathec122cfMG-274 removing contaINER if it exists14765b4setup docker build6ae8efaMG-274ddd2306ok54dcf02MG-274 adding default dns json option, fixing container name, voluming conf path83a9c18MG-274 fixing duplicated service entry, adding service without docker1b7f1a9MG-274 fixing docker start📊 Changes
16 files changed (+451 additions, -49 deletions)
View changed files
📝
Dockerfile(+4 -2)📝
README.md(+10 -1)➕
dns-proxy-service(+67 -0)📝
docker-compose.yml(+22 -16)📝
src/dns.go(+12 -5)📝
src/github.com/mageddo/dns-proxy-server/conf/DnsServerCleaner.go(+3 -2)📝
src/github.com/mageddo/dns-proxy-server/conf/SetMachineDnsServer.go(+1 -1)📝
src/github.com/mageddo/dns-proxy-server/conf/conf.go(+114 -11)📝
src/github.com/mageddo/dns-proxy-server/conf/conf_test.go(+55 -4)📝
src/github.com/mageddo/dns-proxy-server/events/local/LocalEvents.go(+3 -1)📝
src/github.com/mageddo/dns-proxy-server/flags/flags.go(+4 -0)➕
src/github.com/mageddo/dns-proxy-server/test/signal.go(+21 -0)➕
src/github.com/mageddo/dns-proxy-server/utils/exec.go(+50 -0)➕
src/github.com/mageddo/dns-proxy-server/utils/exec_test.go(+46 -0)📝
src/github.com/mageddo/dns-proxy-server/utils/exitcodes/exitcodes.go(+7 -2)📝
src/github.com/mageddo/dns-proxy-server/utils/utils.go(+32 -4)📄 Description
Tasks
Setou, porem pegou da primeira placa de rede, pode seri interessante poder escolher
Links
[#MG-274] Configurar Servidor como service.pdf
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.