mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #144] [MERGED] Refactoring DNS server part for safer paraller execution #317
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#317
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/144
Author: @joohoi
Created: 2/3/2019
Status: ✅ Merged
Merged: 2/3/2019
Merged by: @joohoi
Base:
master← Head:refactor_dns📝 Commits (4)
7aca6c6Refactoring DNS server part for safer paraller execution and better data structures778afe9Merge branch 'master' into refactor_dns1c70a40Fix linter issues48c72dfMerge branch 'refactor_dns' of github.com:joohoi/acme-dns into refactor_dns📊 Changes
5 files changed (+197 additions, -152 deletions)
View changed files
📝
dns.go(+129 -71)📝
dns_test.go(+50 -43)📝
main.go(+10 -24)📝
main_test.go(+8 -5)📝
types.go(+0 -9)📄 Description
... And more reasonable data structures to handle the in-memory records (parsed from the configuration file).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.