mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #24] [MERGED] Feature/mg 359 - Service stopped of work in normal mode #228
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#228
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/24
Author: @mageddo
Created: 7/22/2017
Status: ✅ Merged
Merged: 7/22/2017
Merged by: @mageddo
Base:
master← Head:feature/MG-359📝 Commits (9)
d2ce005MG-359 refactoring service install0ab2b99MG-359 testing normal mode0c74b98MG-359 Simplify the testf7bfbb6MG-359 fixing main file, and normal mode test0c60eceMG-359 fixing test693a0abMG-359 unnecessary logs and removing service file9ae746bMG-359 pointing to const2566eb4[Gradle Release Plugin] - releasing '2.0.21'.def67e9[Gradle Release Plugin] - new version commit: '2.0.22'.📊 Changes
14 files changed (+293 additions, -179 deletions)
View changed files
📝
Dockerfile.hub(+1 -1)📝
VERSION(+1 -1)📝
builder(+3 -2)➖
dns-proxy-service(+0 -67)📝
docker-compose.yml(+2 -2)📝
gradle.properties(+1 -1)📝
src/dns.go(+6 -14)📝
src/github.com/mageddo/dns-proxy-server/conf/conf.go(+1 -91)📝
src/github.com/mageddo/dns-proxy-server/flags/flags.go(+4 -0)➕
src/github.com/mageddo/dns-proxy-server/service/docker.go(+23 -0)➕
src/github.com/mageddo/dns-proxy-server/service/normal.go(+9 -0)➕
src/github.com/mageddo/dns-proxy-server/service/service.go(+191 -0)➕
src/github.com/mageddo/dns-proxy-server/service/service_test.go(+39 -0)📝
src/github.com/mageddo/dns-proxy-server/utils/utils.go(+12 -0)📄 Description
Since 2.0.20 the Docker service setup has stopped of work using normal mode
How to reproduce
What happen
The DNS Proxy server doesn't install as a service
What is expected
The DNS Proxy server installed as a service
Cause
The cause is the line src/github.com/mageddo/dns-proxy-server/conf/conf.go:274, the fmt verbs don't exist at this point when in normal mode
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.