mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #17] [MERGED] MG-206 Gui to edit local DNS entries #221
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#221
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/17
Author: @mageddo
Created: 3/7/2017
Status: ✅ Merged
Merged: 3/25/2017
Merged by: @mageddo
Base:
v2-golang← Head:feature/MG-206📝 Commits (10+)
bfddf01MG-206 adding web controller84093cbMerge remote-tracking branch 'origin/v2-golang' into feature/MG-20691b822cMG-206 adding table1651203MG-206 fixing hostname6cb72ebMG-206 montando handlerc2e6b3aMG-206 fixing requests7b377a4MG-206 separate requests by fileaa0ef62MG-206 setup ng table in project171ca29MG-206 implementing list api0b6fa3dMG-206 creating save action📊 Changes
27 files changed (+1814 additions, -59 deletions)
View changed files
📝
README.md(+33 -6)📝
src/dns.go(+20 -2)➕
src/github.com/mageddo/dns-proxy-server/controller/env.go(+74 -0)➕
src/github.com/mageddo/dns-proxy-server/controller/hostname.go(+85 -0)➕
src/github.com/mageddo/dns-proxy-server/controller/index.go(+20 -0)➕
src/github.com/mageddo/dns-proxy-server/controller/main.go(+89 -0)➕
src/github.com/mageddo/dns-proxy-server/controller/statics.go(+19 -0)📝
src/github.com/mageddo/dns-proxy-server/events/local/LocalEvents.go(+258 -48)📝
src/github.com/mageddo/dns-proxy-server/proxy/LocalDnsSolver.go(+3 -3)➕
src/github.com/mageddo/dns-proxy-server/test/maintest.go(+58 -0)📝
src/github.com/mageddo/dns-proxy-server/utils/utils.go(+36 -0)➕
static/css/bootstrap-theme.min.css(+6 -0)➕
static/css/bootstrap.min.css(+6 -0)➕
static/css/ng-table.min.css(+2 -0)➕
static/css/style.css(+40 -0)➕
static/fonts/glyphicons-halflings-regular.eot(+0 -0)➕
static/fonts/glyphicons-halflings-regular.svg(+288 -0)➕
static/fonts/glyphicons-halflings-regular.ttf(+0 -0)➕
static/fonts/glyphicons-halflings-regular.woff(+0 -0)➕
static/fonts/glyphicons-halflings-regular.woff2(+0 -0)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.