mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #110] [MERGED] Customizable hostname #276
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#276
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/110
Author: @mageddo
Created: 3/31/2019
Status: ✅ Merged
Merged: 3/31/2019
Merged by: @mageddo
Base:
master← Head:feature/107📝 Commits (10+)
981edf0creating samples5013bc8creating custom server name sampled97d2b1simplify ip subnetfb7c730configuring to make host able to solve containersc36a5fdsetup docker versionea967b2removing comentsa7efe57setup hostname036d0aasetup static host examplea48a8c6#107 setup customizable hostnameabd8fb9Merge remote-tracking branch 'origin/master' into samples📊 Changes
12 files changed (+178 additions, -15 deletions)
View changed files
📝
RELEASE-NOTES.md(+4 -0)📝
VERSION(+1 -1)📝
conf/conf.go(+11 -1)📝
docs/features.md(+22 -0)📝
events/local/local.go(+3 -0)📝
flags/flags.go(+2 -1)📝
proxy/system.go(+6 -4)📝
resolvconf/dns-server-cleaner.go(+0 -0)📝
resolvconf/resolvconf.go(+51 -7)📝
resolvconf/resolvconf_test.go(+75 -0)📝
resolvconf/set-machine-dns-server.go(+1 -1)📝
utils/env/env.go(+2 -0)📄 Description
Implementing #107
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.