[PR #114] [MERGED] CNAME Support #282

Closed
opened 2026-02-26 04:34:43 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/82


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/114 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 3/31/2019 **Status:** ✅ Merged **Merged:** 4/4/2019 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/82` --- ### 📝 Commits (10+) - [`993c2ab`](https://github.com/mageddo/dns-proxy-server/commit/993c2ab8312f679d47697cf66496f25d8a73e583) #82 setup cname resolution first version - [`0b2d9cc`](https://github.com/mageddo/dns-proxy-server/commit/0b2d9ccd8603c3bb6ae4a845f430d0e5b8c1a3be) #82 refactoring cname solving - [`77eaee3`](https://github.com/mageddo/dns-proxy-server/commit/77eaee3b9dfc12897ace0e22b1bf6858c8ff62b9) #82 fixing naming solving iob - [`d85e3f8`](https://github.com/mageddo/dns-proxy-server/commit/d85e3f83735fdde86fccf7b648749d2931b43953) #82 cache now is considering local storage ttl - [`a9302e9`](https://github.com/mageddo/dns-proxy-server/commit/a9302e98c21f339b6861d95bd6d711fddbef5fac) #82 testing cname solving - [`1b49704`](https://github.com/mageddo/dns-proxy-server/commit/1b49704b83807ec2c9cc50289d249f7f226c848d) setup hostname A and CNAME registration - [`ab2e07c`](https://github.com/mageddo/dns-proxy-server/commit/ab2e07c45b322158294ce3635e77202c1ac172e4) #82 setup new react + bootstrap 4 gui - [`a339086`](https://github.com/mageddo/dns-proxy-server/commit/a339086220310322b37dd291c402a34ba8d06272) #82 setup react node compiler - [`931dc51`](https://github.com/mageddo/dns-proxy-server/commit/931dc51278376f802e58d533706551b4b1e5c7b7) #82 fixing cname save - [`ae4a7b4`](https://github.com/mageddo/dns-proxy-server/commit/ae4a7b42175477813c11806e384161936965d249) #82 setup editable line ### 📊 Changes **74 files changed** (+26529 additions, -1218 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#282
No description provided.