mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #114] [MERGED] CNAME Support #282
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#282
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/114
Author: @mageddo
Created: 3/31/2019
Status: ✅ Merged
Merged: 4/4/2019
Merged by: @mageddo
Base:
master← Head:feature/82📝 Commits (10+)
993c2ab#82 setup cname resolution first version0b2d9cc#82 refactoring cname solving77eaee3#82 fixing naming solving iobd85e3f8#82 cache now is considering local storage ttla9302e9#82 testing cname solving1b49704setup hostname A and CNAME registrationab2e07c#82 setup new react + bootstrap 4 guia339086#82 setup react node compiler931dc51#82 fixing cname saveae4a7b4#82 setup editable line📊 Changes
74 files changed (+26529 additions, -1218 deletions)
View changed files
📝
.editorconfig(+4 -2)📝
.gitignore(+20 -1)➕
Dockerfile.builder(+10 -0)📝
RELEASE-NOTES.md(+3 -0)📝
VERSION(+1 -1)➕
app/README.md(+68 -0)➕
app/package-lock.json(+16510 -0)➕
app/package.json(+27 -0)➕
app/public/bootstrap/bootstrap.min.css(+7 -0)➕
app/public/bootstrap/bootstrap.min.js(+7 -0)➕
app/public/bootstrap/popper.min.js(+5 -0)➕
app/public/css/style.css(+14 -0)➕
app/public/favicon.ico(+0 -0)➕
app/public/font-awesome/css/all.min.css(+5 -0)➕
app/public/font-awesome/webfonts/fa-brands-400.eot(+0 -0)➕
app/public/font-awesome/webfonts/fa-brands-400.svg(+3459 -0)➕
app/public/font-awesome/webfonts/fa-brands-400.ttf(+0 -0)➕
app/public/font-awesome/webfonts/fa-brands-400.woff(+0 -0)➕
app/public/font-awesome/webfonts/fa-brands-400.woff2(+0 -0)➕
app/public/font-awesome/webfonts/fa-regular-400.eot(+0 -0)...and 54 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.