[PR #110] [MERGED] Customizable hostname #276

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

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


📝 Commits (10+)

  • 981edf0 creating samples
  • 5013bc8 creating custom server name sample
  • d97d2b1 simplify ip subnet
  • fb7c730 configuring to make host able to solve containers
  • c36a5fd setup docker version
  • ea967b2 removing coments
  • a7efe57 setup hostname
  • 036d0aa setup static host example
  • a48a8c6 #107 setup customizable hostname
  • abd8fb9 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/110 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 3/31/2019 **Status:** ✅ Merged **Merged:** 3/31/2019 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/107` --- ### 📝 Commits (10+) - [`981edf0`](https://github.com/mageddo/dns-proxy-server/commit/981edf071f281bab4f6e73b46dda99ea80732c93) creating samples - [`5013bc8`](https://github.com/mageddo/dns-proxy-server/commit/5013bc8458063d0af83d07d95e6c04b0f0abd869) creating custom server name sample - [`d97d2b1`](https://github.com/mageddo/dns-proxy-server/commit/d97d2b128c2eca6039a5e785656bbaae70a4cdc9) simplify ip subnet - [`fb7c730`](https://github.com/mageddo/dns-proxy-server/commit/fb7c73072e92021c14b0fe64010df8d61af1c0dc) configuring to make host able to solve containers - [`c36a5fd`](https://github.com/mageddo/dns-proxy-server/commit/c36a5fd23eb15521e956901a887a932402024518) setup docker version - [`ea967b2`](https://github.com/mageddo/dns-proxy-server/commit/ea967b25710f02be9505af3ce681a517e4f176b5) removing coments - [`a7efe57`](https://github.com/mageddo/dns-proxy-server/commit/a7efe57dd5db26d061447d400f31ee000f391c55) setup hostname - [`036d0aa`](https://github.com/mageddo/dns-proxy-server/commit/036d0aad6c00220f90353a1e1d9b622bfce0f672) setup static host example - [`a48a8c6`](https://github.com/mageddo/dns-proxy-server/commit/a48a8c65178543edd8dd3f2248180fcd7a93e7cb) #107 setup customizable hostname - [`abd8fb9`](https://github.com/mageddo/dns-proxy-server/commit/abd8fb9c8e62bad57661a07389b1901ef709f4f3) Merge remote-tracking branch 'origin/master' into samples ### 📊 Changes **12 files changed** (+178 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Implementing #107 --- <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:42 +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#276
No description provided.