mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #130] [MERGED] Fix Docker instructions and add option to bind both DNS to both UDP and TCP #307
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#307
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/acme-dns/acme-dns/pull/130
Author: @joohoi
Created: 12/13/2018
Status: ✅ Merged
Merged: 12/13/2018
Merged by: @joohoi
Base:
master← Head:both_dns_proto📝 Commits (1)
292ec87Fix Docker instructions and add option to bind both UDP and TCP DNS listeners📊 Changes
6 files changed (+38 additions, -12 deletions)
View changed files
📝
Dockerfile(+1 -0)📝
README.md(+7 -2)📝
config.cfg(+5 -4)📝
docker-compose.yml(+1 -0)📝
main.go(+23 -5)📝
main_test.go(+1 -1)📄 Description
Fixes the Docker documentation, provided
docker-compose.ymland adds the config option (also the new default) to bind DNS listener to both - UDP and TCP ports.Fixes: #129
Fixes: #80
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.